资源列表
KarhunenLoeve
- 人脸识别领域的K-L变换(Eigenface)的matlab源码
cash
- NOI2007 Day1 证券交易 平衡树代码
bspline
- 本人在VC集成开发环境下学习Opengl时编写的一些程序,b样条 -I VC integrated development environment for learning Opengl prepare some of the procedures, b-spline
keylock2
- 基于单片机的电子密码锁源程序,汇编语言,报警功能,密码修改-MCU-based source of electronic locks, assembly language, alarm features, password modification
f-p
- 在matlab中实现基于谱聚类的分水岭分割图像,能够处理256*256的大图像-spectral
tuxiangsuofang
- 用c++实现图像的均匀放大和缩小,算法简单,容易实现-Using c++ to achieve uniform image zoom in and out, the algorithm is simple, easy to implement
PingJun
- 图像分割的一个例子,OpenCV+VC实现,基于平均背景法-An example of image segmentation, OpenCV+ VC implementation method based on the average background ~ ~
Solar
- 计算机图形学,实现太阳系系统,月球绕地球运动,地球绕太阳运动-Computer graphics, to achieve solar system, the moon around the earth movement, earth movement around the sun
C-experimentation
- (C)1.是能找出一串数中的最值,及其序号。(是选择排序法的基础) 2.对输入文本中的多个字符串排序(涉及字符串指针,指针数组,二维数组,三者综合应用) 3.选择排序法。-The C experimentation.
arnold
- VC下图像置乱算法Arnold变换的实现 包含完整代码 与头文件-Image Scrambling Algorithm under VC Arnold Transform in the header file contains the complete code and
3DPoint
- 此程序用于定义三维世界里的点,并用opengl的技术实现之-This procedure is used to define three-dimensional world of points, and the technology of using opengl
ShortestPathDijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
