-
The Safest Smart Pointer of the East
The Safest Smart Pointer of the East
- 2022-01-21 03:26:56下载
- 积分:1
-
在WINCE 平台里的非常棒的串口读写软件,支持异步读取,符合微软的标准写法。特别值得初学者参考。...
在WINCE 平台里的非常棒的串口读写软件,支持异步读取,符合微软的标准写法。特别值得初学者参考。-The WINCE platform inside the serial read and write great software that supports asynchronous read, in line with Microsoft" s standards for writing. In particular, advanced users.
- 2023-01-19 08:25:04下载
- 积分:1
-
自己写的XML解析程序,用于操作XML数据库,把业务逻辑抽象为一个根据ID写入记录的函数,另一个根据ID读出记录的函数。如果ID对应的记录不存在则写入函数插入记...
自己写的XML解析程序,用于操作XML数据库,把业务逻辑抽象为一个根据ID写入记录的函数,另一个根据ID读出记录的函数。如果ID对应的记录不存在则写入函数插入记录,或读出函数返回0。
用VC6或VC2008都可以打开工程编译。-Write your own XML parser, XML database for the operation of the business logic for an abstract in accordance with a written record of the function ID, and the other under the ID read out the record function. If the ID does not exist the corresponding record is written into the function to insert records, or to read out the function returns 0. VC6 or use VC2008 to open the project can be compiled.
- 2022-04-25 12:49:41下载
- 积分:1
-
语音识别
#include
#pragma comment(lib,"ole32.lib") //CoInitialize CoCreateInstance闇€瑕佽皟鐢╫le32.dll
#pragma comment(lib,"sapi.lib") //sapi.lib鍦⊿DK鐨刲ib鐩綍,蹇呴渶姝g‘閰嶇疆
int main(int argc, char* argv[])
{
ISpVoice * pVoice = NULL;
//COM鍒濆鍖栵細
if (FAILED(::CoInitialize(NULL)))
return FALSE;
//鑾峰彇ISpVoice鎺ュ彛锛?
HRESULT hr = CoC
- 2023-07-03 17:00:03下载
- 积分:1
-
= = = = = =
=== ===
Convert decimal value to binary
=======================================
This code can be used to convert
values to binary format (bits:
zeros and ones).
Use toBIN_WORD() function to convert
integers (16 bits), and
toBIN_BYTE() to convert bytes (8 bits).
Visit my Homepage:
http://www.geocities.com/emu8086/vb/
Last Update: Thursday, July 11, 2002
Copyright 2002 Alexander Popov Emulation Soft.
All rights reserved.
http://www.geocities.com/emu8086/- === === === ===
Convert decimal value to binary
=======================================
This code can be used to convert
values to binary format (bits:
zeros and ones).
Use toBIN_WORD() function to convert
integers (16 bits), and
toBIN_BYTE() to convert bytes (8 bits).
Visit my Homepage:
http://www.geocities.com/emu8086/vb/
Last Update: Thursday, July 11, 2002
Copyright 2002 Alexander Popov Emulation Sof
- 2022-06-17 10:10:48下载
- 积分:1
-
static的扩展类。可以简单的自由的设置外观等。方便处理。
static的扩展类。可以简单的自由的设置外观等。方便处理。-the expansion of static type. Freedom to set up a simple layout. Facilitate the process.
- 2022-06-28 03:40:45下载
- 积分:1
-
双向探针1.1 双向探针1.1
双向探针1.1 双向探针1.1 -two-way probe 1.1 1.1 bidirectional two-way probe probe 1.1-1.1 two-way probe to probe 1.1
- 2022-03-15 08:18:21下载
- 积分:1
-
easysoap + +
EasySoap++-0.6.1.tar.gz
- 2022-04-23 22:24:31下载
- 积分:1
-
VB编程实现改变系统日期格式.含有vb源码.
VB编程实现改变系统日期格式.含有vb源码.-VB Programming to change the system date format. Containing the vb source code.
- 2022-01-22 14:58:12下载
- 积分:1
-
A simple calculator that supports basic arithmetic, prime number checking, trigo...
A simple calculator that supports basic arithmetic, prime number checking, trigonometry, quadratic equation solving, and as of version 1.4, graphing. The calculator includes installation instructions and extensive help.
- 2022-02-02 20:19:11下载
- 积分:1