资源列表
MicrosoftInterview100Problems
- 本人做的微软面试100题C语言实现部分,希望能够提供帮助-Microsoft Interview 100 problems
dynamic-programming
- 动态规划(dynamic programming)是运筹学的一个分支,是求解决策过程(decision process)最优化的数学方法。20世纪50年代初美国数学家R.E.Bellman等人在研究多阶段决策过程(multistep decision process)的优化问题时,提出了著名的最优化原理(principle of optimality),把多阶段过程转化为一系列单阶段问题,利用各阶段之间的关系,逐个求解,创立了解决这类过程优化问题的新方法——动态规划。-Dynamic progr
pattern
- ISODATA c++版本实现,可以实现数据的自动分类-ISODATA c++ version to achieve, you can achieve automatic data classification
D8
- 这是一个完整的D8算法。在VIsual Studio上实现。-the code of D8
Desktop
- C++ 数据结构的 链表 ,队,栈, 二叉树, 排序, 搜索,等源代码-stack linklist bitree search sort queue
MAZE
- 用C写的迷宫寻路算法,运行环境vc++6.0,能够寻找到从入口到出口的最短路径-Written in C maze routing algorithm, the environment vc++ 6.0, able to find the shortest path the inlet to the outlet
delete-the-same-node-of-two-list
- 用c语言实现删除两个链表学好相同的节点,运行环境VC6.0-Realization of two lists by deleting the c language to learn the same node, the environment VC6.0
Reverse-the-string-with-the-pointer
- 用c语言编写的用指针将字符串逆序,运行环境vc6.0-C language prepared by the pointer string in reverse, the operating environment vc6.0
read-a-string-to-screen
- 用c语言实现文件读出一个字符串到屏幕,运行环境vc6.0-C language implementation file read out a string to the screen, the operating environment vc6.0
LU分解
- LU分解_C计算稀疏矩阵往往比较头疼,有比较传统的共轭梯度CG算法,也有先验共轭梯法等。总的来说LU分解算法,效率比较高。这是标准的C代码
calc
- 一种用堆栈的方式用C写的运算符等级处理的代码。-Stack to achieve the computer
BinTree.tar
- 数据结构 二叉树结构以及 遍历算法-Data structure two fork tree structure and traversal algorithm