CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - n

搜索资源列表

  1. cffxq

    0下载:
  2. 哈工大(威海)编译原理实验一,词法分析器源代码,仅供大家参考-nlkhkhsad,nad,a,n,jlhadn,n
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:1649
    • 提供者:zeronba
  1. TrickTools

    0下载:
  2. 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:552532
    • 提供者:Jiang
  1. CBuilder-hdd-serial-n

    0下载:
  2. hot get serial number HDD
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-08
    • 文件大小:5032
    • 提供者:acer
  1. FXGPWIN

    0下载:
  2. 三菱N系列的PLC集成开发平台,是个原版的公司的推荐软件-Mitsubish Power Line Communication of N seris stdio
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:681710
    • 提供者:陈静秋
  1. Mesh_voxelisation

    0下载:
  2. Voxelise a closed (ie. watertight) triangular-polygon mesh. The mesh can be in one of several formats: in an STL file in a structure containing the faces and vertices data in three 3xN arrays containing the x,y,z coordinates or in a single Nx3x3 arra
  3. 所属分类:Compiler program

    • 发布日期:2017-11-05
    • 文件大小:132051
    • 提供者:Gwee
  1. final_project

    0下载:
  2. This is a solver for the N-Queens problem.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-04
    • 文件大小:1453
    • 提供者:hellsm0th89
  1. lab4

    0下载:
  2. module counter_modk(clock, reset_n, Q) parameter n = 4 parameter k = 16 input clock, reset_n output [n-1:0] Q reg [n-1:0] Q always @(posedge clock or negedge reset_n) begin if (~reset_n) Q <= d0 else begi
  3. 所属分类:Compiler program

    • 发布日期:2017-11-26
    • 文件大小:1475318
    • 提供者:nghi
  1. rs2daima

    0下载:
  2. 用乘法电路,编码后的码字为非系统码,若采用除法电路,则可得到系统码。 RS码实际上是一种多进制的BCH码,RS(n,k)码可以由m、n和k三个参数来表示,并且码字长度:n=2m-1个码元,信息段:k个码元,监督位:2t=n-k,最小码距:d=2t+1个码元。 -failed to translate
  3. 所属分类:Compiler program

    • 发布日期:2017-12-03
    • 文件大小:7752
    • 提供者:龙骑
  1. minor

    0下载:
  2. Intelligent text parser which helps to identify contextual meaning of the chosen word. Uses brills tagging n word.net online dictionary.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:6657024
    • 提供者:sabri
  1. triangular

    0下载:
  2. making triangular number with c++ using integer #include<stdio.h> int triangular(int a) main() { int x printf("menghitung triangular bilangan\n") printf("masukkan bilangan x= ") scanf(" d",&x) triangular(x)
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:960038
    • 提供者:thongthong
  1. snake

    0下载:
  2. /*--- --- -----编译过程使用的头文件*/ #include<graphics.h> #include<stdlib.h> #include<dos.h> /*-----------------宏定义用到的数量关系(键盘上、下、左、右按键的值)*/ #define N 200 #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:1977
    • 提供者:亮度
  1. HuffmanTree

    0下载:
  2. 该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:6523454
    • 提供者:Peter
  1. CPP

    0下载:
  2. n this section, you will interface with the operating system using DOS commands. For each of the following tasks, list the correct DOS command. Note: While it is not necessary to perform these tasks on a computer, the assignment is structured fo
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5572
    • 提供者:NN
  1. the-polynomial-Editor

    0下载:
  2. 数据结构,多项式编辑器,其基本功能 1. 创建 2. 显示 3. 复制 4. 求和 5. 求差 6. 求值 7. 销毁 8. 清空 9. 修改(①插入新的结点、②删除已有结点、③修改已有结点的系数和指数) 拓展功能(选做): 10. 微分(N阶导数) 11. 不定积分 12. 定积分 13. 乘法和乘方 14. 除法 15. 最大公约式和最小公倍式 16. 多项式的四则运算(如 “(1+2*3)/4”)-Basic func
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:2631
    • 提供者:YLY
  1. PL0Compiler-C

    2下载:
  2. PL/0编译器C++/C版本 1. 测试文件必须是以testin.pl0命名的文件。 2. 成功运行测试程序后,会生成testout.txt的文件,里面包括代码、指令和运行结果。 3、First.cpp--只包含词法语法分析,Error.cpp--加入了出错处理,All.cpp--包含代码生成和解释程序,是完整编译器。-请键入文字或网站地址,或者上传文档。 取消 PL/0 biānyì qì C++/C bǎnběn 1. Cèshì wénjiàn bìxū shì yǐ
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:9954
    • 提供者:夏日星
  1. PL0

    1下载:
  2. pl0拓展文法的编译器,包含实验报告、源码和测试程序。对PL0原编译器进行了以下的扩充:1. 增加以下保留字 else(elsesym), for(forsym),to(tosym),downto(downtosym), return(returnsym),[(lmparen),](rmparen) 2. 增加了以下的运算符: +=(eplus),-=(eminus),++(dplus),--(dminus) 取址运算符&(radsym),指向运算符@(padsym) 3
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:658465
    • 提供者:王浩
  1. n

    0下载:
  2. 网站源码 密码解压包里的官方网址 很不错的 大家下载-Website source code to extract the bag' s official web site is very nice to see you download
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1744764
    • 提供者:武亦染
  1. jisuanqi

    0下载:
  2. (1).本程序是用powerbuilder语言编写的,运行环境是powerbuilder9.0。 (2).本程序能实现基本的四则运算,平方运算,阶乘运算,开方运算,自然对数运算, 求正弦、余弦,N与∏的乘积运,本程序能显示17位整数,超过17位则自动转换成 科学计数法形式,并保留15位小数。 (3).出现计算器页面后点击on/off后方可运行。 (4).本程序提供键盘和按钮输入两种方法。-(1) This procedure is used powerbuilder la
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:335655
    • 提供者: 徐强
  1. n-Queen-using-ICA

    0下载:
  2. SOlved program n-Queen BY ICA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:4916
    • 提供者:hamid
  1. n-arm-bandit

    0下载:
  2. n arm bandit example with reinforcement learning
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5584
    • 提供者:ali
« 12 »
搜珍网 www.dssz.com