-
升压
boost-log,一个牛人为boost库写的C++的日志库。boost作为一个庞大的C++基础库,一直缺少日志模块,改代码填补了这个空白,目前还在审核阶段-boost-log, a cow artificially boost library of C++ Writing the log database. a huge boost as the C++ foundation libraries, has been the lack of log module, change the code to fill the gaps in the current audit period is also
- 2022-03-18 04:27:59下载
- 积分:1
-
一个可以实现自动关机的小程序,调用了API函数,很好用的,可以用于98,NT,2000,XP...
一个可以实现自动关机的小程序,调用了API函数,很好用的,可以用于98,NT,2000,XP-an automatic shutdown of the small programs, call the API function, a good use, and can be used for 98, NT, 2000, XP
- 2022-08-21 01:34:00下载
- 积分:1
-
hexadecimal or vary the small programs written using vc, entirely original focus...
十六进制异或的小程序用vc写的,完全属于原创主要是完成对两个十六进制数进行异或运算-hexadecimal or vary the small programs written using vc, entirely original focus will be on completing the two hexadecimal number for XOR
- 2022-03-13 05:56:54下载
- 积分:1
-
VB转换为农历日期
VB将日期转化为农历-VB conversion to date of the Lunar New
- 2022-07-02 12:10:30下载
- 积分:1
-
飞鸽传输Linux最新版,适合研究用!
包含详细源代码
飞鸽传输Linux最新版,适合研究用!
包含详细源代码-Feige transfer the latest version of Linux suitable for research! Contains a detailed source code
- 2022-09-26 22:40:03下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
利用CryptoAPI得到纯文本会话密钥
Obtain the plain text session key using CryptoAPI
- 2022-01-25 15:30:55下载
- 积分:1
-
对WinCVS 2.0.2源代码。这是CVS的Windows客户端。你可以下载它…
WinCvs2_0_2的源代码,windows版的CVS客户端,能够编译-source code for WinCvs 2.0.2. It is the CVS windows client. you can download it and complible it directly.
- 2022-09-07 19:15:03下载
- 积分:1
-
C语言中的鼠标处理函数.可以设置鼠标的样子,隐藏鼠标,设置鼠标的移动范围。...
C语言中的鼠标处理函数.可以设置鼠标的样子,隐藏鼠标,设置鼠标的移动范围。-C language processing function of the mouse. You can set the mouse"s appearance, hidden mouse, the mouse"s range of movement.
- 2022-05-22 02:06:23下载
- 积分:1
-
读一个只包含+,
读入一个只包含 +, -, *, / 的非负整数计算表达式,计算该表达式的值。
-Read one contains only+,-,*,/terms of non-negative integer expression, calculate the value of the expression.
- 2022-07-21 14:26:05下载
- 积分:1