CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - edit
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - edit - List
[
GDI-Bitmap
]
ImagePro(魔镜)
DL : 0
这是一个由bcb编写的图象编辑代码(GDI)-This is an image edit program written by bcb.
Date
: 2008-10-13
Size
: 2.38mb
User
:
zaza
[
GDI-Bitmap
]
gisbook
DL : 1
这是一个绘图工具,可以画直线,等多种图形,还可以选中,编辑-This is a tool for painting . You can use it to draw all kinds of figures including lines. You can also select and edit them .
Date
: 2008-10-13
Size
: 174.21kb
User
:
梁超
[
GDI-Bitmap
]
TerrainEdtPainterV1bSource
DL : 0
Terrain Edit Tool To load a terrain you need to use the .ox3 look the sample in [TerrainLoad] folder. But you have two chose with the texture you can add a glmateriallib to your form and load the saved texture manualy with your setting. Or you can add a glmateriallib to your form and load the [YourTerrainfile]_.mat with the lib and set the Material.libname to Terrain . [YourTerrainfile].ox3 [Terrain Mesh]//User file [YourTerrainfile].ox3_.mat [Terrain Material Save]//User file [YourTerrainfile].ox3_.dat [Terrain Save/Load info]//Editor file [YourTerrainfile].ox3_.jpg [Terrain Texture]//Editor file and User file [YourTerrainfile].ox3_Detail_.jpg [Terrain Detail map]//Editor file and User file Plz don t delete or move file in this folder it have some path name saved. Or if you like to delete your terrain delete all file with the same name in but you lose your terrain.
Date
: 2008-10-13
Size
: 1.71mb
User
:
王維
[
GDI-Bitmap
]
CAD文件读取程序
DL : 1
不错的AUTOCAD文件读取程序(VC源码+DEMO),对需要在其他程序中读取/编辑AUTOCAD文档具有很好的借鉴作用。-good AUTOCAD document reader (VC + source DEMO), the need in other proceedings to read / edit AutoCAD files with a good reference.
Date
: 2008-10-13
Size
: 260.34kb
User
:
ouyh
[
GDI-Bitmap
]
TreeDiagrams
DL : 0
这是一个树形图表控件,可以用于显示XML文档的数据结构。 On tree diagrams and XML A control to edit tree structures is described with an emphasis on its XML capabilities and the underlying layout algorithms.-This a tree chart control can be used to display XML data structure. On tree diagrams and XML A control to edit tree structures is described with an emphasis on its XML capabilities and the underlying layout algorithms.
Date
: 2008-10-13
Size
: 432.29kb
User
:
成东
[
GDI-Bitmap
]
graph2d_src
DL : 0
CGraphView is a class that provides multiplot 2D data visualization. It is capable of simultaneous drawing for up to 32 2D plots. CGraphView class is derived from CView MFC class and could be used as base class for different kinds of 2D data plot views. Features supported: -Autoscale -Zooming -Fit width, height and page -Mouse coordinates tracing -Interactive add, remove and edit points -Ability to add and display interactively up to 15000 points per second (depends on the speed of the computer) 作者为Paul Barvinko
Date
: 2008-10-13
Size
: 68.66kb
User
:
salin
[
GDI-Bitmap
]
CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp
DL : 0
Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf(). The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT. As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a project.
Date
: 2008-10-13
Size
: 200.92kb
User
:
李峥
[
GDI-Bitmap
]
CreditsScrollerDemo
DL : 0
通过内存DC来平滑的显示多行滚动的字幕,可以控制背景的颜色,字体的大小,滚动的速度-through memory DC to smooth the show rolling over the subtitles will be able to control the background color, font size, the speed rolling
Date
: 2025-12-24
Size
: 21kb
User
:
[
GDI-Bitmap
]
ImagePro(魔镜)
DL : 0
这是一个由bcb编写的图象编辑代码(GDI)-This is an image edit program written by bcb.
Date
: 2025-12-24
Size
: 2.38mb
User
:
zaza
[
GDI-Bitmap
]
gisbook
DL : 0
这是一个绘图工具,可以画直线,等多种图形,还可以选中,编辑-This is a tool for painting . You can use it to draw all kinds of figures including lines. You can also select and edit them .
Date
: 2025-12-24
Size
: 174kb
User
:
梁超
[
GDI-Bitmap
]
TerrainEdtPainterV1bSource
DL : 0
Terrain Edit Tool To load a terrain you need to use the .ox3 look the sample in [TerrainLoad] folder. But you have two chose with the texture you can add a glmateriallib to your form and load the saved texture manualy with your setting. Or you can add a glmateriallib to your form and load the [YourTerrainfile]_.mat with the lib and set the Material.libname to Terrain . [YourTerrainfile].ox3 [Terrain Mesh]//User file [YourTerrainfile].ox3_.mat [Terrain Material Save]//User file [YourTerrainfile].ox3_.dat [Terrain Save/Load info]//Editor file [YourTerrainfile].ox3_.jpg [Terrain Texture]//Editor file and User file [YourTerrainfile].ox3_Detail_.jpg [Terrain Detail map]//Editor file and User file Plz don t delete or move file in this folder it have some path name saved. Or if you like to delete your terrain delete all file with the same name in but you lose your terrain.
Date
: 2025-12-24
Size
: 1.71mb
User
:
王維
[
GDI-Bitmap
]
CAD文件读取程序
DL : 1
不错的AUTOCAD文件读取程序(VC源码+DEMO),对需要在其他程序中读取/编辑AUTOCAD文档具有很好的借鉴作用。-good AUTOCAD document reader (VC+ source DEMO), the need in other proceedings to read/edit AutoCAD files with a good reference.
Date
: 2025-12-24
Size
: 260kb
User
:
ouyh
[
GDI-Bitmap
]
TreeDiagrams
DL : 0
这是一个树形图表控件,可以用于显示XML文档的数据结构。 On tree diagrams and XML A control to edit tree structures is described with an emphasis on its XML capabilities and the underlying layout algorithms.-This a tree chart control can be used to display XML data structure. On tree diagrams and XML A control to edit tree structures is described with an emphasis on its XML capabilities and the underlying layout algorithms.
Date
: 2025-12-24
Size
: 432kb
User
:
成东
[
GDI-Bitmap
]
java3478
DL : 0
一个功能简单的图形编辑器 一个功能简单的图形编辑器-a function of a simple graphical editor f unction of a simple graphics editor
Date
: 2025-12-24
Size
: 2kb
User
:
rich
[
GDI-Bitmap
]
VC++GDI
DL : 0
本程序处理256色的图像,编辑,加式等其它特效.-This procedure deal with 256 color images, edit, add special effects, and other style.
Date
: 2025-12-24
Size
: 4.46mb
User
:
徐凌云
[
GDI-Bitmap
]
Painter
DL : 0
一个简单的绘图板程序,实现画图功能,编辑图片功能-A simple drawing board procedures, the realization of drawing functions, edit picture function
Date
: 2025-12-24
Size
: 78kb
User
:
gz208
[
GDI-Bitmap
]
MosaicView
DL : 0
本程序实现了图片的马赛克效应,主要通过使用"编辑"->"马赛克"菜单命令,将图片以若干的小块方式渐渐显示出来,直到整张图片显示出来。-This procedure achieved a picture of the mosaic effect, mainly through the use of the Edit -> mosaic menu command, the picture of the small number of ways to show up gradually, until the entire picture is displayed.
Date
: 2025-12-24
Size
: 205kb
User
:
吴文滔
[
GDI-Bitmap
]
QGIS
DL : 0
自己写的CAD系统,实现了简单的图元添加、编辑功能。对于想学图形开发的朋友会有一定的帮助。-Write their own CAD system to realize a simple graphic element to add, edit function. I wanted to learn about graphics development friends will help.
Date
: 2025-12-24
Size
: 15.49mb
User
:
祁强
[
GDI-Bitmap
]
graph2d_src
DL : 0
CGraphView is a class that provides multiplot 2D data visualization. It is capable of simultaneous drawing for up to 32 2D plots. CGraphView class is derived from CView MFC class and could be used as base class for different kinds of 2D data plot views. Features supported: -Autoscale -Zooming -Fit width, height and page -Mouse coordinates tracing -Interactive add, remove and edit points -Ability to add and display interactively up to 15000 points per second (depends on the speed of the computer) 作者为Paul Barvinko -CGraphView is a class that provides multiplot 2D data visualization. It is capable of simultaneous drawing for up to 32 2D plots.CGraphView class is derived from CView MFC class and could be used as base class for different kinds of 2D data plot views. Features supported :-Autoscale-Zooming-Fit width, height and page-Mouse coordinates tracing-Interactive add, remove and edit points-Ability to add and display interactively up to 15000 points per second (depends on the speed of the computer) The author is Paul Barvinko
Date
: 2025-12-24
Size
: 68kb
User
:
salin
[
GDI-Bitmap
]
CodeGuruEssentialDifferencebetweenCONSOLEandGUIApp
DL : 0
Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain(). First of all, we need to allocate a console with AllocConsole() secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf() and scanf(). The second project demonstrates how to create a window in main(). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle(), and then I called CreateWindow with the predefined class name EDIT. As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a project. -Environment: VC6 Win2K/NT/98 This sample describes the difference between CONSOLE and GUI applications with 20 lines of code. There are 2 small projects in this sample. The first project shows how to create a console in WinMain (). First of all , we need to allocate a console with AllocConsole () secondly, we in turn retrieve the operating system handle (GetStdHandle), run-time handle (_open_osfhandle), stream (_fdopen) and standard stream (stdout) finally, we can call functions like printf () and scanf (). The second project demonstrates how to create a window in main (). I created an edit box in a separate thread, so that you can control this window from the console. I retrieved the module handle through GetModuleHandle (), and then I called CreateWindow with the predefined class name EDIT. As you can see, there is not much essential difference between console and GUI applications, even though VC requires us to indicate the type of the application when you create a project.
Date
: 2025-12-24
Size
: 201kb
User
:
李峥
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.