-
shumaguan-play
实现数码管0-7的静态显示,采用c语言编写。(play led)
- 2014-06-27 17:47:22下载
- 积分:1
-
arrays
program with examples of arrays in c++
- 2013-10-27 14:32:14下载
- 积分:1
-
LdoubleBall20o
双色球分析系统及源代码完整版,不仅可以帮助你有效分析双色球的特点点,给你提高有价值的参考信息;同时,程序代码也是你编程学习的导师!
(Color ball analysis system and the full version of the source code, can not only help you to effectively analyze the color ball characteristics point to give you to raise valuable reference information same time, the program code you programmed learning mentor!)
- 2012-09-30 19:31:52下载
- 积分:1
-
dog
msp430x44x系列单片机的看门狗操作(DOG USED IN MSP 430)
- 2009-07-17 17:21:14下载
- 积分:1
-
write_video
opencv代码,将视频文件写入到磁盘,存入视频数据(opencv code, the video file is written to disk)
- 2013-10-29 23:21:04下载
- 积分:1
-
myconsole
1、 通过指定的的密码进入成绩管理系统.
2、 该系统实现学员成绩管理,每个学员包括3门课的成绩,从键盘输入学员信息。
3、 包括学号、姓名、英语,C语言,数学三门课成绩,计算出学员的平均成绩,按照学员平均成绩由大到小排序。
4、 插入功能:在排序后的学员成绩表中插入一个学员的信息,要求插入后仍然保持成绩表有序。
5、 删除功能:要求输入指定的学号,从学员信息表中删除该学员,删除后的成绩表保持有序。
(1, by specifying a password to enter the results of the management system. 2, the performance management system training, each student, including three classes of results, students from the keyboard input information. 3, including the school number, name, English, C language, mathematics lesson three results to calculate the average student, average student performance in accordance with descending order. 4, insert the functions: students in sorting results after inserting a table of information students require to insert after the results remained orderly. 5, delete functions: the school designated for the importation of number, information from the students table to delete the participants, the results after the deletion of maintaining orderly.)
- 2009-06-02 10:01:11下载
- 积分:1
-
Josephus
实现约瑟夫问题的4种算法,并有计时功能进行效率测试(4 algorithms to resolve Josephus Problem with timing counter for testing efficiency)
- 2012-12-20 12:36:46下载
- 积分:1
-
01
说明: 3.实验原理:
示范代码原理参见教材直线光栅化一节中的DDA算法。下面介绍下OpenGL画线的一些基础知识和glutReshapeFunc()函数。
(1)数学上的直线没有宽度,但OpenGL的直线则是有宽度的。同时,OpenGL的直线必须是有限长度,而不是像数学概念那样是无限的。可以认为,OpenGL的“直线”概念与数学上的“线段”接近,它可以由两个端点来确定。这里的线由一系列顶点顺次连结而成,有闭合和不闭合两种。
前面的实验已经知道如何绘“点”,那么OpenGL是如何知道拿这些顶点来做什么呢?是一个一个的画出来,还是连成线?或者构成一个多边形?或是做其它事情呢?为了解决这一问题,OpenGL要求:指定顶点的命令必须包含在glBegin函数之后,glEnd函数之前(否则指定的顶点将被忽略),并由glBegin来指明如何使用这些点。
(DDAsuanfa)
- 2009-06-21 09:28:44下载
- 积分:1
-
addToPath
matlab中add path代码,初学者,大家互通有无(for matlab)
- 2013-04-26 16:11:46下载
- 积分:1
-
MeanShiftSegMent
根据D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis 以及
C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision.这两篇文献提供的方法编写的图像分割代码,作者是
Chris M. Christoudias, Bogdan Georgescu,代码经我看了后加了丰富的中文注释,希望可以给各位带来阅读上的方便。
基于meanshift的聚类分割方法包括滤波、区域融合等操作,通过调整sigma和sigmar来调整分割效果。(According to D. Comaniciu, P. Meer: Mean Shift: A robust approach toward feature space analysis, and C. Christoudias, B. Georgescu, P. Meer: Synergism in low level vision. These two documents prepared by the methods provided by image segmentation code , the author is Chris M. Christoudias, Bogdan Georgescu, after I read the code, add a rich Chinese notes, hoping to bring you the convenience of reading. Segmentation method based on clustering meanshift including filtering, regional integration and other operations, and by adjusting the sigma sigmar to adjust segmentation results.)
- 2013-07-30 19:01:52下载
- 积分:1