资源列表
sport
- 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20) 功能要求: 1) 可以输入各个项目的前三名或前五名的成绩; 2) 能统计各学校总分, 3) 可以按学校编号或名称、学校总分、男女团体总分排序输出; 4) 可以按学校编号查询
Hopfield
- hopfield network realization on C++. this is no module realization but it is work.
HotelManagementSystem
- A simple Hotel Management System
mazebestpath
- 迷宫最短路径问题,采用递归算法实现,C语言学习者的经典题目-Maze shortest path problem, the use of recursive algorithm
wangluo
- 一个数字 1 2 3 的矩阵输入判定器,用神经网络算法实现,可以训练识别等多种功能用C++语言实现-1 2 3 a digital input to determine the matrix, and use of neural network algorithm, can be trained to identify a variety of functions, such as C++ language used to achieve
josephus_b
- Josephus alqoritm made using microsoft studio 2008 The implementation is oki.
e
- 易语言远程控制源码,十分的不错,值得学习。-hello,i am Chinese,I am not English,so my English is bad.
Filas
- Implementaç ã o de filas
Pilhas
- implementacao de pilhas
Arvores
- implementacao de arvores
c
- 3个用c++写的多核程序,给大家看看。程序很简单,很初级-c++
gtest_demo
- 自己写的google test的demo程序 比较简明易懂 适合C++单元测试初学者-Write their own demo of the google test procedures easy to understand for C++ unit testing beginners
