搜索资源列表
stdio_example
- matlab中用C语言编写sfunction, 实现读取文件中的数据,应用库\"stdio.h\"
Fibonacci
- 该程序实现了对文件的输入输出读取操作,并用C语言实现了对于Fibonacci函数的数学计算
shortestDistance
- C语言编写的Dijistra单源最短路径算法。有测试程序,从文件读取各点的信息。
HashTable
- 用C语言实现了哈希表的存储和读取,可以用字符串作为键值来存储数据
matlab-videoread.rar
- 用matlab进行视频读取的程序,并附有c语言程序,很有价值。,Using matlab to read the procedures for video, together with c language program, very valuable.
bingdu
- 1,主程序调用病毒功能函数 2,病毒功能函数读取查找同目录下所有c文件; 3,找到一个(被感染c文件),打开它,并且将此文件全部读取到数组变量; 4,重新创建一个同名文件(被感染c文件) 5,数组变量写回这个被感染c文件,同时将病毒源文件所需要的头文件,病毒功能函数 调用语句写入; 6,打开病毒源文件,将病毒功能函数全部写到被感染c文件的最后; 这样一个简单的c语言伪病毒virus.c就完成了-1, the main program calls fun
CSpreadSheet_src
- C语言,c++语言对excel表格的读取源码,简单方便。CSpreadSheet_src.rar-C language, c++ language source code to read excel forms, simple and convenient. CSpreadSheet_src.rar
CountKeyword
- 输入C语言保留字文本文件、C语言源程序文件,输出记录对应C语言源文件中各关键词出现次数的文本文件。 完成以下功能:读取C语言保留字文本文件,建立C语言保留字链表;建立逐行读取给定C语言源文件,分解出每个单词并与C语言关键词进行比较,记录各关键词出现的次数,将所有关键词出现的次数保存到给定文本文件;要考虑用命令行参数实现该任务。 要应用以下知识点:文件的读写;字符数组的操作;命令行参数的使用。 -Enter the C language reserved word text file,
wo-hzk16
- 简单的使用C语言读取hzk16并显示的程序-Simple to use C language to read and display the program hzk16
fft
- 实现fft快速傅里叶变换的c语言源程序。通过读取数据文件变换后输出。可完成对较大数据文件的转换。-Fft fast Fourier transform to achieve the c language source code. Transformed by reading the output data file. To be completed by the conversion of large data files.
ZOOM
- C语言图像如何放大。首先读取要放大的区域的图像信息,然后利用矩阵的repmat变换对矩阵进行拉伸。本程序可以对图像实现放大功能。-C language image to enlarge. First reading area to zoom the image information, and then use matrix repmat transform matrix stretching. This program can achieve the image magnification.
c-student
- 用C语言开发,在进入系统之后将文件中的数据读取到内存中,然后再通过链表实现增删查改的功能-It can help you ,but that isn t well
2
- 1.编制一个成绩记录簿,里面有学生的信息,例如包括:学号、姓名、以及C语言课程的成绩。该程序要实现的具体功能有: 创建信息链表并以磁盘文件保存; 读取磁盘文件并显示输出所有学生的成绩; 按学号或姓名查询成绩; 添加学生成绩记录; 删除学生成绩记录; 修改指定姓名或学号的学生的成绩并可存盘; 显示输出60分以下、60~69、70~79、80~89、90分以上
queue
- 用C语言的链表实现队列和一些对队列的操作,如插入删除读取等。-C language linked list, queue and queue operations, such as the insertion delete read.
read_photo_data
- 使用c语言将图片的二进制数据读取了出来,并可以看到具体的数据,当然此前你必须明白png格式的在Windows中的存储结构。-The c language picture of the binary data read out, and you can see the specific data, of course, previously you must understand the structure of the png format stored in the Windows.
readbmp_24
- 用c语言编写读取bmp图像程序 自编程序 简单可行-Read bmp image program self programming c language is simple and feasible
CP(GPS)
- 可以通过C语言读取GPS数据文件中的数据。-GPS data can be read in the data file through the C language.
Two-dimensional coordinate transformation
- 该程序能根据两个坐标系的坐标,求出坐标转换矩阵,然后读取一个坐标系的坐标文件,转到另一个坐标系的坐标,并输出到另一个文件。(The program can be based on the coordinates of two coordinate systems, coordinate conversion matrix, and then read a coordinate system of coordinate files, to another coordinate system coo
词法分析器
- 用C语言编写的编译原理词法分析器,可读取文件,功能非常强大(The Compiling Principle lexical analyzer, written in C language, can read the file, and the function is very powerful.)
1 文件读取 链表操作
- C++语言编写,可实现文件读入链表操作,数据结构课程设计(C++ files are read into the list, the design of the data structure course)