资源列表
C语言常用算法集
- C语言基本算法,有数值计算,矩阵,微分方程,以及各种滤波算法(Basic algorithm of C language)
20-canny边缘检测
- 利用canny算法进行边缘检测,寻找图像中的轮廓,并进行后期的处理(Edge detection is done by using Canny algorithm, and the contour is found and processed later.)
决策树代码及数据文件
- 决策树代码(Decision tree code)
拼接
- 一个图像拼接程序,输入两张图像,输出拼接图,我用的是OpenCV2.4.7(n image stitching program, input two images, output mosaic.)
threeOverlap
- 基于opencv实现三度重叠影像上点的匹配,输入三张图片,输出三度重叠点,基于图片显示(Based on OpenCV, we achieve the matching of points on three degree overlapped images, input three pictures, and output three degree overlap points, based on image display.)
spwm
- 用于SPWM的一个很好仿真模型,值得学习(SPWM simulalion model)
sh_nano
- image segmentation by partial differential equation
Building blocks
- 这个us namespace std开头就是为了防止名字冲突,有四个循环第一个定义一个数组然后定义数组数的大小,然后里面各种赋值左移右移然后循环判定,比如学校人员统计系统。(The US namespace STD begins with force, and prevents the name from suddenly occurring. There are four cycles, which define the size of an array and array. Then the
多线程压缩
- 多线程压缩是指从软件或者硬件上实现多个线程并发执行的技术。具有多线程能力的计算机因有硬件支持而能够在同一时间执行多于一个线程,进而提升整体处理性能。(duo xian cheng ya suo Multithreading compression)
Employee management system
- 有关员工管理系统,主要用于查询员工的工资,性别,电话号码等。(The employee management system is mainly used to query employees' salaries, sex, phone numbers, etc.)
tux
- image segmentation, by partial differential equation
4728191
- c语言作业,分数排行系统,做的比较完善,可以实现分数正序,逆序排列等,只是一个c语言入门的小程序()