CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 重用

搜索资源列表

  1. AccessADO

    0下载:
  2. vc6下实现数据库调用例子。本例详细的说明了ADO调用office 2003 ACCESS的方法。代码简单易用可重用性和移植性强。数据库文件TestAccess.mdb的密码是“123”。同时例子还美化了界面。
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-27
    • 文件大小:170498
    • 提供者:立方
  1. MYCGifBtnDemo

    0下载:
  2. 参考网上的资料,很全且能实现按钮的动态变换,只需重用这个类就可以把gif动画置于按钮上-Refer to online information, it is full and can achieve the dynamic change button, simply reuse of this class can be placed on the button to gif animation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:83966
    • 提供者:云海
  1. 3wei

    0下载:
  2. 虚拟战场中存在着车辆、武器装备等大量的实体模型,这些模型是战场环境仿真的重要组成部分。为更加有效地管理 和重用这些模型-Exists in the virtual battlefield vehicles, weapons and equipment such as a large number of physical models, these models are simulated battlefield environment an important part. To more e
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-16
    • 文件大小:321281
    • 提供者:b181
  1. DblList

    0下载:
  2. 数据结构(清华第2版)中,可重用的双向链表类-Data structure (Tsinghua 2nd edition), the reusable doublelinked list Class
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:14401
    • 提供者:廖伟
  1. LinkedList

    0下载:
  2. 数据结构(清华第2版)中,可重用的单链表类-Data structure (Tsinghua 2nd edition), you can reuse a linked list Class
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:71457
    • 提供者:廖伟
  1. SeqList

    0下载:
  2. 数据结构(清华第2版)中,可重用的顺序表类-Data structure (Tsinghua 2nd edition), the order of reusable table class
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:83963
    • 提供者:廖伟
  1. StaticList

    0下载:
  2. 数据结构(清华第2版)中,可重用的静态链表类-Data structure (Tsinghua 2nd edition), the reusable static linked list Class
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:14737
    • 提供者:廖伟
  1. BinaryTree

    0下载:
  2. 数据结构(清华第2版)中,可重用的二叉树类-Data structure (Tsinghua 2nd edition), the reusable binary tree class
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:88702
    • 提供者:廖伟
  1. HuffmanTree

    0下载:
  2. 数据结构(清华第2版)中,可重用哈夫曼树类-Data structure (Tsinghua 2nd edition), you can reuse the Huffman tree class
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:16922
    • 提供者:廖伟
  1. MinHeap

    0下载:
  2. 数据结构(清华第2版)中,可重用的最小堆类-Data structure (Tsinghua 2nd edition), the minimum heap reusable classes
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:70946
    • 提供者:廖伟
  1. Tree

    0下载:
  2. 数据结构(清华第2版)中,可重用的树类,并实现对树的基本操作-Data structure (Tsinghua 2nd edition), the reusable tree class, and implement the basic operation of the tree
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:19166
    • 提供者:廖伟
  1. DLL

    0下载:
  2. DLL(Dynamic Link Library,动态链接库)是微软公司为Windows和OS/2操作系统设计一种供应用程序在运行时调用的共享函数库。DLL是应用程序的一种扩展,也是软件共享和重用的传统方法。-DLL (Dynamic Link Library, Dynamic Link Library) is a Microsoft for Windows and OS/2 operating system, to design a supply of running with the pro
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:268350
    • 提供者:GJ
  1. handheld

    0下载:
  2. 带键盘存储数据和LCD显示的手持控制设备。主芯片为NXP的LPC2136,在ARM CodeWarrior 中开发的。源程序中上层业务代码被去掉了。这里的都是可重用的驱动。包括了12232液晶显示的驱动,存储AD45DB161的驱动,键盘驱动,键盘字母数字输入,串口与定时器驱动等。-Stored data with a keyboard and LCD display of the hand-held control equipment. The main chip NXP' s LPC2
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:17294
    • 提供者:ansern
  1. MFCxolorPickBtn

    0下载:
  2. 近来要在程序中添加一个颜色拾取的按钮,经过摸索找到一种比较简单的办法,并且很方便重用-Recently added to the program pick a color button, after groping to find a relatively simple approach, and easy reuse of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:56991
    • 提供者:郭郭
  1. Texture

    0下载:
  2. 一个使用OpenGL实现的处理纹理的例子代码,可以重用-A texture using the OpenGL implementation example of the processing code, you can reuse
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:2400
    • 提供者:wudefu
  1. ColorFuse

    0下载:
  2. 一个使用OpenGL实现的颜色融合的例子,方法可以重用-An OpenGL implementation using the example of color fusion, methods can be reused
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1036
    • 提供者:wudefu
  1. ShowLists

    0下载:
  2. 一个使用OpenGL编写的显示列表例子,方法可以重用-Prepared using the OpenGL display a list of examples of ways to reuse
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:796
    • 提供者:wudefu
  1. ARM

    0下载:
  2. 嵌入式系统通常是以具体应用为中心,以处理器为核心且面向实际应用的软 硬件系统,其硬件是整个嵌入式系统运行的基础和平台,提供了软件运行所需的 物理平台和通信接口;而嵌入式系统的软件一般包括操作系统和应用软件,它们 是整个系统的控制核心,提供人机交互的信息等。所以,嵌入式系统的开发通常 包括硬件和软件两部分的开发,硬件部分主要包括选择合适的MCU或者 SOC 器件、存储器类型、通讯接口及I/O、电源及其他的辅助设备等;软件部分主要 涉及OS porting和应用程序的开发等,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-24
    • 文件大小:851457
    • 提供者:yanghong
  1. SmallStructYYKJ

    0下载:
  2. 框架(Framework)是整个或部分系统的可重用设计,表现为一组抽象构件及构件实例间交互的方法 另一种定义认为,框架是可被应用开发者定制的应用骨架。前者是从应用方面而后者是从目的方面给出的定义。 -Framework (Framework) is the whole or part of the system reusable design expressed as a set of abstract components and component interactions among in
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:56510
    • 提供者:fuyjtx
  1. orthographic

    0下载:
  2. 运载火箭性能计算一体化优化设计系统在运载火箭方案论证设计阶段中有着重要的应用价值。本 文在面向对象方法学的指导下,建立了运载火箭性能计算一体化优化设计软件系统的对象模型、动态模型以及功 能模型,划分了系统的组成模块,利用$42,/& <3,=4 >?) 和@0045A!))) 开发实现了该软件系统。对象技术的应用使得 系统具有良好的通用性。该软件系统可以完成不同型号运载火箭和不同优化设计性能要求的仿真优化计算,软件 具有较好的稳定性、可重用性和可维护性。-Launch
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4201406
    • 提供者:江伟
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 25 »
搜珍网 www.dssz.com