-
一个小日记本的程序
挺好用的,试一试,大家参考参考
一个小日记本的程序
挺好用的,试一试,大家参考参考-a small diary of this process is very good to use, try your information.
- 2023-02-18 02:10:03下载
- 积分:1
-
Erh startling to stay in office, she does not want to go home, as she has been h...
玉儿无神地呆在办公室,她不想回家,她象受到重创般再没有以往的神气,就在她正享受这份孤独寂寞时,刺耳的短信...刚刚发了一篇作品,一种好奇心的驱使,她误闯进了一家聊天室,其实也就是联想总站的一个小聊天室而已-Erh startling to stay in office, she does not want to go home, as she has been hard hit as no previous listless, She is on the enjoyment of this loneliness, piercing SMS ... has just made a one works, a curiosity, She had mistakenly entered a chat room, in fact, is the terminus of an association of small chat room only
- 2023-01-25 23:40:03下载
- 积分:1
-
c++printprinthelp
c++不错的打印模块,可用于c打印方面的设计-c++printprinthelp
- 2023-04-15 11:30:03下载
- 积分:1
-
tc3.0,turbo c开发平台(turb0 c 3.0)kaifapingtai
tc3.0,turbo c开发平台(turb0 c 3.0)kaifapingtai -tc3.0, turbo C developing platform(tubo C 3.0)
- 2022-05-22 07:30:13下载
- 积分:1
-
数据结构与算法分析:C语言描述(原书第2版)带习题答案
资源简介:数据结构与算法分析:C语言描述(中文) 习题答案是英文的数据结构与算法分析:C语言描述(原书第2版)》内容简介:书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。由于《数据结构与算法分析:C语言描述(原书第2版)》选材新颖,方法实用,题例丰富,取舍得当。《数据结构与算法分析:C语言描述(原书第2版)》的目的是培养学生良好的程序设计技巧和熟练的算法分析能力,使得他们能够开发出高效率的程序。从服务于实践又锻炼学生实际能力出发,书中提供了大部算法的C程序和伪码例程,但并不是全部。一些程序可从互联网上获得
- 2022-02-14 06:34:31下载
- 积分:1
-
many functions of the program can also put the whole mess. Lindsborg about in th...
程序功能很多,还可以摆残局。棋力大约在中间水平,只比棋隐、雷霆等软件差些。 被改写了部分代码,速度比原程序约快2倍,不过有时候搜索的点反而多,本想再加入简单开局库,可没时间且要改的内容很多。由于作者设计的数据结构、估值函数的缺陷,程序中残局问题很多,比如单兵、单马电脑不知道如何赢孤将!! -many functions of the program can also put the whole mess. Lindsborg about in the middle level, a game than implicit, Thunder software badly. Some were rewritten code, faster than the original procedure about two times faster, but sometimes the search point, more than the simple wish to join the first basement, which could not be changed to a great many. As the author of the data structure design, valuation function defects, procedures mess many problems, such as one-man, Mr Ma computers do not know how to win alone! !
- 2022-03-15 00:22:22下载
- 积分:1
-
It is an HTML file which will guide you how to kill yourself!
It is an HTML file which will guide you how to kill yourself!
- 2022-07-12 01:39:49下载
- 积分:1
-
一个非常好的c++编译器,不比visual c++差多少,代码非常规范
一个非常好的c++编译器,不比visual c++差多少,代码非常规范-a very good c compiler, unlike visual c bad number, code very norms
- 2022-02-26 03:05:49下载
- 积分:1
-
用E语言编写的一个简单游戏,第一次做做的不是很好,请多多指教...
用E语言编写的一个简单游戏,第一次做做的不是很好,请多多指教-With E written in a simple game, for the first time doing the not very good, please the exhibitions
- 2022-02-01 18:35:11下载
- 积分:1
-
直接在内存运行PE
使用了PE加载技术、Hook技术用程序加载PE文件到内存并运行。当在内存中运行的程序,比如arp.EXE执行完之后就会退出,那结果是ExitProcess被调用,那将是我们主进程也结束,显然我们不希望这样。
处理办法:HOOK ExitProcess。问题来了,对MS的许多控制台程序,它们退出都是调用exit,所以如果HOOK ExitProcess, 那我们俩次在内存中运行arp.EXE之后就会死锁。所以对这类程序而言,不能H
OOK ExitProcess,只能HOOK msvcrt!exit。LOADER要加载一个EXE文件,这个EXE文件加载的地址是在0x400000。在我们LOADER的MAIN函数里面,这个地址已经被占用,而你是不能去Free这个地址
重新分布的,这样可能会导致程序崩溃,处理方法相见说明。
- 2022-01-21 18:51:40下载
- 积分:1