搜索资源列表
钢琴(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
read_qscat_info
- quikscat 卫星风场数据的c语言读取程序,环境为UNIX等的说明文件-quikscat satellite wind data, c language reading program, environmental documentation for the UNIX, etc.
several_details_on_C
- 文件包括C函数调用的深层机制,C缺陷与陷阱,C语言头文件的使用以及C里的文件读取探索四篇TXT文档。-Documents include C function calls the underlying mechanism, C defects and traps, C language header files, as well as C where the use of exploration 4 TXT file to read the document.
C
- C通讯录 C语言实现读取TXT文件存储通讯录-C Contacts C language implementation to read TXT file storage contacts
program
- 实现c语言的词法分析器,用文件读取,要求能识别整数、自定义标识符及以下关键字: + - * / < <= == != > >= & && || = ( ) [ ] { } : , void int float char if else while do ! main -Achieve c language lexical analyzer, using file read, the request can identify integers, custom id
Student-management-system
- 利用c++语言开发的学生管理系统,自动读取文件,并进行插入,排序等功能-Student management system
01_20130415.doc.tar
- 项目描述 (1) 设计学生结构体,至少包括学生姓名、C语言成绩、Unix成绩、Oracle成绩这四个成员变量; (2) 从键盘接受若干学生信息; (3) 以链表的形式存储在内存中; (4) 对链表进行排序; (5) 排序后的结果存入文件中; (6) 从文件中读取指定条件(比如Unix分数在60到80之间的学生)的学生信息,并显示在屏幕上-Project Descr iption (1) Design Student structure, including at leas
seg2
- 基于c++的语言的读取seg2文件程序,主要针对地球物理勘探的朋友们用-Language based c++ read seg2 documentation procedures, mainly for geophysical prospecting with friends
music-player
- 读取语音,文件音乐播放器,music player,c语言程序,-Reading voice, music player files, music player, c language program,
write_printf_yourself
- C语言变参_实现自己的printf,详细讲解变参在堆栈中的存放和读取,讲解如何实现一个变参函数,最终给出实现一个printf的参考,对于不能支持printf的系统非常有帮助,建议使用标准头文件stdarg.h。-C language parameters _ to achieve their own printf, explain in detail on the stack in the storage and read, explain how to achieve a variable f
STL文件的读取显示
- 用于STL文件读取与显示的C语言程序,简单方便实用。(STLfile,The process of virtual manufacturing of a component begins with the CAD model being extracted as an STL file.)
用EXCEL进行数据交互
- 就是如何读取EXCEL的数据以及创建EXCEL文件以写入信息并对其中信息进行操作的范例