搜索资源列表
ucos-file
- ucos下的FAT文件系统源码。 config.h dir.C disk.C FAT.C Fat.h FDT.C file.C floppy.c floppy.h format.C format.h Harddisk.c HardDisk.h INCLUDES.H OS_CFG.H OSFile.c OSFile.h RWSec.C Test.c-OUT of the FAT file system source cod
ucos in one c file
- ucos merged into one c file only. For reference.
ATMEL单片机的C编译器
- 1.ATMEL单片机的C编译器。ICCAVRV7.22B破解版。 2.请看readme.text.杀毒软件会把破解文件当中*病毒。请设置不要扫描这个文件。,1.ATMEL MCU C compiler. ICCAVRV7.22B cracked version. 2. See readme.text. Antivirus software, virus, Trojan horse which will crack the file. Please set do not scan the fi
em78p153.em78p153 c编译器头文件(自编)
- em78p153 c编译器头文件(自编),em78p153 c compiler header file (self-compiled)
C++ecc.rar
- C++实现的椭圆曲线算法。已经写成一个库文件只要调用就行了,C++ Realized elliptic curve algorithm. Has been written in a library file as long as the call on the list
wav.c.gz
- Converts raw PCM file to Wav file,Converts raw PCM file to Wav file
C-FIR
- 此程序是用C语言编写的FIR数字滤波器,程序分块相当完整清晰:打开文件,读取数据文件,运算滤波,结果写入文件,关闭文件。已经通过验证-This program is written in C language FIR digital filters, the program block quite a complete and clear: open the file, read data files, computing filtering, the results of written do
file
- c++ 实现 决策树 分类算法,规模很小但是很简练的一个算法-c++ realization of the decision tree classification algorithm, the size of a small but very concise algorithm for
las2txt
- 读取las文件并转换为txt文件 (C++源码)-Read las file and convert to txt file (C++ source code)
wavefileplayer.c.tar
- This a simple WAV file player which interacts your Sound card(of type SoundBlaster).It can play only 8-bit Mono PCM WAVe file whose time lenght is around 1 secs.,the programmers can extend for more timelenght.It works fine in Pure 16-bit DOS Mo
LPC10的C源代码
- 语音信号处理的LPC10声码器的C源代码,压缩文件-Speech signal proccessing code of C with LPC10. compressed file
transferfiles
- socket编程文件传输实例,分为服务端和客户端两块-socket file transfer programming examples, divided into server and client 2
ftp.c
- Client application that uses "file transfer protocol" (ftp).service as described by RFC 959. -Client application that uses
c-note.doc
- c语言学习笔记,主要是关于文件操作的。-c language study notes, is mainly about file operations. Ha ha
c
- c语言实现从二进制文件中读出数据并处理数据-c language implementation读出数据from the binary file and handle data
synflood.c
- 工具分类:拒绝服务 运行平台:Windows 工具大小:5068 Bytes 文件MD5 :6f1e4950723dc0d8a3be556724e1f61d 工具来源:Www.Bugkidz.Org Paris-Ye[Bugkidz]的Synflood代码 -Instrument classification: denial-of-service platform: Windows Tool size: 5068 Bytes file MD5: 6f1e495072
Read.a.file.line.function
- 本程序用C语言实现了读一个.txt文档中一行数据的功能。希望对大家有用。有不对的地方请指正。-This procedure using C language to implement reading a. Txt document in the line of data. Want to be useful to everyone. Where there is something wrong please correct me.
output-to-a-new-file-C
- 有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中 -There are two disk file A and B, each deposit A line letters and asked to the two files with the information (in alphabetical order), The output to a new file C
C#处理tif文件
- c#处理tif文件 c#读取tif文件详细信息(C # handle tiff file c # read tif file details)
C#读取文件
- C# 读取文件 C#读取TXT文件实现的一些总结: 1、Niit.txt 默认在 File_read\bin\Debug 文件下! 假如你不想程序运行报错,那么就在这个文件下建立 1)因为这里咱们是读取文本,所以Niit.txt,内容自己写一下!留心两点 1.1)文件最好不要写中文的,否则运行结果用 ?代替中文~ 2.2)最首要 的,你写完了内容要保存文本后再运行,才会显示你添加的内容 2、读写文本操作要领来源于 System.IO 命名空间,所以程序开