搜索资源列表
pictureincprogram
- 用C语言读取img图像数据,然后对图像进行分割-C language img read image data, and then the image segmentation
C、C++读取图片
- C/C++语言实现打开各种图像文件(BMP, GIF, JPG,
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
hj1
- C语言读取WAV PCM音频文件的头文件-C language to read WAV PCM audio file of the header files
ReadFile
- C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
haxibiao
- C语言实现哈希表,方便,原代码,欢迎下载,绝对真的-C language hash table, convenience, the original code, welcome to download, absolutely true
txt
- 利用vs 中的 c++语言对txt文件经行读取,并且对txt文件并输出-C++ to read txt file and the output
C-read-write-excel
- 利用c语言读取和写入excel,代码简单易懂,可以让你很容易学会-Using c language written excel, simple and easy to understand code that allows you to easily learn
C-language-code-to-read-txt-file
- 用c语言读取txt文档的代码,代码中所用函数均有详细说明-C language code to read txt file, the code used in the function are described in detail
cloude
- 利用C语言读取雷达影像bin文件,实现后期处理(SAR read use C,processing SAR data)
火车侠
- 使用EasyX实现C/C++ 语言下图形编程,实现文件读取操作以及声音动画播放.使用Visual Studio 平台(This project achieve the Graphical interface coding through EasyX tools.It contains the usage of file operation and vedio playing.)
Netcdf C++接口使用说明
- 这是用C++语言读取NetCDF文件数据的常用接口函数说明,很实用。(This is the paper about NetCDF C++ API.)
读取和输出
- 通过c语言实现txt的读取和写入,支持浮点精度(Through the C language to achieve TXT read and write, support floating-point precision)
C语言学生成绩管理程序综合实验
- 以链表为基础,实现学生成绩的、增加、 修改、查询、 删除,以及读取到文件中(To the list based on the realization of student achievement, increase, modify, query, delete, and read into the file)
c程序(1)
- 用户在窗口输入文件路径,读取文件中的内容(The user enters the file path in the window and reads the contents of the file)
ReadFile
- 该代码采用C语言编程,通过文件路径读取文本文件,并保存在数组中。(The program is used to read the text file through the file path ,and save it in the array for other's purposes.)
读取文字写入文字
- C语言读取文字代码,用于简单的文字读取并储存。(Read the text code in the C language)
C#实现tdms读操作
- 使用C#语言读取Labview采集到的tdms格式数据(Using the C# language to read the TDMS format data collected by Labview)
C# XML文件读取示例
- C#语言编写了xml的读取,可以实现文件读取与操作。(C#language has written the XML reading, which can realize the file reading and operation.)
基于C语言链表实现的订餐系统
- 点餐系统,用简单的c语言链表实现。通过在主函数循环调用各个函数,从而实现对链表的连续操作,最终实现链表的新建、打印、查找、保存、读取、更新、删除等等操作,进而管理订单与用户信息,并保存用户的各种信息,方便下一次操作。链表是以订单号排序,当出现订单号相同时会有提示,并结束本次操作,成功实现一个订单号对应一个客户。(A simple ordering system)