-
crack-assembly
结合精心挑选的实例,系统地讨论了黑客代码分析技术,包括调试器于反汇编器等典型分析工具的使用、代码分析的基本过程以及相关疑难问题的处理等。(Combined with carefully selected examples, discuss the the hacker code analysis technology, including the use of a debugger disassembler typical analysis tools, code analysis and related problems processing.)
- 2013-03-29 14:21:50下载
- 积分:1
-
67120119
本人写的wap网站程序,希望给大家带来学习的好处,不错(I wrote the wap website program, hoping to bring you the benefits of learning, good)
- 2019-05-20 06:49:24下载
- 积分:1
-
5956444spwm20170327
脉宽调制,亲自调试通过,是一个很好学习的资料(Pulse width modulation, self-testing, is a very good learning material.)
- 2020-06-17 04:40:01下载
- 积分:1
-
STC15+ST7735 并口驱动
说明: STC15+ST7735 并口驱动,P1口作为并行数据口。(STC15+ST7735 Parallel Port Driver)
- 2019-06-14 15:43:15下载
- 积分:1
-
des cbc模式
本代码主要是用c++完成des 的cbc模式加密,文件后缀为.cpp 文件
- 2022-04-10 07:38:20下载
- 积分:1
-
commatlab
说明: matlab具有强大的函数库,VC具有高效率的优点。通过com接口将VC和matlab进行连接,本程序实现了VC调用matlab中的magic函数。(Matlab has powerful functions, VC with high efficiency advantages. Com interface through VC and Matlab connect, the program of VC call Matlab function of magic.)
- 2021-03-02 22:29:33下载
- 积分:1
-
6.34
说明: 基于车辆动力学模型,运用模型预测控制算法设计轨迹跟踪控制器(Based on the vehicle dynamics model, using the model predictive control algorithm to design the trajectory tracking controller)
- 2020-05-16 18:59:57下载
- 积分:1
-
编译原理 无符号数的识别
编译原理 无符号数的识别-compiler theory without the identification number of symbols
- 2022-06-28 03:37:20下载
- 积分:1
-
C# 禁止鼠标左键单击的实现源码
C# 禁止鼠标左键单击,附上例子源码,禁止后将不响应鼠标左键消息,当然也可恢复鼠标左键,直接关闭本程序即可恢复,实现方法也很简单,看如下代码:
private void button1_Click(object sender, EventArgs e)
{//禁止鼠标左键单击
Application.AddMessageFilter(this);
MessageBox.Show("鼠标左键已经被禁止,请用Tab键执行操作!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
private void button2_Click(object sender, EventArgs e)
{//允许鼠标左键单击
Application.RemoveMessageFilter(this);
MessageBox.Show("鼠标左键已经被解禁,可以执行操作!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
public bool PreFilterMessage(ref System.Windows.Forms.Message MySystemMessage)
{//不响应鼠标左键消息
if (MySystemMessage.Msg >= 513 && MySystemMessage.Msg
- 2022-03-09 09:45:43下载
- 积分:1
-
TURBOC 文本处理常规库
TURBOC 文本处理常规库(TURBOC2.0 conventional text-processing library)
- 2005-02-17 16:40:27下载
- 积分:1