搜索资源列表
-
0下载:
WAP-WML页面中文批量转换程序可以自动将整篇WAP网页中的GB2312码转换为UTF-8编码,支持对wml,asp,php,jsp等脚本中的中文字符的自动转换,程序提供了批量转换功能,指定要转换的目录后,工具可以自动将该目录以及子目录下的所有wml,asp,php,jsp等页面脚本文件进行GB2312->UTF-8字符转换,不用手动修改,即可以让整个wap网站的页面和脚本全面支持中文手机显示。-WAP-Chinese WML page volume conversion program
-
-
0下载:
GSM模块的VC程序实例,通过GSM模块在计算机上实现短消息发送和接收.主要用于自动监控系统中,实现短消息告警等功能-GSM module VC procedures example, GSM module through on the computer to achieve short message sending, and receiving. mainly used for automatic monitoring system, Implementation of SMS warnin
-
-
0下载:
无线X射线控制服务器端程序,具有感兴趣区域自动提取传输功能-Wireless X-ray control of the server-side program, with automatic extraction of transfer function ROI
-
-
0下载:
在Windows平台上实现自动检索周围蓝牙设备,并向这些蓝牙设备推送文件。实现自动obex功能。蓝牙广告机器参照。-Automatically retrieve the surrounding Bluetooth devices and Bluetooth devices to push the file on the Windows platform. Automatic obex function. Bluetooth advertising machine reference.
-
-
0下载:
1.手机的NV项编辑;
2.具有自动语法解析头文件的功能;
3.保存分析后的语法树。-1 phone NV Item Editor 2 header files with automatic parsing function 3 Save the analysis of the syntax tree.
-
-
1下载:
* Function: 串口的打开、关闭、数据发送 以及 自动接收
(1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。
原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。
(2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。
(3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定
-