搜索资源列表
ick
- 前 言 2000年上半年,Inprise公司(原Borland公司)推出了C++Builder的最新版本:C++Builder 5。C++Builder 5继承了以前版本的优点,并在此基础上增添了许多新的功能,比如... 图书类别:C++ Builder 图书格式:PDF 授权方式:免费版 C++ Builder核心编程技术 2005-1-12 640 ·C++Builder核心编程技术 图书类别:C++ Builder 图书格式:WDL 授权方式:免费版 跨越C++BUILDER3.0 20
clrBtn
- 在Visual C++中编程,缺省情况下按钮只能是灰色,难道不能是彩色?这在多媒体软件中非常重要。答案是肯定的。本程序引入一个新类CColorButton用于解决这个问题-in Visual C programming, default button will be gray, should not be color? This multimedia software is very important. The answer is yes. This program will introduc
Cleiziwanghuafen
- 根据给定的C类IP地址和子网掩码中1的位数,编程求出相应的广播地址和子网范围,-according to the Class C IP address and subnet mask had one of the median Programming obtained corresponding broadcast address and subnet,
BrushDemo
- C++实现的界面编程,关于VC++6.0编译工具的花刷的使用,-C + + programming interface on VC + +6.0 compiler tools Brush spent the use,
LINKBTN
- 本程序说明,如何实现超链接按钮。来源:Visual C++程序设计技巧与实例。-This program shows that how to realize the hyperlink button. Source: Visual c++ programming skills and examples.
HistogramControl_demo
- 本软件采用很好的脂肪土空间,c++编程,效率很高-The software is very good fat soil space, c++ Programming, high efficiency
C++biancheng200lizi
- C++基础编程200个例子很好啊,都来下载吧-C++ The basis of 200 examples of good programming ah, have to download it
Ex_Research
- 普通调查界面,实用、简介、美观……运用Visual C++编程-General survey interface, useful, brief, beautiful ... ... the use of Visual C++ Programming
bashumawentiqiujie
- 八数码求解 通过C++编程实现 源码 加报告-Eight digital solving through C++ Programming source added the report
anjian
- The c programming language buttons
CButtonST
- 在C++编程中,还在为枯燥无色彩的按钮烦恼?这里提供了一个很炫的按钮代码。-In C++ programming, is still boring with no color for the button trouble? Here is a fancy button code.
XunLei7NewButton
- 迅雷7动态图标模拟C#代码 - 使用C#编程,使用新的简单的思路来实现动态按钮的特效。-Thunder 7 C# code to simulate the dynamic icons- using C# programming, using the new simple ideas to achieve the dynamic button effects.
ROUNDBTN
- 本例说明,如何实现原型按钮。来源:Visual C++程序设计技巧与实例。-This example shows that how to realize the prototype button. Source: Visual c++ programming skills and examples.
UNCLICKABLEBUTTON
- 本例,实现一个点击不到的按钮。很经典的例子。来源:Visual C++程序设计技巧与实例。-In this case, realize a click on the button is less than. It was a classic example. Source: Visual c++ programming skills and examples.
AddBitmapToStatus
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!-VC6.0 the C++ MFC programming, what to see packaged name you understand!
AddProgressToStatus
- VC6.0 C MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!-VC6.0 the C++ MFC programming, what to see packaged name you understand!
DownwardButton
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的! -VC6.0 the C++ MFC programming, what to see packaged name you understand!
C-Sharp-interface-programming
- 实现C#界面编程控件大小随着窗体的改变而改变的代码-C# interface programming controls the size of the code change with the change of the form
hongwaijieshouyuanli
- 红外接收原理的C程序,在单片机上编程实现-C program, of the principle of the infrared receiver in the microcontroller programming
TestCalculatorDemo
- visual c++的mfc编程。简易计算器。可以实现基本功能。 特别说明:1,数字键的都调用PutIntoNum(int n),向当前操作数中追加数字并显示 2,定义了 enum eum_signl 用来存放点击的运算符类型, 点击操作符时调用 RunOperation(enum eum_signl e_signl) 进行运算并显示 3,等号和百分号的实现 定义了 eum_signl en_LastSignl 存放上次的运算符,然后在等号、百分号中调用 Run