Location:
Search - EGA
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: 遗传算法的程序
遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模
拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式,
从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一
串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式
形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的
适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并复制到下
一代,如此产生的子代通常优于父代,这个过程称为进化。上述过程循环执行直
至满足停机条件,最终使优化过程以大概率趋于全局最优解-procedures GA GA (GeneticA lgorithm. A G) is a massively parallel search algorithm, It simulated by Darwin's "survival of the fittest" law of evolution and random information exchange ideas, to follow the example of biological genetic, randomly generated from the initial solutions group, began searching process. Groups of individuals known as chromosome, which is a bunch of symbols, it is a binary string, it can also be a decimal string or other code created by the code string. On behalf of the father (the current generation) groups for the crossover and mutation operation. According to the individual fitness [fitness), select Options, Adaptation to high-level individuals have a higher probability of being selected and copied to the next generation, so the offspring are usual
Platform: |
Size: 2533 |
Author: 王硕 |
Hits:
Description: 硬件实用手册
硬件手册中收集了几乎一切与计算机有关的接插件的引脚说明,例如:
各种总线:ISA, EISA, PCI, VESA, CompactPCI, PCMCIA ......
串行接口:RS232, PC9, PC25, Printer, PS/2, RS422 ......
并行接口:PC, Amiga, ECP, MSX ......
视频接口:VGA, EGA, CGA, PGA, Macintosh Video ......
其他接口:USB, BeBox GeekPort ......
各种键盘接口,软盘、硬盘接口,内存条接口,游戏杆接口,音、视频接口,以及以太网接口、MIDI接口等等等等,也都应有尽有。-hardware practical manual hardware manual collection of almost all computer-related note of the pin plug, For example : the Bus : ISA, EISA, PCI, VESA, CompactPCI, PCMCIA ...... Serial Interface : RS232, the PC9, PC25, Printer, PS / 2, RS422 ...... Parallel Interface : PC, Amiga, ECP, MSX ...... Video Interface : VGA, EGA, CGA, PGA, ...... other Macintosh Video Interface : USB, BeBox GeekPort ...... various keyboard interface, floppy disk, hard disk interface, memory interfaces, joysticks interface, audio, video interface, and Ethernet interface, MIDI interface, etc., are also addressed.
Platform: |
Size: 659489 |
Author: 连永兴 |
Hits:
Description: 是一个电子政务的网站的源码,是自己编的源码
Platform: |
Size: 1003279 |
Author: 黄海彬 |
Hits:
Description: 这是一个用遗传算法来求解目标函数优化问题的源代码,学习遗传算法,演化计算的很值得一看!
Platform: |
Size: 632360 |
Author: 郭肇禄 |
Hits:
Description: 基于遗传算法的模拟退火-based on genetic algorithm simulated annealing
Platform: |
Size: 6763 |
Author: 徐文臣 |
Hits:
Description: 用遗传算法解决迷宫问题-using genetic algorithms to solve maze problems
Platform: |
Size: 8109 |
Author: 徐文臣 |
Hits:
Description: EGA/VGA动画模拟TC++源程序-EGA / VGA animated simulation TC source
Platform: |
Size: 40806 |
Author: 雷神 |
Hits:
Description: Icon/sprite 图标开发预处理源程序基于256和16色 VGA和EGA的32位系统的C语言源程序-Icon / sprite icon-based development pretreatment source 256 and 16 color EGA and VGA 32 of the C language source
Platform: |
Size: 98469 |
Author: 尹万林 |
Hits:
Description: 这个小程序用c语言编程实现,能够改变EGA调色板的颜色。-this small program with c programming language, the EGA can change the color palette.
Platform: |
Size: 7920 |
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: 基于遗传算法的模拟退火-based on genetic algorithm simulated annealing
Platform: |
Size: 6144 |
Author: 徐文臣 |
Hits:
Description: EGA/VGA动画模拟TC++源程序-EGA/VGA animated simulation TC source
Platform: |
Size: 40960 |
Author: 雷神 |
Hits:
Description: Icon/sprite 图标开发预处理源程序基于256和16色 VGA和EGA的32位系统的C语言源程序-Icon/sprite icon-based development pretreatment source 256 and 16 color EGA and VGA 32 of the C language source
Platform: |
Size: 98304 |
Author: 尹万林 |
Hits:
Description: 这个小程序用c语言编程实现,能够改变EGA调色板的颜色。-this small program with c programming language, the EGA can change the color palette.
Platform: |
Size: 7168 |
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: 遗传算法的程序
遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模
拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式,
从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一
串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式
形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的
适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并复制到下
一代,如此产生的子代通常优于父代,这个过程称为进化。上述过程循环执行直
至满足停机条件,最终使优化过程以大概率趋于全局最优解-procedures GA GA (GeneticA lgorithm. A G) is a massively parallel search algorithm, It simulated by Darwin's "survival of the fittest" law of evolution and random information exchange ideas, to follow the example of biological genetic, randomly generated from the initial solutions group, began searching process. Groups of individuals known as chromosome, which is a bunch of symbols, it is a binary string, it can also be a decimal string or other code created by the code string. On behalf of the father (the current generation) groups for the crossover and mutation operation. According to the individual fitness [fitness), select Options, Adaptation to high-level individuals have a higher probability of being selected and copied to the next generation, so the offspring are usual
Platform: |
Size: 2048 |
Author: 王硕 |
Hits:
Description: 硬件实用手册
硬件手册中收集了几乎一切与计算机有关的接插件的引脚说明,例如:
各种总线:ISA, EISA, PCI, VESA, CompactPCI, PCMCIA ......
串行接口:RS232, PC9, PC25, Printer, PS/2, RS422 ......
并行接口:PC, Amiga, ECP, MSX ......
视频接口:VGA, EGA, CGA, PGA, Macintosh Video ......
其他接口:USB, BeBox GeekPort ......
各种键盘接口,软盘、硬盘接口,内存条接口,游戏杆接口,音、视频接口,以及以太网接口、MIDI接口等等等等,也都应有尽有。-hardware practical manual hardware manual collection of almost all computer-related note of the pin plug, For example : the Bus : ISA, EISA, PCI, VESA, CompactPCI, PCMCIA ...... Serial Interface : RS232, the PC9, PC25, Printer, PS/2, RS422 ...... Parallel Interface : PC, Amiga, ECP, MSX ...... Video Interface : VGA, EGA, CGA, PGA, ...... other Macintosh Video Interface : USB, BeBox GeekPort ...... various keyboard interface, floppy disk, hard disk interface, memory interfaces, joysticks interface, audio, video interface, and Ethernet interface, MIDI interface, etc., are also addressed.
Platform: |
Size: 659456 |
Author: 连永兴 |
Hits:
Description: 是一个电子政务的网站的源码,是自己编的源码-E-government is a source of the site is to own the source code
Platform: |
Size: 1003520 |
Author: 黄海彬 |
Hits:
Description: 这是一个用遗传算法来求解目标函数优化问题的源代码,学习遗传算法,演化计算的很值得一看!-This is a genetic algorithm to solve the optimization problem the objective function of the source code, learning genetic algorithm, evolutionary computation is very worth a visit!
Platform: |
Size: 632832 |
Author: 郭肇禄 |
Hits: