搜索资源列表
mapinfo+vb
- 一个利用MapInfo和VB做的画图课程设计,功能覆盖基本画图操作,对与开发自己的作图程序很有借鉴。-a use MapInfo and VB do drawing curriculum design, functional coverage of basic drawing operations, and to develop its own very useful reference mapping procedures.
MyPaint1.0
- 设计思路: 对Windows XP自带的画笔程序进行分析,一般User画图过程: 首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。 对图形元素抽象出公共属性,设计我的画板的作图过程: 选择工具 、画预览效果、User满意并确定、绘制效果。 下面是程序用到主要变量: 当前绘图点粒度:int iGranularity 当前使用颜色:COLORREF curColor 当前绘图状态:int iPaintStatus
BoundlineSign
- 计算机图形学的课程设计,边界填充和种子扫描算法-computer graphics curriculum design, and filled with seeds border scanning algorithm
PLC code 双击版
- TC3.0 写的一个PLC梯形图编辑器 我做课程设计时写的 现在还只是雏形 还要加一些模块才行-TC3.0 write a PLC Ladder Diagram Editor, I do write curriculum design the prototype is now also some modules to increase Caixing
纺织工业图案设计源码
- 用VC++写的基于数字图像处理的用于纺织工业的图案设计程序关键代码。-VC was based digital image processing used in the textile industry of graphic design procedure code key.
图形交互绘制功能
- 实现图形交互工具:把交互图形操作功能抽象出来,设计一个工具类层次,实现了初步的图形交互绘制功能。-interactive graphics tools : put interactive feature abstract graphics, and design a class hierarchy tool, achieving a preliminary mapping of interactive graphics functions.
抓图软件课程设计yangjin
- 好程序,c++ 绘图软件设计 附带论文,和大家一起学习。-good procedures, c graphics software design fringe papers, and we will study together.
IEEEStandardVHDL
- VHDL语言的国际标准,对语言的设计有很大的帮助,供大家参考。-VHDL international standards, the design of the language is very useful for reference.
figure-ron
- 通过实现这个二维图形编辑系统,掌握图形的生成算法,图形变换,图形文件存储,多边形填充等方面的知识。这个系统要求用户界面设计合理,图形绘制算法效率高,能完成简单二维图形的绘制、变换、坐标变换、图案填充等功能-through the realization of the two-dimensional graphics editing system, master graphics algorithm for the generation, transformation graphics, grap
jisuanji1tuxingxue1
- 这是我的计算机图形学课程设计,实现了简单的画图功能。用面向对象语言和面向对象程序设计方法完成一个画图应用系统的分析、设计和实施,实现对象的基本插入、删除、修改、查询 和对象的永久保存等功能。通过课程设计使学生掌握面向对象编程技术、语言的GUI编程、常用类库的使用、应用系统的开发过程和常用的画图算法,如画圆、画直线、画矩形、填充等。-This is my computer graphics curriculum design, realization of a simple drawing fun
PCB_FILES
- 是一种电子工程应用软件!在电路设计和模拟仿真中都是常见的应用!-is an electronic engineering application software! The circuit design and simulation, are common applications!
数字电子课程设计——交通灯仿真图
- 用Proteus绘制的交通灯仿真图,是我大二课程设计的作品,完全实现交通灯的功能模拟仿真。
circad20 易用的电路图设计软件
- 易用的电路图设计软件 -Use circuit design software easy to use schematic design software
VC++
- VC++绘图程序设计技巧与实例教程 -VC++ Graphics Programming Tutorial and Examples
cad
- autocad 课程设计 ,实验报告,房屋平面设计平面绘图-autocad course design, laboratory report, the Housing graphic design graphic graphics
ball
- 计算机图形学课程设计 -画一个具有不同光照效果的球 说实话,这个算法不实用,只能画表面,因为当时设计数据结构的时候,只存放了半个球的数据,目的只是为了显示立体球的效果而已,这样计算速度会更快些。-Computer Graphics curriculum design- painting a different light effects of the ball I can honestly say that this algorithm is not practical, can only
QT_ProgramDesign
- QT程序设计(电子书),清华大学出版,内容全面,实例丰富-QTprogrameDdesign,published by qinghua university
lvboqisheji
- 设计一个IIR数字低通滤波器, 逼近一组模拟滤波器的指标参数(通带截止频率Wp=2*pi*2000rad/s,阻带边界频率Ws=2*pi*3000rad/s,通带波纹 Rp=3db, 阻带衰减Rs=15db, 采样频率f=10000Hz); 分别用脉冲响应不变法和双线性变换法实现设计,列出传递函数并描绘模拟和数字滤波器的幅频和相频响应曲线。用上述设计滤波器完成几组给定信号的滤波,证明滤波器的有效性和滤波范围限制.-Design a IIR digital low-pass filter, app
GDI+图形程序设计
- 图形学程序设计资料,c#编写资料,pdf格式(Graphic program design information)
计算机辅助几何设计割角算法实例
- 计算机辅助几何设计割角算法实例,这是一个关于四次带参Bezier曲线的割角算法实例