搜索资源列表
5个文件
- 这是由C语言编写的关于在2级内的一些解决数学问题的原代码.其它高级点的源码正想在这儿学习.-This is the C language on the preparation of the two mathematical problem solving some of the original code. Other senior point source retrospective study here.
面向对象n皇后
- 思路清晰的n皇后问题求解,采用面向对象思路编写,封装类可在其他程序中灵活调用-lucid n Queen's problem solving, object-oriented ideas to prepare, Packaging category in other proceedings flexible call
Text3
- 利用C语言中的回溯法对图案的着色问题进行解决并检查颜色可用性生成邻接矩阵-use of the C language law back to the logo coloring problem solving and check availability of generating color adjacency matrix
众数问题
- 关于数值算法的众数问题求解,我自己写的希望大家喜欢。-numerical algorithm on the plural, problem solving, I wrote it myself hope you like them.
SecondEditionCode
- 这是Problem Solving C++(2e) 书上的原代码-This is the Problem Solving C (2e) of the original book on the code
report
- poj解题报告,包括了许多很经典的算法-POJ problem solving reports, including a number of classic algorithms
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
Problem-Solving-Techniques
- Problem Solving Techniques
The-solving-report-of-ACM-problems
- ACM经典题目的解题报告,题目汇总全面,解析详尽。-ACM classic topic of problem solving report, entitled Summary comprehensive, analytical and detailed.
Joseph-problem
- 利用循环链表实现约瑟夫问题的求解。 约瑟夫问题如下:已知n个人(n>=1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号。 -Circular linked list Joseph problem solving. Joseph questions are as follows: Given n individuals (n>
Eight-queens-problem-
- Matlab写的求解八皇后问题的程序,可以求出全部的92个解-Eight queens problem solving backtracking
Joseph-problem-solving
- 这是一个<数据结构(C语言版本)>约瑟夫问题求解的一个小程序.-This is a <data structure (C language version)> Joseph problem solving a small program.
Recursive-problem-solving-fishes
- 递归解决分鱼问题。 鱼的总数是x,第一次每人分到的鱼的数量可用(x-1)/5表示。-Recursive problem solving fishes。
Methods-for-problem-solving-in-algebra
- The false position method, Secant method, and Bisection method are term for problem-solving methods in arithmetic, algebra, and calculus. Credit : http://en.wikipedia.org/wiki/False_position_method http://en.wikipedia.org/wiki/Secant_method
Code-of--problem-solving-of-cPP
- c++程序设计第八版的源码,适合看书的时候配套使用-The code for Problem solving of c++,eight edition . For learning
Value-interpolation-problem-solving
- 这是一个有关插值问题的数值求解的实验报告,报告内含有实验截图-This is an experimental report on the numerical solution of the interpolation problem, the report contains experimental shots
The-kettle-problem-solving
- 对于水壶问题,解决的基本思路是利用有限状态机-The kettle problem solving,To the problem of the kettle to solve the basic idea is to use the finite state machine
VC-8-digital-problem-solving-method
- VC写的8数码问题解法,在vc6.0上可以编译通过的小游戏,北京大学教学用C++入门代码-VC 8 digital problem solving method
Two-body-problem
- 二体问题的求解,以读文件的形式输入,解算结果为6个开普勒轨道根数-Two body problem solving, in order to read documents in the form of the input, the calculating results for root number six Kepler orbit
Josephus-problem
- (2)利用循环链表实现约瑟夫问题的求解。 约瑟夫问题如下:已知n个人(n≥1)围坐一圆桌周围,从1开始顺序编号。从序号为1的人开始报数,顺时针数到m的那个人出列。他的下一个人又从1开始报数,数到m的那个人又出列。依次规则重复下去,直到所有人全部出列。请问最后一个出列的人的编号-(2) the use of circular linked list to achieve problem solving Joseph. Joseph problem as follows: Given n indiv