搜索资源列表
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
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
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
SPE-0[1].8.3.c-wx2.6.1.0-no_setup
- Serial port comm file s. Tried to to do it but could not make it working.p[lease help
jpdirxp3.c
- My Dirtree / file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 3-My Dirtree/file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 3
socket_hook
- 详细说明利用自己开发的Wsock32.dll文件替换C:\Windows\System32\Wsock32.dll文件,以此实现截包功效!-Detailed descr iption of the use of their own to replace Wsock32.dll file C: \ Windows \ System32 \ Wsock32.dll documents in order to achieve effectiveness cut-off package!
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.
c
- c程序(有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列),输出到一个新文件C中等等。)-c program (there are two disk files A and B, each storage row of letters, requested the information in these two documents combined (in alphabetical order), output to a new file C, etc.).
c
- c语言中指针和结构进行编程,并涉及到一定的文件知识。对于复习c语言知识很有帮助!-c language pointers and structure of the programming, and involves knowledge of a certain file. For refresher c language knowledge very helpful!
c
- 自己写的C++文件流的读取,很实用 ,自己写了好久,研究了好久 终于弄明白了,真的很不容易,传上来,供大家学习-Write your own C++ file stream to read, very practical, himself wrote a long time to study for a long time has finally figured out, really is not easy, pass up, for them to learn thank you
elecfans.com-c
- C语言课件,里面是ppt文件,讲的很好,初学者的必备资料。-C language courseware, which is a ppt file, speak well, essential information for beginners.
File_CSV
- TXT .INI .CSV 三种文件类型的操作,包括读,写。-TXT. INI. CSV file of three types of operations, including reading, writing.
c
- 有两个磁盘文件A和B,各存放一行字母,今要求把这两个文件中的信息合并(按字母顺序排列),输出到一个新文件C中去。-A two disk files, and B, the storage line of letters, this requires the information in these two documents combined (in alphabetical order), output to a new file C, to go.
C.simulation.code.ATM
- C 模拟ATM自动取款机源代码TXT文件C simulation source code for ATM automated teller machines TXT file -C simulation source code for ATM automated teller machines TXT file
p2p-file-sharing-application
- It is a C Sharp application for file sharing among network.. It uses Tcp protocol for communication.Each nodes in network is identified by their IP address. For accessing a file from another system in network that file should be shared by its system.
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
dir-scan-and-search(c)
- 用C语言实现该目录下的文件遍历以及根据文件名搜索某个文件-sacn the dir and search file (c)
C#读取文件
- C# 读取文件 C#读取TXT文件实现的一些总结: 1、Niit.txt 默认在 File_read\bin\Debug 文件下! 假如你不想程序运行报错,那么就在这个文件下建立 1)因为这里咱们是读取文本,所以Niit.txt,内容自己写一下!留心两点 1.1)文件最好不要写中文的,否则运行结果用 ?代替中文~ 2.2)最首要 的,你写完了内容要保存文本后再运行,才会显示你添加的内容 2、读写文本操作要领来源于 System.IO 命名空间,所以程序开