搜索资源列表
SPGatewaySuportCMPP30AndCMPP20
- 使用标准C开发的同时支持CMPP3.0 和 CMPP2.0 的SP短信网关程序,效率高,性能好,内存使用率 稳定。能够很好的适应SP的需求。 主要文件说明: eventq.c 事件队列 smctimer.c 计时器 spsms.c CMPP 协议实现 smtcp.c socket的封装 smsm.c 系统初始化,入口点,Using standard C development while supporting CMPP3.0 and SMS Gateway CMPP2.0
rs485
- 操作串口直接进行RS485多机通信的类。单片机下485多机通信很容易,用UART的Bit9即可,Windows下就麻烦得多,Windows下串口Bit9用作奇偶校验,要切换Bit9就要动态改通信格式,而且切换时间要跟得上单片机的us级时间。这个自己写的Class用独立线程、Windows高精度定时器机制,高速切换Bit9,示波器测量,时间在10us左右,已用于门禁系统多年,长时间运行可靠! -Direct RS485 serial port operation multi-machine c
RFID
- RFID射频打卡系统上位机,VC6开发,使用windows API,定时器读串口,没有用到线程-windows application program about RFID,use windows API,read the serial port with timer but not thread
timer
- java手机应用开发J2ME里面Timer的应用,一般线程做的东西在J2ME里面会用Timer来做-java mobile application development Timer inside J2ME applications, the general thread to do things inside will be in J2ME do Timer
jmine
- 件说明。运行java StartJMine启动程序,或双击StartJMine.bat启动扫雷游戏主程序。程序框架都在JMine.java中。JMine.java 还包括两个线程类,分别为计时器线程和胜利后等待用户重起游戏的线程。 游戏分为三个难度等级,分别有12、24、36颗雷。单击鼠标左键为踩雷。单击鼠标左键在标记,疑问,空白三种状态中循环。同时单击鼠标左右键为踩单击点在内的周围九格内所有没有标记为已标记的所有格子。同时程序从你单击第一次时开始计时,到胜利或引爆地雷终结。
TutorialTimer
- Timer主要功能是程序可以在一定时间之内,做特殊的处理,用途比较广泛,如定时器,线程等。-Timer main function is to program within a certain time it can do special treatment, more extensive use, such as timers, threads and the like.