搜索结果

找到约 298 项符合 1000 的查询结果

嵌入式Linux oid led8_test(void) { int i, j, k iic_init() for( ) { for(j=0 j<10 j++) {

oid led8_test(void) { int i, j, k iic_init() for( ) { for(j=0 j<10 j++) { for(i=0 i<8 i++) { k = 9-(i+j)%10 iic_write(0x70, 0x10+i, f_szDigital[k]) } delay(1000) } } }
https://www.eeworm.com/dl/653/206795.html
下载: 159
查看: 1048

并行计算 这是一道很基本的程序

这是一道很基本的程序,一方面希望它对初学遗传算法的兄弟们有用(包含了遗传算法实现的大部分步骤,而且有详细的注释),另一方面旨在抛砖引玉, 在下浅见: 1、遗传算法在进行大规模计算时,数据交换量大,速度确实是一个瓶颈,就如这道程序,在种群规模50,进化代数1000时运行需要40秒左右(cpu:duron 1G),当然,小弟编程 ...
https://www.eeworm.com/dl/694/208647.html
下载: 52
查看: 1073

人工智能/神经网络 用于求解TSP(Traveling salesman problem

用于求解TSP(Traveling salesman problem,旅行商问题)问题,基本执行见run.bat, 其它详见其中的readme.txt。(实例为TSPLIB格式,见myprojects目录,包括eil51, d198, lin318等小型问题,以及1000到3000城市之间的例子,基本能得到最优解)
https://www.eeworm.com/dl/650/210208.html
下载: 58
查看: 1099

J2ME J2ME编的手机助手 文件下载解压缩以后,是一个NetBeans的工程文件,如果有NB的朋友,可以直接打开编辑 源文件在src目录下面,可执行文件在dist目录下 功能如下 1

J2ME编的手机助手 文件下载解压缩以后,是一个NetBeans的工程文件,如果有NB的朋友,可以直接打开编辑 源文件在src目录下面,可执行文件在dist目录下 功能如下 1,可以添加账目记录,添加的时候可以分类添加,以及添加备注 2,可以按类型查看账目,也可以按金额查看账目,也可以按备注的关键字查询账目,也可以按日期查询账目,并有 ...
https://www.eeworm.com/dl/660/210780.html
下载: 68
查看: 1236

数据结构 Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A

Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, we can write A in binary form as 1011000, so the lowest b ...
https://www.eeworm.com/dl/654/213550.html
下载: 163
查看: 1381

其他行业 这个程序是用格雷-RM编码法抑制峰均功率比的matlab仿真程序

这个程序是用格雷-RM编码法抑制峰均功率比的matlab仿真程序,对1000个OFDM符号进行统计然后表征算法对PAPR的改进程度,绝对可以运行
https://www.eeworm.com/dl/668/213660.html
下载: 25
查看: 1156

其他 Input The first line of the input contains a single integer T (1 <= T <= 20), the number of t

Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. Ther ...
https://www.eeworm.com/dl/534/214270.html
下载: 103
查看: 1663

matlab例程 M/M/1单服务台排队系统仿真(用事件调度法实现离散事件系统仿真) 顾客到达模到达时间间隔和顾客服务时间均服从负指数分布

M/M/1单服务台排队系统仿真(用事件调度法实现离散事件系统仿真) 顾客到达模到达时间间隔和顾客服务时间均服从负指数分布,单服务台系统,按照单队排队,按FIFO方式服务。考察服务n个顾客(n=1000,2000,3000,5000)后的顾客平均队长及平均排队等待时间。 ...
https://www.eeworm.com/dl/665/214676.html
下载: 179
查看: 2564

其他 在采样频率为1Hz

在采样频率为1Hz,数据长度为1000点和信噪比为10dB的条件下,进行PPS信号的DPT迭代检测
https://www.eeworm.com/dl/534/215978.html
下载: 86
查看: 1026

电子书籍 《Grid Computing: Making the Global Infrastructure a Reality》 由 Fran Berman、Geoffrey Fox 和 Tony Hey

《Grid Computing: Making the Global Infrastructure a Reality》 由 Fran Berman、Geoffrey Fox 和 Tony Hey 共同编辑的这本书,由 Wiley 于 2003 年 3 月出版。这本大部头的书共 1000 多页,它包含了从各种科学与技术角度研究网格计算的文章和评论,其中包括:网格的历史、语义网格、网格体系结构的概述、网格部署模型、 ...
https://www.eeworm.com/dl/cadence/ebook/220741.html
下载: 82
查看: 1061