-
Source Code Source Code Source Code Source Code Source Code Source Code
Source Code Source Code Source Code Source Code Source Code Source Code-Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code Source Code
- 2022-09-24 11:25:03下载
- 积分:1
-
Stone Age People turning point ... the calculation of tools ... can easily calcu...
石器时代人的转折点。。。工具的计算。。。可以很容易地计算出数字JP点与非JP字符点
- 2022-05-06 10:57:35下载
- 积分:1
-
使用冥法求特征值和特征向量。
使用冥法求特征值和特征向量。-law for the use of their offerings eigenvalues and eigenvectors.
- 2022-10-27 06:15:04下载
- 积分:1
-
As the source code name, this code is writing in Verilog and also inside the fol...
As the source code name, this code is writing in Verilog and also inside the folder there is a c code to see the simulation results from verilog.
- 2022-03-25 06:31:05下载
- 积分:1
-
源程序及详细程序实验报告
源程序及详细程序实验报告-source and detailed experimental procedures report
- 2022-02-27 05:59:23下载
- 积分:1
-
用count.v和count.c两个文件作为例子,用来说明modelsim的pLI使用方法...
用count.v和count.c两个文件作为例子,用来说明modelsim的pLI使用方法-using two source files (count.v and count.c ) to demonstrate how to use modesim with PLI
- 2022-04-19 00:48:00下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09: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
-
一个简单的俄罗斯方块小游戏,只需要使用上下左右方向键就可以方便的控制...
一个简单的俄罗斯方块小游戏,只需要使用上下左右方向键就可以方便的控制
-a simple little game Tetris, only need to use the direction keys above and below it can control
- 2022-03-25 12:55:46下载
- 积分:1
-
构建的非线性时间序列的混沌序列的研究劳伦兹。
产生Lorenz混沌序列,为下一步非线性时间序列研究打下基础-Construct Lorenz chaotic seris for the research of nonlinear time series.
- 2022-03-18 08:51:12下载
- 积分:1