为您找到约 285 条结果,搜索耗时:0.0136秒

自行车测速仿真

...    str0[3]='e'; str0[4]='d'; str0[5]=' '; str0[6]=(speed%100000)/10000+0x30; str0[7]=(speed%10000)/1000+0x30; str0[8]=(speed%1000)/100+0x30; str0[9]='.'; str0[10]=(speed%100)/10+0x30; str0[11]=speed%10+0x30; str0[12]='k'; str0[13]='m'; str0[14]='/'; str0[15]='h'; ...

神经网络代码

... Define the max system errorconst double MAX_SYSTEM_ERROR = 1000;// 最大调整值const double MAX_ADJUST_VALUE = 10e6;// 系统误差const double SYSTEM_ERROR_LEVEL = 0.000001;// the max loop timesconst unsigned int LOOP_MAX_TIMES = 10000;// ...

verilog_hdl语法和语义

... -32'hDEAD_BEEF;   $display ("Current Value of a = %h", a);   #10 $finish; end endmodule   

Verilog PLI范例

...dule hello_pli ();     initial begin   $hello;   #10 $finish; end      endmodule

编译器指令

...p; $display("Second code is compiled");   9   `else  10     $display("Default code is compiled");  11   `endif  12 `endif  13   $finish;  14 end  15  16 endmodule

JSP中在线药房管理

...理项目。下载具有JSP,Java完整源代码的项目,并以Oracle 10g作为数据库。该项目是为希望管理常规操作的药房开发的。药房管理系统是在Java Server Pages中以netbeans作为IDE开发的。 它具有使用HTML和CSS的良好GUI。在JSP中下载带有源代...

opensm日志管理

... (interesting stuff, moderate volume)0x08 DEBUG (diagnostic, high volume)0x10 FUNCS (function entry/exit, very high volume)0x20 FRAMES (dumps all SMP and GMP frames)0x40 ROUTING (dump FDB routing information)0x80 SYS (syslog at LOG_INFO level in addition to OpenSM logging)具体看附件文档。&nb...

3D坦克游戏开发

这是一个3D多人坦克战区,捕获在网络环境中使玩家相互竞争的旗帜游戏。 它可以在Windows 95/98 / NT / 2000,Linux,MacOS 10.x,Irix,Solaris等操作系统上运行。 强烈建议使用OpenGL加速器,但可以在软件中与3D一起播放。

linux常用命令

...................... - 9 -restore ....................................... - 10 -tar(tape archive) .........................- 11 -unarj.......................................... - 14 -unzip ......................................... - 14 -zip............................................. - 15 -zipinfo.....

医院预约挂号系统

...为今天日期。例如. var dp = new Datepicker($('.a'),'1996', '03', '10');医院预约挂号系统,实现基本预约挂号,预留后台管理系统接口,时间数据为假数据。提供医生科室医生查询。使用ssm框架,maven管理依赖jar包

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部