搜索资源列表

  1. pointline

    0下载:
  2. 使用C++实现画出点线,并设计了撤销和恢复功能,帮助初学者理解C++中的图形设置-Use C++, draw points and lines, and undo and redo capabilities designed to help beginners understand the C++ in the graphics settings
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:3984384
    • 提供者:唐杰
  1. Draw

    0下载:
  2. 实现一个画图程序。能够画直线,圆弧,椭圆弧,多边形,能够自定义颜色。对多边形、椭圆和圆能够进行填充。并能实现Undo/Redo(一步即可)。结果可以存盘,但不存成图片文件。 -Implement a drawing program. Can draw lines, arcs, elliptical arcs, polygons, the ability to customize colors. Of polygons, ellipses
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:8580096
    • 提供者:虫儿
  1. pcm

    0下载:
  2. 一。产生长度为500的零均值,单位方差的高斯随机变量序列,用均匀pcm的方法用16电平进行量化:1)求所得的SQNR,该序列的前5个值,相应的量化值和相应的码字。2)画出量化误差(定义为输入值和量化值之间的差),同时 画出量化值作为输入值的函数的图。3)用128量化电平数重做2)题, 比较结果。 二。产生一个长度为500,按N(O,1)分布的随机变量序列,分别用16,128量化电平数和u=255的u律非线性进行量化,画出每种情况下量
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:sun
  1. XP-system-Setup

    0下载:
  2. 如果每一台机器需要重做系统和安装应用软件,你也无需把每一台机器打开,用ghost克隆。你所需做的就是:先装好一台机器,用它作母机,然后用远程克隆法同过局域网同时克隆其它所有机子。 -If you need to redo the system for each machine and install software, you need to open each machine, using ghost cloning. All you
  3. 所属分类:技术管理

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:孙彪
  1. vcPP2

    0下载:
  2. CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip  一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip   
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:343040
    • 提供者:stallion
  1. UndoRedo

    0下载:
  2. VC中Undo,Redo等基本操作的实例-The VC Undo, Redo and other examples of basic operations
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:王云修
  1. kcsj_liwen

    0下载:
  2. 现代信号处理 一个序列为 ,使用FFT分析其频谱: 1) 使用不同宽度的矩形窗截短该序列为M点长度,取M分别为: a) M=20 b) M=40 c)M=160 ;观察不同长度的窗对谱分析结果的影响; 2)使用汉宁窗、哈明窗重做1) 3)对三种窗的结果进行理论分析及比较。并绘出相应的幅频特性曲线 -Modern signal processing a sequence, using FFT analysis of the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:李时雨
  1. undoANDredo

    0下载:
  2. 实现UNDO,REDO功能,包括了工具栏上UNDO,REDO按钮.-teach you how to realize undo_redo function,providing you with undo,redo button on toolbar
  3. 所属分类:按钮控件

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:hellocat
  1. undo

    0下载:
  2. This program shows how to implement undo/redo functionality with the Qt undo fr a mework.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:1186816
    • 提供者:Serg
  1. UndoRedoDemo

    0下载:
  2. 经过一年多的时间的摸索,终于找到了一种比较完美的撤销和重做(Undo和Redo)的C++实现方案,因为现在很多的应用程序都需要这种功能,所以我将我的经历写出来让大家分享,同时也能够让更多的人帮助我来更加完善这种架构,同时也能够让更多的人能够利用这种架构更好的完成它的程序。-After more than a year of exploration, finally found a more perfect Undo and Redo (
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:327680
    • 提供者:jimmy
  1. javacodedemodrawing

    0下载:
  2. 用JAVA编写的绘图程序,使用JAVA 2D API JDK版本 1.4.x 功能简介: 支持存储,格式为XML,并支持颜色信息的存取,有导出为图片功能 支持多个组件选择:CTRL选择(或取消)和拉框选择或是复合选择(或取消) 支持多个组件拖动:选择多个组件可以同时拖动 支持全选功能和复制功能和删除功能,并提供快捷方式 单个组件支持右键菜单,其中包括设置组件名称功能 在担任dramf
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:251904
    • 提供者:bjhui
  1. A-Simple-Drawer

    0下载:
  2. 基于OPENGL的画图程序,可以画各种立体图,还实现的撤销、重做、颜色选择,GUI界面不错,值得研究!-OPENGL-based drawing program, you can draw a variety of three-dimensional map, and also implements the undo, redo, color selection, the GUI interface is good, and worth
  3. 所属分类:OpenGL

    • 发布日期:2024-05-19
    • 文件大小:4055040
    • 提供者:ce123
  1. SUDOKUE

    0下载:
  2. 数独游戏的MATLAB实现!还能帮助玩家完成数独游戏。- SUDOKUE play sudoku with MATLAB (aids for solving included) A guide on how sudoku works can be found e.g. on http://en.wikipedia.org/wiki/Sudoku This program has a histo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:王静
  1. test

    0下载:
  2. java做的一个撤销重做功能,能实现画图的-Java do a cancellation redo function, can realize the drawing
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:孙龙
  1. wy

    0下载:
  2. 一个类似于windows自带的画图程序,要求用鼠标为主要的输入手 段,实现直线、多边形、圆和椭圆的绘制,有undo和redo的功能。用C++语言实现。-Similar to the windows built-in Paint program requirements with the mouse as the main means of input, line, polygon, circle and ellipse drawing,
  3. 所属分类:绘图程序

    • 发布日期:2024-05-19
    • 文件大小:18446336
    • 提供者:lynn
  1. RedoXPWithAUSB

    0下载:
  2. 用U盘重装XP系统完整图解,很好很实用-with this file,you can redo the XP system with only a USB hardware.
  3. 所属分类:技术管理

    • 发布日期:2024-05-19
    • 文件大小:2337792
    • 提供者:宋平
  1. MyDrawingApp

    0下载:
  2. 强大的flash画板效果,包含撤销,重做,和保存功能。-The powerful flash Sketchpad effect, including undo, redo, and save functions.
  3. 所属分类:FlashMX源码

    • 发布日期:2024-05-19
    • 文件大小:464896
    • 提供者:youmo
  1. updata-net

    0下载:
  2. ADO.NET对网格数据的批量更新,插入,删除,重做。-ADO. NET right the batch of the grid data updates, inserts,, delete, redo.
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:60416
    • 提供者:孙微
  1. JAVA_Notepad

    0下载:
  2. Notepad is a program which is an implementation of the most known Notepad application in Java™ language, to show the many advantages in Java like OO concept and using the powerful Java GUI “Graphical User Interface”
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:31744
    • 提供者:haroon
  1. notebook

    0下载:
  2. 类似windows的记事本。可以改变字体,新建保存文件,复制粘贴,显示状态栏,撤销,重做等功能-Similar to windows Notepad. Can change the font, save the new file, copy and paste the status bar is displayed, revoked, redo functions
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:26624
    • 提供者:wangmengjia
« 1 2 3 4 5 6 7 89 10 11 12 »

源码中国 www.ymcn.org