-
DFA_machine
its a c++ code to implement a DFA machine with a simple matrix definition.
- 2013-12-19 02:57:14下载
- 积分:1
-
35303
过控制点的三次B样条曲线VC源代码,可以再VC6.0下直接运行,用鼠标任意选在控制点,过控制点的三次B样条曲线。(Through the control points cubic B-spline curve VC source code, you can then run directly under VC6.0 with the mouse in any election in the control point, controlling the points cubic B-spline curves.)
- 2015-10-13 21:41:04下载
- 积分:1
-
IISManagerAssistant-SP0.7
彩虹IIS管理助手,版本0.7.
开源IIS管理工具,支持IIS6和IIS7.站点安全设置、站点管理、应用程序池管理等功能。C# 4.0、VS2010(Rainbow IIS management assistant, version 0.7. Open IIS management tools, support IIS6 and IIS7. Sites security settings, site management, application pool management. C# 4.0, VS2010)
- 2013-12-01 10:40:10下载
- 积分:1
-
Bare Demo of IEEEtran.cls for IEEE Conferences
说明: arquivo zip para download de cosa roda
- 2019-11-21 06:28:17下载
- 积分:1
-
Fm_signal
说明: 产生FM信号,并利用锁相环的载波同步对信号进行跟踪并解调(FM signal is generated, and the carrier synchronization of PLL is used to track and demodulate the signal)
- 2020-05-08 09:23:07下载
- 积分:1
-
vbchengxu
VB画图程序源码,VB画图程序源码,VB画图程序源码(VB Paint program source code)
- 2013-11-18 15:00:30下载
- 积分:1
-
chromatography-technique
Preparative chromatography technique in natural products
- 2013-12-03 11:42:25下载
- 积分:1
-
BluetoothClass
Represents a Bluetooth class, which describes general characteristics and capabilities of a device.
- 2013-11-07 11:51:29下载
- 积分:1
-
This is the hard part I of a Java process on moreServerprogram. simple. understa...
这是我辛苦编的一个JAVA程序,是关于moreServerprogram.简单,易懂.希望能被采用.多谢管理员过目.-This is the hard part I of a Java process on moreServerprogram. simple. understandable. hope can be used. thank administrators read. Thank you
- 2022-08-17 13:58:22下载
- 积分:1
-
graphics
实验一:类与对象实验: 几何图形类的设计
实验目的:掌握用类进行面向对象程序设计的方法,掌握使用对象作为类的成员变量,掌握方法的参数传递,掌握静态域和静态方法。
实验内容:编写4个类:Rectangle、Circle、Geometry、Exa,具体要求如下:
① Rectangle类有double型成员变量表示矩形左上角的位置坐标及矩形的宽和高,要求提供修改和返回各成员变量的方法。
② Circle类有double型成员变量表示圆心坐标和圆的半径,要求提供修改和返回各成员变量的方法。
③ Geometry类有Rectangle类和Circle型的成员变量rect和circle。即Geometry类创建的对象由一个矩形和一个圆组合而成。要求该类提供修改rect、circle位置和大小的方法;提供显示rect和circle位置关系的方法,并能够显示圆是否完全坐落于矩形中。
④ 要求能对创建的Rectangle类和Circle类对象数目进行统计。
Exa类含有main方法,在main方法中用Geometry类创建对象,该对象调用相应的方法
设置圆和矩形的位置及大小并输出圆是否包含在矩形中。输出当前Rectangle和Circle
对象数目。
(test one)
- 2014-05-05 08:37:25下载
- 积分:1