无约束条件 max f(x1,x2)=21.5+x1*sin(4*pi*x1)+x2sin(20*pi*x2) -3.0<x1<12.1 4.1<x2<5.8 1%的变异 25%交叉 旋转转轮选择
上传时间: 2013-11-26
上传用户:咔乐坞
MAX+plus II编译的模30加法计数器,简单的与非门组成!
上传时间: 2016-11-14
上传用户:hopy
参照max的struts2教程,编写的例子,是网上比较流行的教程
上传时间: 2016-11-21
上传用户:diets
MAX+PLUSⅡ的学习应用教程,适用于基本的VHDL开发
上传时间: 2016-11-27
上传用户:l254587896
sifi-0.1.6.tar.gz 出自http://www.ifi.unizh.ch/ikm/SINUS/firewall/ 一个linux的防火墙工具。
标签: firewall SINUS linux unizh
上传时间: 2014-02-01
上传用户:王庆才
这是在max+plusII环境下编译的双端口存储器模拟实验
上传时间: 2016-12-10
上传用户:z1191176801
这是在max+plusII环境下编译的存储器部件模拟实验
上传时间: 2016-12-10
上传用户:zhuoying119
this MAX 7000 Programmable Logic reference book,in this book,you can learn how to usr the Max7000 Family s CPLD
标签: this 7000 book Programmable
上传时间: 2016-12-13
上传用户:cmc_68289287
3-8译码器的仿真实验。本实验选用的仿真开发软件是MAX+plus II Version 9.3,原理图源文件保存在MyProject目录中,为138decoder.gdf,另有我写的实验报告,呵呵,适合仿真入门
上传时间: 2016-12-14
上传用户:米卡
int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*************************************\n") printf("Enter your choice(1,2,3): ") do{ ch=(char)_getch() }while(ch!= 1 &&ch!= 2 &&ch!= 3 ) system("cls") if(ch== 3 ) return 0 else if(ch== 1 ) ReaderPriority("thread.dat") else WriterPriority("thread.dat") printf("\nPress Any Key to Coutinue:") _getch() system("cls") } return 0
上传时间: 2017-01-06
上传用户:gonuiln