Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - main.c
Search - main.c - List
本软件(ZHG制图工具)由ZHG用C/C++开发,可用来进行简单画图、查看由本软件制作的图形文件以及使用配套函数show_bmp在C语言程序中直接使用已画好的图形。具体操作如下: 1.主界面上方为菜单栏,左边为工具栏。要使用请单击“新建”或“打开”按钮,退出可单击右上角椭圆。 2.进入后,可单击工具栏选择画笔、规则图形及颜色。左击图形库,画实线图,右击可画虚线图。在编辑区中,用左键拖动鼠标为画笔画图,右键拖动可画规则图形。(建议下载到D盘,并先阅读说明文件。) -the software (ZHG mapping tool) from ZHG with C/C development, which can be used for simple drawing, View from the software produced by the graphics files and the use of complementary functions in C language show_bmp procedures used directly Painting has good graphics. Specific operations, as follows : 1. The main interface to the top menu bar, as a tool for the left column. To use click "new" or "open" button, can withdraw from the upper right elliptical. 2. After entering, click column selection brush tool, rules and color graphics. Left attack graphics library, painting solid lines map, right click on the dotted line can be painted map. Editing area, and use the mouse to point and drag brush painting, the right-scrolling graphics rules can be painted. (Recommendati
Date : 2025-12-19 Size : 608kb User : ZHG

电路画板,主要的 功能是实现了电路板的绘制,并能够在C++源码上实现-circuit slate, the main function is to achieve a circuit board mapping, and to the C++ source code to achieve
Date : 2025-12-19 Size : 168kb User : 耿世松

linux下的电子表格处理软件,主要应用QT3.0的C++类库开发-under linux electronic forms processing software, the main application QT3.0 C++ class library development
Date : 2025-12-19 Size : 55kb User : greenBoy

本程序是用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
Date : 2025-12-19 Size : 37kb User : 梦飞

此程序为C++Builder程序,主要功能为如何打印图像文件,实用性很强!-This procedure for the C++ Builder program, the main features of how to print image files, are very practical!
Date : 2025-12-19 Size : 308kb User : shen

在DOS下的画图程序,模拟了动态的火焰.对于欣赏没有任何作用.对初学C语言图形编程的人来说,是个不错的参考请将程序中的main()函数中的 initgraph(&gdriver,&gmode,"e:\\TC") 函数中的"e:\\TC" 更改为你的TC安装目录。-In the Paint program under DOS, to simulate the flame dynamics. There is no role for the appreciation. For beginner C graphical programming language of people, be a good procedure, please refer to main () function initgraph (
Date : 2025-12-19 Size : 1kb User : 源泉

这是一个用Visual C++写的一个小程序,主要功能是绘制线,圆的图形软件-This is a Visual C++ Write a small program, the main function is to draw lines, circle graphics software
Date : 2025-12-19 Size : 183kb User : panhai

C#平台下的函数图像绘制程序,主要的函数都已包括在内,附带一个多功能计算器-C# Platform function image drawing program, the main function has been included, with a multi-function calculator
Date : 2025-12-19 Size : 143kb User : 陈佳

用C++实现的基本的图形绘制,主要体现继承的使用-With C++ Realize the basic graphics rendering, the main manifestation of the use of inheritance
Date : 2025-12-19 Size : 1kb User : 陈真

这是是用VC++6.0中的MFC写得一个绘图程序 主要实现用鼠标画直线矩形圆椭圆的一些简单图形。-This is used VC++ 6.0 of the MFC in a drawing program written in the main draw with the mouse straight rectangular round oval of some simple graphics.
Date : 2025-12-19 Size : 1.87mb User : 张颖

VC++与OPENGL编写的一个小的完整的CAD软件,《Visual C++ CAD应用程序开发技术》一书中的主要示列程序,做的很精致,值得学习-VC++ With OPENGL prepared a small complete CAD software, Visual C++ CAD application development technology , a book that set out the main procedures, so very delicate, it is worth learning
Date : 2025-12-19 Size : 440kb User : sun

本程序是用Visual Lisp集成开发,打包的软件。其主要功能是标注尺寸修改(快速写出上下偏差,Ф,度,标主型式等);属性块;编辑属性定义;文字编辑,形位公差等,对于机械设计的朋友很有用。有好东西大家一起分享,资料来自创达科技 陈仲库 AUTOCAD 的好助手-This procedure is integrated with Visual Lisp development, packaged software. Its main function is to mark the size Laws (fast to write upper and lower deviations, Ф, degrees, mark the main type, etc.) attribute block Edit Attribute definition text editor, such as geometric tolerance, mechanical design for a friend very useful. There are good things to share, information science and technology from the creators Tatsu Chen AUTOCAD good library assistant
Date : 2025-12-19 Size : 71kb User : 中国库

DL : 0
一个类似于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. In C++ language.
Date : 2025-12-19 Size : 17.59mb User : lynn

WINTC GUI,模仿WINTC界面。文本模式下的GUI设计时,主要要用到这些库函数:textcolor() 用于设置打印文本的前景色,textbackground() 用于设置打印文本的背景色。gettext() 用于保存文本窗口的内容,puttext() 显示文本;利用这两个函数,就可以实现文本窗口的保存与恢复。比如,在每次显示菜单,之前先把,菜单将要覆盖的文本窗口内容用gettext() 保存到内存中,然后显示菜单,在退出菜单时使用puttext() 把覆盖的文本内容还原,刚进入GUI程序时要对屏幕初始化。在文本窗口显示文本时要textbackground设置为和当前位置的初始化时的一样。需要隐藏一些东西,比如在我的程序中实现隐藏光标时,将textcolor设置为textbackgroud,这样就看不见了。至于在操作的同时执行其他事务,也就是并行的问题,是使用的循环,在循环内各个语句在每次循环时执行一次。我们把循环内的每个语句看作一个事务,由于cpu的高速运转,就实现了并行。程序中的时间显示实际上就是这个原理。在绘制窗口时将用到一些特殊的符号来绘制,使用cprintf(" c",asiic_code) 写程序时,要对整个程序的流程有很清晰的规划。-WINTC the GUI mimic WINTC interface. Text mode, GUI design, the main use of these library functions: textcolor () used to set the print text foreground, textbackground, () used to set the background color of the print text. gettext () used to save the text window, the contents of puttext () display text using these two functions, you can achieve the preservation and restoration of the text window. For example, to display the menu every time, before the first text contents of the window, the menu will be covered with the gettext () saved to memory and then displays the menu, exit the menu puttext () text content coverage reduction, just into the GUI program to initialize the screen. In the text window displays the text you want to textbackground set to the initialization and the current position. Need to hide some things, like my program to hide the cursor, set the textcolor textbackgroud, so that you can not see. As in operation at the same time to perform other transactions, th
Date : 2025-12-19 Size : 4kb User : GoD

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. Continue only if you have valid input. (if (gp:getPointInput) (if (gp:getDialogInput) (progn At this point, you have valid input from the user. Draw the outline, storing the resulting polyline "pointer" in the variable called PolylineName. (setq PolylineName (gp:drawOutline)) (princ "\nThe gp:drawOutline function returned <") (princ PolylineName) (princ ">") (Alert "Congratulations- your program is complete!") ) (princ "\nFunction cancelled.") ) (princ "\nIncomplete information to draw a boundary.") ) (princ) exit quietly ) Display a message to let the user know the command name. (princ "\nType gpath to draw a garden path.") (princ)
Date : 2025-12-19 Size : 1kb User : DWPL

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 achieve, enter the admin password 123456 prompted to log in successfully, linux under the make clean make compilation,./main execution
Date : 2025-12-19 Size : 49kb User : yangkun

liunux下的framebuffer的使用,提供了绘图的封装函数,可以再main.c中改变使用,进行二次开发。-Use the framebuffer liunux under drawing package provides functions that can be changed main.c used for secondary development.
Date : 2025-12-19 Size : 5kb User : 王兰光

#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(x, y, radius) bar(left + 300, top, right + 300, bottom) line(left - 10, top + 150, left + 410, top + 150) ellipse(x, y + 200, 0, 360, 100, 50) outtextxy(left + 100, top + 325, My First C Graphics Program ) getch() closegraph() return 0 }-#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(x, y, radius) bar(left + 300, top, right + 300, bottom) line(left - 10, top + 150, left + 410, top + 150) ellipse(x, y + 200, 0, 360, 100, 50) outtextxy(left + 100, top + 325, My First C Graphics Program ) getch() closegraph() return 0 }
Date : 2025-12-19 Size : 1kb User : leroy
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.