CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - main.c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Button control
ComboBox
EditBox
TreeView
Static control
PropertySheet
RichEdit
ListView/ListBox
Menu control
ToolBar
StatusBar
Dialog_Window
Other
Tab Control
Search - main.c - List
[
GUI Develop
]
Array.cs
DL : 0
这是一个用c#编写的程序,主要功能是熟练掌握数组的使用-c # prepared using the procedure, the main function is to skillfully master the use of arrays
Date
: 2008-10-13
Size
: 2.47kb
User
:
魏星
[
GUI Develop
]
Windows编程基础--窗体篇
DL : 0
Windows编程基础--窗体篇 现在Windows已经成为世界上使用最广泛的操作系统,这使得学习Windows编程变得十分重要.和学习其他 编程语言一样,我们也从一个最简单的例子开始学习Windows编程.这个例子将建立一个Windows窗体并在窗体中间显示\"HELLO\"字符串(见图1). 1.程序的开始和结束 和C语言中的main()函数一样,Windows程序是从WinMain()函数开始和结束的.WinMain()函数是在WINBASE.H中定义的,其原形如下: int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd ) 其中第一个参数(HINSTANCE hInstance)是程序的实例句柄,这个实例句柄是程序的唯一标识.第二个参数(HINSTANCE hPrevInstance)是用做检查是否有多个程序实例运行,但由于Windows9X和NT(包括更高版本)是32位操作系统,所以这个参数总是NULL.第三个参数(LPSTR lpCmdLine)是一个指向字符串的指针,用来保存运行程序时的命令行参数.第四个参数(int nShowCmd)用来指
Date
: 2008-10-13
Size
: 3.71kb
User
:
地方随
[
GUI Develop
]
Visual C++界面编程技术
DL : 2
《Visual C++界面编程技术》详细介绍了软件界面的编程技术,软件界面虽然不是软件的主要部分但是很重要!-"Visual C programming interface technology" details of the programming interface software technology, software interface software is not the main part but very important!
Date
: 2008-10-13
Size
: 22.89mb
User
:
赵佰秋
[
GUI Develop
]
JtreeSamples
DL : 0
显示一个层次关系分明的一组数据,用树状图表示能给用户一个直观而易用的感觉,JTree类如同Windows的资源管理器的左半部,通过点击可以\"打开\"、\"关闭\"文件夹,展开树状结构的图表数据。JTree也是依据M-V-C的思想来设计的,Jtree的主要功能是把数据按照树状进行显示,其数据来源于其它对象。下面是5个节点的树类程序-JTreeWindows"""", JTree is based on M-V-C thinking to the design, Jtree the main functions of data in accordance with the tree, for example, the data from other objects. Below are the five nodes of the tree types of proceedings
Date
: 2008-10-13
Size
: 143.74kb
User
:
陈永
[
GUI Develop
]
C++Builder6.0
DL : 0
C++ builder 6.0界面实例开发 实例1 界面图案演示 实例2 创建标题栏在左边的窗口界面 实例3 创建超级连接界面 实例4 创建不规则窗口界面 实例 5 创建可扩展对话框界面 实例6 创建NEO Skin 窗口界面 实例7 创建Windows2000 透明窗口界面 实例8 创建自画弹出式菜单界面 实例9 创建自画主菜单界面 实例10 创建自画窗口背景界面-C 6.0 interface builder examples examples of the development of a pictorial interface to create two examples demonstrate heading in the left column while the interface window to create three examples Super Link interface to create four examples of irregular window interface examples 5 creating scalable dialog Example 6 interface to create NEO Skin window interface to create examples 7 transparent window interface of Windows examples of eight self-portraits created pop-up menu interface to create nine examples of self-portraits main menu interface to create examples of 10 self-portraits background window interface
Date
: 2008-10-13
Size
: 303.39kb
User
:
ch
[
GUI Develop
]
shengchanshixi
DL : 0
这是我们软件硬件相结合的一个作业的软件部分,用c来实现对硬件的控制,主要是显示调整时间闹钟-This is our software and hardware combination of a part of the software operation, and c to achieve the right hardware control, main adjustment is shown time clock
Date
: 2008-10-13
Size
: 4.27kb
User
:
陈银桃
[
GUI Develop
]
屏幕取词之Win32test
DL : 1
屏幕取词中使用鼠标钩子,取词钩子来进行取词,最后对取出的文字进行处理,得到()《》<>等中文字的vc程序组中的主工程。- The screen takes in the word to use the mouse clasp, takes the word clasp to carry on takes the word, finally to the writing which takes out carries on processing, obtains ()"" and so on in the Chinese character vc procedure group s main project.
Date
: 2025-12-19
Size
: 31kb
User
:
[
GUI Develop
]
Visual C++界面编程技术
DL : 0
《Visual C++界面编程技术》详细介绍了软件界面的编程技术,软件界面虽然不是软件的主要部分但是很重要!-"Visual C programming interface technology" details of the programming interface software technology, software interface software is not the main part but very important!
Date
: 2025-12-19
Size
: 22.89mb
User
:
赵佰秋
[
GUI Develop
]
OK---SlidingDialog_demo
DL : 0
本功能主要用于个性化界面设计,可以用于隐藏关键对话框,设计出像media player那样的自动隐藏对话框的效果。-the main function for personalized interface design, the key can be used to hide the dialog, designed as did the media player automatically hidden dialog box results.
Date
: 2025-12-19
Size
: 15kb
User
:
王选
[
GUI Develop
]
使软件界面更漂亮
DL : 0
漂亮界面的软件应该有漂亮的菜单,大家对 Windows XP 的开始菜单肯定不陌生吧,那种菜单独具风格。于是去研究了一下,发现其实它并不是真CMenu也不是其派生类,分析其结构发现其主要是两个 ListView、一个ToolBar、一个 Button 组成的。-beautiful interface software should have a beautiful menu, Members of the Windows XP Start menu certainly no stranger to it, the kind of stylized menu. So to some research and found that in fact it is not really CMenu or its derivatives category, their analysis found that the main structure is two ListView, a Toolbar, composed of a Button.
Date
: 2025-12-19
Size
: 81kb
User
:
小晶
[
GUI Develop
]
tuxingxianshi
DL : 0
MFC下动态的显示图形的画法,主要用了 Bresenham算法来画出三角型和圆,程序中还用了Sleep()函数来实现延时。-MFC dynamic display pictures of paint, the main Bresenham algorithm to paint a triangular and round, procedures also spent Sleep () function to achieve latency.
Date
: 2025-12-19
Size
: 40kb
User
:
孙韩
[
GUI Develop
]
dongtaixianshi
DL : 0
这是一款可以以曲线或柱状图的形式实时动态显示数据的控件。 主要特点是:支持显示浮点数、负数,显示数据范围大、可以自定义显示范围也可自动选择范围,还可锁定显示范围。 -This a can of a curve or column in the form of real-time dynamic display of data control. The main features are : support shown float, negative, showing the scope of the data, You can define the scope can also showed automatic choice, but also locked display area.
Date
: 2025-12-19
Size
: 16kb
User
:
mfy
[
GUI Develop
]
C++Builder6.0
DL : 0
C++ builder 6.0界面实例开发 实例1 界面图案演示 实例2 创建标题栏在左边的窗口界面 实例3 创建超级连接界面 实例4 创建不规则窗口界面 实例 5 创建可扩展对话框界面 实例6 创建NEO Skin 窗口界面 实例7 创建Windows2000 透明窗口界面 实例8 创建自画弹出式菜单界面 实例9 创建自画主菜单界面 实例10 创建自画窗口背景界面-C 6.0 interface builder examples examples of the development of a pictorial interface to create two examples demonstrate heading in the left column while the interface window to create three examples Super Link interface to create four examples of irregular window interface examples 5 creating scalable dialog Example 6 interface to create NEO Skin window interface to create examples 7 transparent window interface of Windows examples of eight self-portraits created pop-up menu interface to create nine examples of self-portraits main menu interface to create examples of 10 self-portraits background window interface
Date
: 2025-12-19
Size
: 303kb
User
:
ch
[
GUI Develop
]
machine_optimazation
DL : 0
基于VC++的经典的通用机床主传动系统优化设计-Based on VC++ classic Universal Machine Design Optimization of the main transmission system
Date
: 2025-12-19
Size
: 1.41mb
User
:
罗楷
[
GUI Develop
]
smallprogramofvc++
DL : 1
总结了20个在VC中常用的20个源码程序,主要在窗口绘制上使用,主要有位图菜单项、模式对话框、 限制窗口大小、透明窗、拆分窗口、自动停靠等各种功能-Summed up the 20 commonly used in the VC-source program 20, the main draw of the window to use the main menu item bitmap, mode dialog box to restrict the window size, transparent window, split window, various functions such as automatic call
Date
: 2025-12-19
Size
: 34.11mb
User
:
脉冲信号
[
GUI Develop
]
C++Builder6Interface
DL : 0
c++builder的经典书籍,非常不错,主要讲界面开发的-c++ builder of classic books, very good, the main speaker interface developed
Date
: 2025-12-19
Size
: 303kb
User
:
jackey_gu
[
GUI Develop
]
main
DL : 0
C++ binary tree main用法 請大家測試一下...評議一下-C++ Binary tree main test usage please click ... Review
Date
: 2025-12-19
Size
: 8kb
User
:
Miki
[
GUI Develop
]
skinfeature
DL : 0
这是一个VC++仿QQ、MSN界面控件的Demo源码,窗体很漂亮,不过现在控件是DLL文件,还没有开源,本程序主要是以本控件展开编程,主要演示控件所能实现的界面效果,仅供参考。-This is a VC++ like QQ, MSN' s Demo source code control interface, a very beautiful form, but now control is a DLL file, not open source, this procedure is to start the control program can control the main presentation interface to achieve results, are for reference only.
Date
: 2025-12-19
Size
: 1.83mb
User
:
361
[
GUI Develop
]
C-L
DL : 0
基于VB的数控刀补(圆弧接直线刀补) 伸长、缩短、插入(包括进行和撤销) 主界面、撤销阶段的伸长型、撤销阶段的缩短型、撤销阶段的插入型、 进行阶段的伸长型、进行阶段的缩短型、进行阶段的插入型。-VB-based CNC cutter compensation (arc connected linear cutter compensation) elongation, shortening, insert (and including revocation) The main interface, the revocation of the elongation phase type, stage shortened revocation, cancellation stage insertion type, The stages are elongated type, the stages are shortened, the stages are inserted type.
Date
: 2025-12-19
Size
: 5kb
User
:
何强
[
GUI Develop
]
《Visual C++MFC编程实例》完整书签版
DL : 0
Visual C++MFC编程实例,主要内容包括:1、MFC基础知识,2、用户界面实例,3、内部处理实例,4、打包实例。(Visual C++MFC programming examples, the main content includes: 1, MFC basic knowledge, 2, user interface instances, 3, internal processing instances, 4, packaging instances.)
Date
: 2025-12-19
Size
: 24.14mb
User
:
工控路漫漫
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.