搜索资源列表
c
- 1微型打印机的C语言源程序 2连接两个链表 3输入n为偶数时,调用函数求1/2+1/4+...+1/n,当输入n为奇数时,调用函数 1/1+1/3+...+1/n(利用指针函数) 4时间函数举例4,一个猜数游戏,判断一个人反应快慢。 5家庭财务管理小程序 -1 micro-printer 2 of the C language source list 3 to connect the two input n is an even number, the cal
c
- 学生成绩管理系统 具有输入查找删除等功能-Student achievement management system with features such as input to find the deletion of
44-keyboard-input-detection
- 用c语言编写的4*4键盘输入检测。用AT89C51单片机做控制芯片,程序用keil编写,实验仿真有protel99se实现,已验证成功,该文件中有源程序和仿真文件。 -With the c language of 4* 4 keyboard input detection. To do with the AT89C51 microcontroller control chip, the program using keil write, experimental simulation
CSharpPExcel-input
- C#+Excel表的导入导出 首先,我们先说下Excel的导入:Excel导入分为3个步骤,1、获取.xls文件的路径(即选择目标文件)-C#+ Excel table import and export first, let' s say that under the import of Excel: Excel import is divided into three steps, 1, to obtain. Xls file path (ie, select the target f
c-daziyouxi
- printScreen:刷新屏幕输出的图像。 Start:用户进入程序时选择开始,退出和求助。 Leave:用户离开程序事提示感谢使用 levelChoice:用户开始之前选择等级 newWord:生成一个新的字母并将其置于首行。 moving:将屏幕上的所有字母向下移动一行 wordHit:判断用户是否输入字母,如果输入,且屏幕上有该字母则将该字母所在位置置空。 result:判断该用户的得分,提示其是否进入下一等级。 main:总体控制以上各函
Student-C
- 学生管理系统包括//在主函数中进行功能选择。 //调用open()函数,建立文件f.txt //调用input()函数,从键盘输入5个学生的数据送到结构数组中. //调用alter()函数,对数据进行修改 //调用search()函数,对数据进行查询: 调用search_num()函数,按学号查询; 调void search_name()函数,按姓名查询 //调用void ch()函数,进行统计查询: 调用sk()函数,查询三科成绩均大于85分的记录; 调用b
C-YYBZSRSCXJ
- C语言标准输入输出详解.doc----------------------------- C language standard input and output detailed. Doc
Block-input
- My Visual c++ project. This programm will block imput
c
- 输入10个工人的信息,每个工人含有成员名为“工号、姓名、基本工资、补贴、奖金、水电费、房租、实发工资、工资排名”,分别编写六个函数求: (1)输入一个工人的工号,查询该工人的信息并输出,若不存在显示没找到。 (2)输入一个工人的信息,按工号顺序将该工人的信息插入后输出。 (3)输入一个已存在工人的姓名信息,删除该工人的信息后输出。 (4)求每个工人的实发工资(实发工资=基本工资+补贴+奖金-水电费-房租); (5)求每个工资项(纵项)的总额并输出
Chapter---3---Input-And-Output
- Input Output in Programming C
a.c
- 输入一个包含三个数据的链表,并输出其的反向链接。如输入为abc,输出为cba.-Contains a list of three input data, and outputs the reverse link. If the input is abc, the output is cba.
C
- C语言单链表问题,详细的实现了单链表的功能,并且还有录入文件的功能,删除文件内容的功能,通过单链表可以实现文件的录入,删除,查找,浏览,修改等功能.-C language singly linked lists, realized the function of singly linked list in detail, and the function of the input file, delete the file content function, through singly lin
Gpio--keyboard-driver-under-INPUT-
- 针对linux kernel下的gpio_keys.c驱动模块详细解读-Detailed interpretation for gpio_keys.c driver module under linux kernel
C
- 2.1 C++的輸出物件cout 2.2 cout物件的格式化函式 2.2.1 欄位寬設定- cout.width(n) setw( ) 2.2.2 精確度設定-cout.precision( ) setprecision( ) 2.2.3 進位制設定-dec, hex, oct 2.2.4 指定多餘格數字元-cout.fill( ) setfill( ) 2.2.5 小數位數設定-cout.setf( ) 2.3 C++的輸入物件cin -2.1 C++
05.Basic-Input
- Guide to Basics of C++ for Basic Inouts
C语言相关
- 对C语言的基础相关知识介绍并有相应讲解编程代码
input
- C code related to FOR loop initialization condition and increment . For initialization condition and increment . C code related to FOR loop initialization condition and increment . For initialization condition and increment .- C code related
C语言程序
- 任意输入数组中的五个数,输出其中最大最小值(please input five words,outputzuidazuixiao)
C_format
- input output for c language
9-2
- 9-2 建立一个一维数组a,并完成以下任务,并输入输出格式参见下图。 (1)以自动生成的斐波那契数列前10项(前两项为1、1)为数组元素赋初值,并输出; (2)将键盘输入的一个数据插入,并数组元素值仍保持有序; (3)把数组中相同的数据删除到只剩下一个,并输出; (4)求出数组所有元素的平均值,并输出; (5)删除数组中所有低于平均值的那些元素。(9-2 create a one-dimensional array a, and complete the following tasks
