资源列表
Activity_Arrange
- 活动安排问题:给出各项活动的起始时间与结束时间,列出一系列不冲突且最大利用空间的活动,算法采用的是贪心算法-Activity Arrangement Problem: Giving the start time and end time of each activity, list a series of activities which are not conflict and use the space maximally. The algorithm adopts greedy algor
0-1_package_problem
- 0-1背包问题:使用动态规划算法进行求解0-1背包问题-0-1 Knapsack Problem: Solve the 0-1 knapsack problem using a dynamic programming algorithm
rd_optbandwidth
- discrete regression in matlab
sanbanyuanli
- 本程序是将普通图片转化为灰度图片,从而提取其灰度矩阵。以及几篇数字散斑相关方法的数学理论,介绍了当前主流的几种搜索方法。-This procedure is the general picture is converted to grayscale image, thereby extracting its grayscale matrix. And several mathematical theory of digital speckle correlation method
LeetCode
- letcode 002和003的 c#版的解决方案-Letcode c# 002 and 003 version of the solution
CorRunVSL_R
- Pearson correlation test written in R language
cPPArray
- 数组模板实现 通过VC++6.0编译 供初学者使用 练习编数据结构 -VC++6.0 compiled by an array of templates for beginners to practice compile data structure
include1
- 数据结构实现 贪吃蛇游戏 可用VC+6.0编译运行 初学者使用-Data structure to achieve the Snake game available VC+6.0 compiled to run for beginners
tiger
- 老虎吃小孩游戏 VC++6.0实现 初学者使用 比较好玩-Child-eating tiger game VC++6.0 achieve more fun for beginners
ZIJI
- 自己写的小游戏 供其他人学习使用 VC++6.0编译使用 -Write your own game for others to learn how to use the compiler to use VC++6.0
AVLTree
- 数据结构,平衡二叉树 平衡二叉树(Balanced Binary Tree)又被称为AVL树(有别于AVL算法),且具有以下性质:它是一 棵空树或它的左右两个子树的高度差的绝对值不超过1,并且左右两个子树都是一棵平衡二叉树。构造与调整方法 平衡二叉树的常用算法有红黑树、AVL、Treap等。 最小二叉平衡树的节点的公式如下 F(n) F(n-1)+F(n-2)+1 这个类似于一个递归的数列,可以参考Fibonacci(斐波那契)数列,1是根节点,F(n-1)是左子树的节点数量,F(n-2)是
CriticalPath_CD
- 数据结构,关键路径 是计划项目活动中用到的一种算术方法。[1] 对于有效的计划管理而言,关键路径是一个十分重要的工具。与计划评核术(Project Evaluation and Review Techniqu,PERT)非常类似。要径法所使用的估计作业时间是单一或确定的,而计划评核术则是使用机率性的估计作业时间。这两种技术经常混合使用,简称CPM/PERT 。[1] -Critical Path Method,CPM