-
This procedure is used to achieve the MFC to read out the MAC address, and be ab...
这个程序是用MFC来实现的能够读出MAC地址,并能够以显示出地址,以16进制的形式-This procedure is used to achieve the MFC to read out the MAC address, and be able to demonstrate address, 229 to 16 in the form of
- 2022-12-20 06:50:03下载
- 积分:1
-
VB实现的一个小动画程序编写
用vb实现的动画小程序用visual basic编写-vb achieved with a small animation visual basic procedures used to prepare
- 2022-02-01 01:19:56下载
- 积分:1
-
2003NOI黄云的论文,主要论述如何使用后罪数组
2003NOI黄云的论文,主要论述如何使用后罪数组-Huang 2003NOI paper focuses on how to use the array after the crime
- 2022-01-27 11:20:13下载
- 积分:1
-
地球潮汐改正模型,可用于精密单点定位(precise point positioning)...
地球潮汐改正模型,可用于精密单点定位(precise point positioning)-The Earth tidal correction model can be used for precise point positioning (precise point positioning)
- 2022-02-04 14:11:04下载
- 积分:1
-
基于Wince4.2操作系统,evc4.0开发环境下Spin控件的使用的例程源码...
基于Wince4.2操作系统,evc4.0开发环境下Spin控件的使用的例程源码-Wince4.2 based operating systems, evc4.0 development environment Spin control the use of the routines FOSS
- 2022-03-20 16:15:24下载
- 积分:1
-
C
C-编译器的设计文档与源代码.-C-Compiler design documents and source code.
- 2022-07-19 20:50:55下载
- 积分:1
-
实现此功能绘制的白板椭圆图形!Windows画图…
此功能实现在白板中画椭圆图形!类似Windows的画图模板,还需要完善,请下载来完善它-achieve this function draws the whiteboard elliptical graphics! Windows drawing similar template, we must also perfect, download it to improve
- 2022-01-27 11:52:57下载
- 积分:1
-
Java显示彩色的名字,并可以改变其颜色
Java显示彩色的名字,并可以改变其颜色-Java code which can show the color name and change the color
- 2022-02-24 21:04:46下载
- 积分:1
-
这个机场基地项目(VS2005,C++)
This Airport Base project(VS2005, C++)
For Students and Newbe s-This is Airport Base project(VS2005, C++)
For Students and Newbe s
- 2022-08-31 12:30:03下载
- 积分: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