资源列表
sprial_matrix
- C语言实现螺旋矩阵,运行时输入矩阵维数,直接输出相应维数的螺旋矩阵-C language spiral matrix, run-time input matrix dimensions, the direct output of the corresponding dimension of the spiral matrix
buffon
- buffon估计π算法,这是算法分析与设计的内容,其中不含有有π-buffon estimated π algorithm, algorithm analysis and design, which does not contain have π
MazeByWen7.9
- 用C++实现的,mfc编的一个迷宫程序,用回溯法走迷宫~可以实现自动生成迷宫,自己设计迷宫,自动找路,键盘输入找路,自动找路时可以设置时间间隔。-A maze procedure the C++, mfc series, with backtracking maze- can automatically generate the maze design their own maze, and automatically find a way, the keyboard input to find
BaJiuZhang
- 这章是了八九章。我们数据结构的课件,想学习这个的同学可以下载,有详细的源码和知识,我们上机课都是从这拷的代码,希望可以帮助大家~-This is the eight or nine chapters. Data structure of the courseware, want to learn this the students can download the source and knowledge-on lesson from this copy of the code, I hope
LiuQiZhang
- 这章是了六七章。我们数据结构的课件,想学习这个的同学可以下载,有详细的源码和知识,我们上机课都是从这拷的代码,希望可以帮助大家~-This chapter is six or seven chapters. Data structure of the courseware, want to learn this the students can download the source and knowledge-on lesson from this copy of the code, I ho
SiWuZhang
- 这章是四五章。我们上课时的课件,非常有条理,想学习数据结构的同学可以下载来学习,里面有完整的代码介绍,线性表/链表/二叉树/邻接矩阵/图等~我们上机就都从里面拷代码,是非常好的学习资料~。-This chapter is four or five chapters. Courseware in our class, very organized, want to learn data structures students can download to learn, there are a c
QianSanZhang
- 我们上课时的课件,非常有条理,想学习数据结构的同学可以下载来学习,里面有完整的代码介绍,线性表/链表/二叉树/邻接矩阵/图等~我们上机就都从里面拷代码,是非常好的学习资料~这章是前三章。-Courseware in our class, very organized, want to learn data structures students can download to learn, there are a complete introduction of the code, linear
binary-search
- c语言实现的二分查找,给出查找元素和位置,及提示信息-binary search
matrix_complex
- 实现复矩阵。实现功能:四则运算,求逆,转置,点运算等等。加载后,可以像在matlab中那样便捷的操作矩阵,进行多种运算。-Achieve complex matrix. Functions: the four operations, inverse, transpose, dot operator, and so on. Loaded, like in matlab as convenient operation matrix, a variety of computing.
dbworld
- matlab code fore some database and data mining
recursion
- 这个程序代码是通过递归来实现前n个自然数的和。-This programmer realizes recursively the sum of n natural number.
Calculationof-true-value
- 所谓命题演算公式是指由逻辑变量(其值为TRUE或FALSE)和逻辑运算符∧(AND)、∨(OR)和┐(NOT)按一定规则所组成的公式(蕴含之类的运算可以用∧、∨和┐来表示)。公式运算的先后顺序为┐、∧、∨,而括号()可以改变优先次序。已知一个命题演算公式及各变量的值,要求设计一个程序来计算公式的真值。-The so-called propositional calculus formula refers to the logical variable (its value is TRUE or
