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

搜索资源列表

  1. c++5

    0下载:
  2. 在设计良好的面向对象系统中,为了压缩其对象内部的空间,仅留两个函数用于对象的拷贝:一般称为拷贝构造函数(copy constructor)和拷贝赋值运算符(copy assignment operator)。我们将它们统称为拷贝函数(copying functions)。如果需要,编译器会生成拷贝函数,而且阐明了编译器生成的版本正象你所期望的:它们拷贝被拷贝对象的全部数据。 -in a well-designed object-oriented systems, in order to r
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:mahongmeitt
  1. 3

    0下载:
  2. 表达式解析源代码 对于包含有函数sin、cos、tan、cot、sqrt、asin、acos、atan、log,和运算符+(加)、-(减)、*(乘)、/(除)与^(幂次)的字符串进行解析。可以解析出变量名,由用户赋值然后求表达式的值。 -Parsing the source code for the expression contains a function, sin, cos, tan, cot, sqrt, asin, acos, atan, log, and operators
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:45.32kb
    • 提供者:how
  1. ShouCiShiYingSuanFa

    1下载:
  2. 内存分派算法——首次适应算法及其实验报告设计-Memory assignment algorithm- the first report of adaptation algorithm and its experimental design
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:2.23kb
    • 提供者:fan
  1. assignment2

    0下载:
  2. 用C实现一个UNIX终端来管理文件目录结构-implement a simple UNIX OS terminal to manage directory structures.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:18.84kb
    • 提供者:zy
  1. dynamic_TDMA_slot_assignment_in_ad_hoc_network

    0下载:
  2. 本协议名叫动态TDMA时隙分配协议,使用在移动无线自组织网协议的实现-dynamic tdma slot assignment in ad hoc network
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:88.49kb
    • 提供者:chenalex
  1. array

    0下载:
  2. 对二维数组进行赋值,这个方法很有启发性的,我都看了好几遍了。希望对大家有用-To carry out the assignment of two-dimensional array, this method is very enlightening, I have read quite a few times a. We hope to be useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:564byte
    • 提供者:hudongyuan
  1. C

    0下载:
  2. 声明三维点POINT类,重载运算符“+”“-“ ”=”,实现三维点的加减和赋值-POINT-type three-dimensional point statement, operator overloading "+" "-" " =" , the realization of three-dimensional point of addition and subtraction and assignment
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:5.24kb
    • 提供者:x
  1. NC-Assignment

    0下载:
  2. Gauss_seidel , Jacobi , Gauss and Jacobi combined solution in C/C-Gauss_seidel , Jacobi , Gauss and Jacobi combined solution in C/C++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:9.1kb
    • 提供者:Mohitmca
  1. KMO(n^3)(HDU2853)

    0下载:
  2. KM算法O(n^3)的代码实现。给出的是哈尔滨赛区C题(HDU 2853)的源码-the code of KM algorithm with the complexity O(n^3). It provides a solution to the problem 2853 in HDU online judge.
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:958byte
    • 提供者:况凯旋
  1. assignment

    0下载:
  2. this is prims implementation in c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:155.02kb
    • 提供者:amol
  1. C-ASSIGNMENT

    0下载:
  2. 链表结构体的使用例子~这个是我大一C语言的期末作业吧~啃完了数据结构后的成果~-····
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1.84kb
    • 提供者:Eric
  1. SSA.tar

    0下载:
  2. program to convert three address code to static single assignment ... in c++ compiled with gcc 4
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:69.5kb
    • 提供者:stane
  1. assignment-3

    0下载:
  2. my C++ assignment about big number cla-my C++ assignment about big number class
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:28.47kb
    • 提供者:dai gia
  1. C-ASSIGNMENT

    0下载:
  2. 链表结构体的使用例子~这个是我大一C语言的期末作业吧~啃完了数据结构后的成果~-····
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1.88kb
    • 提供者:shan0894284
  1. C#

    0下载:
  2. 客户给了一证件模板格式,要求将系统中的数据按照格式导出到一个Word文件中,一条记录为一页,对换到下一页纠结了很久,终于捣鼓出来了。思路是拷贝模板文件,读取模板文件中的表格,选择表格进行复制,对第一页的表格进行赋值,赋值完后转到下一页进行黏贴,再对表格进行赋值。(The customer gives a certificate template format, request the data of the system in accordance with the format into a
  3. 所属分类:C#编程

    • 发布日期:2017-12-24
    • 文件大小:1kb
    • 提供者:阿拉磊
  1. MISRA-C-2004_工业标准的C编程规范_中文版

    0下载:
  2. 规则都是针对的是C语言本身缺陷或容易被误解的点,如:自动变量如果不初始化就使用会出现随机值、不同类型数据赋值容易出现的隐式转换;没有包含诸如注释、变量名、编码格式等统一编程风格的内容。(The rules are for the C language itself is defective or misunderstood, such as: if you do not use the automatic variable initialization will appear random va
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:404kb
    • 提供者:David Huang
  1. assignment

    0下载:
  2. 初学c++时的作业,一个简单的战舰游戏,应该不算难懂,可以作为初学的参考。(An assignment of a C++ beginner, a simple battleship game. It shouldn't be difficult to understand, and it may be able to use as a reference.)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:2kb
    • 提供者:lin1260
  1. c++实验

    0下载:
  2. 定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar) 类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。观察虚函数的作用。对实验二中的people类重载“==”运算符和“=”运算符,“==”运算符判断两个people类对象的id属性是否相等;“=”运算符实现people类对象的赋值操作。(Define a car (vehicle) base class, w
  3. 所属分类:

    • 发布日期:2018-01-05
    • 文件大小:22kb
    • 提供者:空城绝曦
  1. ass4.c

    0下载:
  2. In this assignment we will implement a "guessing" program. Our program will select a secret number from 1 to 100 and we will try to guess that number. To implement our program we will use IPC. The CHILD process is the one that selects
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1kb
    • 提供者:abacd
  1. LMS MAJOR ASSIGNMENT

    0下载:
  2. library management system using c++ object oriented programming
  3. 所属分类:

    • 发布日期:2018-01-09
    • 文件大小:2kb
    • 提供者:yasir123
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com