Welcome![Sign In][Sign Up]
Location:
Search - graphics.h

Search list

[OtherBPprog

Description: BP算法最新C源程序, #include"stdarg.h" #include"stdio.h" #include"stdlib.h" #include"math.h" #include"graphics.h" #include"conio.h" #define IN 4 /*输入层的神经元个数*/ #define HID 13 /*隐含层的神经元个数*/ #define MOD 594 /*学习样本个数*/ #define OUT 1 /*输出层的神经元个数*/-BP algorithm latest C source,# include "stdarg.h"# include "stdio.h"# include "stdlib.h"# include "math.h"# include "graphics.h"# include "conio.h"# define IN 4/* input layer neurons number* /# define HID 13/* hidden layer neuron number* /# define MOD 594/* Number of samples* /# define OUT 1/* output layer neurons number* /
Platform: | Size: 3072 | Author: 陈光华 | Hits:

[GDI-Bitmapsoucecode

Description: graphics.h,graphics.cpp 简单的绘图库文件 方便操作-graphics.h, graphics.cpp simple graphics libraries operational
Platform: | Size: 3072 | Author: 徐力 | Hits:

[3D GraphicC_graph_h

Description: 用C编写的图象生成程序,调用“graphics.h” 非成漂亮,大家可以借鉴,来自浙江大学-C generated images prepared by the procedure, called "graphics.h" non-pretty, We can borrow from Zhejiang University
Platform: | Size: 48128 | Author: 苏步青 | Hits:

[OtherPDF

Description: 计算机图形学原理及算法教程+源码(PDF) 图形学宝贵资料,对于初学者有极大意义 附带源代码,省了大量编程时间-Computer Graphics Principle and Algorithm Tutorial+ Source (PDF) Graphics valuable information for beginners has a great significance attached to the source code, save a lot of programming time
Platform: | Size: 15922176 | Author: rl | Hits:

[Data structsc

Description: #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*树元素的类型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各种结点数*/ char le[m],l[m],r[m],ro[m] /*用与存放各种结点*/ typedef struct BiTNode/*定义二叉树*/-# Include
Platform: | Size: 2048 | Author: 全文 | Hits:

[Other Riddle gamesturboC(eluosifangkuai)

Description: 在turboC环境下可以运行的俄罗斯方块程序,调用的graphics.h 不能在VC++里运行-TurboC environment in the Russian box can run a program, call graphics.h should not in VC++ Years running
Platform: | Size: 4096 | Author: 王呈鹏 | Hits:

[Windows DevelopC++yuandaima

Description: #define N 200 #include <graphics.h> #include <stdlib.h> #include <dos.h> #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b
Platform: | Size: 59392 | Author: wuziyang | Hits:

[Picture Viewerwork_referrence

Description: graphics.c V3.0 符合VBE规范的图形图像函数集 需包含VBE.H和VBE.C、graphics.h 特点: 1、支持VBE V1.0至V3.0,软硬件兼容性好 2、支持256色、32K色、64K色、24位16.8M、32位16.8M色模式 3、支持80386 32位增强指令集 4、对核心模块提供与之对等的汇编语言描述 5、最优秀的算法,最快的运行速度 6、提供详细的注释。-graphics.c V3.0 consistent with the VBE norms graphic image function sets required to be included VBE.H and VBE.C, graphics.h characteristics: one, to support the VBE V1.0 to V3.0, the hardware and software compatibility of good 2, in support of 256 color, 32K color, 64K color, 24-bit 16.8M, 32 bit 16.8M color mode 3, 80386 32-bit enhancements to support the instruction set 4, with the core module provides a compilation of such language to describe the 5, the best algorithm, the most fast operating speed 6, with detailed notes.
Platform: | Size: 1408000 | Author: Stan | Hits:

[Graph DrawingGraphics

Description: 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 PS:请用VC6打开程序!程序附有操作指南。-err
Platform: | Size: 152576 | Author: ling | Hits:

[Game ProgramGraphicsTutorial

Description: Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primitive graphics. This tutorial includes info in settting up DevC++ to work with the very basic (and old) Borland s graphics.h and conio.h
Platform: | Size: 106496 | Author: thirdy | Hits:

[GUI Developgraphics_cpp

Description: 用C++语言写的可在Turbo C下编译运行的若干图形函数,调用C的graphics.h里的函数,能实现矩形,椭圆等图形的绘制-Using C++ language written in Turbo C compiler to run under a number of graphics functions, call the graphics.h in the C function, to achieve rectangular, oval, such as graphics rendering
Platform: | Size: 29696 | Author: elvis | Hits:

[3D Graphicd3d9.h

Description: vc++中3D图像编程需要手动添加的头文件,很全面-3D graphics programming need to manually add the header file
Platform: | Size: 1718272 | Author: wakt | Hits:

[Consolegraphics

Description: 在VC下实现turborC中的graphics.h库,可以在VC使用。-In the VC in the graphics.h achieve turborC library, you can use the VC.
Platform: | Size: 73728 | Author: wuliang | Hits:

[Otherc-language-graphics-functions-description

Description: Turbo C提供了非常丰富的图形函数, 所有图形函数的原型均在graphics. h中, 本节主要介绍图形模式的初始化、独立图形程序的建立、基本图形功能、图形窗口以及图形模式下的文本输出等函数。另外, 使用图形函数时要确保有显示器图形驱动程序*BGI, 同时将集成开发环境Options/Linker中的Graphics lib选为on, 只有这样才能保证正确使用图形函数。-Turbo C provides a very rich graphical functions, all the graphics functions of the prototype are in graphics. H in, this section focuses on the initialization of graphics mode, the establishment of an independent graphics program, the basic graphics functions, graphics window, as well as graphics mode text output and other functions. In addition, when using the graphics function is to ensure that display graphics drivers* BGI, while Integrated Development Environment Options/Linker in the Graphics lib voted on, the only way to ensure the proper use of graphics functions.
Platform: | Size: 100352 | Author: | Hits:

[Graph Drawing(graphics.h)

Description: vc绘图库-graphics library by VC
Platform: | Size: 73728 | Author: 流风 | Hits:

[3D Graphic3dCar

Description: Animated 3D Car in Turbo C++ 3.0 - It consist of Lights effect, Sound Effect. Press L for Lights effect and H for Horn.-Animated 3D Car in Turbo C++ 3.0 - It consist of Lights effect, Sound Effect. Press L for Lights effect and H for Horn.
Platform: | Size: 3072 | Author: nishath anjum | Hits:

[VC/MFCVCGraph-V20091123

Description: 让初学者从 Turbo C 2.0(以下简称 TC) 或 Borland C++ 3.1 开始学编程是个不错的建议,只是 TC 的环境实在太老了,复制粘贴都很不方便。有一个 Win-TC,简单用了一下,个人看法:不推荐使用。还不如 TC 好呢,因为它简化了所有调试,而调试是写程序相当重要的一部分。   不少老师直接拿 VC 来讲 C 语言的,因为 VC 的编辑和调试环境都很优秀,并且 VC2008 有适合教学的免费版本。只可惜在 VC 下只能做一些文字性的练习题,想画条直线画个圆都很难,还要注册窗口类、建消息循环等等,初学者会受严重打击的。许多老师让学生在 TC 下绘图,除了学生的兴趣和教学需要外,也是无奈。   还有就是计算机图形学,这门课程的重点是绘图算法,而不是 Windows 编程。所以,许多老师不得不用 TC 教学,因为 Windows 绘图太复杂了,会偏离教学的重点。   所以,我想给初学者一个更好的学习环境,就是 VC 方便的开发平台和 TC 简单的绘图功能,于是就有了这个库。如果您刚开始学 C 语言,或者您是一位教 C 语言的老师,再或者您在教/学计算机图形学,那么这个库一定会让您兴奋的。-use TC graphics.h in VC
Platform: | Size: 228352 | Author: 秦璞 | Hits:

[.netgraphics

Description: graphics.h for dev c-graphics.h for dev c++
Platform: | Size: 4096 | Author: john | Hits:

[Graph Drawinggraphics.h

Description: 在VS中导入该文件可以按TC方法画图,具体方法文档中有描述!-Import the file in VS TC method can be drawing, specific methods are described in the documentation!
Platform: | Size: 8001536 | Author: godfan | Hits:

[Picture Viewergraphics.h

Description: graphics.h library file
Platform: | Size: 4096 | Author: Ashraf | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net