搜索资源列表
chap15
- 计算面积公式源代码,用于快速计算面积值,位防止计算值出错设计-Formula for calculating the area of the source code for fast calculation of area values, calculated values to prevent error-bit design
Area0951214
- 计算三角形面积的程序!是c++的mfc编程! 使用前,系统必须有mfc动态链接库-Procedures for calculating the triangle area! Is c++ of mfc programming! Before use, the system must have a dynamic link library mfc
2
- 输入任意三角形的三边a,b,c,求出三角形的面积。要求:输入三边长度后判断是否构成三角形; ② 若是,则计算出面积并显示;如不是,提示“输入错误,不能构成三角形”。 -Enter any three sides of the triangle a, b, c, find the area of the triangle. Requirements: Enter the following to determine whether the length of three sides
andyyuanmayunamianji
- 用qtcreator代码写的 一个计算圆面积的程序 点击label就可以获取 lineedit上的输入值 并计算显示出来 入门级别-Write a program to calculate the area of a circle qtcreator code click the label you can obtain the input values on the lineedit and calculations show that
test2
- c++类和多态的使用,随机生成图形并且计算图形的面积-c++ classes and the use of polymorphism, randomly generated graphics and calculate the area of graphics
5
- 1.自动关机 2.圆面积计算 3.显示器待机 4.10进制转2,8,16进制 5.画多边形-1.Automatic shutdown. 2 Circle area 3 turn the monitor standby 4.Turn 2,8,16 hex decimal 5.Polygon drawing
shiyan
- 编程计算图形的面积,程序可计算圆形、长方形、正方形的面积,运行时先提示用户选择类型-Programming calculation area of the graph, the program calculates circular, rectangular, square area, running the first prompt the user to select the type
DialogBase
- 十进制的VC++圆面积计算器源代码,界面可视化,只需要输入圆的半径,就可以快速计算出圆的面积。VC源码下载,相对完整,可直接编译生成EXE。-Decimal VC++ area of a circle calculator source code, interface visualization, only need to enter the radius of the circle, you can quickly calculate the area of
jiesf
- 解三角形,冰火天空软件,6种情况解三角形,包括各边,各角,面积,内切圆,外接圆,三高等三角形特征计算。并且可以输出计算过程。另外可以随机产生试卷和答案。 -Solutions of triangles, Addict sky software, 6 kinds of situations Solutions triangle, each side, each corner area, the inner cutting circle, the circumcircle, Higher trian
PMTX
- 运用面向对象方法设计点类和平面图形类(含点类成员),并由后者 派生设计圆类(含圆心、半径)、正方形类(含左上角顶点、边长)与矩形类(含 左上角顶点、长和宽)、三角形类(含三个顶点);同时为有关类设计构造函数、 成员数据设置/提取操作函数、顶点显示函数及周长与面积计算函数,其中顶点 显示函数及周长与面积计算函数在平面图形类中应定义为纯虚函数。在主函数 第 4 页 中,分别创建各类对象,调用和执行相关成员函数,观察并分析程序运行结果-The use of object-ori
binary
- 利用虚函数实现不同图形面积的计算,并用图形显示函数将图形显示-The use of virtual functions to achieve different graphics area of computing and graphics function with graphic display
work6
- 计算面积,各种面积,长方形,圆形,正方形,运用了面向对象的思想-Calculate the area of various size, rectangular, round, square, the use of object-oriented thinking
缠论分笔
- 1.笔的定义有两种:新笔和老笔。还要处理顶比底还低,底比顶还高的问题。顶比底还低及底比顶还高又存在不同的定义,比如:顶底K线能否存在包含关系,顶底左右的K线能否比较高底,是否需要比较收盘价的高底。有太多种组合关系。 当市场出现极端行情时(比如1分钟下跌20美元),有时候用一种定义比较符合走势,有时候用另一种定义比较符合走势。 在黄金市场,因为受消息驱动。市场出现极端行情的机会还是比较多的。本人经过长时间(2年左右)的测试修改,得到了最符合大部分走势规律的处理方法。但没有任何一
