搜索结果

找到约 874 项符合 TML-P 的查询结果

人工智能/神经网络 标准的遗传算法代码

标准的遗传算法代码,下面是程序:function y=fitness(chrom,p,aim) global P_cross P_mutation [Popsize len]=size(chrom) fitness_gene=zeros(Popsize,1) in_he=zeros(4,1) out_he=zeros(4,1) in_out=0 out_out=0
https://www.eeworm.com/dl/650/372991.html
下载: 163
查看: 1031

金融证券系统 // chebysheve outlier detection // this function is used to detect the abnormal value among a set o

// chebysheve outlier detection // this function is used to detect the abnormal value among a set of data // input: // delta: a set of data // flag: discribe which data is already known as outlier // p: restrict level // output: // double[] door : byyond which the data may be considered as a outlie ...
https://www.eeworm.com/dl/638/373445.html
下载: 47
查看: 1090

DSP编程 TMS320C6711的上电自检 This source code is ultimately used to create a JEDEC programming file used * to p

TMS320C6711的上电自检 This source code is ultimately used to create a JEDEC programming file used * to program the Flash ROM on the C6711 DSK.
https://www.eeworm.com/dl/516/373950.html
下载: 178
查看: 1155

通讯/手机编程 syncml_vc版本

syncml_vc版本,各个模块都已编译成dll,并且加了一个新的模块tmllib,用来处理tml协议(自定义)的同步协议,此同步协议已经用于通讯录,文件同步功能,开发者可以根据自己需求,扩展新的功能。
https://www.eeworm.com/dl/527/375445.html
下载: 42
查看: 1037

汇编语言 扰乱加密

扰乱加密,加扰之前的数据在x中,加扰后数据在w中,p,p+1与p+2中分别放移存器低14位中14位和高14位 *q,q+1与q+2中分别放掩码标志码低14位中14位和高14位
https://www.eeworm.com/dl/644/375513.html
下载: 183
查看: 1048

Delphi控件源码 用于无约束优化的鲍威尔优化方法

用于无约束优化的鲍威尔优化方法, 程序中参数解释如下://P:存放设计变量 //XI:存放两个线性无关的向量 //N:含有N各元素的一维实型数组,用于存储设计变量 //NP:整形变量,用于存储P与xi的维数 //FTOL:迭代精度 //FRET:输出参数,存放目标函数在找到的近似极小值点处的值 //ITER:迭代次数 ...
https://www.eeworm.com/dl/666/375559.html
下载: 119
查看: 1040

其他 Please read this document before attempting to compile and run the libraries and applications! The p

Please read this document before attempting to compile and run the libraries and applications! The projects must be compiled in a particular order. Standard support questions are about compiler and/or linker errors that are generated when users try to compile the projects in the wrong order. Other i ...
https://www.eeworm.com/dl/534/376276.html
下载: 21
查看: 1037

微处理器开发 用S51单片机控制驱动芯片L298程序(C语言) 有六个端口,输入端口分别为P1.0,P1.1,P1.2,P1.3,P1.4,P1.5. 六个输出端口分别为P0.0,P0.1,P0.2,P0.3,P

用S51单片机控制驱动芯片L298程序(C语言) 有六个端口,输入端口分别为P1.0,P1.1,P1.2,P1.3,P1.4,P1.5. 六个输出端口分别为P0.0,P0.1,P0.2,P0.3,P2.4,P2.5. 其中P0.0,P0.2,P2.5输出高低电平.P0.1,P0.3,P2.4输出PWM脉冲信号. 程序要求 只要P1.0-P1.5中任一个为"1",则P0.0,P0.2输出高电平 当P1.2或P1.3为"1",P0.1,P0.3输出占 ...
https://www.eeworm.com/dl/655/376603.html
下载: 41
查看: 1351

操作系统开发 一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容

一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数 ...
https://www.eeworm.com/dl/531/382578.html
下载: 199
查看: 1059

单片机开发 7279键盘程序 设0--9数字键

7279键盘程序 设0--9数字键,A--F功能键 开机时在最高位显示‘P’ 第一次按数字键在最高位显示数据,第2次按数字键在最次位显示数据,。。。。。。第8次按数字键在最低位显示数据 第9次按数字键在最高位显示数据。。。。。。按任意功能键则系统回到初始状态。 ...
https://www.eeworm.com/dl/648/382615.html
下载: 94
查看: 1017