- 统计 计算图像直方图的特征
- 51monichuankouchengxu 51模拟串口c程序 //但我验证过
- vp_bump_map This sample illustrates how to do a DOT3 bump map in Vega Prime. The BumMapper is the key class which loads the specified base and normal map textures. The internal bump mapping approach is based on the DOT3 bump mapping using OpenGL texture environment extensions that are similar in functionality to register combiners.
- MyQQ 一个朋友做的
- 36-STM32F107_ETH_LCDTFTPV1.1 STM32 关于以太网TFTP 的传输实验 适合 学习
- Data-dimensionality-reduction 该压缩文件为部分数据降维方法
资源列表
3chazhi
- 恩,就是三次样条插值,小弟刚刚学会编程,大家见谅,见谅-TU, cubic spline interpolation, younger brother had just learned programming, we apologize, apologize
danyuan
- 单源最短路径问题的动态规划算法,请大家多多指教-single source shortest path problem of dynamic programming algorithm, please exhibitions
IDW(距离权倒数插值法)
- IDW(距离权倒数插值法)是空间插值中最常用的插值方法之一。本程序基于MATLAB开发,功能齐全,希望用得开心。,IDW (interpolation from the bottom right) is the most commonly used spatial interpolation of the interpolation methods. The program is based on MATLAB development, full-featured, in the hope jo
seed_fill
- 此代码给出了四邻域与八邻域的种子填充数据结构函数源码-Change the code gives the neighbors field and eight neighborhood filled with data structure functions of seed source
Traversingbinarytreefinddeleteupdatedatasource
- 二叉树的遍历、查找、删除、更新数据的代码-Traversing binary tree, find, delete, update data source
SimpsonsRule.java
- Simpsons Integration: In numerical analysis, Simpson s rule is a method for numerical integration, the numerical approximation of definite integrals. Specifically:
heermanshu
- 输入二叉树...输出赫尔曼树..课程设计中-Hermann input output tree tree ... .. of course design
LinearList
- 数据结构,线性链表实现,有具体例子.在VC2008环境编译即可执行。-data structure,linear list
youxiangxunhuantumigongwentiqiujie
- 有向循环图迷宫问题求解,普通迷宫问题要求找出从迷宫入口到出口的所有路径,而此次研究的主要内容是找出有向循环图中的回路(即容易造成流程死循环的地方),消除循环并找出死结点。与此同时,找出死结点后,其他顶点最终都能够到达迷宫的出口。在实际审计过程中的应用意义则为:确定审计工作在哪一个负责部门完成后,是无法继续向其他负责部门传递审计工作直到完成整个审计流程的。-Directed cyclic graph maze problem solving, general maze problem requir
graphhhhhh
- this is a gud graph....method
SPOJ3273_treap
- 数据结构Treap的C++实现,时间复杂度nlogn-Data structure Treap the C++ implementation, the time complexity nlogn
exp3
- 贪心法解背包问题的c语言源程序 编译通过-Greedy method solving knapsack problem