Welcome![Sign In][Sign Up]
Location:
Search - stime

Search list

[WEB Codeadvs

Description: js圖片展示 <script type="text/javascript"> var a3={urls:[ http://www.url.com , http://www.url.com , http://www.url.com ], imgs:Array(), currScene:0, slideID:null, IE:(navigator.userAgent.indexOf("MSIE")>0)?true:false, step:10, timeID:null, name: a3 , id:0, stime:6000 } win.add(window, load ,function(){sadvs.initAnimation($( ad_3 ),a3) }) </script> <div id="ad_3" class="ad"><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /></div>-js Pictures <script type="text/javascript"> var a3={urls:[ http://www.url.com , http://www.url.com , http://www.url.com ], imgs:Array(), currScene:0, slideID:null, IE:(navigator.userAgent.indexOf("MSIE")>0)?true:false, step:10, timeID:null, name: a3 , id:0, stime:6000 } win.add(window, load ,function(){sadvs.initAnimation($( ad_3 ),a3) }) </script><div id="ad_3" class="ad"><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /><img src="p12497994430.jpg" /></div>
Platform: | Size: 1024 | Author: kins | Hits:

[Otherstime.c

Description: Time conversion for Squid logs
Platform: | Size: 1024 | Author: muflo | Hits:

[Data structsSTIME

Description: Siemens PLC功能 ,使用SCL语言编写,与pascal结构类似,完成了个从0-2^31-1的时间计数-this FB is only necessary for siemens sps the siemens sps timer counts from 0 to 2^31-1 and starts at 0 sfter overrun. this means that the bit 31 (the highest bit ) will never be used and therefore a problem arises when t2- t1 is checked. t2- t1 is always valid also in an timer overrun situation where the time t1 is very high and t2 is very low. the result of the subtraction t2- t1 however is still valid. this calculation does not work for soiemens because the highest bit is not used. this module stores the highest bit, changes the highest bit at every overrun occurence and stuffs ther highest bit in the output. the output is then used by t_plc_us and t_plc_ms. the correction needs and fb and not a function because the value of the highest bit has to be stored. do never use this function block in a codesys environment. the timer in codesys is correct and runs from 0 to 2^32-1
Platform: | Size: 1024 | Author: steve | Hits:

[Embeded Linux航班管理系统

Description: 航班信息查询系统 1、导言 用所学过的C语言,以及链表相关知识,实现一个航班信息的录入、查询、显示、排序等功能。 航班信息节点设计,请参见附录。 2、基本功能: 使用链表,实现以下功能: 1)录入(可以直接从键盘录入,也可通过文件存储) 2)显示所有航班信息 3)按照查询要求(比如日期、地点等),列出相关的航班信息。 3、扩展要求: 1)完善该项目功能。 2)对录入的信息进行排序(比如按起飞时间排序、按价格排序等) 3)数据的保存和初始化 使用文本保存 4)账号和密码使用文本保存,可扩展进行加密 附录:(供参考) typedef struct flight //航班信息数据节点(其成员可适当增删) { char number[10]; //航班号 char staddress[10]; //起点站 char arraddress[10]; //终点站 char date[10]; //班期 char type; //机型 int stime; //起飞时间 int atime; //到达时间 float price; //票价 }datatype; typedef struct node //链表结点 { datatype info; struct node *next; }linknode, *linklist; 设计文档草稿 1,用户体验描述(需要实现什么功能?) 2,界面、菜单设计(整体界面是怎样的?) 例如(所有内容参考!) 3,功能细化(每个菜单和选项的细节) 例如,用户选择排序功能菜单之后,可以再提示用户需要按什么排序?按日期?按价格?等等 4,编码(用代码实现想法) 5,测试(检测、调试)
Platform: | Size: 15242 | Author: yyqxlyw | Hits:

CodeBus www.codebus.net