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

搜索资源列表

  1. aa

    0下载:
  2. 此论文是基于MFC的OpenGL应用程序开发 ,MFC是一套简化Windows编程的可重用的类库,封装了通用Winsows API和数据结构的类;OpenGL是一个图形硬件的软件接口、三维图形和-This paper is based on MFC, OpenGL application development, MFC is a set of reusable to simplify Windows programming class library, package a common Win
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:232832
    • 提供者:zxl
  1. DesignPatternSampleCode

    0下载:
  2. 23个设计模式示例的代码。设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。-Design Pattern Sample Code
  3. 所属分类:.net

    • 发布日期:2017-05-28
    • 文件大小:10756847
    • 提供者:xiong
  1. OPG_VIEW

    1下载:
  2. 实现了opengl框架的可重用性,与vc结合使用,做后处理效果很好-Opengl framework to achieve the reusability, and vc used in combination, do a very good post-treatment effect
  3. 所属分类:Algorithm

    • 发布日期:2016-08-27
    • 文件大小:2107367
    • 提供者:玉树
  1. maze_pro

    0下载:
  2. 迷宫问题,用了一个类,成功解决普通的迷宫问题,源码代码清晰易懂,方便重用-Maze problems, and use of a class, successful resolution of an ordinary maze of issues, source code is clear and easy to understand, to facilitate reuse
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1042
    • 提供者:zhengjie
  1. Cplusplus

    0下载:
  2. C++代码设计与重用,全面展示了如何用C++编写可重用代码,提高程序员编程效率。-C++ code for the design and reuse, fully demonstrate how to use C++ to write reusable code, to improve the efficiency of programmers programming.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6433197
    • 提供者:唐堂
  1. Vpssap

    1下载:
  2. VPSSAP是一种可视化的电力系统分析软件,它采用Visual C++6.0编写,软件的重用性得到了很大提高,具有易维护和易扩充的特点。良好的图形化可视界面使用户的操作更为方便和直观。该软件为用户提供了一个功能强大的电力系统网络接线图编辑器,通过它可以构成待分析的电网并且可以方便地与各种分析功能进行接口。目前该软件已经具有的分析功能有:电网的潮流计算功能故障分析(包括短路、断线和各种复故障)功能-VPSSAP is a visualization of power system analysis
  3. 所属分类:其他行业

    • 发布日期:2014-01-05
    • 文件大小:2834148
    • 提供者:kevin
  1. p2p

    0下载:
  2. P2P之UDP穿透NAT的原理与实现,最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。 因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。如果这些节点需要访问外部网络,那么基本NAT就负责将这个节点
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:29681
    • 提供者:魏应彬
  1. VcNumber

    0下载:
  2. 用VC实现的数码管效果,是通过计算位置计算出来的。提供简单的接口,可在其他代码中重用。-With the VC to achieve digital control effects are calculated by calculating the location of the. Provides a simple interface, can be reused in other code.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:2132809
    • 提供者:xcx
  1. IOCPNet_Demo_threadpoolmode

    0下载:
  2. 标准的IOCP可重用类,可以轻松加入您的工程式,缩短开发流程。喜欢的朋友下哦。-Standard IOCP reusable class, you can easily add it to your project type, to shorten the development process. Oh, like a friend the next.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:33163
    • 提供者:王顺
  1. IpQQRay

    0下载:
  2. 重用代码.Win32.C++: 获取ip地理信息,使用DNS解析域名,使用QQRay.dat解析地理信息, 请使用ShowIP.exe程序获取QQRay.dat最新版。-Reuse of code. Win32.C++: Get ip geographic information, use the DNS domain name resolution, use QQRay.dat analysis of geographical information, please use the lat
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:502493
    • 提供者:Bill
  1. MVCDemo

    0下载:
  2. 按我理解,这就是所说的三层架构了。 File工程负责最底层的文件操作 FileProtocol工程负责具体的流程及协议,将相关数据返回给界面层 UI工程就是具体的界面层了,他只负责显示具体的数据,不负责软件的工作流程。 File, FileProtocol这两个工程都是DLL,注意看一下FileProtocol的工程依赖及附加包含目录。还要再看一下UI工程的工程依赖及附加包含目录。在这里,三个工程,项目解决方案是在同级目录下,通过一个解决方案去包含三个工程。这样做的好处在于,工程
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:314246
    • 提供者:chinaeping
  1. libcomm

    0下载:
  2. socket 通信封装的一套api,可以重用,减少socket编程工作量-socket communications package, a set of api, can be reused, reducing the workload of socket programming
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:28531
    • 提供者:张三
  1. DeviceApplication1

    0下载:
  2. 设计可以闪烁的文字和图形,自定义的控件,具有可重用性-Design can be flashing text and graphics, custom controls, with reusable
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:88794
    • 提供者:luyanmei
  1. LPC2148-Example

    0下载:
  2. LPC2148开发板,所有设备驱动例程。程序格式非常规整,非常有学习和重用价值。-LPC2148 development board, all the device driver routines. Program format is very structured, very value of learning and reuse.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-12
    • 文件大小:2741183
    • 提供者:高明
  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 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com