-
Programming-Pearls--2nd-Ed
對於撰寫程式解決問題,設計演算法解決ACM競賽問題有幫助(helpful for writing programs to solve problems, design algorithms to solve problems of ACM contest )
- 2016-07-23 00:18:16下载
- 积分:1
-
智能象棋游戏,C#源代码实现,外加注释说明
智能象棋游戏,C#源代码实现,外加注释说明-Smart chess game, C# Realize the source code, plus Notes
- 2022-02-02 18:10:44下载
- 积分:1
-
差分法MATLAB
在设计频率选择表面时,需要精确计算相应频率下的结构参数,差分算法是最接近于电路模拟分析的算法,可以有效的计算出结构参数。这个就是差分法的简单MATLAB编程,在设计频率选择表面时会非常有用。
- 2023-05-12 22:00:03下载
- 积分:1
-
jbes_92m
FMOLS 比OLS更加科学合理,强烈推荐使用(FMOLS )
- 2010-05-21 09:06:39下载
- 积分:1
-
VideoCS
其于VFW开发的视频软件,是在VideoNet文件基础上更改得到的,VideoNet文件针对摄像头的格式为RGB24,此文件支持摄像头为YUY2格式。(VFW development of its video software it is based on file VideoNet.VideoNet suports the video format RGB24 of camera,while this file suports YUY2.)
- 2011-10-24 15:34:53下载
- 积分:1
-
1
说明: 这个程序生成一个窗口 是界面编程的基础部分(this program can disgard point using ransac method)
- 2009-05-08 18:16:58下载
- 积分:1
-
可变分区
说明: 可变分区,一个很重要的操作系统原代码,很详细的拉,个人下载参考参考。(Variable Division, a very important source operating system, a very detailed and pulling personal information. Download.)
- 2006-01-10 20:58:02下载
- 积分:1
-
sobel函数用法示例
调用sobel函数 进行边缘检测 结合了高斯平滑和微分求导 是一种经典的边缘检测算子(Calling Sobel function for edge detection)
- 2017-11-21 14:01:06下载
- 积分:1
-
做的日记本,对学习C#很有用 阿
做的日记本,对学习C#很有用 阿 -do this diary, to learn C# useful A
- 2022-08-13 19:31:37下载
- 积分:1
-
Graph
输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
- 2020-12-13 15:29:15下载
- 积分:1