搜索资源列表
vcvirtual
- 课程设计,vc++做的,基本上满足要求,只是页面总数跟随机页面号的范围一样,有待改进;答辩的时候居然问我几个系统函数有什么用,我都郁闷了,分数还没那些抄别人的高。。。。。。虽然作的不好,但怎么说也是我自己做的,无语了。放上来,有需要的拿去改改 基本上都是边查资料边写的,算得上是第一次写,错误是难免的,请大家指教,而且里面变量定义比较乱,懒得改了-curriculum design, vc do basically meet the requirements, but the total numb
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 ai
信号
- 这是一个用信号实现父子进程之间简单通讯的程序,要求实现父子进程同步,用信号实现.可能还有待改进的地方-This is a signal achievement with his son communications process between simple procedure requires the synchronization process and his son, using signal achievement. There may be room for improvement
隐藏
- 查找进程,目录/文件,注册表等操作系统将最终调用 ZwQueryDirectoryFile,ZwQuerySystemInformation,ZwXXXvalueKey 等函数。要想拦截这些函数达到隐藏目的,需先自己实现以上函数, 并修改系统维护的一个 SYSCALL 表使之指向自己预先定义的函数。 因 SYSCALL 表在用户层不可见,所以要写 DRIVE 在 RING 0 下 才 可修改。-the search process, directories / files
信号量sem
- 这是自己写的一个关于经典ipc问题-读者写者的实现。(用信号量实现)-this is the one to write his classic IPS on the issue-the readers to write to achieve. (Using signal capacity achieved)
AESDemo
- 本文以实现aes算法加解密例程为例,说一下C#代码转换为VC代码经验。 例子代码下载Http://otiana.com/vcangle/source/aesdemo.rar 相应C#的例子请参考Http://www.vckbase.com/document/viewdoc/?id=1068 这个c#的类是没有头文件的。在vc中我们为了使用方便需要为他构造一个头文件, 把相应的变量和函数声明放进来即可。-Aes algorithm encryption and decryption
结束制定进程
- 抓住关键部分!只要晓得进程名称,就能结束他.代码简洁!-seize key part! As long as the process knows the name, we will be able to end his. Simple code!
gplflash2.tar
- linux下面gplflash播放器的第二版c++语言,现在只在cvs上能下载,不过由于工作原因,我已经测试过了-gplflash players below the second edition c language, now only cvs can download, but because of his work, I have tested the
TcpIpDog
- tcpDog ,闻入其名,对tcp 感兴趣的狗狗,祝大家狗年进步,希望有人喜欢,这是个高质量的代码,哦-tcpDog, heard his name into the tcp interested doggies, I wish you going to progress, hoping that someone like this is a high-quality code, oh
xfgl_Autorun
- 我为自己作的《消防管理系统》制作的安装界面,可直接修改源码中你的安装程序SETUP.EXE的位置成为你的安装程序界面-to make his own "fire management systems," produced by the installation interface, can you modify the source codes to which the installation process SETUP.EXE become the location of
SaveBIOS
- 一个可以在WINDOWS下读出BIOS内容并且将他备份起来-one under the Windows BIOS read out the contents of his backup and up
2006asp-erp
- 站长: 你好!这个是我的学长给我的一个毕业设计论文和他设计的一部分,但是论文是很详细的那种,我十分需要在源码仓库找一个 jsp销售管理系统的毕业设计,,最好是毕业论文+可运行程序等一套计算机本科毕业生在毕业时要交的东西,救命的东西 跪求!谢谢啦! 如果可以的话,请您帮帮我!-head : Hello! This is my seniority to one of my graduate thesis and design part of the design of his, b
testsleepmyown
- 自己实现的sleep函数,通过alarm定时.由于mysleep是个子函数,对其调用者需考虑几种情况,即调用者在调用mysleep之前设置的闹钟时间未被超过和设置的闹钟时间被超过(同未设置闹钟),且要考虑调用者是否有未决信号及其是否屏蔽SIGALRM信号,因为这将影响mysleep函数的调用。-of achieving his sleep function, through the alarm regularly. As mysleep function, is making its calle
VertDrawDemo
- 你想把一行水平的文字垂直排列吗?这是一个很好的例子,应用win32编程,没有用MFC。-you want the level of his characters vertical public? This is a good example of win32 application programming without using MFC.
filecleaner
- 简单小巧的工具——文件清理小助手,通过vc++来实现的-simple compact tools -- document clearing his assistant, to achieve the vc
svgalib[1].tar
- linux 下svgalib编的一个界面程序示例,包括自己实现的动画、标签、按钮等-under linux svgalib addendum to the example of a procedure interface, including achieving his animation labels, buttons, etc.
cvery.comvc783453772452
- 操作系统页面置换算法模拟,VC++实现,算得上是第一次写,错误是难免的,请大家指教-OS pages replacement algorithm simulation, VC, said to be the first to write, and his mistakes are inevitable, please enlighten
PCPerformaceTest
- 包括:apache exploit,ie exploit,win 2000 xp task scheduler exploit, 以及生成 linux x86的 shellcode和最新sql溢出源代码(概念版),这些都是 由一位在澳大利亚留学的朋友冷血*无情从国外网站上收集的。感谢他的辛勤劳动。 -include : apache exploit, ie exploit. win xp 2000 task scheduler exploit, and the generation of
pe_decoder
- 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来获取文件信息的,我在想是否还有别的方法可以绕过将文件映象到内
Makefil-with-me
- 跟我一起写 Makefil,我们一步一步开始做!!! 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些 Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的 程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果 你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软 件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明 了