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

搜索资源列表

  1. fenris

    0下载:
  2. Fenris是一个检测并把高层次的语言结构做成文档的多功能故障检测器、调试器、代码分析工具。它能回复符号,把程序执行流绘成图,检查内部运行情况,恢复符号表,并处理反调试保护。它有一个命令行接口和一个类似SoftICE的GUI与Web前端-Fenris is a detection and high-level language structure made of multifunctional document fault detection, debugging, code analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.16mb
    • 提供者:张光强
  1. 旅行商问题源代码-带有图形功能

    3下载:
  2. 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条 从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。 VC 旅行商问题源代码-带有图形功能.-a salesman to a number of cities to sell commodities, the known distance between cities (or travel). He selected a departure from the resident, a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:276.89kb
    • 提供者:绍生
  1. dictionary-code

    0下载:
  2. 一个字典的c小程序,基于命令行界面,可以添加,查找,删除单词。-a small dictionary c procedures, command-line interface can be added, locate, delete the word.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.79kb
    • 提供者:风雷
  1. CountLine

    0下载:
  2. 一个用来统计程序源文件中代码行数的小工具.使用VC++编写-a statistical procedures used to document the source code line number of small tools. Preparation of VC
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:35.95kb
    • 提供者:梁我我
  1. word.rar

    0下载:
  2. Java语言词法分析器的设计与实现 其中具体要求: 1.使用DFA实现词法分析器的设计; 2.实现对Java源程序中注释的过滤; 3.利用两对半缓冲区从文件中逐一读取单词; 4.词法分析结果属性字流存放在独立文件[文件名:scanner_output]中; 5.统计源程序每行单词的个数和整个源文件单词个数; 6.具有报告词法错误和出错位置(源程序行号和该行字符)的功能; ,Lexical analyzer Java language design and implementati
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2.12mb
    • 提供者:wangyonghui
  1. Source

    0下载:
  2. 一个自己写的Hadoop MapReduce实例源码,网上看到不少网友在学习MapReduce编程,但是除了wordcount范例外实例比较少,故上传自己的一个。包含完整实例源码,编译配置文件,测试数据,可执行jar文件,执行脚本及操作步骤。学习完此例子后,你能掌握MapReduce基础编程,及如何编译Java文件,打包jar文件,编写shell执行脚本等。后续学习还可以参看本人的CSDN博客,如有问题也可以在线为你解答,不过本人也学习Hadoop不足一年,现学现卖而已,也可能力不能及,有些难的
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:95.46kb
    • 提供者:shallowgrave
  1. jianpansshibie

    0下载:
  2. 4×4矩阵键盘识别处理,键盘处理程序的任务是:确定有无键按下,判断哪一个键按下,键的功能是什么;还要消除按键在闭合或断开时的抖动。两个并行口中,一个输出扫描码,使按键逐行动态接地,另一个并行口输入按键状态,由行扫描值和回馈信号共同形成键编码而识别按键,通过软件查表,查出该键的功能。 -4 × 4 matrix keyboard recognition processing, the keyboard handler task is: to determine whether
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:940byte
    • 提供者:傅强
  1. youdianmatlabVc

    0下载:
  2. 人民邮电版图像处理源码,车牌识别,数字识别系统源代码,路线识别(机器人视觉),形态学处理,数字识别,字母识别,边缘检测,图像分割-Posts And Telecommunications News source version of image processing, license plate recognition, digital identification system source code, line identification (robot vision), morpholog
  3. 所属分类:source in ebook

    • 发布日期:2017-05-21
    • 文件大小:6.3mb
    • 提供者:杨山
  1. java-scanner

    3下载:
  2. 用C语言(或 C++ )作为宿主语言完成: Java语言词法分析器的设计和实现 其中具体要求: 1. 使用DFA实现词法分析器的设计; 2. 实现对Java源程序中注释的过滤; 3. 利用两对半缓冲区从文件中逐一读取单词; 4. 词法分析结果属性字流存放在独立文件(文件名:scanner_output)中; 5. 统计源程序每行单词的个数和整个源文件单词个数; 6. 具有报告词法错误和出错位置(源程序行号和该行字符)的功能; -Using C language
  3. 所属分类:Compiler program

    • 发布日期:2016-03-15
    • 文件大小:4.8kb
    • 提供者:kjs
  1. 5

    0下载:
  2. 这是一个自动选择播放音乐的汇编程序,第一次做但是是原创,绝对,里面通过参考网上代码做了大量的优化,曲谱也是自己写的。-This is an automatically select compilation of music program, for the first time to do but it is original, absolute, which by reference to the code line has done a lot of optimization, and sc
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1.38kb
    • 提供者:44bing
  1. codeCountTools

    0下载:
  2. 多种常用开发语言(java,c++,.net,js等)代码统计小工具 包含存代码行,注释,空行等统计 -Multiple common development languages (java, c++,. Net, js etc.) code statistical small tool contains deposit code line, annotation, blank lines other statistical
  3. 所属分类:MPI

    • 发布日期:2017-06-19
    • 文件大小:28.05mb
    • 提供者:zhao
  1. SpeechRecognition_DTW

    0下载:
  2. Speech Recognition Using DTW This is a English/Persian 0~9 digit and some primary English/Persian command recognition system which use Dynamic Time Warping (DTW). Code is developed in MATLAB 6.5 and can used in Windows platform. Program has two
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:593.33kb
    • 提供者:Aso
  1. Line-Follower

    0下载:
  2. line follower robot code
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-03
    • 文件大小:656byte
    • 提供者:sagz
  1. line-detection

    0下载:
  2. 直线检测的代码,非常好用,对棋盘格图像的直线检测清晰准确。-Line detection code is very easy to use, straight-line detection of checkerboard images clearly and accurately.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-07
    • 文件大小:2.34mb
    • 提供者:王琳
  1. code-n-data

    1下载:
  2. 书籍《鲜活的数据-数据可视化指南》的源码,在本书中,根据数据可视化的工作流程,先后介绍了如何获取数据,将数据格式化,用可视化工具(如R)生成图表,以及在图形编辑软件(如Illustrator)中修改以使图表达到最佳效果。本书介绍了数十种方法(如柱形图、饼图、折线图和散点图等),以创造性的视觉方式生动讲述了有关数据的故事。-Books "live data- data visualization Guide," the source, in this book, based on data vis
  3. 所属分类:source in ebook

    • 发布日期:2017-05-23
    • 文件大小:7.21mb
    • 提供者:gtdhuer
  1. code

    0下载:
  2. parallel processing matrix. calculated the sum of elements of the column specified by the user at the command line
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1023byte
    • 提供者:Dasha
  1. on-the-line-QQ

    0下载:
  2. 易语言程序 易语言源码模块 取本机上线的QQ号-Easy language program easy language source code modules take the machine on the line QQ
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:2.61kb
    • 提供者:zhang
  1. line-defect-waveguide-PhC

    0下载:
  2. 计算光子晶体 line defect 代码-Calculation of photonic crystal line defect code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1.86kb
    • 提供者:Jonathan Liang
  1. 元胞机说明文档加附带程序

    2下载:
  2. 元胞机原理说明,附带流体实现代码,代码一行一行讲解.(Cellular machine principle descr iption, with fluid realization code, the code line by line explanation)
  3. 所属分类:并行计算

    • 发布日期:2017-12-25
    • 文件大小:227kb
    • 提供者:liuzoo
  1. Line Graph (Word)

    0下载:
  2. labview 报表生成文件代码,word,excel。(Labview statements generated code files, word, excel.)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-29
    • 文件大小:15kb
    • 提供者:lucywfs
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com