搜索资源列表
程序员考试
- 没有界面,用C写的小程序 问题如下:一家软件公司招聘了数十位程序员,分成若干部门。 进行一次考试,对各个部门的所有程序员进行考核。考试结束后评出了每个人的分数。现在需要知道,在每个部门内,成绩最好的程序员和成绩最差的程序员分别是谁。输入有N+1行,每一个有若干正整数。第一行只有一个正整数,代表公司的部门数目。剩余的N行,每一行代表了该部门所有程序员的得分。其中每行第一个数字k代表了该部门的程序员个数,该行剩下的有k对数据,每对数据包括一个程序员的姓名(一个字符串)和其得分(一个正整数)。【输出形
pc4.5.tar
- 此代码是用c语言编写的决策树的c4.5代码,它是数据挖掘分类算法中的一种,可以对给定数据集进行分类,挖掘出规则-this code is c language of the decision tree Bank code, which is data mining classification algorithm of a can of a given data set for classification, tapping rules
stackqueue
- 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
bank
- 银行业务模拟编写程序用C++编写数据结构可课程设计-Banking analog programming with C++ to prepare data structure of course design
shujujiegou
- c-c++数据结构的排序查找树题库.pdf-c-c++ data structures- sorting- question bank. pdf
average-wait-time-bank-customers
- 队列的应用--银行客户平均等待时间.使用C语言编写,在控制台界面显示。本程序演示了队列这种数据结构的实际应用。-Queue application- the average wait time bank customers using the C language, the console screen displays. This program demonstrates the queue practical application of this data structure.
FileRecv
- 数据结构实践课题,简易银行卡管理系统,可实现开户、挂失、销户、存款、取款、转账、查看余额、查看交易历史等功能,使用vc6.0运行。-Data structure operations, simple bank card management system, using c+ language vc6.0 open run, to achieve the account, loss, sales households, deposits, withdrawals, transfers, view
银行业务模拟
- 严蔚敏《数据结构C语言版》算法:对银行业务进行模拟(data structure : bank simulator)