搜索资源列表
国际大学生程序设计竞赛题解
- 要想看看自己的编程水平有多高。除了开发项目和做出象样子的软件以外,还有一个很好的办法就是参加比赛.而国际大学生程序设计竞赛题解,为你提供了检验自己的一个很好的挑战。里面不仅有大量的例题,还有各种算法的分析和与实例的结合。是提高英文和编程能力的绝对好书了-To look at our own programming level is very high. In addition to development projects and to make the software look like t
大数运算类实例
- 在计算机科学中有一类分常重要的代码工具是抽象的大数运算类,本工程实现对大数加减乘除的封装及实例-in computer science is often an important sub-category of tools is the code of large numbers Operational abstract category, the majority of projects to achieve the arithmetic package and examples
randomc
- Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quali
运动会分数统计程序
- 题目:参加运动会的N个学校编号为1~N.比赛分成M个男子项目和W个女子项目,项目编号分别为1~M和M+1~M+W.由于个项目参加人数差别较大,有些项目取前5名,得分顺序为7,5,3,2,1 还有些项目只取前3名,得分顺序为5,3,2.写一个统计程序产生各种成绩单和得分报表.基本要求:产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号,名次,姓名和得分 产生团体总分报表,内容包括校号,男子团体总分,女子团体总分和团体总分.概要设计:1. 为实现上述程序功能,应以线性表表示集合.2. 本程序包
LeafNodes
- 假设二叉树用二叉链表表示。写一个算法,计算二叉树中的叶结点数目。要求不使用全局变量。-This is the main project file for VC++ projects generated using an Application Wizard. It contains information about the version of Visual C++ that generated the file, and information about the p
yuyundonghui
- 参加运动会的 个学校编号为 。比赛分成 个男子项目和 个女子项目,项目编号分别为 和 。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。 2、要求产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号、名次(成绩)、姓名和得分;产生团体总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 3、测试数据:对于 , , ,编号为奇数的项目取前五名,编号为偶数的项目取前三
acbm
- acbm算法,高效快速的多字符匹配算法。在很多工程中有很大的用处-acbm algorithm, the number of characters in rapid and efficient matching algorithm. In many projects there are a lot of useful
shortest-path
- 经典最短路径算法,内含多个工程项目,可下载-The classic shortest path algorithm, contain a number of projects, can be downloaded
QueueComputing
- 用于队列运算,可用于工程方面,也可用于技术方面等其它方面。-For queue operations can be used for projects, can also be used for other aspects of technology.
sportsmeets
- 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,-Participate in games with n a school, school number is 1 ... ... n. Competition is divided into m-man project, and w a women' s event. Item number
ProgramForJob
- 1.在vs2008下解压缩即可 2.该源码包含了多个工程,每一个都是对应一个小算法,其中包含二叉树、字符串反转、八皇后问题,整数划分,等较有技巧性的小算法 3.该算法全为本人编写-1. Decompress in vs2008 to 2 under. The source code contains a number of projects, one for each corresponding to a small algorithm, which contains a binary
shujujiegoushiyan7
- 数据结构实验,各种查找算法,控制台程序,C++编写的,两个工程。-Experimental data structure, a variety of search algorithms, console applications, C++ written in the two projects.
ydhfstj
- 任务:参加运动会有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)能统计各学校总分,-Task: to participate in sports there are n s
list_operation_Of_C_Language
- 链表操作完整工程,包括链表的创建、删除、插入、翻转、排序等等。编程环境为VC6.0,完整工程,可以直接下载运行。-Complete list operation projects, including the creation of the list, delete, insert, flip, sort, and so on. Programming environment for VC6.0, complete projects, you can download Win The lin
Projects
- 分支限界法贪心算法和动态规划解决装载问题 算法分析与设计-Greedy algorithm branch and bound method and dynamic programming to solve loading problems
sorts
- 插入、合并、快速、冒泡、桶排序性能分析 标准C++代码,运用面向对象的设计理念,整体结构紧凑富有逻辑性 具体算法参照《算法导论》第四版 vs2010下可以正常运行 其他环境下,请自行建立工程,并拷贝sorts目录下sorts.cpp CalTime.h CalTime.cpp的内容 -Insert, merge, quick, bubble, bucket sort performance analysis Standard C code, the use of
2tree
- 平衡二叉树操作的演示程序。数据结构实验项目之一-Balanced binary tree demo program operations. One of the experimental projects of the data structure
binary
- 参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)-Participate in the Games has n schools, school No. 1 ...... n. The competition is divided into m
double-link
- 双向链表,用C++语言描述,课程设计项目,源码。双向链表,用C++语言描述,课程设计项目-Doubly linked list, with C++ language descr iption, course design project, the source code. Doubly linked list, with C++ language descr iption, course design projects
Projects
- Tree,STACK,Queue,Heap及CIR_LK_LIST等数据结构的实现与实例。-Realization of the Tree, STACK, Queue, Heap and CIR_LK_LIST data structure instance.