-
One of the classic book, this book c++ Stl conducted a comprehensive and in
经典书之一,本书对c++stl进行了全面深入的阐述。使用之可极大的提高编程效率-One of the classic book, this book c++ Stl conducted a comprehensive and in-depth exposition. Use can greatly improve the programming efficiency
- 2022-02-12 13:47:19下载
- 积分:1
-
职工信息表,可以实现员工的一些查询处理功能,个人课程设计...
职工信息表,可以实现员工的一些查询处理功能,个人课程设计-the information table of employee
- 2022-02-14 22:19:48下载
- 积分:1
-
这是教程,在Windows操作系统使DLL
This tutorial to make dll in windows operating systems-This is tutorial to make dll in windows operating systems
- 2022-01-25 18:07:34下载
- 积分:1
-
一个获得远程主机屏幕的程序,开发环境VC
一个获得远程主机屏幕的程序,开发环境VC-remote access to a mainframe screen procedures, the development of environmental VC
- 2023-06-25 20:50:02下载
- 积分:1
-
flex 实现的拍照程序 含flash原码
flex 实现的拍照程序 含flash原码-use flash to take photo software
- 2023-04-08 02:00:08下载
- 积分:1
-
一个小小的游戏!为自己找回一些些童年的回忆!仅此而已!...
一个小小的游戏!为自己找回一些些童年的回忆!仅此而已!-just a game for ownself!
- 2023-09-01 08:05:04下载
- 积分:1
-
Lunar librations and selenographic coordinates per DE404 size 33 KB.
月球天平动和月表坐...
Lunar librations and selenographic coordinates per DE404 size 33 KB.
月球天平动和月表坐标计算程序。根据喷气推进实验室的DE404星历表编制。-Lunar librations and selenographic coordinates per DE404 size 33 KB. Lunar libration tables on coordinate calculation and procedures. According to Jet Propulsion Laboratory
- 2022-03-05 13:02:48下载
- 积分:1
-
voice codec plugin for winamp.
voice codec plugin for winamp.
- 2022-01-30 20:51:20下载
- 积分:1
-
图形化界面的计算器
图形化界面的计算器。支持算法优先。
有两种模式:一种是输入一个完整表达式,获取计算结果,这种工作模式类似于我们的计算表达式的过程;第二种是进行即使计算,即显示单步计算的中间结果,这种工作模式类似于普通计算器功能。
计算器包括2个文本框,一个输入框,一个输出框
支持阶乘
- 2022-04-22 07:09:44下载
- 积分: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