搜索资源列表
jiesanjiaoxing
- 6种情况解三角形,包括各边,各角,面积,内切圆,外接圆,三高等三角形特征计算。并且可以输出计算过程。另外可以随机产生试卷和答案。-6 kinds of cases solution triangle, including the edge, each Angle, area, multi-shaped rod regarding, inscribed circle, three higher triangle feature calculation. And can output calcula
Josephissues
- 求解约瑟夫问题:猴子选大王:设有n个猴子围坐一圈,编号为1到n ,从1号开始报数,数到m的猴子出列;下一个猴子又从1开始报数,数到m 的猴子又出列,依次类推,直到最后一个便是大王。要求输出出列顺序,分别以n=30,m=7;n=7,m=30运行程序,检查结果是否正确。-Solving the issue of Joseph: King of the monkeys selected: with a monkey n around a circle, numbered 1 to n, from th
Josephus-Problem
- 约瑟夫问题:编号为1,2,……,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。-Joseph: Number as 1, 2, ......, n n individuals in a clockwise direction around
circleTest
- Fortran90螺旋循环练习,从文件读取矩阵,螺旋输入矩阵单元,主用练习循环-Fortran 90 circle output test code
exp1
- 理解和掌握C++抽象类和具体类的实现,了解运算符重载。 实验内容: (1)从Point、Circle类中抽象出基类Shape,研究抽象类和具体类的接口和实现。 (2)从中派生出一个正方形类和圆柱体类,然后写一个测试程序,输出正方形的面积和圆柱体的体积。 (3)在Circle类中实现关系运算符重载(<、<=、==、!=、>、>=),实现按半径对Circle对象排序。-Understand and grasp the abstract and
point
- (1)在二维平面空间上,使用x、y坐标可以确定一个点;确定了圆心坐标和半径后可以确定一个圆。声明一个点类,并使用这个点类的对象为数据成员声明圆类。 (2)设计并测试一个名为Ellipse的椭圆类,其属性为外接矩形的左上角与右下角两个点的坐标,并能计算出椭圆的面积 -(1) in two-dimensional space, using the x, y coordinates of a point can be determined determine the center coord
620085
- 一个相对简单的屏幕抓图模块Vb源代码,从测试情况看,还有许多地方需要完善,比如不能智能识别抓图区域,不能用鼠标圈选区域等,不过作为一个最基本的抓图模块,新手可能会更容易上手使用,因此还是挺实用的,代码也相对简单,功能扩展一下,应该不错。-A relatively simple screen capture module Vb source code the test situation, there are many places to be perfected, such as not in
cirListDeque
- 简单的circle liked list 可以实现top pop push,remove contain 里面已包括测试,也可以自行加入测试数据-Simple circle liked list can implement top pop push, remove contain tests which have been included, you can also add their own test data
drawing
- 画图,学用circle画圆形,使用简单,亲测可用,可以运行-Drawing, painting school with a circle round, simple, pro-test is available, you can run
Polymor
- 编写一Java应用程序,计算圆的面积,当从键盘输入的半径不是double型数值时,产生异常提示:“您输入的不是数值,请从新输入”。(自行测试输入一字符(串)产生的结果-Write a Java application, calculate the area of the circle, when the input the keyboard is not the radius of the double type, it is a reminder: your input is not nu
RandomCircle3D
- 空间圆 拟合代码 RANSAC 算法 通过测试,可以处理点云数据。-Spatial circle fitting code with RANSAC algorithm through the test, you can handle the point cloud data.
5program
- 按下面的格式要求用户输入摄氏温度值;定义一个Circle类,有数据成员Radius(半径);根据坐标求矩阵面积;矩阵链乘;设计并测试一个名为Rectangle的矩形类-In the following format requires the user to enter the Celsius temperature value defines a Circle class, the data Members of the Radius (radius) The Matrix area bas
TestForm
- 一个计算各种形状的面积和周长的程序。 父类Shape2D为一个抽象类,其中包含计算周长和计算面积两个方法。其他形状圆(Circle),三角形(Triangle)和长方形(Rectangle)均继承自Shape2D类。而Square继承自Rectangle类。编写测试类来计算这些形状的面积。(A program for calculating the area and perimeter of various shapes. The parent class Shape2D is an abs
