搜索资源列表
一个绘图程序(mfc)
- 一个绘图程序(mfc),可以在此基础上继续开发出更完备的绘图程序 -a drawing program (mfc), can continue to build on this and develop more comprehensive mapping procedure
vbcom
- VB帮我学物理学许课件,VB简介 VB编程基础 VB绘图基础 用VB学物理通用模块简介 用VB学物理实例——李萨如图模拟 -VB helped me learn physics Xu courseware, Introduction VB VB VB based graphics infrastructure with VB physics common with VB modules brief examples
200611743121954_daimaz.com
- 图片放大镜,适合于初学者,学习绘图基础知识-Photo magnifying glass, which is suitable for beginners, learning basic knowledge Mapping
016953-01
- 清华大学的 visual c++绘图基础教程
Delphi_程序设计基础教程
- 目 录 第 1 章 Delphi 集成开发环境 ..................... 1 2.2.4 指针类型................................... 30 2.2.5 过程与函数类型....................... 31 1.1 Delphi 主窗口 ........................................ 2 1.1.1 标题栏 ...............
20030725114254
- 常用c#知识库,包括如何连接数据库,api,绘图,网络等方面的基础知识,是作者学习时的心得,用处广泛。-common knowledge base, including how to connect to the database, api, graphics, networking and so on the basis of knowledge is the author of the study and experience, e
一个绘图程序(mfc)
- 一个绘图程序(mfc),可以在此基础上继续开发出更完备的绘图程序 -a drawing program (mfc), can continue to build on this and develop more comprehensive mapping procedure
CAD_Book_CD
- 王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD
Csharptips
- C#使用的一些技巧,从IDE的使用到基础 绘图 io -C# use some skills, from the use of the IDE based graphics io etc.
drawBitPoly
- 众所周知,如果使用MFC接触类,绘制使用位图为绘图刷的多边形,位图大小,颜色都会受到限制,本例使用基础的MFC绘图函数,自己创造条件,突破此限制,可以使用任何大小、分辨率、颜色位图,填充多边形-known if the use of MFC contact category, rendering the use of brush-map drawings of polygons, bitmap size, colors will be
vbcom
- VB帮我学物理学许课件,VB简介 VB编程基础 VB绘图基础 用VB学物理通用模块简介 用VB学物理实例——李萨如图模拟 -VB helped me learn physics Xu courseware, Introduction VB VB VB based graphics infrastructure with VB physics common with VB modules brief examples
200611743121954_daimaz.com
- 图片放大镜,适合于初学者,学习绘图基础知识-Photo magnifying glass, which is suitable for beginners, learning basic knowledge Mapping
MATLABdianzijiaoan
- matlab电子教案,适合于初学者,包括操作基础,绘图-Matlab electronic lesson plans, suitable for beginners, including operating basis, mapping, etc.
vb_drwa_code
- 学习VB的绘图程序设计,比较简单,这里有一个很易学的程序.可以在此基础上编写出很多实用的程序啊.-learning VB mapping program design, relatively simple, Here is a very easy to learn the procedures. This can be prepared on the basis of many practical procedures ah.
SimpleDrawPicture
- VC写的一个绘图程序.程序框架简单易用,目前只实现了TEXT,矩形,园形.在此基础上稍微扩展就可以实现复杂图形的动态绘制.-VC write a drawing program. Procedural fr a mework easy to use, and only realized the TEXT, rectangular, Park shape. Based on this slight expansion can be ach
016953-01
- 清华大学的 visual c++绘图基础教程-Tsinghua University visual c++ Drawing Essentials
MFC_GDI绘图基础
- MFC_GDI绘图基础(MFC_GDI)
绘图软件
- 1、绘图软件,简化版CAD制图软件,是制作其他绘图软件的良好参考基础(1, drawing software, simplified version of CAD graphics software, is the production of other drawing software a good reference basis)
Android 自定义 View 绘图基础
- Android 自定义 View 绘图基础 控件的测量可以说是固定写法,原生的View只支持EXACTLY的测量模式,我们自定义的控件可以重写onMeasure方法(The measure of a control can be said to be a fixed writing method, and the native View only supports the EXACTLY measurement mode, and o
Python数据分析基础教程:NumPy学习指南(第2版)
- 本书是 NumPy 的入门教程, 主要介绍 NumPy 以及相关的 Python 科学计算库, 如 SciPy 和 Matplotlib。 本书内容涵盖 NumPy 安装、 数组对象、 常用函数、 矩阵运算、 线性代数、 金融函数、 窗函数、 质量控制、Matplotlib 绘图、 SciPy 简介以及 Pygame 等内容, 涉及面较广。 另外, Ivan Idris 针对每个知识点给出了简短而明晰的示例, 并为大部分示例给出了实用