联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 系统编程(30) 
按平台查找All Visual C++(30) 

[系统编程] closewindow_intime

为了防止老弟玩电脑太晚,于是编写用mfc编写了一个定时关机程序,只要到那个时候就自动关机,而且可以设置多长时间自动关机。代码简单但很实用
In order to prevent late brother play on the computer, so the preparation time with mfc prepared a shutdown process, so long as that time it shut off, and how long you can set automatic shutdown. Code is simple but very useful (2010-03-31, Visual C++, 1835KB, 下载7次)

http://www.pudn.com/Download/item/id/1106457.html

[系统编程] AlertClockSrc

消息时钟提醒器:时钟精灵1.0 几个月以前,记得当时玩QQ农场火热,每天都沉浸在偷菜的喜悦之中:-) 可是平日工作繁忙,而且又不能经常抽时间上QQ农场查看朋友的植物生长情况,所以萌发了写一个“定时提醒器”的软件的想法。毕竟写多年程序了,在计算机里遇到的问题首先是想让机器能为我服务,至少要减轻我批量任务的负担,呵呵,就是这样,我用了两天时间写了这个小东西。 目标:这个小东西能干什么呢? 1. 它必须可以在我输入事件文本以及指定时间后,能即时提醒。 2. 它必须具有事件列表以供我查看历史,现在,以及未来发生的事件。 3. 当事件来临时,它不能影响我正常的计算机工作,所以要在右下角图标区闪动即可。 扩充功能: 4. 它可以作为普通的“消息提醒器”使用,而不仅仅针对QQ农场的偷菜事件。 所以,可允许我选择该事件是否为“每日固定发生事件”。这样,平时工作中,我可以把一些即将发生的工作事件记录在这个软件中,从而解决我健忘的毛病!
no (2010-01-07, Visual C++, 1860KB, 下载59次)

http://www.pudn.com/Download/item/id/1032136.html

[系统编程] snake

运用MFC实现贪吃蛇小游戏 运用键盘的上、下、左、右实现对蛇的控制 蛇碰到墙或咬到自己时游戏失败 蛇每吃到一个食物身长伸长一节 蛇吃到一定数量的食物等级增加一级相应的速度增加一倍 实现蛇吃食物的自动演示 当通关或游戏失败时,查看游戏分数,若是最高分则保存游戏分数和玩家姓名
greedysnake (2009-12-23, Visual C++, 10133KB, 下载9次)

http://www.pudn.com/Download/item/id/1014667.html

[系统编程] cjgl519

学生成绩智能管理信息系统 2004 该软件基于学分制管理模式,涵盖学年制管理,另外对选修课成绩管理,英语4,6级成绩和计算机语言课程成绩跟踪管理都能较好处理,有学生名册打印,成绩单打印,缓补考通知单打印,成绩分析,留级,跳级,转学、插班,分班,合班等智能化处理功能,并在局部辅助语音提示。该软件可以记录登陆者的信息,便于加强管理。一定给您全新感受。改进的版本可以从招生大表直接导入新生数据,进行自动分班.您试用后,一定会觉得它给您节约了大量的时间。请多提改进意见。管理员密码是111,进入后可以进行密码初始化。班级简称为专业简称+入学年级+编班。
Student achievement Intelligent Management Information System 2004 The software is based on credit management, covering the academic year management and the other on the elective performance management, English, Grade 4,6, and computer language courses dealing with performance tracking and management can be good for a student to roll printing, report card printing, slow make-up notice print, performance analysis, repeat, skip class, transfer, Transfer, credit courses, courses, co-intelligent processing functions, and voice prompts in local support. The software can record the login information of those easy to strengthen management. Will give you a new experience. Improved version of the large table can be directly imported from the new enrollment data, automatic placement. You try, be sure you will find that it saves a lot of time. Like him to put improvements. The administrator password is 111, enter the password can be initialized after. Classes referred to as the professional ent (2009-09-11, Visual C++, 12781KB, 下载16次)

http://www.pudn.com/Download/item/id/907680.html

[系统编程] UDisk

VC++操作U盘的实例附相关资料,这些资料主要有:Fat文件系统相关资料、U盘文件系统概述、USB项目报告、FAT百皮书、玩ARM7板,开发U盘、用PDIUSBD12和K9F5608U0A设计USB移动闪存以及一个底层实现的U盘程序实例,这些资料都非常好,VC++下开发U盘应用不可多得的好资料。
VC++ examples of operation of U-laws related to disk data mainly: Fat file system data, U disk file system overview, USB project report, FAT Paper 100, play ARM7 board, the development of U disk, with PDIUSBD12 and K9F5608U0A Mobile USB flash memory design, as well as the realization of a U-bottom plate instance, these materials are very good, VC++ applications developed under the U disk data hard to come good. (2009-07-16, Visual C++, 1225KB, 下载125次)

http://www.pudn.com/Download/item/id/847330.html

[系统编程] snake_game

贪吃蛇源程序.本程序为贪吃蛇游戏,想必大家都玩过这个游戏,程序源代码用TC2.0编译通过,需要图形驱动文件的支持,在TC2.0的集成环境中有. 本程序利用数据结构中的链表,来将蛇身连接,同时当蛇吃到一定数目的东西时会自动升级,及移动速度会加快,程序会时刻将一些信息显示在屏幕上,包括所得分数,要吃多少东西才能升级,并且游戏者可以自己手动选择游戏级别,级别越高,蛇的移动速度越快. 另外,此游戏可能与CPU的速度有关系.
err (2008-11-26, Visual C++, 6KB, 下载4次)

http://www.pudn.com/Download/item/id/588832.html

[系统编程] recoder

鼠标记录器 作者: 小卢 mail:359581807@163.com blog:http://blog.sina.com.cn/qiqi8 欢迎联系,共同学习! 功能: 鼠标 行为的记录,重放 代码说明: 1.界面用了CXPButton的系列菜单及按钮,引用的文件有 HyperLink.cpp,HyperLink.h,XPButton,XPButton。 2.本代码参考了的一些 程序, 参考了很多其他人的编码 编译平台: 1.该代码在Windows XP+VC 6.0平台下编译通过。 使用说明: 1.鼠标的行为 记录,以及重新操作 2.该带代码。可以用来供研究学习,使用! 3.记录以后 要点击 结束 然后再点重放。不要直接点击重放!后果很严重哦!(要是万一出现了,这种情况,就按一下 alt+ctrl+del 试一下吧!呵呵 钩子 不能屏蔽 这三个键) 其他: 此为练习之作,也不是很高深制作,您可以随意的复制,传播,但是请保留该信息!
Mouse recorder Author: Lu small mail: 359581807@163.com blog: http://blog.sina.com.cn/qiqi8 welcome to contact the common study! Function: mouse behavior record, replay code: 1. CXPButton interface used a series of menus and buttons, the document cited has HyperLink.cpp, HyperLink.h, XPButton, XPButton (2008-09-07, Visual C++, 136KB, 下载39次)

http://www.pudn.com/Download/item/id/542353.html

[系统编程] RegMon_SourceCode

RegMon,玩破解的人都了解都用过。和FileMon一起并驾齐驱。这是她的源代码,学习注册表编程/系统编程的很有用处。
RegMon, play crack the people are aware of are used. And keep pace with FileMon. This is her source code, learn from the registry programming/system programming useful. (2008-07-10, Visual C++, 149KB, 下载8次)

http://www.pudn.com/Download/item/id/508316.html

[系统编程] DisWinLynn

自己写的一个可以屏蔽系统键的程序,可以屏蔽WIN键,当然你可以修改其他屏蔽键!(玩魔兽时防止按错退出写的一个自己用的辅助工具)
himself in a system can shield key procedures, shielding WIN button, of course, you can modify other shielding keys! (Barry wrong by preventing the withdrawal was made with one of his aids) (2005-10-08, Visual C++, 52KB, 下载52次)

http://www.pudn.com/Download/item/id/116965.html

[系统编程] getHDSN

VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID
VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under WinNT Model and serial number of the hard disk. DriveID parameters for the hard disk location, IDE1 on the main disk to 0, by analogy to IDE2 on driveID from the disk 3. function ReadPhysicalDrive9X (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadDrivePortsInWin9X obtained under Win9X Model and serial number of the hard disk. Ibid parameters function getHardDriveComputerID: int64 stdcall external DiskID.dll name getHardDriveComputerID access to the computer s ID (2004-07-06, Visual C++, 200KB, 下载111次)

http://www.pudn.com/Download/item/id/1089115506221767.html
12
总计:30