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

搜索资源列表

  1. Expreesion

    1下载:
  2. 一个表达式和一棵二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 【基本要求】 【一】【必做部分】 假设算术表达式Expression内可以含有变量(a-z),常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: (1)ReadExpr(E)――以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 (2)WriteExpr(E)――用带括号的中缀表达式输出表达式E。 (3)Assign(V,c
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-19
    • 文件大小:245kb
    • 提供者:snake
  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. yffx

    0下载:
  2. 语法分析 C2.1 实验目的 编制一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析. C2.2 实验要求 利用C语言编制递归下降分析程序,并对简单语言进行语法分析. C2.2.1待分析的简单语言的语法 用扩充的BNF表示如下: (1)<程序>::=begin<语句串>end (2)<语句串>::=<语句>{ <语句>} (3)<语句>::=<赋值语句>
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:329.39kb
    • 提供者:zhangjuan
  1. proj3_luw4

    0下载:
  2. Simple program using OpenGL, my third project in graphics class. Inheriting the 3D objects I created from assignment 2, this time I have to do translation, scaling, and rotation, also rotation on the arbitrary axis, but it is not done correctly, if y
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:7.31kb
    • 提供者:luke
  1. Copimtion

    0下载:
  2. C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符__ 8 (7)、使用复合赋值表达式__ 8
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10.38kb
    • 提供者:dingchao
  1. Assignment-No-2

    0下载:
  2. it is program in visual C to draw dinosour using file -it is program in visual C to draw dinosour using file ............
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:39.53kb
    • 提供者:sara
  1. C

    0下载:
  2. C语言编程基础: 1、 十六进制表示字节0x5a:二进制为01011010B;0x6E为01101110。 2、 如果将一个16位二进数赋给一个8位的字节变量,则自动截断为低8位,而丢掉高8位。 3、 ++var表示对变量var先增一;var—表示对变量后减一。 4、 x |= 0x0f 表示为 x = x | 0x0f 5、 TMOD = ( TMOD & 0xf0 ) | 0x05 表示给变量TMOD的低四位赋值0x5,而不改变TMOD的高四位。 6、 While(
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:28.61kb
    • 提供者:马家添
  1. dhcpcd-5.2.12

    0下载:
  2. DHCP客户端c++实现,可以模拟dhcp发包,包括协议解析和ip地址分配-DHCP client c++ implementation can be simulated dhcp contract, including protocol analysis and the ip address assignment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:141.46kb
    • 提供者:王华平
  1. assignment-2-all

    0下载:
  2. rubic cube using visual studio c++ and library opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-15
    • 文件大小:3.62mb
    • 提供者:zizozizo
  1. project2

    0下载:
  2. project 2 - C++ - database system - programming assignment
  3. 所属分类:Other Databases

    • 发布日期:2017-04-15
    • 文件大小:8.16kb
    • 提供者:blablapy
  1. 2-1

    0下载:
  2. 作业1:请写一个C函数,若处理器是Big_endian的,则返回0; 若是Little_endian的,则返回1。 • 函数原型:int checkCPU( ) -Assignment 1: Please write a C function, if the processor is Big_endian, it returns 0 if Little_endian 1 is returned. 鈥� The function prototype: int
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:2.37kb
    • 提供者:wangpeng
  1. Recommended-Exercise-2

    0下载:
  2. Descr iption This assignment tests your knowledge of C++ memory management, pointers, and parameter passing. The program contained in wordlist.cpp reads a list of words from a text file, and then displays the words to the console. The program, h
  3. 所属分类:Home Personal application

    • 发布日期:2017-11-04
    • 文件大小:3.73mb
    • 提供者:niceeeee
  1. Assignment

    0下载:
  2. Analyze and simulate the following code lists (code1 and code 2) with the same input signals shown below by presenting POW and OL. If the data type of “a, b, c, d, u, v, w, x, y, z” is declared as std_logic, what changes the simulation outputs will b
  3. 所属分类:Project Design

    • 发布日期:2017-11-11
    • 文件大小:42.24kb
    • 提供者:zhanghu
  1. assignment2

    0下载:
  2. Assignment exircise 2 c++ full version
  3. 所属分类:Console

    • 发布日期:2017-12-03
    • 文件大小:80.97kb
    • 提供者:aidosbashirov
  1. Assignment-2

    0下载:
  2. Lemon Meringue PIe- An assignment for masters students in web programming using HTML and C-Lemon Meringue PIe- An assignment for masters students in web programming using HTML and CSS
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:97.51kb
    • 提供者:Niharik
  1. chuandejibencaozuo

    0下载:
  2. 用堆分配存储表示实现Hstring串类型的最小子集的基础上,实现串抽象数据类型的其余基本操作(不使用C语言本身提供的串函数)。参数合法性检查必须严格。 利用上述基本操作函数构造以下系统:它是一个命令解释程序,循环往复地处理用户键入的每一条命令,直至终止程序的命令为止。命令定义见“题集”P120,实现以下操作:(1)赋值、(2)求长度、(3)求子串、(4)比较、(5)KMP匹配、(6)显示。 -Achieved with heap-allocated storage foundatio
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:252.24kb
    • 提供者:陈天骄
  1. zfcp

    1下载:
  2. (1)用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc( )和回收过程free( )。其中,空闲分区通过空闲分区链来管理:在进行内存分配时,系统优先使用空闲区低端的空间。 (2)假设初始状态下,可用的内存空间为640KB,并有下列的请求序列: • 作业1申请130KB。 • 作业2申请60KB。 • 作业3申请100KB。 • 作业2释放60KB。 • 作业4申请200KB。 • 作
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:1.91kb
    • 提供者:xuzhongya
  1. RSA-Assignment-2.1

    0下载:
  2. RSA algorithm implementation in c# using GUI
  3. 所属分类:CA program

  1. 616191算法作业

    0下载:
  2. 1.二分搜索技术2.最接近点对问题3.矩阵连乘问题4.电路布线5.单源最短路径Dijkstra算法6.最小生成树Prim算法7.最小生成树Kruskal算法C语言写的,全部能运行!(algorithm design assignment)
  3. 所属分类:其他

  1. WindowsFormsApp3

    0下载:
  2. 1、测试赋值工具 2、WINFORM界面(1. test assignment tool 2.WINFORM interface)
  3. 所属分类:C#编程

    • 发布日期:2017-12-23
    • 文件大小:45kb
    • 提供者:ss21
« 12 3 »
搜珍网 www.dssz.com