-
VC++ 模拟生成彩票号码的简单程序源代码
VC++ 模拟生成彩票号码的简单程序源代码-VC++ simulation generated a simple numbers lottery source code
- 2022-04-07 14:34:35下载
- 积分:1
-
很多vc++的经典例程,vc++6中编译成功,实用性很强,有帮助!...
很多vc++的经典例程,vc++6中编译成功,实用性很强,有帮助!-vc++ many of the classic routines, vc++ 6.0 compiler successful, very practical, help!
- 2023-04-27 07:25:03下载
- 积分:1
-
The program of dll test can examine the effect from dll file.
dll测试的文件可以把dll文件的效果进行查看-The program of dll test can examine the effect from dll file.
- 2022-02-07 20:42:06下载
- 积分:1
-
AppWizard has created this Myspeech application for you. This application
not...
主要是利用Microsoft Speech SDK进行二次开发,写的一个语音识别的小程序-
AppWizard has created this Myspeech application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your Myspeech application.
Myspeech.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
Myspeech.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CMyspeechApp application class.
Myspeech.cpp
This is the main application source file that contains the application
class CMyspeechApp.
Myspeech.rc
This is a listing of al
- 2023-05-31 09:35:03下载
- 积分:1
-
曾经牛HOOKAPI开发工具包,使钩的制备成为…
有史以来最牛的hookapi开发包,让编写钩子变得很简单,你只需要编写自己的处理函数即可,其他的都是通用的。赶紧分享-Ever cattle hookapi development kit to enable the preparation of the hook becomes very simple, you just need to write your own handler you do, other are common. Hurry Share
- 2022-02-14 12:02:08下载
- 积分:1
-
这是一个很好的网络素材,可以参考以下请认真阅读您的文件包然后写出其具体功能...
这是一个很好的网络素材,可以参考以下请认真阅读您的文件包然后写出其具体功能
-me myself
- 2022-04-19 12:14:04下载
- 积分:1
-
Function ulong OpenPort (ulong HWND, uint uMsg, ulong dwPort, ulong dwBaud, char...
Function ulong OpenPort(ulong HWND,uint uMsg,ulong dwPort,ulong dwBaud,char byByteSize, char byParity, char byStopBits) Library "comIO.dll"
subroutine ClosePort(ulong dwHandle) Library "comIO.dll"
subroutine StopIO() Library "comIO.dll"
Function ulong ReadBuffer(ulong dwHandle,ref string pBuffer,ulong dwBufferLen) Library "comIO.dll"
Function ulong WriteBuffer(ulong dwHandle,ref string pBuffer,ulong dwBufferLen) Library "comIO.dll"
//wparam 数据字节长度
//lparam 端口句柄
email:zzp0809@hotmail.com
适合PB,VB,delphi,VFP任何win窗口程序;
下载者,应用者请来一份email。
-Function ulong OpenPort (ulong HWND, uint uMsg, ulong dwPort, ulong dwBaud, char byByteSize, char byParity, char byStopBits) Library " comIO.dll" subroutine ClosePort (ulong dwHandle) Library " comIO.dll" subroutine StopIO () Library " comIO . dll " Function ulong ReadBuffer (ulong dwHandle, ref string pBuffer, ulong dwBufferLen) Library" comIO.dll " Function ulong WriteBuffer (ulong dwH
- 2022-03-17 18:08:22下载
- 积分:1
-
WAR FTP 功能十分强大
资源描述包括FTP Server和Client的源程序(VC),功能十分强大 WAR FTP
- 2022-06-03 04:22:07下载
- 积分:1
-
DLL Inyection 示例
非常有用的例子,用 C 编写的 dll inyection
32 位 Windows 用户模式基于 DLL 的代码注入类的实现 (XP 及以上)
- 2022-12-24 18:55:03下载
- 积分:1
-
商业单位需要容易记忆的电话号码,有一些方法可以让电话号码变得更容易记忆。譬如,可以把电话号码写成单词或短语,如 TUT...
商业单位需要容易记忆的电话号码,有一些方法可以让电话号码变得更容易记忆。譬如,可以把电话号码写成单词或短语,如 TUT-GLOP 可以代表滑铁卢大学的电话。有时仅仅是把号码的一部分写成单词,如打 310-GINO 便可向 GINO 比萨饼店定购比萨。另一种让电话号码容易记忆的方法是将数字用一种容易记的方式组合起来,譬如 3-10-10-10 也可以代表 GINO 比萨饼店。
电话号码的标准形式是七位十进制数字,在它的第三位和第四位之间用连字符连接(例如:888-1200)。电话的键盘提供了字符于数字之间的映射关系,如下所示:
2
A、B和C
3
D、E和F
4
G、H和I
5
J、K和L
6
M、N和O
7
P、R和S
8
T、U和V
9
W、X和Y
Q 和 Z 没有映射到键盘,而连字符不需要被拨打并且可以根据需要添加和删除。TUT-GLOP 的标准形式是 888-4567,310-GINO 的标准形式是310-4466,3-10-10-10的标准形式也是 310-1010。
如果两个电话号码有相同的标准形式,那么这两个电话号码是相同的。-commercial units need easy to remember telephone numbers, there are ways to allow more telephone numbers easy to remember. For example, telephone numbers can be written words or phrases, such as pseudodynamic- GLOP can represent the University of Waterloo calls. Sometimes numbers is only part of the written word. if the fight 310-GINO will be able to GINO pizza shop ordering pizza. Another phone number so easy to remember the method is to use a numbe
- 2022-01-31 01:21:55下载
- 积分:1