搜索资源列表
C++
- 编写一个程序,在屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆,要求每隔4分之一周期,圆的填充色和圆的周边颜色都发生变化(颜色自己选取),同时圆的半径在四分之一周期内由正弦曲线幅值的0.2倍至0.6倍的线性增长。-The preparation of a procedure on the screen there is a center of a circle along the sinusoid trajectory mobile solid round, one request every 4
CircleDetection
- 此程序是基于哈夫变换的一个圆形检测程序,给定检测边界和半径估计值的范围,此程序能返回圆在图片中的圆心坐标和半径大小。-This program is based on the Hough transform of a circular testing procedures, testing boundaries and radius of a given range of estimates, this procedure can return to the center of the circ
circle
- 实现一个Circle类。这个类的每个对象将表示一个圆,存储它的半径和它的中心的坐标x和y。包含一个默认的构造函数,访问函数,一个area( )函数和一个circumference( )函数。-Implement a Circle class. Each object of this class will represent a circle, its radius and its storage center coordinates x and y. Contains a default co
ie-css3
- 控制css圆角。css现圆角功能,一般在ie下是失去效果的,但是利用这个文件再加上下面这段css代码就解决了:.test { width:560px height:400px background-color: blue padding:10px 8px 6px border: 2px solid #C0C0C0 margin-bottom:10px border-radius: 10px -cotrol it
e_e22
- 声明一个圆类作为基类,含成员数据半径R;有成员函数:构造函数实现对基类成员数 据的初始化、计算圆面积的成员函数、输出的成员函数,要求输出圆半径R。把圆类作为基 类,通过公有继承,派生圆柱体类,派生类新增成员数据有高(H);新增成员函数有构造函 数、计算圆柱体体积的函数、输出所有成员的函数。main()完成派生类对象的定义和相关函 数的测试-Declare a class as a base class circle, including members of the data radius R