-
my name is obi and i m from indonesia and tangerang is my city, if you come to i...
my name is obi and i m from indonesia and tangerang is my city, if you come to indonesia please visit me in tangerang
- 2022-06-12 02:49:37下载
- 积分:1
-
C#实现的俄罗斯方块程序
C#实现的俄罗斯方块程序-C# Russian squares procedure
- 2022-02-22 04:44:50下载
- 积分:1
-
Go to the " mobile game development" on the example of an RPG game, wan...
转至《手机游戏开发》上的一个RPG游戏例子,希望对初学者有帮助。-Go to the " mobile game development" on the example of an RPG game, want to be helpful for beginners.
- 2022-03-20 04:26:47下载
- 积分:1
-
The code assumes a two
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.
- 2022-04-19 22:19:25下载
- 积分:1
-
1234566KALMAN
在Matlab环境下的kalman滤波程序,有助于理解kalman的原理及其应有-1234566KALMAN
- 2023-06-18 17:00:03下载
- 积分:1
-
软件工程的设计和开发文件,由于本人也不知道怎么回事,所以还请读者自己去斟酌,希望对你们有帮助!...
软件工程的设计和开发文件,由于本人也不知道怎么回事,所以还请读者自己去斟酌,希望对你们有帮助!-software engineering design and development, because I do not know how, therefore, also invited readers to their own discretion, and I hope to have your help!
- 2022-07-22 23:19:42下载
- 积分:1
-
用delphi编写的计算器
用delphi编写的计算器-prepared using the calculator
- 2022-02-28 09:51:02下载
- 积分:1
-
超级酷,1st
超级酷,1st-pay的在线支付生成器(绝对内部版本)。 虽然只有一个java语句和一个html的生成页面,但功能绝对强大。 自动化的支付接口生成,并且支持多种1st-pay的支付接口格式。吐血推荐,赶快下载-Super Cool, 1st-pay online payment generator (absolute internal version). Although only a java language and an html page generation, but absolutely powerful functions. Automated Generation of payment interface, and support for multiple 1st-pay payment interface format. Suggest to vomit blood, quickly download
- 2022-04-15 12:28:30下载
- 积分:1
-
For image processing Category 2 classification procedures, have a strong applica...
用于图像处理的2类分类问题的程序,有较强的应用性。-For image processing Category 2 classification procedures, have a strong application.
- 2022-08-07 12:36:48下载
- 积分: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