-
The C++ programming Language
The C++ programming Language
- 2022-11-26 02:15:03下载
- 积分:1
-
语音识别孤立
孤立的孤立词语音识别的孤立词语音识别语音识别
- 2022-03-25 20:13:50下载
- 积分:1
-
公开先进战争
应用背景二维moddable兵棋在“高级战争风格”(任天堂GBA &;DS)游戏。Lua脚本可以是。使用sfml2,升压和luabind(也许guichan)。关键技术战术策略游戏和动作脚本支持前:lua,sfml2,luabind,guichan ;
- 2022-03-12 09:05:53下载
- 积分:1
-
实现录音过程microsoft.directsound使用例子
采用Microsoft.DirectSound实现的录音程序例-Realize the use of the recording process Microsoft.DirectSound Example
- 2023-06-12 19:30:04下载
- 积分:1
-
上位机与下位机的串口通信与自定义消息,非常适合VC初学者们学习...
上位机与下位机的串口通信与自定义消息,非常适合VC初学者们学习-Between PC and next-bit machine serial communication with a custom message, very suitable for beginners to learn VC
- 2022-01-25 14:17:32下载
- 积分:1
-
51单片机《两只老虎》程序
51单片机蜂鸣器播放《两只老虎》音乐,采用Keil编译生成hex文件
- 2022-12-12 15:40:03下载
- 积分:1
-
it is C or C++ .and it can be used by the newer .it is very easy.i think you can...
it is C or C++ .and it can be used by the newer .it is very easy.i think you can learn it.
- 2023-07-24 04:40:02下载
- 积分:1
-
普通函数的重载,虚函数的重栽,指向派生类对象的基类指针对重载函数的调用...
普通函数的重载,虚函数的重栽,指向派生类对象的基类指针对重载函数的调用-ordinary function overloading, the virtual function re-planting, point to objects derived category refers to the base class against heavy function call
- 2022-05-30 16:29:34下载
- 积分:1
-
初学者的用户管理系统试做
课堂练习做 界面由jsp+html实现 数据库为mysql java8
- 2022-06-19 02:09:30下载
- 积分:1
-
进程管理器
进程资源管理器,可以显示正在运行的进程,线程和模块。其着找到基地,并开始地址。例如,使用
EnumProcessModulesEx和NtQueryInformationThread功能在C#。
void PrintModules (Int32 ProcID)
{
IntPtr hProcess = OpenProcess(ProcessAccessFlags.QueryInformation | ProcessAccessFlags.VMRead, false, ProcID);
if (hProcess != IntPtr.Zero)
&nbs
- 2022-01-22 17:14:27下载
- 积分:1