-
ollydbg
高手使用源码查看 ,壳子侦查,等等,支持使用ollydbg(Use the master source view, shell investigation, etc., support the use ollydbg)
- 2013-12-15 08:59:03下载
- 积分:1
-
Create_a_D1550032252003
This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality on the fly without having to even restart your application, let alone reboot Windows. It s a very cool concept. Anyway, I couldn t find an example of this anywhere, so I am posting it in hopes that it may be of some use to someone else who is looking for the same thing. If you see any improvements that can be made to this code, please let me know.
- 2011-02-06 22:48:55下载
- 积分:1
-
BDMtcsgap1.02
这是一款用于外汇MT4平台的智能交易系统,强力剥头皮型EA,可用于USDJPG及EURUSD5分钟交易时段。-This is a platform for the exchange of intelligent MT4 trading system, powerful scalping type of EA, can be used for USDJPG and EURUSD5 minute trading session
- 2016-02-25 11:32:44下载
- 积分:1
-
encoding
该代码基于VC开发平台,能演示三中编码方法:香农,霍夫曼,费诺编码,经过测试,运行稳定!(code based on the VC development platform, which can display three coding method : Shannon, Hoffman, Connaught fee coding, After testing, operation stability!)
- 2007-04-01 17:16:12下载
- 积分:1
-
Natural-Language-Processing
自然语言处理,曼宁,一本非常好的自然语言处理的学习书籍(Natural Language Processing)
- 2016-04-14 19:04:06下载
- 积分:1
-
28335chenxu
DSP28335书籍源程序打包下载,包含SVPWM,CAN,ADC,SCI,PID,CLARK变换等,以及各个模块的相关设置(DSP28335 source package to download books, including SVPWM, CAN, ADC, SCI, PID, CLARK transform, and related settings of each module)
- 2016-06-21 15:39:22下载
- 积分:1
-
gps_spl
此程序为GPS接收机的源码,包括捕获、跟踪、定位解算和算法,其硬件基于gp2015和gp4020,处理器为arm7,对理解GPS接收机原理有很大帮助.(This procedure source for GPS receiver, including the capture, tracking, positioning solvers and algorithms, and its hardware-based gp2015 and gp4020, processor arm7, on the understanding of the principle of GPS receivers have great help to me.)
- 2020-06-30 05:00:01下载
- 积分:1
-
FileFilter
一个简单的U盘过滤器驱动程序,能够实现使得U盘只读功能(A simple U-disk filter driver, can be achieved making the U-disk read-only function)
- 2011-08-17 10:08:21下载
- 积分:1
-
USB_Utility
HOST和DSP利用USB通信,HOST端的USB应用部分程序(HOST and DSP use USB communications, HOST-side USB applications some of the procedures)
- 2007-10-29 13:40:58下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1