登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:系统编程
  3. 发布时间:一年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. wk_dz

  Visual C++案例开发集锦第六章\获取网卡地址的程序源码,值得一看!(Visual C++ case development highlights Chapter to obtain the Ethernet address of the program source code, worth a visit!)

4
下载
116
浏览
2011-08-13发布

2. Power02

  读取电池电量,显示电量和剩余时间,根据电量的多少显示托盘,读写注册表,开机启动,新手程序,请多批评(Read battery, battery and remaining time display, display tray according to the amount of power, read and write registry, boot, novice program, like him to criticize)

13
下载
107
浏览
2011-08-11发布

3. StaticImage

  vc——使用静态文本控件显示图标和位图StaticImage(vc- Use static text control to display icons and bitmaps StaticImage)

11
下载
141
浏览
2011-07-24发布

4. UseExternVarDll

  vc调用DLL,获取其导出的全局变量值UseExternVarDll的源码(vc call DLL, access to export global variable value UseExternVarDll source)

10
下载
134
浏览
2011-07-10发布

5. Regedit

  vc 编辑注册表信息Regedit的程序源码,值得一看!(vc edit the registry Regedit program source code, worth a visit!)

3
下载
134
浏览
2011-07-01发布

6. MeDelete

  SelfDelete(可以删除自身的VC++源码(巳通过了调试)) 为了实现程序自删除功能,我们可以通过多进程的方法解决这个问题。可执行文件在结束返回前,创建一个运行命令窗口的新进程(在Windows98中为Command进程,在Windows2000/XP中为CMD进程),当然该命令窗口以隐藏方式执行,并通过传递参数执行删除功能。为了避免可执行文件的映像还在内存中就执行删除,需要把当前进程设置为实时优先级,而命令窗口进程设置为很低的IDLE优先级,这样首先可执行文件结束返回,再运行命令窗口的删除命令,就实现了该文件自身的删除功能。 (SelfDelete (you can delete its own VC++ source code (had passed debugging)) In order to achieve the program from the delete function, we can multi-process methods to solve this problem. Return before the end of the executable file, run the command window to create a new process (in Windows98 process for the Command, in Windows2000/XP process for CMD), of course, the command window to hide the manner and to perform delete functions by passing a parameter . In order to avoid the executable file image still in memory on the implementation of delete, you need to set the current process for real-time priority, and the command window to set the process priority to low IDLE, so the end of the first return to the executable file, then run the command window delete command, the file itself to achieve the delete function. )

24
下载
108
浏览
2011-06-26发布

7. xuliehua

  vc基本序列化的程序源码,希望对大家有所帮助(vc basic sequence of the program source code, we want to help)

2
下载
124
浏览
2011-06-05发布

8. AddressListVS05

  该系统为通讯录系统,实现了通讯录的管理功能,增删改通讯功能。通讯录查询工作是一个很复杂的问题,在实际的工作领域中,时常会遇到要修改通讯录的问题,例如修改、删除、添加、查找等都是应用过程中十分频繁的操作,如果有一个应用软件可以使这个操作简单而富有人性化,我们就可以通过界面上的提示语言来轻松准确地完成以上操作了。 本通讯录主要涉及函数的调用、指针、哈希表等主要技术。其中,函数的调用和哈希表是技术的重点。 (The system address book system, and the address book management features, additions and deletions to communication. Directory inquiries is a very complex issue, in the actual work areas, often face the problem to modify the address book, such as modify, delete, add, find the application process are all very frequent operation, if an application can make this simple and full of humane, we are prompted by the interface language to easily and accurately complete the above operation. The book mainly related function call, pointer, hash table and other major technologies. Among them, the function call and a hash table is the focus of technology.)

7
下载
102
浏览
2011-06-05发布

9. DiskClean

  VC++垃圾文件清理工具源码,VC++垃圾文件清理工具源码(VC++ source code junk file cleanup tools, VC++ source code junk file cleanup tools)

11
下载
125
浏览
2011-05-25发布

10. entry_dos

  便捷的dos进入工具,非常方便开发人员使用,提高工作效率(Dos and convenient access to tools to developers is very convenient to use, improve efficiency)

3
下载
107
浏览
2011-05-18发布

11. ICON

  ICON图标提取工具,可以提取exe以及dll文件程序的所有icon图标。(ICON icon extraction tool to extract the program exe and dll files for all icon icon.)

5
下载
110
浏览
2011-05-11发布

12. killapp

  查找指定进程,并且可以强制结束该进程。中间有源码。(Find the specified process, and can force the end of the process. The middle of the source code.)

3
下载
125
浏览
2011-05-11发布

13. PE-digital-signature-

  提取PE文件的数字签名,还可以写入数字签名(PE files extracted digital signature, digital signature can also be written)

139
下载
131
浏览
2011-05-01发布

14. TimeTask

  该程序主要是可以定时启动应用程序,定时关机、重启、注销。。。 (The program is mainly to start the application time, time off, restart, log off. . .)

8
下载
155
浏览
2011-04-30发布

15. OnlyOneInst

  VC++ 禁止运行程序的多个实例,程序根据主窗口类名和主窗口名判断是否已经有实例存在,如果存在就将其激活,并显示出来,如果是最小化的就还原窗口;如果有实例存在,则返回False并退出。 (VC++ prohibits running the program multiple instances of the program under the main window class name and the main window name to determine whether there are examples exist, if it will activate and show, if it is minimized to restore the window if examples exist, Returns False and exit.)

6
下载
154
浏览
2011-04-21发布

16. shutdown

说明:  VC++6.0编译,实现关机、重启、注销功能的实现(VC++6.0 compiler to achieve shutdown, restart, log off function of the realization)

0
下载
137
浏览
2011-04-12发布

17. WABAccess-1.2.0.2-Installer

说明:  对WAB的访问,大家可以下载后安装使用。(Access to the WAB, you can download and install use.)

0
下载
109
浏览
2011-03-31发布

18. SetDefaultPrinter

说明:  通过修改,注册表,实现修改默认打印机功能(it is used to modify the setting of the defualted printer )

0
下载
140
浏览
2011-03-29发布

19. asd

  WO YIJING CHUAN GUO LE A S

2
下载
107
浏览
2011-02-12发布

20. HookRegister

  控制注册表,注册表监控操作、拦截操作,结构清晰(Control registry, registry monitoring operation, blocking action)

25
下载
133
浏览
2011-02-01发布