搜索资源列表
15454564151616541515151515
- 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
hou
- 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 infor
ke-hou-da-an
- 指针,结构体,函数调用章节的课后答案以及注意问题-After-school answer to the pointer, structure, function call section, and attention problems
time-type
- 定义如下时间类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)
hou
- 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 h
例4.1仿真
- 候忠生的无模型控制书里面例4.1的仿真模型以及m函数语言(Hou Zhong Sheng's model free control book contains 4.1 of the simulation model and m function language.)