搜索资源列表
c-curriculum-design
- 已知文本文件f1.txt中存放了某个省当年参加高考的1000个考生的数据(考号、姓名、性别和考试成绩),存放格式是每行存放一个考生的数据,每个数据之间用空格隔开。 假定当年该省的招生计划是:一类本科招生计划为10%;二类本科招生计划为15%;三类本科招生计划为20%;四类高职高专招生计划为25%。 请编写程序,实现以下功能: (1)划定各批次录取分数线,结果可屏幕显示,也可存入文件。 (2)能够统计各批次中男生,女生的录取比例。统计结果可屏幕显示,也可存入文件。 (3)确定每
hfm
- 建立一个文本文件A,统计该文件中各字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件B,再将Huffman编码文件译码成文件C,并对文件A与C进行比较。 要求:能够对dat、txt等类型文件进行压缩 -The establishment of a text file A, statistics that document the frequency of the characters, the characters of Huffman coding, th
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
C-code
- 教你1小时里搞定ASP(精典).txt code-1 hour where you get to teach ASP (classic). Txt code
C-programer
- 适合手机,电子书,MP4,等便携设备浏览的TXT格式的C语言电子书-C-language e-books suitable for mobile phones, e-books, MP4, portable device to browse for TXT format
TFT240320-demo
- TFT LCD code demo HARDWARE AVR mega8,16,32 BL-TFT240320PLUS. An interface can be 8/16 bit mode. TFT LCD arduino shield. SD card File APPLICATION main.c main program. scan SD card and display BMP file on lcd. readm
c-learning
- c研究性学习,网友写的文章,整理到一个txt文档中了,文章写的挺好的-how to learn programming in c
3
- 对一篇由英文字母、空格、标点符号构成的文档,进行Huffman编码 数据输入: 由文件input.txt给出输入数据。 输入文件示例 input.txt A priority queue is a queue where each element has a priority and the element with the highest priority is at the front of the queue and will be the first elemen
4
- 编程任务: 对于给定的树,以根结点为起点,对树实现非递归方式广度优先搜索,输出广度优 先搜索序列 数据输入: 由文件input.txt给出输入数据。第1行有1个正整数n,表示给定的二叉树有n个顶 点,编号为1,2,…,n。接下来的n行中,每行有3个正整数a,b,c,分别表示编号为a的结 点的左儿子结点编号为b,右儿子结点编号为c,0表示没有儿子。各结点信息按照层序列表 的顺序给出。-Programming tasks: For a given of t
pwm
- 一种简单的c程序,在msp430最小模式系统中实现pwm波输出,使用时请将txt改为.c格式。-A simple c program in msp430 minimum mode system to achieve pwm wave output, when using please txt to. C format.
programs-txt
- 1. Transfer function to state space model transfer function to state space A=[1 1 1] B=[1 6 11 6] [A,B,C,D]=tf2ss(num,den)
C
- C语言经典算法100例,用于新手学习C语言,很有帮助。txt格式,都是些简短程序。-C-100 cases of classic algorithms for novices to learn the C language and helpful. txt format, are some brief program.
VC_read_TXT
- 介绍了利用C++如何读取TXT文件的多种方法-This paper introduces the use of c++ how to read a variety of methods of TXT file
c#入门经典第五版
- 此文件是C#初级开发者学习使用,文档说明详细(TXT data is converted to Excel data)
cshapehomework_2
- 对牛客网的相关兼职信息进行爬取,并且输出到txt文本文件中。(Crawl the related part-time information of the Niu's network and output it to the TXT text file.)