-
自己做的一个发送邮件程序,对学习SMTP 有一定的启发作用吧
自己做的一个发送邮件程序,对学习SMTP 有一定的启发作用吧-own a mail procedures, to learn SMTP inspired a certain function
- 2022-05-08 00:52:16下载
- 积分:1
-
For Viterbi decoding in wimax, you can adjust your signal to noise ratio, the si...
适用于wimax的维特比译码,可以自己调整信噪比,通过仿真选择合适的信道编码-For Viterbi decoding in wimax, you can adjust your signal to noise ratio, the simulation select the appropriate channel coding
- 2022-02-05 13:51:03下载
- 积分:1
-
模拟的一个交通指南,找最短的公交路线及最省时间的公交路线...
模拟的一个交通指南,找最短的公交路线及最省时间的公交路线-simulation of a traffic guide to find the shortest and most bus routes will save time of transit routes
- 2022-03-09 09:54:41下载
- 积分:1
-
PCL的一个原代码,工业控制和数据处理,自控方面的一个小东东....
PCL的一个原代码,工业控制和数据处理,自控方面的一个小东东.-PCL one of the original code, industrial control and data processing, control of a small Eastern.
- 2023-02-17 09:15:03下载
- 积分:1
-
写了一个小程序,听往上说什么将类的申明放在namespace里面的话,该类就不能再派生了,我做的这个程序还可以派生,不知道这是怎么回事...
写了一个小程序,听往上说什么将类的申明放在namespace里面的话,该类就不能再派生了,我做的这个程序还可以派生,不知道这是怎么回事
- 2022-06-28 20:36:37下载
- 积分:1
-
非常酷的一个游戏, 用DirectX 3D引擎和microsoft MFC开发.
非常酷的一个游戏, 用DirectX 3D引擎和microsoft MFC开发.-a very cool game, with DirectX 3D engine and microsoft MFC Development.
- 2022-04-07 17:53:37下载
- 积分:1
-
use of a Turbo C sheet prepared by the Russian game, the graphics library is Gra...
一个使用Turbo C编写的俄罗斯方块的游戏,使用的图形库是TC自带的Graphics图形库。内附详细开发文档、开发日志和使用说明。-use of a Turbo C sheet prepared by the Russian game, the graphics library is Graphics TC onboard graphics library. Contains detailed documentation, log and use.
- 2022-01-25 15:09:17下载
- 积分:1
-
- 2022-01-23 11:26:40下载
- 积分:1
-
诛仙答题易语言源码:
题目 1、服务器内战场在试验开启状态和正式开启状态下的开启时间分别是?
A. 试开阶段每天18:00...
诛仙答题易语言源码:
题目 1、服务器内战场在试验开启状态和正式开启状态下的开启时间分别是?
A. 试开阶段每天18:00-22:00,当服务器玩家等级满足条件后全天开放 B. 不间断开启一万年 C. 太阳从西边出来的时候
-Easy answer诛仙language source: Title 1, the server in the trial turned on the battlefield and to open a formal state opening time yes? A. try to open every day 18:00-22:00 stage, when the server hierarchy to meet the conditions for players and opening up after the day uninterrupted B. Open C. Ten thousand years out of the sun from the west when
- 2023-03-04 07:35:03下载
- 积分: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