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

搜索资源列表

  1. StudentSrc

    0下载:
  2. STL模板在系统编程中的应用.上面用实例的方法使用模板和单键实例方法实现了程序的编写,这样能够使程序更加严谨,更易于维护-STL template in-system programming applications. Above examples of ways to use templates and examples of methods to achieve a one-click process to prepare, this will enable more rigorous, m
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:85035
    • 提供者:wbb21230
  1. MyMembFunc

    0下载:
  2. 在《C++ Templates: The Complete Guide》一书中(以下简称书),提出了模板元编程最早的实际应用之一:在数值运算中进行解循环优化。 而本文的标题是噱头!本文的真正目的是指出这种优化措施在增加复杂性的同时,并不一定能明显改善效率。应当谨慎使用该技术——默认不使用该技术,在点积计算确实是效率瓶颈时考虑采用该技术,并认真测试该技术是否真能提高效率。 -In C++ Templates: The Complete Guide , a book (hereinafte
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:6152
    • 提供者:李金冰
  1. LPC2200

    1下载:
  2. LPC2200工程模板,加载到ADS1.2就可以直接编程-LPC2200 project templates can be loaded into ADS1.2 direct programming
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:345970
    • 提供者:郭晓强
  1. STLGuide

    0下载:
  2. 标准模板类的简明入门手册,共25页简明扼要的阐述STL编程方法-Standard template classes concise manual entry, a total of 25 clear and concise on the STL programming method
  3. 所属分类:STL

    • 发布日期:2017-04-04
    • 文件大小:273283
    • 提供者:马顺利
  1. CppTemplates

    0下载:
  2. C++ 模板元编程 模板是最强大功能的C++,但它们往往被忽略,误解和滥用.-C++ Template template meta-programming is the most powerful features of the C++, But they are too often neglected, misunderstanding and abuse.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:742919
    • 提供者:周顺
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-29
    • 文件大小:1991623
    • 提供者:郭东
  1. GA

    0下载:
  2. 这是一个用VB实现遗传算法的模板,大家可以根据自己编程的实际需要定义相应的参数-This is a realization of genetic algorithm using VB template, you can program according to their own definition of the actual needs of the corresponding parameters
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:6478
    • 提供者:程俊仁
  1. FTPClient_demo

    1下载:
  2. 该FTP采用标准的FTP cmd,实现登录,上传,下载文件,对于需要跟踪底层消息处理的非常有帮助,并且稍加改动就可以移植到Windows Mobile,我们目前的产品一直在使用,非常的稳定,代码采用C/C++ 和 模板来编写,结构清晰,可读性强,对于socket编程来说也是很好的学习代码-The FTP standard FTP cmd, the realization of the registry, upload, download files, the need for follow-up
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3739655
    • 提供者:frankli
  1. CodeSmithUsersGuide

    0下载:
  2. codesmith user s guide,codesmith是一个基于模板的代码生成器,包括的编程语言有c,c++, fortran, java,sql-codesmith user s guide,
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5334743
    • 提供者:zhouwen
  1. NumberRecognitionSystem

    0下载:
  2. 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能。-In this paper, and design implementation of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:349484
    • 提供者:kongchao
  1. THMFC2ATL

    0下载:
  2. 关键词 COM组件 接口 生命周期 C++类 ATL组件类 C++基类 ATL模板基类 继承 摘要 在组件化编程的时代,如何复用历史累积的大量没有组件特性的C++类?本文从工程的角度对这一问题进行探讨,利用现有组件技术,提出了一套将C++类平滑过渡到COM组件的完整解决方案。 -Keywords: COM component interface life-cycle C++ type ATL component class C++ base class ATL template
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-24
    • 文件大小:67350
    • 提供者:zengyubo
  1. ListClrtest

    0下载:
  2. 模板代码 实现UDP发送接收以及作为服务器网络编程等重要功能-Template code to send UDP server to receive network programming, as well as other important functions
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:25960
    • 提供者:jinni
  1. calender

    0下载:
  2. 一个Java写的日历记事本。具有强大的日志记录功能,是JavaSe初学者学习事件编程以及GUI设计的一个好的模板。-Write a Java calendar Notepad. Logging has powerful features, is JavaSe events for beginners to learn programming and GUI design a good template.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:35772
    • 提供者:星散
  1. templateSuperSite

    0下载:
  2. php模板,Wiki反整合SuperSite模板,使用php编程的人可以参考-php template, Wiki template SuperSite anti-integration, the use of php programming can reference,
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:80373
    • 提供者:蓝也门
  1. views

    0下载:
  2. python编程示例,用django模板开发web应用程序-develop programming with python language
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1042
    • 提供者:chenzhen
  1. aa

    0下载:
  2. vc数据库实用编程100例使用ATL模板创建EDB客户程序,送给正在编程路上跋涉的朋友…-vc database of 100 cases of practical programming using ATL templates to create EDB client, to the programming on the road journey is a friend ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2073673
    • 提供者:
  1. bb

    0下载:
  2. (使用ATL模板创建OLE DB客户程序,送给正在编程路上跋涉的朋友们-(ATL template used to create OLE DB client Programming is on the road journey to the friends ... ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:56232
    • 提供者:
  1. CTemplateLibrary

    0下载:
  2. c/c++库函数,拥有大量模板,代码生成,以及编程模式-SQUAT/CTL is a platform independant macro template library for C/C++. It provides container, template, serialization and code generation patterns for the C/C++ language family based on C preprocessor macros.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:760986
    • 提供者:杨天
  1. ccppreference

    0下载:
  2. 方便的C/C++编程帮助文档,有各个函数说明和C++模板库的使用-Convenient C/C++ programming to help document, explain the various functions and C++ template library for the use of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:161963
    • 提供者:mail
  1. Beyond_STL_cn

    0下载:
  2. Boost的介绍 因为你正在读这本书,我希望你至少对Boost库有一点熟悉,或者你至少听说过Boost。 Boost里有很多库,只有很少一些是你不感兴趣的。可以肯定你会在里面找到马上就要用的库。Boost库覆盖了广泛的领域,从数学库到智能指针,从模板元编程库到预处理器库,从线程到lambda表达式,等等。所有Boost库都具有宽松的许可证,确保库可以被自由使用于商用软件。支持通过新闻组实现,那是Boost社区最具活力的地方,而且至少有一家公司专门提供与Boost相关的咨询服务。对于Boost
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:345068
    • 提供者:zhaoyg
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 27 »
搜珍网 www.dssz.com