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

搜索资源列表

  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. 2

    0下载:
  2. 设计一个类模板,用于对数组进行排序、查找、求元素和,并以整数数组和实数组进行编程测试。-The design of a class template, used to sort the array, find, and elements and, and an integer array and is programmed to test the array.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1094
    • 提供者:fanxiu
  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-01
    • 文件大小:742919
    • 提供者:周顺
  1. views

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

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

    0下载:
  2. 模板、操作符重载实现一个集合类。主要是简单地体现面向对象编程在c++中的实现,以及c++中模板类和操作符的使用。-Templates, operator overloading to implement a collection class.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1275
    • 提供者:江城
  1. stl

    0下载:
  2. STL编程,学习标准模板库的重要资料和编程实例,值得C/C++程序员学习-STL programming, Standard Template Library to learn important information and programming examples, it is C/C++ programmers to learn
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-12
    • 文件大小:19617659
    • 提供者:yunfei_lei
  1. LabVIEW-Matlab-Mixed-Programming-

    2下载:
  2. 针对LabVIEW在数值分析和处理方面的不足,提出了实现LabVIEW与Matlab混合编程的几种方法。通过LabVIEW专有程序接口调用Matlab,LabVIEW设计用户图像界面,负责数据采集 Matlab在后台提供大型算法供LabVIEW调用,其程序的调用方法,可使用Matlabscr ipt节点或ActiveX函数模板。-According to the defect of LabVIEW in complex numerical analysis and processing,seve
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:270078
    • 提供者:jack
  1. Calculator

    0下载:
  2. 用VC6.0写的简易计算器,写了一个栈模板类,分别存储运算数和运算符,界面与处理分离,对栈的理解和学习有帮助,同时也对MFC编程初级入门者有很好的帮助作用-Write a simple calculator with VC6.0, write a template class stack, respectively, the number of storage operations and operators, separation of interface and handling of th
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:44961
    • 提供者:Nick
  1. chuankoutongxin

    0下载:
  2. labview的VISA串口通信的模板,可进行各种串口通信上位机编程-LabVIEW VISA serial communication template to the host computer programming for a variety of serial communication
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:36232
    • 提供者:liuyuan
  1. qiboV7.0

    0下载:
  2. 功能完善的网站模板,对于想要建网站而又对编程毫无了解的朋友来说,还是比较合适的-Functional site templates, you want to build a website but for programming no understanding friends, it is quite appropriate
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:3080
    • 提供者:徐明超
  1. CommonFunctions

    0下载:
  2. C++编程中可能用到的一些基本的公共函数,涉及stl模板操作,字符串操作-C++ programming may be used in some of the basic public functions involving stl template operations , string manipulation , file manipulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:4442
    • 提供者:文川
  1. GENMAIN

    0下载:
  2. 一个很经典的遗传算法程序,用MATLAB编程,可以作为模板来用。-A classic genetic algorithm using MATLAB programming, can be used as a template to use.
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:2985
    • 提供者:zou
  1. ARX-Template

    0下载:
  2. ObjectARX 编程模板(VC6适用各AutoCAD版本)-ObjectARX programming template
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:56985
    • 提供者:ryuhin
  1. BinaryTree-and-BinaryMap

    0下载:
  2. 二叉树和基于二叉树实现的map,接口同std::map但有所简化,适合作为模板编程学习的参考资料-Binary and implemented based on binary tree map, interface with std :: map but somewhat simplified, suitable as a reference template programming learning
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:3595
    • 提供者:giveumyname
  1. f4工程模板iar

    0下载:
  2. 硬件编程STM32F4IAR工程模板, 内含STM32F4官方固件库(Hardware coding in STM32F4, IAR project template)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:3644416
    • 提供者:kuang1
  1. xie

    0下载:
  2. 能够接收客户端通过网络的端口接收数据,提供一个超级好用的模板。(receiver the data from network by port)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:152576
    • 提供者:信仰108879
  1. Java网络程序设计实践-实践报告模板

    0下载:
  2. Java网络编程,实验模板,聊天室案例,基于多线程网络编程(Java network programming, experimental template, chat room case, based on multi thread network programming)
  3. 所属分类:其他

  1. C++模板元编程

    0下载:
  2. C++ 模板编程, C++ 自动生成代码,非常巧妙的技巧,在有些领域很好用。(C++ meta template programming)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:25187328
    • 提供者:aoutman
  1. EDEM离散元软件凝聚力接触模型API编程模版

    5下载:
  2. edem编程模板,用于离散元的一些简单模板,从网上下载,可能刚接触的可以试试。(edem software, which may useful for the learner who start to study the)
  3. 所属分类:其他

    • 发布日期:2019-03-20
    • 文件大小:9216
    • 提供者:小桥流水123
  1. 外卖商城

    1下载:
  2. 微信小程序的外卖商城模板,具有商城功能,需要使用微信开发工具来编程(The take-out mall template of the Wechat applet has the function of the mall. It needs to be programmed with the development tool of Wechat.)
  3. 所属分类:其他

    • 发布日期:2020-03-06
    • 文件大小:633856
    • 提供者:libin54705470
« 12 »
搜珍网 www.dssz.com