Welcome![Sign In][Sign Up]
Location:
Search - 画线函数

Search list

[Other resourceimagelab2

Description: 2D图像生成,具体生成了一个矩形和一个圆形,两者相交,不直接调用画线函数,而是用Besenham算法另编写画直线和圆的函数,计算机视觉的一个实验作业。-2D image generation, the generation of a specific rectangle and a circle, the two intersect, not directly call line drawing functions, Rather Besenham algorithm to prepare another round painting line and the function of a computer vision laboratory experiment.
Platform: | Size: 100397 | Author: 周姗姗 | Hits:

[Fractal programMidPointLine

Description: 将一条线段用点描述出来,不使用画线函数, 这个是 计算机图形学 中很基本的要求
Platform: | Size: 229246 | Author: 沈松剑 | Hits:

[Other resource11

Description: C语言编程实例之用画线函数作出地图案!很好用
Platform: | Size: 884 | Author: 石俊东 | Hits:

[Othermnszcx

Description: 模拟时钟程序 模拟时钟程序是tc图形模式编程的典型程序,主要用画圆、画线函数实现
Platform: | Size: 2294 | Author: cece | Hits:

[Windows DevelopC语言实战105例

Description: C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器 32 实例13 时钟程序 35 实例14 华氏温度和摄氏温度的相互转换 38 实例15 SimpleDebug函数应用 40 第2部分 数值计算与数据结构篇 实例16 常用的几种排序方法 46 实例17 广度优先搜索及深度优先搜索 53 实例18 实现基本的串操作 59 实例19 计算各点到源点的最短距离 62 实例20 储油问题 65 实例21 中奖彩球问题 67 实例22 0-1背包问题 69 实例23 阶梯计数问题 72 实例24 二叉树算法集 74 实例25 模拟LRU页面置换算法 79 实例26 大整数阶乘新思路 82 实例27 银行事件驱动模拟程序 84 实例28 模拟迷宫探路 87 实例29 实现高随机度随机序列 89 实例30 停车场管理系统 91 第3部分 文本屏幕与文件操作篇 实例31 菜单实现 96 实例32 窗口制作 97 实例33 模拟屏幕保护程序 100 实例34 文件读写基本操作 102 实例35 格式化读写文件 105 实例36 成块读写操作 107 实例37 随机读写文件 108 实例38 文件的加密和解密 111 实例39 实现两个文件的连接 113 实例40 实现两个文件信息的合并 116 实例41 文件信息统计 118 实例42 文件分割实例 121 实例43 同时显示两个文件的内容 123 实例44 模拟Linux环境下的vi编辑器 124 实例45 文件操作综合应用——银行账户管理 128 第4部分 病毒与安全篇 实例46 实用内存清理程序 134 实例47 如何检测Sniffer  136 实例48 加密DOS批处理程序 139 实例49 使用栈实现密码设置 141 实例50 远程缓冲区溢出漏洞利用程序 144 实例51 简易漏洞扫描器 146 实例52 文件病毒检测程序 149 实例53 监测内存泄露与溢出 150 实例54 实现traceroute命令 152 实例55 实现ping程序功能 154 实例56 获取Linux本机IP地址 157 实例57 实现扩展内存的访问 161 实例58 随机加密程序 164 实例59 MD5加密程序 165 实例60 RSA加密实例 168 第5部分 图形篇 实例61 制作表格 172 实例62 用画线函数作出的图案 174 实例63 多样的椭圆 176 实例64 多变的立方体 177 实例65 简易时钟 178 实例66 跳动的小球 181 实例67 用柱状图表示学生成绩各分数段比率 183 实例68 EGA/VGA屏幕存储 187 实例69 按钮制作 190 实例70 三维视图制作 193 实例71 红旗图案制作 194 实例72 火焰动画制作 196 实例73 模拟水纹扩散 199 实例74 彩色的Photo Frame  201 实例75 火箭发射演示 203 第6部分 系统篇 实例76 恢复内存文本 208 实例77 挽救磁盘数据 210 实例78 建立和隐藏多个PRI DOS分区 213 实例79 简单的DOS下的中断服务程序 216 实例80 文件名分析程序 219 实例81 鼠标中断处理 222 实例82 实现磁盘数据的整体加密 224 实例83 揭开CMOS密码 227 实例84 获取网卡信息 229 实例85 创建自己的设备 231 实例86 设置应用程序启动密码 233 实例87 获取系统配置信息 236 实例88 硬件检测 239 实例89 管道通信 241 实例90 程序自杀技术实现 244 第7部分 游戏篇 实例91 连续击键游戏 248 实例92 掷骰子游戏 250 实例93 弹力球 252 实例94 俄罗斯方块 253 实例95 24点扑克牌游戏 257 实例96 贪吃蛇 260 实例97 潜水艇大战 262 实例98 机器人大战 265 实例99 图形模式下的搬运工 266 实例100 十全十美游戏 269 第8部分 综合篇 实例101 强大的通信录 274 实例102 模拟Windows下UltraEdit程序 277 实例103 轻松实现个人理财 279 实例104 竞技比赛打分系统 281 实例105 火车订票系统 286
Platform: | Size: 654374 | Author: jawin@126.com | Hits:

[ARM-PowerPC-ColdFire-MIPSS3C44B0X 驱动 SSD1289 TFT 模块例程

Description: S3C44B0X 驱动 SSD1289 TFT 模块例程,内有图形库包含了一些简单的二维图形函数 如:画线函数 Bresenham画圆等...并且是带uCOS操作系统的,附源程序.
Platform: | Size: 641826 | Author: xyz543 | Hits:

[GUI Develop完成通过鼠标在视图窗口内绘制任意形状的线

Description: 所绘画出的线段类型、颜色和粗细,还有如何定 义画刷的填充颜色和类型。如何用Rectangle函数绘画矩形、用Ellipse函数绘画圆和椭圆和运用 -drawn up by the line type, color and thickness, and how to define the brush paintings filled with color and type. How Rectangle function rectangular painting, painting with Ellipse function round and oval and use
Platform: | Size: 23552 | Author: 熊帆 | Hits:

[Graph DrawingDrawGIS

Description: 在VC环境下,画点,画线,画面。其中涉及派生类的继承以及虚函数的使用 -in VC environment, painting, line drawing, screen. Involving derivatives such as inheritance and the use of virtual function
Platform: | Size: 43008 | Author: 李启铭 | Hits:

[2D Graphicimagelab2

Description: 2D图像生成,具体生成了一个矩形和一个圆形,两者相交,不直接调用画线函数,而是用Besenham算法另编写画直线和圆的函数,计算机视觉的一个实验作业。-2D image generation, the generation of a specific rectangle and a circle, the two intersect, not directly call line drawing functions, Rather Besenham algorithm to prepare another round painting line and the function of a computer vision laboratory experiment.
Platform: | Size: 100352 | Author: | Hits:

[Fractal programMidPointLine

Description: 将一条线段用点描述出来,不使用画线函数, 这个是 计算机图形学 中很基本的要求-Will describe a line segment with points out, do not use drawing a line function, this is the computer graphics in a very basic requirement
Platform: | Size: 229376 | Author: 沈松剑 | Hits:

[Graph Drawing11

Description: C语言编程实例之用画线函数作出地图案!很好用-C language programming examples of the function with a painting made to pictorial! Good use
Platform: | Size: 1024 | Author: 石俊东 | Hits:

[Othermnszcx

Description: 模拟时钟程序 模拟时钟程序是tc图形模式编程的典型程序,主要用画圆、画线函数实现-Analog Clock Analog Clock procedures tc graphics mode process is a typical programming procedures, the main circle, drawing a line function
Platform: | Size: 2048 | Author: cece | Hits:

[SCMsed1335

Description: 液晶控制芯片SED1335的控制程序,完全C51语言,注释详尽,本人正在使用中, 里面出基本的对液晶模块的操作外,还有画线,画矩形,画圆圈等函数,很实用。-SED1335 LCD controller chip of the control procedures, fully C51 language, detailed notes, I is in use, which the basic operation of the LCD module, there are painted lines, painted rectangular, circular motion and other functions, it is practical.
Platform: | Size: 53248 | Author: 程夫人 | Hits:

[Embeded LinuxFramebuffer

Description: Framebuffer中画点,画线,画多边形,画圆,画抛物线的实现函数-Framebuffer in the painting, the painted line, drawn polygon, circle, parabola painting realize the function
Platform: | Size: 2048 | Author: wzc | Hits:

[Graph DrawingMyTxDraw

Description: 不使用系统的画线函数,逐个点的画一条线-Do not use the system function of the painting, one by one point draw a line
Platform: | Size: 26624 | Author: zhangyifei | Hits:

[Dialog_WindowAPIfunctionreference

Description: 《WINDOWS/WIN32/WINDOWS NT 程序设计通用API函数参考》。本书讨论了通用的Windows/Win32/Windows NT API函数,这些函数涉及如下方面:加速键、位图、脱字符、NT控制台、剪贴板、裁剪区、控件、曲线输出、设备环境、对话框、绘图工具、文件I/O、字体、GDI对象、图标、键盘、画线、映射、菜单、消息、鼠标、绘图、调色板、矩形操作、滚动、语音、字符串、文本输出、时间与计时器、版本管理、窗口操作及窗口管理。附录中还列出了Windows/Win32/Windows NT常量以及所有数据类型。 - WINDOWS/WIN32/WINDOWS NT Programming General API Function Reference. This book discusses the common Windows/Win32/Windows NT API function, these functions involve the following aspects: speed up the key, bitmap, from characters, NT console, clipboard, cutting area, controls the output curve, equipment environment, the dialog box , mapping tools, file I/O, font, GDI objects, icons, keyboard, painting lines, maps, menus, news, mouse, graphics, color palette, rectangular operations, rolling voice, string, text output, time with the timer, version management, operation and window management window. Appendix also lists the constants Windows/Win32/Windows NT as well as all data types.
Platform: | Size: 8173568 | Author: 林孝城 | Hits:

[Windows Developwritehz1.2

Description: 在绘图软件grads下,书写矢量汉字。本程序读取汉字矢量字库数据,利用GrADS的画线函数,完成汉字的矢量字体的显示。 -Grads in the mapping software, the writing of Chinese characters vector. This procedure vector font data read Chinese characters, using the draw line function GrADS complete vector font characters are displayed.
Platform: | Size: 1514496 | Author: 黄风云 | Hits:

[SCMpointline

Description: 提供12864的LCD上的画点和画线函数,方便单片机调用,只要将相应的控制线和数据线与单片机的IO口连接起来就可以使用。-12864 on the LCD to provide the draw points and draw line function, Convenience Singlechip call, as long as the corresponding control lines and data lines with the MCU IO I connect you can use.
Platform: | Size: 1024 | Author: 付乐华 | Hits:

[Graph Drawingmain

Description: 使用基于中点画线法的画线函数完成金刚石图案的绘制(The diamond pattern is drawn by using the line drawing function based on the midpoint line method)
Platform: | Size: 1024 | Author: 吃货殿下打dota | Hits:

[OpenGL programopengl 3种函数画线

Description: 使用opengl画线,dda算法,中点算法,bresenham 算法,右键菜单实现线段颜色粗细的选择(Use OpenGL line, DDA algorithm, middle point algorithm, Bresenham algorithm, right key menu to select the color of line segment)
Platform: | Size: 6739968 | Author: kiafter | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net