Welcome![Sign In][Sign Up]
Location:
Search - function hou

Search list

[Special EffectsVC实现Hough变换

Description: 一个实现Hough变换的VC函数,函数各个成员变量有详细的说明-a Hough transform to achieve VC function, and all member variables is described in detail in
Platform: | Size: 2048 | Author: 谢鹏 | Hits:

[VC/MFCThe_Annotated_STL_Source

Description: STL是基于C++的标准模板库,里面封装了很多常用的算法,函数模板,使用起来效率很高。本书是侯捷大师著作的,他花了大量的时间将STL的总体架构和源代码进行了剖析,相信对喜欢C++的朋友有很大帮助。-STL is based on the C++ The Standard Template Library, which package a lot of commonly used algorithms, function template, use high efficiency. This book is the master works of Hou Jie, he spent a great deal of time to STL s overall structure and the source code analyzed, I believe like C++ Friends are very helpful.
Platform: | Size: 6269952 | Author: 岑杰 | Hits:

[Special Effects15454564151616541515151515

Description: function [hough_space,hough_circle,para] = hough_circle(BW,step_r,step_angle,r_min,r_max,p) input BW:二值图像; step_r:检测的圆半径步长 step_angle:角度步长,单位为弧度 r_min:最小圆半径 r_max:最大圆半径 p:阈值,0,1之间的数 output hough_space:参数空间,h(a,b,r)表示圆心在(a,b)半径为r的圆上的点数 hough_circl:二值图像,检测到的圆 para:检测到的圆的圆心、半径 [m,n] = size(BW) size_r = round((r_max-r_min)/step_r)+1 size_angle = round(2*pi/step_angle) hough_space = zeros(m,n,size_r) -function [hough_space,hough_circle,para] = hough_circle(BW,step_r,step_angle,r_min,r_max,p) input BW:二值图像; step_r:检测的圆半径步长 step_angle:角度步长,单位为弧度 r_min:最小圆半径 r_max:最大圆半径 p:阈值,0,1之间的数 output hough_space:参数空间,h(a,b,r)表示圆心在(a,b)半径为r的圆上的点数 hough_circl:二值图像,检测到的圆 para:检测到的圆的圆心、半径 [m,n] = size(BW) size_r = round((r_max-r_min)/step_r)+1 size_angle = round(2*pi/step_angle) hough_space = zeros(m,n,size_r)
Platform: | Size: 272384 | Author: 董必磊 | Hits:

[Booksat89c51

Description: 采用二个按键实现密码的输入功能,当密码输入正确之后,锁就打开,如果输入的三次的密码不正确,就锁定按键3秒钟,同时发现报警声,直到没有按键按下3种后,才打开按键锁定功能;否则在3秒钟内仍有按键按下,就重新锁定按键3秒时间并报警。-Cai Yong two key input to achieve the password, when the password is entered correctly Zhi Hou, lock will open, if the input of three of the password is correct, the lock button 3 seconds, Tongshifaxian alarm Sheng, Zhidaomoyou button press 3 after planting, just open the key lock function otherwise there within 3 seconds press the button, it re-lock button for 3 seconds and alarm.
Platform: | Size: 13312 | Author: 谢云辉 | Hits:

[SCMhou

Description: 16个按键分为数字键和功能键。用来向单片机输入点菜信息,单片机通过键盘扫描得到按键信息,调出对应信息,然后通过LCD显示出来。-16 number keys and function keys are divided into key. Ordering information for input to the MCU, microcontroller scans the keyboard get key information, transfer the corresponding information, and then through the LCD display.
Platform: | Size: 5120 | Author: 杨博明 | Hits:

[Otherke-hou-da-an

Description: 指针,结构体,函数调用章节的课后答案以及注意问题-After-school answer to the pointer, structure, function call section, and attention problems
Platform: | Size: 1631232 | Author: zhaozhao | Hits:

[Other systemstime-type

Description: 定义如下时间类TimeType,要求完成各个成员函数,并写主函数进行验证。 class TimeType{ int h,m,s public: TimeType(int h0=0,m0=0,s0=0) //构造函数 void increSec(int sec) //增加若干秒 void increMin(int min) //增加若干分钟 void increHou(int hou) //增加若干小时 bool equal(TimeType t2) //判断两个时间是否相等 void printTime() //输出时间对象的时分秒 } -Defined as time classes TimeType, required to complete each member function and write the main function for authentication. class TimeType {int h, m, s public: TimeType (int h0 = 0, m0 = 0, s0 = 0) //Constructor void increSec (int sec) //add several seconds void increMin (int min) //increase the number of minutes void increHou (int hou) //add several hours bool equal (TimeType t2) //judge two times are equal void printTime () // output time object, hour}
Platform: | Size: 1024 | Author: zhou | Hits:

[Otherhou

Description: IOCCC2013获奖作品,作者是中国程序员hou。IOCCC是国际C语言混乱代码大赛,每年举办一次。改代码实现的是语法高亮器功能,被评为2013最有用混乱代码.-IOCCC2013 winning author is Chinese programmers hou. IOCCC C language confusion is the international code for the contest, held once a year. Change the code is syntax highlighting function, was named the 2013 most useful confusing code.
Platform: | Size: 286720 | Author: 王伟波 | Hits:

[matlab例4.1仿真

Description: 候忠生的无模型控制书里面例4.1的仿真模型以及m函数语言(Hou Zhong Sheng's model free control book contains 4.1 of the simulation model and m function language.)
Platform: | Size: 21504 | Author: 123321jh | Hits:

CodeBus www.codebus.net