搜索资源列表
学生成绩管理系统(完全自己做的
- 呵呵,帮同学做的一个C语言课程设计 学生成绩管理系统(完全自己做的) 功能:成绩录入,按成绩排序,查询各分数段的学生, 用菜单实现功能。 -----作者:小鲨-A student score management system for course paper. Function: input, sort, query, all function controlled through menu.
pinyishurufa
- 拼音输入法的源码.本人已在C++环境下调试通过.比较小,可以供嵌入式系统等对存储空间要求较高的环境下应用.-Pinyin input method source code. I have been in C through debugging environment. Relatively small, Embedded systems are available, such as storage space requirements of an environment of high appl
DOUBLESCREEN
- c语言实现窗口的切换以及键盘输入,文本的屏幕输出-c language and the window switch keyboard input and screen output text
PID.rar
- 89C51单片机,通过键盘输入预设值,与DS18B20测得的实际值做比较,然后驱动制冷或加热电路。用keil C语言来实现PID的控制。 ,89C51 microcontroller, through keyboard input default, and DS18B20 measured to compare the actual value, and then drive circuit refrigeration or heating. Keil C language used to a
1
- c++语言输入,用类的方式在DOS环境下输入。-c++ language input, using categories in the DOS environment input.
tongxunlu(c)
- 添加:增加一个或几个人通信录信息。 删除:删除已输入的通信录信息。 查询:根据输入的姓名、学号、QQ、email查找通信录信息。 修改:根据输入的姓名修改通信录信息。 显示:输出所有通信录信息。 -Add: increase in one or several persons were recorded in the information communication. Delete: delete the address book information input. In
C
- 有10个学生,每个学生的数据包括学号、姓名、3门课的成绩,从键盘输入10个学生数据,求出每个学生3门课的平均成绩,并输出最高分的学生的数据(包括学号、姓名、3门课的成绩、平均成绩)。 输入4个整数,按由小到大的顺序输出,使用指针进行处理。 请说明以下程序段存在的问题,并改正。 int a,*p scanf(“ d”,p) 通过计算机并口向数模转换器发送数据,实现D/A转换。 将两台计算机的COM口相连,一个作为接收端,另一个作为发送端,编程实现两台计算机之间的简单通信
c
- 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7-Realize functions:
C
- 上传几个C语言小程序,供新手入门使用,包含输入输出及简单算法-To uploading several small C language program for beginners to use, contains the input and output and a simple algorithm
c
- 从键盘里输入字符,并通过显示屏回显字符。-input string and output it
LL-(1)-grammar-C
- 利用c语言构造LL(1)分析表,并能够实现输入文法的语法检验-Using c language constructs LL (1) analysis table, and to achieve the input grammar grammar test
c-2
- 企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高 于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提 成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于 40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于 100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数?
c-4
- 输入某年某月某日,判断这一天是这一年的第几天? -Input on a certain day, judgment day is the first few days this year?
C经典程序
- 最基础的C语言程序,覆盖输入输出操作,数组,函数,指针,文件等,很典型。(The most basic C language program, covering the input and output operations, arrays, functions, pointers, documents, etc., is very typical.)
huffman.c
- 哈弗曼树构造算法。通过输入字符串构造哈弗曼树,生成哈弗曼编码(Huffman tree construction algorithm. The input string Huffman tree structure, generating Havermann encoding)
wow5
- It takes a block of text as input and works out the proportion of characters within ... The software can regurgitate random text that is controlled by the proportion of ...
Shunxubiao
- 利用C语言的顺序表数据结构实现学生信息的录入和添加(Using the sequence table data structure of C language to realize the input and addition of student information)
C语言中scanf的使用
- 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c
Tripl
- C语言实现三元数组,包括初始化,删除数组,输入输出数据,判断升序降序等功能(C language to achieve three yuan array, including initialization, delete array, input and output data, to determine ascending descending order and other functions)
测量字符串长度
- 测量字符串长度,输入字符串,输出字符串的长度。(Measure the length of the string, input the string, output the length of the string.)
