搜索资源列表
ZHG-bmp-maker
- 本软件(ZHG制图工具)由ZHG用C/C++开发,可用来进行简单画图、查看由本软件制作的图形文件以及使用配套函数show_bmp在C语言程序中直接使用已画好的图形。具体操作如下: 1.主界面上方为菜单栏,左边为工具栏。要使用请单击“新建”或“打开”按钮,退出可单击右上角椭圆。 2.进入后,可单击工具栏选择画笔、规则图形及颜色。左击图形库,画实线图,右击可画虚线图。在编辑区中,用左键拖动鼠标为画笔画图,右键拖动可画规则图形。(建议下载到D盘,并先阅读说明文件。) -the software
PointTest
- 电路画板,主要的 功能是实现了电路板的绘制,并能够在C++源码上实现-circuit slate, the main function is to achieve a circuit board mapping, and to the C + + source code to achieve
spreadsheet
- linux下的电子表格处理软件,主要应用QT3.0的C++类库开发-under linux electronic forms processing software, the main application QT3.0 C + + class library development
cartographic
- 本程序是用C编写的数字地图制图实习的源程序,主要实现四个功能:绘制晕线,晕线填充,绘制土堤以及绘制点状符号-this process is the preparation of the C Digital Cartography internship program, the four main functions : Drawing halo lines, Halo filled with earth berms and the mapping of drawing point symbols
fire
- 在DOS下的画图程序,模拟了动态的火焰.对于欣赏没有任何作用.对初学C语言图形编程的人来说,是个不错的参考请将程序中的main()函数中的 initgraph(&gdriver,&gmode,\"e:\\\\TC\") 函数中的\"e:\\\\TC\" 更改为你的TC安装目录。
CAD-biaozhu.rar
- 本程序是用Visual Lisp集成开发,打包的软件。其主要功能是标注尺寸修改(快速写出上下偏差,Ф,度,标主型式等);属性块;编辑属性定义;文字编辑,形位公差等,对于机械设计的朋友很有用。有好东西大家一起分享,资料来自创达科技 陈仲库 AUTOCAD 的好助手,This procedure is integrated with Visual Lisp development, packaged software. Its main function is to mark the size La
wy
- 一个类似于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, undo and redo functionality.
WINTC-GUI
- WINTC GUI,模仿WINTC界面。文本模式下的GUI设计时,主要要用到这些库函数:textcolor() 用于设置打印文本的前景色,textbackground() 用于设置打印文本的背景色。gettext() 用于保存文本窗口的内容,puttext() 显示文本;利用这两个函数,就可以实现文本窗口的保存与恢复。比如,在每次显示菜单,之前先把,菜单将要覆盖的文本窗口内容用gettext() 保存到内存中,然后显示菜单,在退出菜单时使用puttext() 把覆盖的文本内容还原,刚进入GUI程
gpath
- cad制图,方便制图,可以在一个图形范围内,简易控制图形输入 - Function C:GPath is the main program function and defines the AutoCAD GPATH command. (defun C:GPath () Ask the user for input: first for path location and direction, then for path parameters. C
login
- linux下的c语言代码,调用linux的Ncurses图形库,实现用户登录界面,tab键实现焦点转移,输入帐号admin 密码123456则提示登录成功,linux下 make clean;make编译,./main执行-linux c language code, call the Ncurses linux graphics library that implements the user login screen, tab key to shift the focus to achiev
framebuffer
- liunux下的framebuffer的使用,提供了绘图的封装函数,可以再main.c中改变使用,进行二次开发。-Use the framebuffer liunux under drawing package provides functions that can be changed main.c used for secondary development.
Nieuw-Rich-Text-document
- #include<graphics.h> #include<conio.h> main() { int gd = DETECT,gm,left=100,top=100,right=200,bottom=200,x= 300,y=150,radius=50 initgraph(&gd, &gm, C:\\TC\\BGI ) rectangle(left, top, right, bottom) circle(
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。
