搜索资源列表
C++readcom
- 一个串行通信的小例子,该程序可以将通信所得到的数据显示出来且可存储为TXT文件,并且可以读取TXT文件恢复波形。-a small example. The communication process can be obtained data can be displayed and stored for TXT documents, and can read TXT file recovery waveform.
DxfReader_source_code 一个.NET(C#)平台下读取并显示DXF文件的类
- 一个.NET(C#)平台下读取并显示DXF文件的类-A. NET (C#) platform to read and display DXF file class
DISK.rar
- C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
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
read-tdms-file-by-CSharp
- 一个读取labview tdms文件的C#代码。-Labview tdms file a read C# code.
main
- 模拟实现unix文件管理系统 关键词:操作系统,文件系统,UNIX文件系统模拟 具体功能有:显示目录表,创建新目录,更改目录,创建文件,填写文件,读取文件,删除文件,更新文件。-Simulation unix implementation document management system Keywords: operating system, file system, UNIX file system simulation specific features are: table of co
main.c
- READ SERIAL PORT AND WRITE IT INTO a FILE
srrial.c
- READ SERIAL PORT AND WRITE INTO a FILE
lock
- 用Visual Studio 2003编的文件加密程序,能对文件进行二进制读入,再和密码做异或,保存。版本一-Visual Studio 2003 for use of file encryption program, can read a binary file, and then do XOR and password, save. Version 1.0
read_wav
- C file to read and decode a WAV file.
goods_management
- 用Turbo C写的用于管理记录货物出入仓库的软件,先要读取一个记录货物出入数据的txt文件,然后利用此软件可进行增减删改-Turbo C was used for the management of records of goods out of warehouse software, first read a data record of the goods from txt file, and then use this software can increase or decrease
gps1_5
- gps1_5.c begins by opening a file gpsData.txt which will save all GPS message strings in ASCII. Next, the serial port is opened using a function prototype comm_setting() which invokes functions found in the IBMCOM library. A while loop is entere
medianfilter
- 将raw图像文件信息读入,然后进行中值滤波,并生成新文件的c语言代码。-Raw image file information to be read, and then median filtering, and generates a new file c language code.
zlg_fs
- 周立功U盘读写文件系统.rar 极好的用于学习;FAT文件系统 的好代码-ZLG U disk read-write file system. Rar excellent for learning FAT file system, a good code
modular
- BPSK 的调制程序,从文件读入01序列,进行采样之后进行BPSK调制,然后输出。VC2005编写-BPSK modulation process, read from a file into the 01 sequences, after sampling BPSK modulation, then output. VC2005 prepared
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.
who1.c
- who命令的具体实现,方法见原代码注释 /*who1.c - for a first version the who programe * open,read UTMP file,and show resulets -/*who1.c- for a first version the who programe * open,read UTMP file,and show resulets */
write-and-read-a-file
- 读文件和写文件的一个小程序 这是我自己在学习c++过程中写的一个小程序-Read and write files in the file is a small program that I wrote in the learning process of a small program c++
read-3DS-file
- 一个完善的读取3DS文件例子 3ds.cpp Camera.cpp Frustum.cpp GameWnd.cpp main.cpp Math.cpp Scene.cpp Texture.cpp vector.c-A perfect example to read 3DS file 3ds.cpp Camera.cpp Frustum.cpp GameWnd.cpp main.cpp Math.cpp Sc
C#文件编辑器源码
- 读取二进制文件源码 源码描述: 一、源码特点 采用winform进行开发,实现读取二进制文件功能 二、功能介绍 本源码是一个读取二进制文件源码,适合初学者,读取二进制文件,利用C#客户端,读取二进制文件流 三、菜单功能 1、首先创建一个.bin格式的文件 2、运行程序,点击选择,选择.bin文件 3、点击读取,在文件内容中就会显示。 四、注意事项 1、开发环境为Visual Studio 2010,使用.net 3.5开发。(Read the source cod