-
GetWindowsPassWord
该程序用于在用户登陆状态下获取用户的登陆密码。原理是windows 2003 将用户的密码存储在 lsass.exe 的指定偏移的内存中。通过对该进程内存的扫描即可获取系统密码。(the procedure for landing on a user's state of the user's password landing. The principle is windows 2003 to the password stored in the designated offset lsass.exe memory China. Through the process of memory can be obtained by scanning system password.)
- 2006-10-26 10:46:03下载
- 积分:1
-
exp6-4
4. 实现函数max(),来输出树中的最大值。
template <typename T>
tnode<T> *max(tnode<T> *t)
请参考第三题中计算树的深度算法,编写程序,调用max()显示整数树中的最大值。(4. To achieve function max (), to maximum output in the tree. template <typename T> tnode <T>* Max (tnode <T>* T) refer to the third question in the calculation of the depth of the tree algorithm, programming, call max () shows the maximum integer tree.)
- 2010-06-19 19:30:40下载
- 积分:1
-
NETSeeSystem
本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,屏幕信息需要时时显示,网络延时不能大于1秒,服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。(This system belongs to a small local area network monitoring system that can carry out the screen of a computer monitor, the screen displays information needs from time to time, the network delay can not be greater than 1 second, the server-side ready to run, as long as the client is running, you can display on-screen information .)
- 2010-01-24 15:54:57下载
- 积分:1
-
znfatstm32
znfat的STM32的移植的范例 非常好用
- 2010-07-04 12:51:53下载
- 积分:1
-
MultiFormPassMessage
Vs.net 在多个窗体间传递消息示例.(VS.net form in a number of examples of inter-impart information.)
- 2009-01-07 10:15:10下载
- 积分:1
-
762365
VC Database Books CD-ROMs Machinery Industry Publishing(VC Database Books CD - ROMs Machinery Industry Publishing)
- 2017-07-21 23:08:20下载
- 积分:1
-
Mvbcardtest_s
PC机MVB总线通讯测试程序(MVB从设备),PC机使用Duagon的MVB通讯卡。程序做为MVB的从设备,包括MVB驱动,MVB主配置,MVB端口通讯收发的例子。(PC, MVB bus communication test procedure (MVB from the device), the PC machine use Duagon the MVB communication card. Program as from MVB MVB driver, the MVB the main configuration, MVB port communications transceiver example.)
- 2013-05-15 14:41:48下载
- 积分:1
-
print
自定义报告打印 实现套打功能 可导出导入模板(Custom report print to achieve the function can be exported into the template)
- 2020-09-04 09:38:07下载
- 积分:1
-
CPP_Socket
windows客户端与服务器之间的网络通信代码(windows between the client and server network communications code)
- 2013-07-11 23:32:54下载
- 积分:1
-
314
有一存储很多商品数据(每件商品的属性先后包括:品名、规格、单价(有小数位)、数量,数据的最长长度分别为20、10、6、5,在文件中以空格为分隔,每个商品的数据占一行)的文本文件,从键盘输入某种商品的品名,要求在文件中查找有无相应品名商品(可能有多条记录或没有),若有则在屏幕上显示出相应的商品的品名、规格、数量、单价(显示时,品名、规格、数量、单价之间使用逗号(,)作分隔,单价显示时只显示2位小数),若无则显示没有相应品名的商品。
(There are a lot of goods stored data (each item has the attributes include: name, size, price (with decimal places), quantity, the maximum length of the data were 20,10,6,5, a space in the file is separated The data for each item per line) text file, input from the keyboard of a commodity name, asked whether the corresponding file for the product name (may be multiple records or did not), if it is displayed on the screen of the corresponding product name, size, quantity, unit price (display, name, size, quantity, unit price between a comma (,) as a separator, price display shows only two decimal places), if not then show no corresponding product name .)
- 2013-05-28 21:05:51下载
- 积分:1