搜索资源列表
定义抽象基类Shape
- 一个程序,定义抽象基类Shape,由它派生出3个派生类:Circle(圆形)、Rectangle(矩形)、Triangle(三角形),用一个函数printArea分别输出以上三者的面积,3个图形的数据在定义对象时给定。-A program that defines an abstract base class Shape, which it derived three derived classes: Circle (Circular), Rectangle (rectangle), Trian
矩形对象以及Point类成员计算其面积
- 编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 ,The preparation of C++ Process is complete the following functions: the definition of
Head-file C8051F020头文件
- C8051F020头文件 包括SFR的说明 定义 地址 1602液晶操作函数 步进电机的操作函数-The C8051F020 header file includes the descr iption of SFR definition address 1602 LCD operation function Stepper motor operation function
ApiViewer2004.rar
- API声明器:APIVIEWER 2004中文绿色版,支持VB,C#,delphi,PB,VJ,VFP...等多语言 可以看WINDOWS API所有的定义。可以方便的查询和生成API函数声明,以便拷到自己的代码里。,Browser API statement: APIVIEWER 2004 green version with Chinese support the VB, C#, delphi, PB, VJ, VFP ... such as multi-lingual can see t
ISO-IEC-11172-3(Mp3).rar
- MPEG-3(MP3)协议规范。该规范定义了MP3文件的格式、编码和解码算法,编解码器源程序等内容,MPEG-3 (MP3) protocol specification. The normative definition of the MP3 file format, encoding and decoding algorithms, source codecs, etc.
Function.rar
- 本人高三的时候开发的程序,用GV-Basic开发,在文曲星上运行。如果想在PC机上运行,请安装文曲星仿真器运行该程序。 本程序用于画函数图像,其语法规则与Basic相近。由于文曲星上的GV-Basic太简陋,无法处理像数值计算溢出这样的异常,因此,在设置函数定义域的时候请考虑溢出的情况,否则会导致程序退出,My third year when the development process, with the GV-Basic developer, in the Wen Quxing run.
winmail4.5.rar
- 关于Winmail 4.5 (0626) R51破解版的人数修改 修改用户限制,现在这个破解只是web修改,必须要通过web注册,可以通过客户端管理 找到E:\htdocs\Winmail\server\webmail\inc\reguser.php 修改$usertotal = $register_user_total+20000 20000为你要定义的人数 找到 if ($xml->CheckUser($info[ user ]) == 0)
test_5
- 定义一个日期类DateType,它的数据成员y, m, d用来表示当前日期的年、月、日。设计该类实现的功能(相应的类成员函数)。-Definition of a date class DateType, its data member y, m, d is used to indicate the current date of the year, month, day. Designed to achieve the function of the class (the correspondi
LinkedList
- 十分实用高效的链表实现,比一般课本中的要好很多,adt清晰,函数最优化。-The list is very practical and efficient implementation of better than a lot of textbooks, adt definition, function optimization.
can
- 独立的CAN 控制器SJA1000基本硬件头文件定义(BasicCAN 工作方式)-Independent CAN controller SJA1000 the definition of the basic hardware header files (BasicCAN working methods)
1002
- Sicily上的1002题,主要是为一些初学者设计的-Problem Given a sequence of consecutive integers n,n+1,n+2,...,m, an anti-prime sequence is a rearrangement of these integers so that each adjacent pair of integers sums to a composite (non-prime) number. For example, if
oneday
- 定义日期类Date。要求: (1)可以设置日期; (2)日期加一天操作; (3)输出函数,输出格式为“XXXX年XX月XX日”; (4)编写主函数,定义对象,完成相应功能。 -The definition of the date of type Date. Requirements: (1) can set the date (2) date-plus-one operation (3) the output function, output format for the
Xcode_Chinese
- Xcode快速入门经典手册,高清版,值得收藏!-Xcode Quick Start Guide classic, high-definition version, worth collecting!
juxing
- 1、 矩形 编写C++程序完成以下功能: (1) 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法; (2) 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法; (3) 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标; (4) 观察矩形对象以及Point类成员的构造函数与析构函数的调用; (5) 计算其面积,并输出。 -1, rectangular write C++ program completed the follo
can_self
- CAN自发自收例程 外中断1;独立的CAN 控制器SJA1000基本硬件头文件定义(BasicCAN 工作方式)-CAN spontaneously outside the interrupt routine since the resumption 1 independent CAN controller SJA1000 hardware basic definition of header files (BasicCAN working methods)
Counter
- 虚拟的电子仪器,可以通过声卡测试频率,仪器的面板功能很多,闸门时间,触发时间等等可以自己定义-Virtual electronic devices, can the frequency of the sound card test, the panel features a lot of equipment, gate time, trigger time and so can the definition of
linklist
- 本程序将Head表示成指向数据类型为结构体LNode的指针变量,首先给出了单链表的定义,然后给出了单链表中函数原型的实现部分。-Head said this process will point to the data type for the structure of the pointer variable LNode, first of all, given the definition of a single list, and then given a single list in t
migong
- 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
Macro-definition-application
- 此程序用于对初学者掌握宏定义的运用,非常好的程序,包含多种宏定义-This procedure is used for beginners to master the use of macro definition, a very good procedure, including a variety of macro definition
Drought Event Definition
- Drought event definition