Location:
Search - VGA c
Search list
Description: Turbo C 2.0包含了一个比Basic语言绘画更强的绘图函数库.它支持微机CGA EGA VGA等多种图形适配器的各种图形模式,提供了绘制各种图形,输出各种字体的图形库函数,并具有丰富的对图形进行着色,填充的功能。在图形程序及软件的编制与开发中,Turbo C绘图已越来越受到广大用户的青睐-Turbo C 2.0 includes a painting than Basic language stronger graphics libraries. It supports Computer CGA EGA VGA graphics adapter and other various graphics mode, the various graphics rendering, output various fonts graphics library functions, and rich graphics rendering, filling functions. The graphics procedures and the preparation and software development, Turbo C has been increasingly drawing the majority of users favor
Platform: |
Size: 6799168 |
Author: 夺夺 |
Hits:
Description: 这是一个支持VGA320*200*256C的小开发包,里含头文件vmode.h--用于调用此模式(0x13)的支持 vdraw.h--用于基本绘图操作的支持 chput.h--用于汉字及E文在图形方式下的显示支持 window.h--用于创建基本窗口控件的支持.Deam.c--演示程序的代码 hzk16--16*16的点阵汉字字库.-This is a support VGA320 * 200 * Male small development kits, said to contain the header files vmode.h --used to call this model (are) the support vdraw.h --Mapping for basic operating support chput.h --used Chinese characters and E text in graphic mode the show support window.h --used to create the basic window controls support. Deam.c --demo program code hzk16 -- 16 * 16 Chinese character dot-matrix.
Platform: |
Size: 9901 |
Author: 董凯 |
Hits:
Description: 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctrl+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过
实例程序能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改).程序有很好的容错设计-640 * 480256 color. BMP file display program can browse, also showed four images on the screen can also open a window on the show. BMP images and can be used above and below the arrow keys, and Page / Prompt, Ctrl Left, Right keys Ctrl View the whole image in S3, ATI VGA cards such as debugging procedures examples of an arbitrary document encryption, password request user input limit within eight (of course you can change). procedures have a good fault-tolerant design
Platform: |
Size: 8536 |
Author: 飞机 |
Hits:
Description: 接VGA 显示器和鼠标,可以使用鼠标完成弹球游戏-access VGA display and mouse, you can use the mouse to complete Billiard games
Platform: |
Size: 1005879 |
Author: fanbo |
Hits:
Description: 电源:稳压的+5V电源,电流小于300mA。
视频输入:RGB+HSYNC+VSYNC信号,取自VGA卡,刷新率与NTSC标准兼容。
视频输出:混合视频和S-视频(Y/C)。
支持的视频标准:PAL B、G、H和NTSCM。
电路要求VGA卡能发送与PAL或NTSC标准视频时序兼容的RGB格式视频信号。
Platform: |
Size: 32579 |
Author: modayong |
Hits:
Description: 图形加速引擎1.3版,VGA SVGA图.对于在C上做游戏的人来说,这个简直太有用了-graphics acceleration engine version 1.3, VGA and SVGA map. In C games on the people, this is simply too useful a
Platform: |
Size: 184739 |
Author: 周磊 |
Hits:
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:
Description: c语言写的驱动vga显示器,还是有点小问题,但是能显示线条到显示器上,晶振使用的是24M,场p31,行p30,rgb为P32_P34.如有人更正好了,可联系我,675274588@qq.com
Platform: |
Size: 13589 |
Author: leiyin |
Hits:
Description: 光软件站- - - 文件编程-源程序代码下载(2)\c语言\窗口界面\320x200x256VGA模式下的字体.zip-Light software stations--- file programming- source code download (2) c language interface window mode Dx200x256VGA fonts. Zip
Platform: |
Size: 10240 |
Author: 飞翔1 |
Hits:
Description: SVGA编程 c语言图形编程-SVGA graphical programming language
Platform: |
Size: 297984 |
Author: 全权 |
Hits:
Description: 图形加速引擎1.3版,VGA SVGA图.对于在C上做游戏的人来说,这个简直太有用了-graphics acceleration engine version 1.3, VGA and SVGA map. In C games on the people, this is simply too useful a
Platform: |
Size: 184320 |
Author: 周磊 |
Hits:
Description: Turbo C 2.0包含了一个比Basic语言绘画更强的绘图函数库.它支持微机CGA EGA VGA等多种图形适配器的各种图形模式,提供了绘制各种图形,输出各种字体的图形库函数,并具有丰富的对图形进行着色,填充的功能。在图形程序及软件的编制与开发中,Turbo C绘图已越来越受到广大用户的青睐-Turbo C 2.0 includes a painting than Basic language stronger graphics libraries. It supports Computer CGA EGA VGA graphics adapter and other various graphics mode, the various graphics rendering, output various fonts graphics library functions, and rich graphics rendering, filling functions. The graphics procedures and the preparation and software development, Turbo C has been increasingly drawing the majority of users favor
Platform: |
Size: 6799360 |
Author: 夺夺 |
Hits:
Description: 这是一个支持VGA320*200*256C的小开发包,里含头文件vmode.h--用于调用此模式(0x13)的支持 vdraw.h--用于基本绘图操作的支持 chput.h--用于汉字及E文在图形方式下的显示支持 window.h--用于创建基本窗口控件的支持.Deam.c--演示程序的代码 hzk16--16*16的点阵汉字字库.-This is a support VGA320* 200* Male small development kits, said to contain the header files vmode.h--used to call this model (are) the support vdraw.h--Mapping for basic operating support chput.h--used Chinese characters and E text in graphic mode the show support window.h--used to create the basic window controls support. Deam.c--demo program code hzk16-- 16* 16 Chinese character dot-matrix.
Platform: |
Size: 9216 |
Author: 董凯 |
Hits:
Description: 接VGA 显示器和鼠标,可以使用鼠标完成弹球游戏-access VGA display and mouse, you can use the mouse to complete Billiard games
Platform: |
Size: 1005568 |
Author: fanbo |
Hits:
Description: 电源:稳压的+5V电源,电流小于300mA。
视频输入:RGB+HSYNC+VSYNC信号,取自VGA卡,刷新率与NTSC标准兼容。
视频输出:混合视频和S-视频(Y/C)。
支持的视频标准:PAL B、G、H和NTSCM。
电路要求VGA卡能发送与PAL或NTSC标准视频时序兼容的RGB格式视频信号。
-Power: 5 V regulated power supply current of less than 300mA. Video input: RGB HSYNC VSYNC signals from the VGA card, refresh rate compatible with the NTSC standard. Video Output: Mixed video and S-video (Y/C). Supported video standards: PAL B, G, H and NTSCM. Circuit requirements of VGA cards can be sent with the PAL or NTSC standard video timing compatible RGB format video signals.
Platform: |
Size: 32768 |
Author: |
Hits:
Description: 在Altera公司NIOS IDE开发中控制VGA显示,运行通过,可以直接移植,-Altera Corporation in the NIOS IDE development control VGA display, running through, can be directly transplanted
Platform: |
Size: 1024 |
Author: 罗生 |
Hits:
Description: VGA controller源码及显示汉字和ascii字符的c代码实例,已在DE2-70上实现-vga_controller source code and c code which can display chinese charactors and ASCII code on the VGA
Platform: |
Size: 304128 |
Author: |
Hits:
Description:
C语言写的VGA图形界面推箱子
思路简单,易于初学者学习,
用到了汉字字模-Writing C language of VGA graphical interface Sokoban thinking easy, easy for beginners to learn Chinese characters used in the matrix
Platform: |
Size: 3072 |
Author: susu |
Hits:
Description: VGA图像的存储与恢复:介绍三种不但可有效地存取VGA整屏图像,而且能实现存取任
意大小图块的方法及其Turbo C函数。-VGA image storage and recovery
Platform: |
Size: 10240 |
Author: lsccls |
Hits:
Description: typed-C方案模块,兼容所有type-C的设备,支持HDMI,VGA,PD等接口。(type-C solution module, support interface ports of HDMI, VGA, PD, and compatible with all of the type-C devices.)
Platform: |
Size: 1254400 |
Author: icu |
Hits: