-
混沌(逻辑函数)检验
Chaos (logistic function) test
- 2023-04-28 10:50:03下载
- 积分:1
-
1
说明: c入门程序一,编写一个C程序,输入a、b、c三个数,输出其中最大者。(c entry procedures, write a C program, enter a, b, c three numbers, the output of which the largest.)
- 2013-04-07 11:05:07下载
- 积分:1
-
ToMoSAR仿真程序,说明了干涉SAR仿真的基本条件和结果
ToMoSAR仿真程序,说明了干涉SAR仿真的基本条件和结果,初学者可以借鉴。(ToMoSAR simulation program, explains the basic conditions and the results of interferometric SAR simulation, beginners can learn.)
- 2021-01-03 15:58:56下载
- 积分:1
-
2018021018322890099408radon_ambiguity
基于Radon-Ambiguity变换的机动目标检测方法 首先用基于Radon--Ambiguity变换(RAT)的时频分析方 法估计多个目标的加速度并进行运动补偿,通过频域滤波对多目标进行分离并估计粗略的多普勒 频率(A maneuvering target detection method based on Radon-Ambiguity transform is first used to estimate the acceleration of multiple targets and compensate for motion based on the time-frequency analysis method based on Radon--Ambiguity transform (RAT). The multi-target is separated by frequency domain filtering and the rough Doppler frequency is estimated.)
- 2018-02-24 07:45:45下载
- 积分:1
-
一种高效节能的无线传感器网络分簇路由算法
说明: 为了解决低能量自适应聚簇分层( LEACH)算法中簇头分布不均匀、 选举不合理以及路由方式单 一的不足,(in order to sovle the problem of unequal of cluster balances the energy consumption of nodes and prolongs the network lifetime)
- 2020-06-12 00:21:56下载
- 积分:1
-
整体刚度矩阵
说明: 说明:该程序用于有限元分析求梁的整体刚度矩阵(Note: the program is used to calculate the overall stiffness matrix of the beam by finite element analysis)
- 2020-10-21 12:17:24下载
- 积分:1
-
ms dos 源码
难得的好东西
就怕你不会用
ms dos 源码
难得的好东西
就怕你不会用-ms dos rare source of good things you do not fear
- 2022-09-19 06:40:03下载
- 积分:1
-
windows system onboard mine the source code for the game, with VC series, and Mi...
windows系统自带的扫雷游戏的源代码,用VC编的,和windows自带的不同的是可以选择右击无效。-windows system onboard mine the source code for the game, with VC series, and Microsoft"s Windows is a different choice right click invalid.
- 2022-01-26 05:33:15下载
- 积分:1
-
AUO友达液晶显示屏电路图
说明: AUO LCD panel,....................
- 2019-05-05 15:20:39下载
- 积分: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