虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

mID-point

  • AppWizard has created this port_dll DLL for you. This DLL not only demonstrates the basics of using

    AppWizard has created this port_dll DLL for you. This DLL not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your DLL. This file contains a summary of what you will find in each of the files that make up your port_dll DLL.

    标签: demonstrates AppWizard DLL port_dll

    上传时间: 2016-11-16

    上传用户:wanqunsheng

  • The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc

    The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark programs, dhrystone consists of standard code and concentrates on string handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC

    标签: general-performanc benchmarks Dhrystone dhrystone

    上传时间: 2016-11-30

    上传用户:hphh

  • 《Java手機程式設計入門》/王森 書號:29014 頁數:約 492 頁 ISBN:957-200-527-8 出版日期:2001年08月25日 出版廠商:知城數位科技股份有限

    《Java手機程式設計入門》/王森 書號:29014 頁數:約 492 頁 ISBN:957-200-527-8 出版日期:2001年08月25日 出版廠商:知城數位科技股份有限公司 訂價:380 第一章 Java 2 Micro Edition概論阵 第二章 Java程式設計簡介阵 第三章 撰寫您的第一個手機程式阵 第四章 在實體機器上執行MIDlet阵 第五章 J2ME Wireless Toolkit阵 第六章 Motorola A6288手機程式開發阵 第七章 JBuilder MobileSet阵 第八章 MIDP for Palm 第九章 MIDlet的事件處理阵 第十章 MIDP圖形使用者介面程式設計阵 第十一章 MIDP圖形處理阵 第十二章 MIDP資料庫程式設計阵 第十三章 MIDP網路程式設計阵 附錄A MID其他參考資源總整理阵 附錄B Motorola J2ME SDK

    标签: 29014 Java 2001 ISBN

    上传时间: 2016-12-01

    上传用户:coeus

  • Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset -

    Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset - FLEX_PB1 Input n - FLEX_SW switches 1 to 8 Output: Countdown - two 7-segment LEDs. Done light - decimal point on Digit1. Operation: Setup the binary input n number. Press the Reset switch. See the countdown from n down to 0 on the 7-segment LEDs. Done light lit when program terminates.

    标签: down implementation settings UP2FLEX

    上传时间: 2014-01-21

    上传用户:sclyutian

  • MICROSOFT FOUNDATION CLASS LIBRARY : 学生管理系统 =======================================================

    MICROSOFT FOUNDATION CLASS LIBRARY : 学生管理系统 ======================================================================== AppWizard has created this 学生管理系统 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your 学生管理系统 application. 学生管理系统.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.

    标签: FOUNDATION MICROSOFT LIBRARY CLASS

    上传时间: 2013-12-16

    上传用户:天涯

  • 河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,in

    河內塔問題 #include<stdio.h> #include<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d次\n",fun_a(n)) printf("是否顯示移動過程? 是請輸入1,否則輸入0\n") scanf("%d",&option) if(option==1) { fun_b(n,1,2,3) } system("pause") return 0 } int fun_a(int n) { int sum1=2,sum2=0,i for(i=n i>1 i--) { sum1=sum1*2 } sum2=sum1-1 return sum2 } void fun_b(int n,int left,int mid,int right) { if(n==1) printf("把第%d個盤子從第%d座塔移動到第%d座塔\n",n,left,right) else { fun_b(n-1,left,right,mid) printf("把第%d個盤子從第%d座塔移動到第%d座塔\n",n,left,right) fun_b(n-1,mid,left,right) } }

    标签: int include stdlib fun_a

    上传时间: 2016-12-08

    上传用户:努力努力再努力

  • The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x generation of dig

    The TMS320LF240xA and TMS320LC240xA devices, new members of the TMS320C24x generation of digital signal processor (DSP) controllers, are part of the TMS320C2000 platform of fixed-point DSPs. The 240xA devices offer the enhanced TMS320 DSP architectural design of the C2xx core CPU for low-cost, low-power, and high-performance processing capabilities. Several advanced peripherals, optimized for digital motor and motion control applications, have been integrated to provide a true single-chip DSP controller. While code-compatible with the existing C24x DSP controller devices, the 240xA offers increased processing performance (40 MIPS) and a higher level of peripheral integration. See the TMS320x240xA Device Summary section for device-specific features.

    标签: TMS 320 generation 240

    上传时间: 2013-12-16

    上传用户:GavinNeko

  • VC和USB通讯代码.rarppWizard has created this USBPort application for you. This application not only demo

    VC和USB通讯代码.rarppWizard has created this USBPort application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.

    标签: application rarppWizard created USBPort

    上传时间: 2014-09-03

    上传用户:liuchee

  • 数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini

    数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the root of equation

    标签: the equation matlab input

    上传时间: 2014-01-12

    上传用户:妄想演绎师

  • AppWizard has created this Diary application for you. This application not only demonstrates the ba

    AppWizard has created this Diary application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.

    标签: application demonstrates AppWizard created

    上传时间: 2013-12-23

    上传用户: