安装eVC4和Service Pack(最终版本为SP4) 3. 安装SDK 4. 安装WINCE 5.0. 注意事项 1. 安装WinCE 5.0 with Platform Builder 需要系统里面已经安装
标签: 机械设计
上传时间: 2013-04-15
上传用户:eeworm
#include<iom16v.h> #include<macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,
上传时间: 2013-10-21
上传用户:13788529953
USB硬件检测软件这是最为经典的usb测试软件,usb开发绝对必备的工具。这个压缩包中包含它的三个版本,分别为:3.2 ,3.5 ,5.0beta 。 在开发固件程序时,用它检测usb硬件,一旦测试全部通过,那usb硬件侧的固件驱动程序就应该是基本没有问题了下载地址
上传时间: 2013-11-05
上传用户:gdgzhym
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
AT24C02是美国ATMEL公司的低功耗CMOS串行EEPROM,它是内含256×8位存储空间,具有工作电压宽(2.5~5.5V)、擦写次数多(大于10000次)、写入速度快(小于10ms)等特点。
上传时间: 2014-01-19
上传用户:qq521
源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).
上传时间: 2013-12-26
上传用户:siguazgb
遗传算法源程序,求解一个简单优化问题f(x)=x1^2+x2^2,-5<=x1<=5,-5<=x2<=5
上传时间: 2015-09-09
上传用户:xiaoxiang
RoboCup 2D 仿真组老牌强队Mersad 2005的完整源代码,Mersad-5.9.5 (RoboCup 2005) , Allameh Helli High School (NODET) , Islamic Republic of IRAN
上传时间: 2015-09-09
上传用户:来茴
jsp版图书管理系统,内有使用说明。开发环境jdk1.5+tomcat 5.5
上传时间: 2015-11-13
上传用户:zsjzc
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058