搜索资源列表
VC中注册表操作类
- 一个VC封装的注册表操作类,把API的操作封装起来,直接导入就可用-a VC Packaging registry operations, the API put Packaging operation, can be used directly into
vc++graph
- 在vc环境下实现柱状图形,vc++以曲线或柱状图的形式实时动态显示数据的控件。txt格式,源码只需简单调入调试即可-in vc environment under columnar graphics, vc column of a curve or in the form of real-time dynamic display of data control. Txt format, you can simply source debugger can be transferred
vc++tushucode
- 一个很好的c++管理系统 可以在visual c++ 下编译通过 -c a good management system can be compiled under visual c through
Des(vc++)
- DES加密算法VC源码,只包含了一个源文件,自己在VC 中建工程即可编译,代码中有详细的注释,适于学习。-DES encryption algorithm VC source, contains only one source, VC in their works can be built, a detailed code of the Notes, suitable for learning.
VC控制计算机如关机
- 它运用API函数控制计算机的重起和关机,读透代码可以运用到其它自己开发的软件中也是很有用的哦.-its use API function control computer shutdown and restart, read thoroughly code can be applied to the development of their other software is very useful oh.
DES_16keys用VC生成DES加解密算法的16轮密钥
- 用VC生成DES加解密算法的16轮密钥, 可直接用于编写DES的VHDL的密钥生成模块 -Generated using DES encryption and decryption algorithm VC 16-round keys can be directly used to write the VHDL DES key generation module
HookCode
- VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
3DES
- 在VC平台上调试成功,实现了3DES算法,可以成功对数据进行3DES的加密和解密-VC platform debugging in the success of the realization of the 3DES algorithm, can be successfully 3DES data encryption and decryption
FileEdit(系统)
- vc++实现了系统的几个小功能,比如:获得磁盘的序列号,磁盘的格式,网卡的序列号,不用安装,可以直接使用-vc realization of the system several small features, such as : access to the sequence disk, the disk format, the card sequence, no installation, can be used directly
SerialCom
- VC环境下实现串口通讯功能,能进行文本文件的传输-VC environment to achieve serial communication function, can be a text file transmission
Service_Develop_demo
- 开发window的服务程序的例子,通过扩展可以实现对服务程序的开发,相当有代表性,已经通过这个模板在多个项目中应用,在此分享,希望对大家有用。开发语言 VC-Development window of the service program example can be achieved through the expansion of the service program development, fairly representative, have been through this t
dllreg
- VC做的对Ole COM 组件注册的程序。通过该程序可以在右键菜单上设置Ole COM进行注册和反注册。-VC do to Ole COM component registration procedures. Through the program can be set up in the right menu Ole COM registration and anti-registration.
ping
- ping VC++编写的程序,检查网络连通的过程中可能出现一些错误-ping VC++ preparation procedures, check your network connectivity may be some error
kjin_vcsrc
- VC++超简单员工考勤系统,ACCESS数据库,可以分超级管理员和一般员工用户登录,超级管理员可以维护员工信息和进行系统设置,一般员工只能考勤签到,不能进行别的操作,因此说这个考勤系统非常简单,功能很单一.-VC++ super-simple employee time and attendance system, ACCESS database, can be super-administrator and the general staff of the user log, the supe
MD5encryptionalgorithm
- VC++实现的MD5加密算法,已经封装好的类,可以直接使用-VC++ to achieve the MD5 encryption algorithm, has been a good type of package can be used directly
LOCK
- vc++的挂机锁屏系统,相信这个大家都不陌生吧,可以锁定你的计算机,别人无法操作,需要知道口令才可以,S本软件不但功能完善,而且界面友好,仿QQ的界面,还会适时弹出操作提示,更加人性化,可以专用于网吧或个人办公计算机,开始挂机后,显示挂机时间,而且还可以用屏幕键盘输入密码和隐藏窗口(类似QQ),本程序还涉及一些注册表的操作,当关闭本程序时,会释放注册表。-hang up the vc++ lock-screen system, we do not believe that this strang
systool
- VC++编写的一个系统信息修改工具,从程序功能上来说,好像和国内的Windows优化大师的某些功能很相似,利用它可以方便地修改、还原系统的各种设置,包括开始菜单、启动项目,添加、删除程序、文件夹属性设置,驱动器图标设置等功能。-VC++ to prepare amendments to a system information tool, in terms of functionality from the procedures, it seems, and the domestic maste
HookMouse
- 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。在VC6下编译通过。-A good VC++ mouse hook procedure, open the process, the mouse to open the main window title bar of any of the inform
md5dell
- VC++打造MD5加密算法的源程序代码,程序经过编译可生成最终成品——DLL文件,方便你在其它地方调用。-VC++ to create the MD5 encryption algorithm source code, the program can be compiled to generate the final product- DLL file for calling you elsewhere.
jffs2(VC)
- jffs2在VC上的移植,运行在虚拟flash之上,便于jffs2原理的分析;是从eCos2.0移植出来的,已脱离linux的VFS;因此,简单改动flash的驱动,可以把JFFS2移植到其他非linux或无OS的嵌入式系统。-jffs2 in the VC transplant,running on a virtual flash, easy to jffs2 theory analysis that is transplanted from the eCos2.0, has nothing