-
Delphi E
Delphi E-mail 特快专递示例-Delphi E-mail Speedpost sample
- 2022-03-19 17:59:10下载
- 积分:1
-
画矩阵盒子程序
矩阵盒子由X组成,输入两个数,第一个数代表矩阵盒子的数量,第二个数代表每个盒子中包含的矩阵列数,具体例子见程序说明
程序通过编译运行...
画矩阵盒子程序
矩阵盒子由X组成,输入两个数,第一个数代表矩阵盒子的数量,第二个数代表每个盒子中包含的矩阵列数,具体例子见程序说明
程序通过编译运行-Program matrix matrix box painting box components from X, enter the number two, the first number of the number of representatives of the matrix box, the second number representing each box contains the number of rows of the matrix, specific examples, see description of the procedures for the procedure to run through the compiler
- 2022-06-16 02:52:12下载
- 积分:1
-
实例291——调用键盘钩子DLL,实现监视系统的键盘操作
调用键盘钩子DLL,实现监视系统的键盘操作。
- 2022-02-18 17:21:58下载
- 积分:1
-
RS232串口通讯工具源码,VC++程序,方便监控,自动化等行业的应用。...
RS232串口通讯工具源码,VC++程序,方便监控,自动化等行业的应用。-RS232 serial communication source, VC++ procedures for monitoring the application of automation and other industries.
- 2022-04-06 17:56:07下载
- 积分:1
-
用csharp跟踪头
应用背景如果在语言列表中找不到语言,请选择“其他”。保持标签短,准确和完整的,请用“,”分隔。如果有在您的描述代码,请使用“插入代码”按钮并选择插入代码的编程语言。这将使你的源代码美丽和吸引力。请不要提交非源代码材料。提交的源代码将在24小时内进行审查。结果将通过电子邮件发送给你。关键技术你可以得到20%通过您的推广,从用户的广告硬币奖励链接。(例如:一个用户来自你的推广链接,如果一个得到10个比照硬币,你可以得到2个硬币奖励。注意:下面是你的推广链接,你可以将它张贴在技术论坛,论坛,社会媒体等并提交您的网址。请不要提交您的推广链接。它将以3个工作日回顾你的提交。
- 2022-07-15 20:13:46下载
- 积分:1
-
经典图书《numeric recipes in C》方法的所有算法C语言实现,基本涵盖了目前国内同类教程的所有基本算法的实现,强烈推荐...
经典图书《numeric recipes in C》方法的所有算法C语言实现,基本涵盖了目前国内同类教程的所有基本算法的实现,强烈推荐-Classic book " numeric recipes in C" method of all algorithms C language realization of the basic coverage of the current curriculum of similar realization of all fundamental algorithms and strongly recommended
- 2022-04-28 20:49:14下载
- 积分:1
-
IPv4 和 IPv6 Ping示例
IPv4 和 IPv6 坪样品,提供学习网络初学者的例程。
- 2022-08-25 13:52:07下载
- 积分:1
-
PLX net2272 USB设备接口的驱动程序,C语言源代码
PLX NET2272 USB 设备接口驱动程序,c语言源程序-PLX NET2272 USB Device Interface driver, c language source code
- 2022-02-15 23:32:39下载
- 积分:1
-
判断一个序列(从1―N,N<=10)的出
栈序列是否合法,合法序列输出YES,非
法输出NO。
例如:N=3,输入序列:1 2 3 或1 3...
判断一个序列(从1―N,N
- 2022-04-21 04:16:37下载
- 积分: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