CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Graphics

搜索资源列表

  1. 定义抽象基类Shape

    0下载:
  2. 一个程序,定义抽象基类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
  3. 所属分类:其他小程序

    • 发布日期:2017-03-25
    • 文件大小:268301
    • 提供者:sword
  1. AsmStudio媲美VC的漂亮的界面

    0下载:
  2. AsmStudio媲美VC的漂亮的界面,强大的功能,注定了从此MASM和TASM将被扔进 垃圾桶。在5.0版中,AsmStudio更趋于完美:根据个人喜好定制指令、寄存器、操作 符、注释乃至数字的语法着色,可以定制的智能缩排,强大的无限次Undo、Redo,可 定制的指令、寄存器、操作符大小写自动切换,直接编译链接运行,调用debug直接调 试,另有代码定位功能可以方便的定位程序中所有的变量、过程和标号,漂亮的图形 显示使得变量的类型一目了然,此外还有AsmWizard向导自动生成多种
  3. 所属分类:其他小程序

    • 发布日期:2017-11-08
    • 文件大小:1060044
    • 提供者:刘明
  1. polygon.rar

    0下载:
  2. 用VC++的开发的绘制多边形的源代码,演示了如何用C++绘制图形,Using VC++ the development of polygon rendering the source code, demonstrates how to use C++ rendering graphics
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2035038
    • 提供者:谢川
  1. 4psk.rar

    1下载:
  2. 对M=4的PSK通信系统进行蒙特卡罗仿,并给出误码率图形。,M = 4 of the PSK communication system, like Monte Carlo, and graphics are given BER.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1411
    • 提供者:lilyzou
  1. Palette.zip

    0下载:
  2. 我用Win API编写的画板程序。 能够进行基本的图形绘制功能:直线,圆、矩形和多边形; 数据保存功能,能够把图形数据通过矢量保存到文件中; 简单的编辑功能:双击选中,利用键盘ael键和菜单项删除选中的图形元素; 能够从文件中加载保存的数据,并且能够进行基本的编辑操作; 可以进行对象的放大和缩小; 可以上下左右进行画板移动; 如果在一个计算机上运行两个程序实例,那么在任何一个程序中操作在另外的程序中都可以看到相同的操作结果,也就是程序之间具有通信的功能。 ,I use Win
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1684029
    • 提供者:陈忻
  1. Drawpicture.rar

    0下载:
  2. 计算机图形学中的综合程序,具有绘制直线、曲线、圆、填充多边形、图形裁剪、曲线拟合等功能。,Computer graphics in an integrated process, has drawn a straight line, curve, circle, polygon fill, graphics, cutting, curve fitting functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:142988
    • 提供者:elsa
  1. areajisuan.rar

    0下载:
  2. 编程计算图形的面积。(程序可计算长方形、正方形和圆形的面积,运行时提示用户选择图形的类型,然后按要求输入相关数据计算面积。,Calculate the area of graphics programming. (Program calculate rectangular, square and round the area, run-time prompts the user to select the type of graph, and then asked to enter the re
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:888398
    • 提供者:mrjun
  1. SharpGL

    0下载:
  2. 实现立方体旋转,很好很强大的三维图形参考文件资料-Achieve cube rotation, a very powerful three-dimensional graphics reference documents
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:798813
    • 提供者:小杨
  1. xufunction

    0下载:
  2. 写一个程序,定义抽象基类shape, 由它派生3个基类,Circle(圆),Rectangle(矩形),Trapezoid(梯形)。用虚函数分别计算几种图形的面积,并求他们的和。要求:用基类指针数组,使它的每一个元素指向一个派生类对象-Write a program that defines an abstract base class shape, it is derived from the three basic classes, Circle (round), Rectangle (re
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:665
    • 提供者:wangjian
  1. wannianli.rar

    1下载:
  2. 一个简单的万年历(图形界面)提供以下一些功能: (1)能够显示实现1800-2100年的日期,包括公历、农历和星期; (2)能够按照月份格式显示日期; (3)能够显示系统时间。,A simple calendar (graphics interface) provides the following features: (1) to display the date in 1800-2100, including the Gregorian calendar, the Lunar and
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:36507
    • 提供者:阮丽文
  1. MiniDraw

    0下载:
  2. 简单的绘图小软件,可以绘制线段,矩形,椭圆和任意多边形-Easy small graphics software, you can draw line, rectangle, ellipse and arbitrary polygon
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:53094
    • 提供者:huiwang
  1. 606-00051-0-CGM12864

    0下载:
  2. OCM12864液晶显示模块是128×64点阵型液晶显示模块,可显示各种字符及图形,可与CPU直接接口,具有8位标准数据总线、6条控制线及电源线。采用KS0107控制IC。 -OCM12864 liquid crystal display module is 128 × 64 LCD module can display a variety of characters and graphics, can directly interface with the CPU, with 8-bit
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:72353
    • 提供者:backoff
  1. hdtools

    0下载:
  2. 一个DOS下的硬盘数据查看及编辑程序,有自动恢复分区表及修复硬盘逻辑锁等功能(使用Borland C++ 3.1编译) -unit CltConsts interface uses windows, graphics const tp_stureg = A tp_single = 0 tp_multi = 1 tp_yesno = 2 tp_etextin = 4 tp_ct
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:98080
    • 提供者:bbklsm
  1. Graphtest5

    0下载:
  2. 用C语言的写的一个图形程序--单摆,调用了graphics.h头文件中提供的库函数,实现简洁明了。-A graphics program written in the C language- Pendulum call graphics.h the library functions in the header file, clear and concise.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:691
    • 提供者:dasy
  1. mpqediten32

    1下载:
  2. 可以解析魔兽世界资源,提取魔兽世界声音及图形文件-World of Warcraft can resolve resources, extracting audio and graphics files World of Warcraft
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:298659
    • 提供者:张晨阳
  1. Dwg4Viewer

    0下载:
  2. 基于DWGdirectX和vc6平台开发的dwg读写小程序,可实现dwg读入,写出,简单绘图等功能-Based DWGdirectX and vc6 platform development dwg to read and write small programs can be realized dwg read, write, simple graphics functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:395750
    • 提供者:李杰
  1. CarDrivingSimulation

    0下载:
  2. labview开发的汽车驾驶模拟系统,使用图形和声音等多媒体元素,很好地实现了汽车加减油门、档位、刹车、转向等操作时汽车状态的模拟,一款简单实用的汽车驾驶模拟软件。-labview Driving the development of simulation systems, such as the use of graphics and multimedia elements of voice, a good addition and subtraction to achieve a car a
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:833325
    • 提供者:wj
  1. picture3

    0下载:
  2. 利用MFC实现画图功能,利用CImage类作为画图控件,实现矩形、椭圆等不同图形、不同线型的绘制。-Achieved using MFC drawing functions, the use of CImage class as drawing the control to achieve rectangle, ellipse different graphics, different line drawing.
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5213281
    • 提供者:lee
  1. VBAOSamples

    0下载:
  2. 这是一个非常全的VB+AO二次开发实例集,有小程序,也有WORD文档说明,还有PDF版本的。里面包括图层操作、查询、虫眼、图形编辑等功能……希望大家喜欢!-This is a very wide of the VB+ AO secondary development of examples of sets, a small program, there are WORD document explains, there are PDF versions of the. Operation whi
  3. 所属分类:Other systems

    • 发布日期:2017-06-11
    • 文件大小:18888283
    • 提供者:vivianjia
  1. image

    0下载:
  2. 基于msp430f2618的lcd的液晶图形显示程序-Based on msp430f2618 the lcd LCD graphics display program
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:3044
    • 提供者:唐树凡
« 1 23 4 5 6 7 8 9 10 ... 48 »
搜珍网 www.dssz.com