搜索资源列表
C_cjgl
- 学生成绩管理系统,可统计学生成绩 对成绩进行排名,可读取和保存文件等. -------我学C时的课设-student performance management system, statistics on student achievement results for ranking can read and preserving documents. ------- I studied at the class C-based
new_word
- VC7写的,用来将金山单词本生成的文本文件转换成为我想要的其它格式写的。有兴趣的可以看看。-VC7 wrote, Jinshan words used to generate the text of the document I want to switch to the other format writes. Interested can look at.
Library-Management-System
- 本代码为我自己大一期末写的一个控制台应用程序——图书管理系统,有关登陆信息存储在程序目录的TXT文档中。大家可按上面写的用户名密码登陆程序。-This code is a console application I write in my last term,that is, Library management system. The login information you need when run the program is in a txt document at its cont
Dog
- /*11-6. 声明一个dog类,包含体重合年龄两个成员变量及相应的成员函数,声明一个实例dog1,体重为5,年龄为10, 使用I/O流把dog1的状态写入磁盘文件,再声明另一个实例dog2,通过读文件把dog1的状态赋给dog2。分别使用文本方 式和二进制方式操作文件,看看有何不同;再看看磁盘文件的ASCII码有何不同。*/-/* 11-6. Declare a dog class that contains two member variables age, weight and c
fasfklhsdg
- 让初学者从 Turbo C 2.0(以下简称 TC) 或 Borland C++ 3.1 开始学编程是个不错的建议,只是 TC 的环境实在太老了,复制粘贴都很不方便。有一个 Win-TC,简单用了一下,实在是个害人的东西,还不如 TC 好呢,因为它简化了所有调试的部分(或许是我没看到?),而调试是写程序相当重要的一部分。 不少老师直接拿 VC6 来讲 C 语言的,因为 VC6 的编辑和调试环境都很优秀。只可惜在 VC6 下只能做一些文字性的练习题,想画条直线画个圆都很难,还要注册窗口类
jihefugai
- 求解集合覆盖。给定一个实例I = (X , F),X为一个有限集合,F为X的子集的集合,使得X中的每个元素至少属于F中的一个元素,则认为子集F覆盖了X的元素。 集合覆盖问题就是,找出含X的子集个数最少的子集C属于F,使得C覆盖了X中的所有元素。 -For set covering. Given an instance of I = ( X, F ), X is a finite set, F X a subset of the set, so that every element in
MinPlaceAssignmentProblem
- 给定n个活动,活动i起始时间和结束时间为 s[i]、f[i],求安排活动后,使用会场最少的方案的会场数。-Given n events, the start time and end time of activity i s [i] f [i], seeking to arrange activities, use the venue at least the number of the venue of the program.
openGL
- openGL明白不,不明不白就看看,我也不明白-openGL not understand, unaccountably to look at, I do not understand
cyy_05
- C++105个例子,当初学C++的时候就看的这个,很不错的经典,把这个看完,对C++就有一定的功底了-C++ 105, for example, when I was at the beginning to learn c++ to see this, very good classic, the finish, the c++ have a certain strength
PA1-2(1)
- 描述 公司有n个员工,编号1 ~ n。员工数量众多,需要你为他们编写一个管理系统。 员工上班时都要登录管理系统登记一个code,离开要从管理系统上注销,员工也可以随时更新自己的code。到了下班时间,所有员工都会自动注销。公司管理人员随时都可能想要知道有多少员工上班,以及任一员工登记的code。 输入 第一行两个整数n、m。接下来m行,每行都是以下内容之一: I a c //Log In:员工a登录,code为c。若a已登录,则将code更新为c