搜索资源列表
一个简单的绘图工具
- 该程序具有优良的扩展性能。如果想要添加新的绘图元素,那么只需要添加一个以CdrawElement类为基类的绘图类即可,从而非常方便对程序进行扩展。-the procedure with excellent scalability. If you want to add a new graphics elements, then only need to add a category for CdrawElement base class graphics category can be, thu
finalSeasons_BAS.zip
- 利用VB读取AERMOD结果数据并插值深成GRD文件,和一定的底图相结合生成等值线图。,AERMOD use VB to read the results of data and interpolation deep into GRD files, and some combination of base maps generated isogram.
three-dimension-transform
- 开发人员可以借助于变换功能来对模型进行重定位、调整大小和重定向,而无需更改用来定义模型的基值。 -Developers can change features of the model by means of carrying out re-positioning, adjusting the size and redirection without the need to change the base value used to define the model.
VHDL
- 基于VHDL硬件描述语言,对基带信号进行调制,仿真和设计-VHDL hardware descr iption language based on the base-band signal modulation, simulation and design
three-figure
- 正方形, 圆形, 等边三角形,根据输入参数来确定各自的画图参数,如正方形的边长,圆的半径,等边三角形的底和高-Square, a circle, an equilateral triangle, and is determined based on the input parameters to the respective drawing parameters, such as the length of a side of the square, the radius of the circ
Fblc
- 对直线、连续直线及封闭多边形区域、圆、圆弧、标注文本等基 本的图形元素的数据组织和绘制方法做了简单的介绍, 并对具体的实现过程也做 了简要的概述。对于鼠标绘图操作的完成提供了有效的方法-On a straight line, continuous line and closed polygon, circle, arc, annotation text base The data organization of the graphic elements a
cPP
- 本次程序设计为基于C++的面向对象的程序设计。用C++各种基本图形(例如,圆、矩形、三角形、直线、点等)的类原型,通过继承图形这一个公共基类来实现图形的增删改以及保存等操作。-The programming C++ based object-oriented programming. With C++ basic graphics (such as circles, rectangles, triangles, lines, points, etc.) of the class prototyp
C-CLASS
- 高频谐振功率放大器的pspice仿真,输入为耦合回路,基极和射极和输入共电源,负载为RLC谐振回路。实现负载匹配。-Pspice simulation frequency resonant power amplifier, the input circuit is coupled to the base and the emitter electrode of the input power, the load is a resonant RLC circuit. Load matching.
a-progeam-of-RBF
- 此文件主要用于求径极基函数,可用于求曲面内极大值、极小值,力求曲面包络。-This file is used to find the diameter of the main pole base function can be used to find the surface maxima, minima, and strive to music enveloping.
sc
- 用时差法对空中机动目标进行定位,地面至少需要四个基站工作,而地面基站的布站形式对定位精度有很大的影响。通过计算机对时差定位的三种基本布站形式进行分析和仿真,得出了目标定位精度与布站方式的关系,即在相同的测量条件下达到最优的测量结果-With transit-time aerial maneuvering target positioning, ground work requires at least four base stations, and distribution stations
graduating-master1104
- 基于手绘草图的模型检索系统功能图像检索领域-sketch-base retri system
xield
- 在MATLAB水印随基序列生成嵌如到图象中 不错的源码 很好-In MATLAB watermark generated with the base sequence such as embedded to the image of good source is very good
CDC
- 在Windows平台上,应用程序的图形设备接口(graphics device interface,GDI)被抽象为设备上下文(Device Context,DC)。 在微软基类库MFC中,CDC类是定义设备上下文对象的基类,所有绘图函数都在CDC基类中定义。当需要输出文字或图形时,就需要调用CDC类的成员函数,这些成员函数具备输出文本、绘制图形的功能。 本节讲解的例程全部在TestView.cpp文件的 void CTestView::OnDraw(CDC* pDC)函数中实现。