搜索资源列表
del_line_num
- 在终端输入: ./change 源文件名 目标文件名 即可将源文件中的行号滤去。 ^_^方便运行教程中的一些带行号的程序 比如 1: #!/usr/bin/perl -w 2: 3: $radius=50 4: 5: $area=3.14159*($radius ** 2) 6: print $area 经过处理后变成 #!/usr/bin/perl -w $radius=50
Circlea
- 定义一个圆类(Circle),属性为半径(radius),要求用成员函数来求圆的面积和周长。-definition of a category yen (Circle), the properties of the radius (radius). members calling for the use of circular functions to the area and perimeter.
Circleb
- 定义一个圆类(Circle),属性为半径(radius),要求用友元函数来求圆的面积和周长。-definition of a category yen (Circle), the properties of the radius (radius). UF yuan function request to seek a round of the area and perimeter.
msdn_implement
- 模拟msdn界面的程序,vc++.NET编程,其中有图钉实现隐藏功能-simulation interface procedures, vc.NET programming, which is hidden radius achieve functional
XY2004
- C++程序,能通过输入半径求圆的面积,周长,适合初学者参考-C procedures, through the importation of circular radius of the area, perimeter, reference for beginners
p219__3__2
- #include<iostream> using namespace std class Point {public: Point(int a){x=a } ~Point(){cout< \"execuing Point destructor\"<<endl } private: int x } class Circle:public Point {public: Circle(int m,int n
dv
- #include<iostream> using namespace std class Point {public: Point(int a){x=a } ~Point(){cout< \"execuing Point destructor\"<<endl } private: int x } class Circle:public Point {public: Circle(int m,int n
图形学直线的生成算法
- 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle procedures, procedures for the pr
freeradius-server-2.1.7.tar.gz
- freeradius,可作为radius的开发基础版本
p1-1
- 根据半径计算圆的周长和面积.程序中调用函数,输入R值利用局部变量调用生成周长面积的值。-Calculated in accordance with the radius and area of the circumference of a circle. Procedural function call, enter the R value of the use of local variables called perimeter area to generate value.
yuanxing
- 编写C++程序完成以下功能: (1)定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2)定义一个圆形类,其属性包括圆心和半径; (3)创建两个圆形对象,提示用户输入圆心坐标和半径,判断两个圆是否相交,并输出结果。 -The preparation of C++ program to accomplish the following functions: (1) defines a Point class, whose properties include
xiaoshengjing
- 本文在阅读大量遗传算法小生境技术资料基础上,介绍了遗传算法的特点、物种形成和小生境技术,详细陈述上世纪80年代以来的各种小生境实现方法,包括共享函数法、确定性排挤法、可变半径的聚类算法和隔离小生境方法等;最后对小生境遗传算法的工程应用提出了展望。 -In this paper, a lot of reading technical information niching genetic algorithm based on the characteristics of genetic alg
radius_rfc
- radius相关rfc(全)+ 华为radius培训pdf-rfc documents about radius protocol and authenticate protocol.
area
- c++知半径求面积 cout cin 应用-c++ knowledge area cout cin application seeking a radius of
xiazai
- 设计一个圆类circle和一个桌子类table,另设计一个圆桌类roundtable,它是从前两个类派生的,要求输出一个圆桌的高度、桌面半径、面积和颜色等数据。-Class circle and a circle design a table class table, another class to design a roundtable roundtable, which is used to derive two classes, requiring a high degree of ou
arry
- 声明一个circle类,包含数据成员:radius(半径);成员函数:setradius()、getradius()、getarea()。在main()函数中,声明一个包含5个circle对象的数组,并提示用户输入它们的半径;使用getallareas()函数,求所有circle对象的面积之和,并在屏幕上输出计算结果。-Program fills up, realize the function: declare a circle kind, contain data members: radi
1
- 汇编语言16位画圆程序 计算三角形水平边平方 计算半径r平方 双字减法,入口参量:bx减数的低16位,cx减数的高16位-Circle 16-bit assembly language program to calculate the level of the triangle the square of the radius r side of the square of double word compute the subtraction, the entra
changing_radius_of_circle
- Program, wich change radius of circle and repaint it. Arrows - moving. Shift+Arrows - change radius.
DialogBase
- 十进制的VC++圆面积计算器源代码,界面可视化,只需要输入圆的半径,就可以快速计算出圆的面积。VC源码下载,相对完整,可直接编译生成EXE-Decimal VC++ round area calculator source code, visual interface, only need to input the radius of the circle, can quickly calculate the area of a circle. VC source code, relativel
3
- 请设计一个模拟投篮过程的小游戏,游戏的要求如下: (1)设计一个matlab窗体,在窗体上防止一个坐标轴控件,并设置好该坐标系的坐标轴范围; (2)在坐标系上利用鼠标点击一个点a,作为篮筐的中心,并生成一个半径为r的圆,来模拟篮筐; (3)在坐标系上再用鼠标点一个点b,作为投篮的出发点,同时生成一个红色实心小球来模拟篮球,再选一个点c,b、c之间的连线作为投篮方向; (4)根据a、b、c三个点之间的位置关系,来模拟投篮过程,并记录命中次数; (5)以按住鼠标不放的时间来模拟力