搜索资源列表
20050120091918_MySerialPort[2004-01-18-01]
- 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
一个串口包装类及演示程序
- 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
BookClubSMSdeliverysystem
- 书友会短信发送系统由基础信息模块、短信管理模块、短信投票模块、系统管理模块等几部分组成。 基础信息模块 该模块主要包括短信猫设置、会员信息设置、常用语设置3部分。 短信管理模块 该模块主要包括发送短信、短信查询、接收短信3部分。 短信投票模块 该模块主要由投票项目、投票统计两部分组成。 系统管理模块 该模块主要由用户管理、数据清理、退出系统3部分组成。 -Book club to send
SMS_Sender
- This code sends messages of 160 Characters to SMS Compatable mobile phones. Apparently it supports over 175 countries, however I cant vouch for this as I only tested on british numbers, the program needs you to have a vaild SMSX username and password
TouPiao
- 一个关于投票的代码,应用于手机。应用简单很好玩-A vote on the application, used in mobile phones
Seeker_Bar
- RatingBar投票条实例,用手机访问门户网站经常会见到投票功能,投票之后用彩条来显示投票的结果,这个实例就是实现投票彩条,有兴趣的不妨下载源码一试。-RatingBar Voting instance, voting feature often seen using mobile phones to access the portal, color bar to display the results of the vote after the voting, this instance i
JavaPAndroid-Vote-Application
- 在Android系统下,用Java开发的一个投票应用的小程序,代码不多,但对于手机开发的朋友们可供参看一下-Android system, a voting application developed using Java applet, not much code, but friends available for mobile phones developed closer look
RatingBarSample
- Android RatingBar投票条实例,玩Android手机的朋友可能就见到过,用手机访问门户网站经常会见到投票功能,投票之后用彩条来显示投票的结果,这个实例就是实现投票彩条,有兴趣的不妨下载源码一试。-The Android RatingBar Voting instance friends play Android phone may have seen, often using mobile phones to access the portal will see the votin
