-
不依赖于MFC的获取系统信息的类
不依赖于MFC的获取系统信息的类--The class which can obtain system_information independent on MFC
- 2022-08-03 20:17:12下载
- 积分:1
-
VisualC_下强大的科学运算函数库_MATCOM之Matrix_LIB_
VisualC_下强大的科学运算函数库_MATCOM之Matrix_LIB_-VisualC_ under the strong scientific computing library _MATCOM of Matrix_LIB_
- 2022-01-27 20:46:49下载
- 积分:1
-
In the VC++ environment to achieve the related binary operation ... ...
在VC++环境下实现二叉树的相关操作-In the VC++ environment to achieve the related binary operation ... ...
- 2023-08-13 21:45:03下载
- 积分:1
-
使用vb检测你的机器有没有联上网一个实例,详见源代码
使用vb检测你的机器有没有联上网一个实例,详见源代码-Vb detect the use of your machine does not have an example of the Internet Alliance, see the source code
- 2022-02-01 20:17:16下载
- 积分:1
-
一个动态画圆的小程序,这个适合初学VB的同学们
一个动态画圆的小程序,这个适合初学VB的同学们-a small procedure for the VB for beginner students!
- 2022-06-27 01:19:47下载
- 积分:1
-
关于windowsce驱动开发的权威资料,驱动开发是windowsce中最为重要的环节...
关于windowsce驱动开发的权威资料,驱动开发是windowsce中最为重要的环节-authority data about making windowsce s drive which is a most importent tache
- 2022-03-01 05:05:36下载
- 积分:1
-
单报数据加密,在文件传输时对数据报进行加密,此程序为客户端程序...
单报数据加密,在文件传输时对数据报进行加密,此程序为客户端程序-Single-reported data encryption in the file transfer when the data is encrypted reported that this procedure for the client program
- 2022-07-11 23:41:02下载
- 积分:1
-
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEm...
程序运行初期,程序首先会通过LoadLibrary函数加载动态链接库Shell32.dll,并且把加载后的操作句柄存储在LibHandle中。然后通过@SHEmptyRecycleBin:=GetProcAddress (LibHandle, SHEmptyRecycleBinA )语句读取SHEmptyRecycleBinA函数的地址,如果以上语句能够正确执行(也就是@SHEmptyRecycleBin不等于nil),那么就调用SHEmptyRecycleBin完成清空回收站的操作。最后释放动态链接库。-The early run, the program will first of all through the LoadLibrary function to load dynamic link library Shell32.dll, and after the load operation is stored in the handle of LibHandle. Then @ SHEmptyRecycleBin: = GetProcAddress (LibHandle, SHEmptyRecycleBinA) statement read function SHEmptyRecycleBinA address, If the above statement to the correct implementation (that is, @ SHEmptyRecycleBin does not mean nil), then call the Empty Recycle Bin SHEmptyRecycleBin complete operation. Finally the release of a dynamic link library.
- 2022-11-16 11:20:03下载
- 积分:1
-
用VB编写的留言本
用VB编写的留言本-VB prepared by the message
- 2022-10-21 08:55:03下载
- 积分:1
-
定义一个类实现银行帐户的概念,包括的变量有“帐号”和“存款余额”,包括的方法有“存款”、“取款”和“查询余额”。定义主类,创建帐户类的对象,并完成相应操作。...
定义一个类实现银行帐户的概念,包括的变量有“帐号”和“存款余额”,包括的方法有“存款”、“取款”和“查询余额”。定义主类,创建帐户类的对象,并完成相应操作。-Define a class implements the concept of bank accounts, including the variable of " account" and " deposits" , including the method of " deposits" , " withdrawals" and " query the balance." Define the main class, the class object to create an account and complete the corresponding operation.
- 2022-02-03 21:27:01下载
- 积分:1