搜索资源列表
钢琴(C语言)
- 用C语言编写的钢琴,可以自己演奏,也可以播放自己编写的音乐文件。后者是自己编写歌曲文件,应用程序通过读取该文件,能播放音乐。是一种简单的音乐播放器的模型。-C language of the piano, their performances can also be prepared by the broadcast their music files. The latter song is its own document preparation, application procedures
学籍管理系统C语言版
- 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,
Shape.利用C#语言读取Shape格式文件并将其显示
- 利用C#语言读取Shape格式文件并将其显示,read and display the shape flie
C/C++语言实现打开各种图像文件(BMP, GIF, JPG,
- 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
C-Read-jpg
- C语言读取JPG图片源码 起初以为很难呢,才发现fopen就可以 -C language source code to read JPG image that is difficult to do at first, only to find fopen can
ReadFile
- C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
txt
- 利用vs 中的 c++语言对txt文件经行读取,并且对txt文件并输出-C++ to read txt file and the output
MSP430F2132读取AD7793
- 本程序用C语言编写,单片机采用MSP430F2132,模拟SPI口读取AD7793
cloude
- 利用C语言读取雷达影像bin文件,实现后期处理(SAR read use C,processing SAR data)
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)
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)
clock with c
- 电脑上使用的一个C语言编程的时钟,可实现读取系统时间,固定在最前等功能(A C language programmed clock on a computer that can be used to read the system time and be fixed to the most advanced functions.)
C语言读取GPS
- 利用C语言完成GPS数据的解析,获取经纬度、速度、时间等信息(Using C language to complete the GPS data analysis, access to latitude, longitude, speed, time and other information)
C语言读取图片
- 用于实现在Visua C++平台的运行环境下,对常用格式图片的内容读取(To realize the reading of pictures in the running environment of C language)
C#实现tdms读操作
- 使用C#语言读取Labview采集到的tdms格式数据(Using the C# language to read the TDMS format data collected by Labview)
基于C语言链表实现的订餐系统
- 点餐系统,用简单的c语言链表实现。通过在主函数循环调用各个函数,从而实现对链表的连续操作,最终实现链表的新建、打印、查找、保存、读取、更新、删除等等操作,进而管理订单与用户信息,并保存用户的各种信息,方便下一次操作。链表是以订单号排序,当出现订单号相同时会有提示,并结束本次操作,成功实现一个订单号对应一个客户。(A simple ordering system)