搜索资源列表
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
NEWSTYLEButton
- Button 的新介面, 可以繼承,很漂亮-the new interface can be inherited, and very pretty
WireHibernateTransactionsInSpringSrc
- This application allows a new order to be created and a way to lookup existing orders. The interface is basic and straight forward to use. Notice what happens when exceptions arise when you try to access orders that do not exist. Watch the conso
加家按钮
- 仿WindowsXP的一款超酷按钮,外观仿WindowsXP按钮,功能及作用与VB6.0按钮无二 注册后直接加载入工具箱中,与标准空间使用方法相同。-imitation of the new WindowsXP cool buttons, fake WindowsXP button appearance, functions and role with VB6.0 button directly after 3924 registered increases included toolbox
OwnDrawButton
- 一、用ClassWizard生成一个新类,名字假设起为CMyButton,基类选为CButton; 二、在新类中用ClassWizard添加函数:PreSubclassWindow()、DrawItem()、OnMouseMove()、OnLButtonDown()、OnLButtonUp();-one with ClassWizard generate a new category, the names of hypotheses for CMyButton, elected CBu
用VC++制作AVI动画按钮
- 用VC++编写的一款avi动画按钮,对于学习VC++的初学者有帮助。-VC avi prepared by the new animated buttons, for beginners to learn the VC help.
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
过程的应用
- 1. 引言 MicroSoft公司推出的新一代可视化程序设计语言VB5.0以其功能强大和简单易学而深受广大程序设计人员的喜爱,人们用它开发出了许多绚丽多彩的应用程序,可以这样说,VB5.0将成为最流行的可视化程序设计语言. 笔者在学习和使用VB5.0的过程中编制了一个实用的鼠标绘图程序,现提供给大家,以供大家参考. 2. 程序主要功能 本绘图程序的模块结构图如下所示: 鼠标绘图程序: -1. INTRODUCTION MicroSoft company introd
startmenuxp4
- 控件编程,一款XP风格的菜单.元代码-control programming, new XP-style menu. Yuan code! !
button_yt
- 内有源代码,在.net下新建工程即可看到效果了,大家共同探讨!-active within the code, the. Net under new construction can see results, we can jointly explore!
实现图片放大缩小旋转
- 在一些看图软件中,通常有对图像动态放大和缩小的功能。这是如何实现的呢?我们通过研究,在VB中实现了这种功能,具体方法如下。 进入VB,新建一工程,在窗体Form1上添加如下控件:一个图像框控件Image1,三个命令按钮Command1,Command2,Command3,其Caption性分别设置为“放大”、“缩小”、“打开”,再加入一个通用对话框控件CommonDialog1,用于选择要打开的文件。-in some flashcards software, the images
xpMenu XP效果 菜单
- DELPHI盒子 2003新版 地址 http://www.2ccc.com 论坛 http://bbs.2ccc.com DELPHI代码,作品,文档,控件发布。 2003-06-1-DELPHI new address http : / / www.2ccc.com Forum http : / / bbs.2ccc.com DELPHI code works, documentation, control release. 2003-06-1
计算器33423
- 自己写的计算器,功能比较强大,新版本即将推出!-himself wrote the calculator, more powerful features, the new version soon!
xxks
- 星星快手 千年的一款* 喜欢千年的兄弟一定很喜欢得到她 下了就知道好用-stars of the new millennium fast external like the Millennium brothers like to be certain she had known handy
85
- the new Visual chapter what you want -the new Visual chapter what you want
dynamic_splitter&cursor
- 新的问题出现了:对于一般的最大最小搜索,即使每一步只有很少的下法,搜索位置的数目也会随着搜索深度呈级数级增长。在大多数的中局棋形中,每步平均有十种下法,假设电脑搜索九步(程序术语称为搜索深度为九),就要搜索十亿个位置(十的九次方),这样极大地限制了电脑的棋力:我们总不能忍受电脑棋手一年才下一步棋。减少搜索结点的最简单的方法是减小搜索深度,但这大大影响了电脑棋手的棋力。是否有办法在不减小搜索深度的前提下将需要搜索的结点减小一些?幸运的是,可以证明,程序不需要考虑所有的位置而找到最佳点,于是人们采
gk
- 新的问题出现了:对于一般的最大最小搜索,即使每一步只有很少的下法,搜索位置的数目也会随着搜索深度呈级数级增长。在大多数的中局棋形中,每步平均有十种下法,假设电脑搜索九步(程序术语称为搜索深度为九),就要搜索十亿个位置(十的九次方),这样极大地限制了电脑的棋力:我们总不能忍受电脑棋手一年才下一步棋。减少搜索结点的最简单的方法是减小搜索深度-new problem has arisen : the biggest smallest general search, even if only a sm
huitu805
- 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete 虽然已经弄出来了,还是希望大家好好读读源程序-on VC and windows gr
justin
- 我自己编的小程序,C++的,希望大家支持新人,多提意见-my own series of small programs, C, I hope, we support new criticism
CMyListCtrl-new
- 可以编辑的listctrl空间,用户可以根据自己的需要,添加新的控件-Can edit the listctrl space, the user can according to their own needs, adding new controls