资源列表
duwenben
- 磁盘文件中有一文本文件,是一组(人数不限)学生百米赛跑成绩表,每行一人。格式如下例。 // 李四 12.8 // 王五 13.1 // 何和平 13.4 //程序可以追加新人的成绩,可以对成绩表排序并显示,磁盘上原有文件不变。 //排序要求成绩相同时,名次相同,获后一成绩者名次为前面的人数加1。 -,(), The following format cases. / / 12.8 115 4 / / 5 13.1 Wang / / DR peace 13.4 / / pr
cupy
- 这是一个剪切板功能是实现,主要是剪切,粘贴,复制-This is a shear deformation plate function is realized, mainly shear, paste, copy
withphpcodeaddprogram03
- Mantis - a php based bugtracking system Copyright [C] 2000 - 2002 Kenzaburo Ito - kenito@300baud.orgCopyright [C] 2002 - 2007 Mantis Team- mantisbt-lists.sourceforge.netMantis is free software: you can redistribute it and/or modifyit under the terms
CSharpautocadBlockImport
- 执行“CBL”命令后,指定dwg文件所在的目录,将指定目录下的所有dwg文件都作为块引入了。 在autocad中的插入菜单-块下可以看到这些块并能插入到当前文档-Implementation " CBL" command, specify the directory where the dwg file, all the specified directory as a dwg file into a block. The Insert menu in autocad- y
cSharp
- 遍历ini key文件的所有字段,无论key内容多少,可以自动识别-ini key
exam
- 虚拟存储管理器的页面调度程序,用c语言实现虚拟存储器的调度管理-Page of the Virtual Storage Manager scheduler
Readers-that-read--write-preferred
- 读者写着问题,写者优先,当多个读者在等待前面的读者时,有写者来,写者优先,当前读者读完,写者进入,-Readers that read, write preferred
Easy-Compute-of-Matrix
- 简单的用于c++编程的矩阵运算类,对初学者实用-Simple matrix operations for c++ programming utility class for beginners
1602lcd
- 只要在主程序中包含该文件即可使用1602显示相关数据-As long as the file is included in the main program can be used to display data 1602
DownloadReceiver
- Receives system broadcasts (boot, network connectivity).
C-process-function
- 用于开发c语言程序及系统编程要用的进程库函数,是一些非常基础的C语言库函数-Library functions for development c language program
Class-Student
- 5. 设计一个学生类CStudent,该类有以下几个私有成员变量:学生姓名、学号和性别和三门课的成绩。有实现下述功能的成员函数:1)初始化学生姓名、学号、性别和年龄;2)输入四门课的成绩,并计算平均成绩和总成绩;3)输出学生信息。以CStudent类为基础设计开发一个学生成绩管理系统。要求具有以下功能: 1) 运行程序后显示以下信息:1、Display all information 2、Add a student 3、Delete a student 4、Quit 2) 按