搜索资源列表
How to Create a Full-Colored CListCtrl
- How use VC to Create a Full-Colored CListCtrl
Create Motion Icon
- 20040916_1554_创建动画图标-20040916_1554_ create animation icon
html._v-create
- JAVA 网页控件 v-create-JAVA web controls v-create
How To Create A Working Thread
- How To Create A Working Thread
Create ChangeBallColor
- Create an application ChangeBallColor that displays a panel. This panel will contain two buttons (one for red and one for blue). It will also display a filled in circle. When the user clicks on a button, the circle should change to that color. So
AnotherPDFLib0.4.zip
- PDF文件格式解析库源代码,实现对PDF格式的几种操作,This project is intended to achive all the capbilities specified in PDF 1.6 Reference, and provide tools to create, read, manipulate PDF files.
WinCE_BootLoader_develop.rar
- 介绍了WinCE系统下BootLoader的开发基本过程 CE并不是一个通用的安装版操作系统,在形形色色的嵌入式硬件设备世界里, 一款CE系统通常只会针对某一种硬件平台生成。所以,作为原始设备生产商,必须根据自己的硬件平台和应用场合定制CE,最主要的工作就是编写适合于自己的板级支持包(BSP)。在BSP中,包含了一个重要的组成部分——BootLoader。创建一未功能完善的BootLoader,是开发WinCE系统的第一步,也是极为关键的一步。本文将结合开发实例,介绍如何开发适合于自己硬件的B
dynamically-create-view
- 本实例将实现在对话框中创建一个滚动视图,实例的运行界面见源码部分。-In the dialog box to create a scroll view
delphi_TFrame_test
- delphi中的TFrame类使用方法示例 这个类,我们称之为TFrame框架组件,使程序开发人员能够可视化的设置一组组件,之后系统中对它进行重用。 TFrame框架有两个主要的好处: 第一、TFrame框架可大幅减少需要存储在工程中的资源量。 第二、TFrame框架允许你可视化的创建能复制和扩展的对象。 对可视化窗体继承允许你很简单的创建由继承得来的窗体。每一个框架保持它与父TFrame的关系,即对父类的改变将自动被实例继承。虽然你可以用TPanel组件达到同样的
CSharp-create-woRD
- C#生成WORD代码实现,这个用着还不错,你可以尝试一下-C# Create WORD
Flash_File_Format_SWF_SDK
- 创建swf的sdk,可以通过编程接口直接生成swf文件。-create swf use visual c++
keil_lib
- 在单片机keil编辑其中如何创建自己的函数库。方便以后自己调用-Keil edit one single chip, to create their own library
create-point
- Arcengine 二次开发创建点对象,包括沿线创建,角平分线创建,构造角度距离法,构造角度交点法,构造偏移点发,构造偏转角度法,构造平行线上点法,后方交会定点法等-Arcengine secondary development to create point objects, including along the creation, angle bisectors to create, construct point distance, point of intersection const
unsharp
- Unsharpen an image - used to sharpen an image. Sharpening emphasizes texture and detail, and is critical when post-processing most digital images. An unsharp mask cannot create additional detail, but it can greatly enhance the appearance of d
CREATE-DB_AND_TABLE
- ADO创建ACCESS数据库的表,一般用ADOX创建数据库,然后再用ADO创建数据库的表。初学者必备例程。-ADO to create ACCESS database table, the general use ADOX to create the database, and then use ADO to create a database table. Essential routine for beginners.
SQL-CREATE-DATABASE
- SQL 创建数据库 CREATE DATABASE studb CREATE TABLE Stud insert into Stud(Sno,Sname,Ssex,Sdept,Sage)values( 0001 , Jim , M , IS ,19)-SQL CREATE DATABASE CREATE DATABASE studb CREATE TABLE Stud insert into Stud(Sno,Sname,Ssex,Sdept,Sage)values( 00
create-table
- delphi+sql 动态创建数据表,仿制sql server样式-delphi+ sql dynamically create a data table, copy sql server style
How-to-create-raster-dataset
- 讲述如何通过ArcEngine创建一个RasterDataset,附详细源码-About how to create a ArcEngine RasterDataset, with detailed source
Create-trigger
- 建立触发器,删除触发器,以及文字说明!还有SQL语言编写的源代码!-Create trigger, delete trigger
Principle-and-create-a-thread-pool
- 线程池原理及创建C++实现,有代码讲解适合初学者-Principle and create a thread pool in C++ for beginners