资源列表
Closeie
- 显示三位图形的代码-showed three graphics code
test
- 自己编的一个小程序,可以用于在评比当中,公平的计算成绩以及评价评委。
redgreen
- 自己写的红绿灯的例子!呵呵,面试之后回来写的,请大家参考指正!属于设计模式的练习,不知道选择windows其他小程序分类恰当否!应该归属于设计模式和数据结构类
FE
- 求解模糊等价矩阵的源代码,可以通过它来示模糊等价矩阵
route
- 用图的数据结构,实现求解一点到另一点的最短路径与最长路径长度,以及经过的节点数-With a graph data structure, solving one point to another to achieve the shortest path and longest path length, and number of nodes through
ercha
- 利用C语言写的二叉树应用关于表达式处理源代码-Using C language to write applications on the expression of the binary tree deal with source code
jpeg2im
- 可以解压一个im2jpeg压缩图像,将图像还原-Im2jpeg can extract a compressed image, the image restoration
xmain
- 用matlab写的印刷体数字识别程序,对matlab 6.0以上有效-Written with matlab print digital identification procedures, more effective on matlab 6.0
untitled
- 利用MATLAN环境实现图像压缩解压缩,连续三次重复可实现彩色图像压缩-Use MATLAN environment image compression decompression, repeated three times in a row color image compression
findroof
- 寻找视频中一帧的车辆车顶部分,并用线标志出来-Looking for the video part of a frame of the vehicle roof, and with a line mark out
basic_lane_detection
- 车道线检测的matlab实现,能够准确实现车道线,通过霍夫变换。-Lane line detection matlab implementation, it is possible to achieve accurate lane by Hough transform.
差值法
- 遥感图像变化检测差值法 本程序实现两个尺寸相同的图像进行相减的操作 分别使用遍历像素的方法和addWeighted的方法