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

搜索资源列表

  1. diguixiajiang

    0下载:
  2. 递归下降的基本思想: 为每一个非终结符构造一个子程序,每一个子程序的过程体中按该产生式的候选项分情况展开,遇到终结符直接匹配,而遇到非终结符就调用相应非终结符的子程序。该分析从调用文法开始符号的子程序开始,直到所有非终结符都展开为终结符并得到匹配为止。若分析过程中达到这一步则表明分析成功,否则表明输入中有语法错误。递归下降分析对文法的限制是不能有公共左因子和左递归。由于文法是递归定义的,因此子程序也是递归的,被称为递归下降子程序。 -The basic idea of recursiv
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:1456
    • 提供者:WM
  1. ehlib5

    0下载:
  2. DBgrid 增强:支持多表头,多固定列,按表头排序,支持合计列,并支持直接打印. 可以和PB的DataWindow媲美,吐血推荐. -DBgrid Enhanced: support for multi-header, multi-fixed columns, according to the table header to sort, support total columns, and supports direct printing. PB' s DataWindow can
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1291849
    • 提供者:刘海滨
  1. daocheleida

    1下载:
  2. 已经投入使用的很完整的倒车雷达的方案,里面包括很详细的原理图和绝对完整的原代码,完全可以直接编译使用。希望对从事倒车雷达开发的朋友有帮助。-Has been put into use very complete reversing radar program, which includes a very detailed schematic and absolute integrity of the original code is entirely possible to use direct
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:72601
    • 提供者:朱志超
  1. 5080309330_6

    0下载:
  2.  该序列存储在一组连续的空间(数组)中,各个元素之间具有先后关系,按照此关系各个元素呈现出一条线状的序列,如a1,a2,a3,…,an-1, an。  该序列中除第一个元素(称首元素)外,每个元素有且仅有一个直接前驱元素;  除最后一个元素(称尾元素)外,每个元素有且仅有一个直接后继元素。 - The sequence is stored in a group of contiguous space (an array)
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:9300
    • 提供者:huangguanchen
  1. sort

    0下载:
  2. 直接插入排序、希尔排序、起泡排序、快速排序-Direct insertion sort, Shell sort, bubble sort, quick sort
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2128
    • 提供者:renhaixiang
  1. HIBERNATE_BIJI[1]

    0下载:
  2. 查找以manager作为tag标记,属性中存在name且属性值为"DBConnectionManager"的// XML节点, 并返回此节点的DOM Element对象-THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRA
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-31
    • 文件大小:13612
    • 提供者:sdafsda
  1. interruptsEnglish

    0下载:
  2. 在mips中,当IO中断发生时,接口寄存器(地址直接映射),状态寄存器的使用情况-The mips, when the IO interrupt occurs, the use of the interface register (address direct-mapped) and the state register
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:35639
    • 提供者:huixue
  1. pmpse

    0下载:
  2. 直接法功率谱分析代码,数字信号处理领域常用-Direct power spectrum analysis code, and digital signal processing used
  3. 所属分类:source in ebook

    • 发布日期:2017-03-31
    • 文件大小:1425
    • 提供者:wangxianfu
  1. jiaoxuehuibian

    0下载:
  2. 这是我帮我同学做的课程设计。 下面我写上这次设计的需求分析: [问题描述] 大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学 期,每学期的时间长度和学分上限值均相等,每个专业开设的课程都是确定的,而且课程在 开设时间的安排必须满足先修关系。每门课程有哪些先修课程是确定的,可以有任意多门, 也可以没有。每门课恰好占一个学期。试在这样的前提下设计一个教学计划编制程序。 [基本要求] (1)输入参数包括:学期总数,一学期的学分上限,每门课
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:726499
    • 提供者:viking
  1. patition

    0下载:
  2. 利用直接选择排序与快速排序结合的排序算法 效率很高 BCB编写 界面清晰易懂-The use of direct selection sort with the Quicksort sorting algorithm is highly effective combination of BCB to prepare clear and easy to understand interface
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:351707
    • 提供者:邓长友
  1. ASK_Shell

    0下载:
  2. Tiny_Shell 0.1 (普通版本)By Anskya 某天精神好了一点的时候写的,使用KOL+删除多余资源+清除PE重定位表+FSG压缩体积只有3k. 感谢那些提供Code和教程的GG and JJ们~~ ^_^~部分代码直接翻译C的shell Tiny_Shell.dpr 工程时最简单的shell采用匿名单管道设计,本来打算不用管道直接写的,但是怕连目录都无法显示所以还是用了单管道,有个BUG-很明显的那种-就是,输入命令看不见但是可以运行,有兴趣自己改成双管道就可以
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:19012
    • 提供者:dangyujia
  1. googlemap

    0下载:
  2. Using google maps direct from delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:19043
    • 提供者:tizaim
  1. chuankouchengxu

    0下载:
  2. 查询串口程序,大家看看 ,直接数据通信,大家-Query serial port procedures, we look at, direct data communications, we look at
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:31687
    • 提供者:石磊磊
  1. DS_CDMA

    0下载:
  2. 直接序列扩频系统的非常详细的源代码 倾情奉献 希望有用 -Direct sequence spread spectrum system in great detail the source code for Decent show want to be useful
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:25862
    • 提供者:zjy
  1. UDP

    0下载:
  2. 这个程序为两个电脑用户开通直接的通信端口-The purpose of this application is to provide a direct communication between 2 computers in a peer to peer like environment. This code should be a great start for people who want to build a full blown chat program using C/C++ and
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-03-27
    • 文件大小:285910
    • 提供者:anderson
  1. hrbtsr

    0下载:
  2. 8086汇编程序,可用于DOS或WIN32系统中,利用PC机的喇叭接口输出5V脉冲,编码规律可根据控制需求更改,用于不采用232接口口而需要PC机直接输出特种控制脉冲的场合-8086 assembler can be used for DOS or WIN32 systems, the use of PC-speaker interface to 5V pulse output, encoding rules can be changed according to control demand
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:2253
    • 提供者:grazineris
  1. PGPDC494

    1下载:
  2. These sources provide a Delphi (2-8 and 2005) direct interface to PGP requiring a preceding (.) full installation of PGP 6.5.x, 7.x, 8.x, 9.x or 10.x.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:415523
    • 提供者:gold
  1. DDS1-2

    1下载:
  2. 利用FPGA设计一个直接数字频率合成器(DDS),要求能够通过键盘设定输出正弦波、三角波和方波,输出波形频率由键盘输入设定,液晶显示屏显示输出波形类型和频率,输出频率范围10Hz-20kHz,步长0.5Hz。-FPGA design using a direct digital synthesizer (DDS), requires the ability to set the keyboard output sine wave, triangle wave and square wave ou
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1855933
    • 提供者:张箭箭
  1. PORTIO.ZIP

    0下载:
  2. Direct access to serial ports from Delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:192803
    • 提供者:bigjoooe
  1. tpapro_4.07

    1下载:
  2. tpapro_4.07开发传真控件,功能强大,支持传真、终端、voip等,带源码,支持Borland Delphi3-7, C++Builder3-6-Async Professional is a comprehensive communications toolkit for Borland Delphi, C++Builder, & ActiveX environments. It provides direct access to serial ports, TAPI, and
  3. 所属分类:Delphi VCL

    • 发布日期:2014-06-06
    • 文件大小:9200616
    • 提供者:try
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 25 »
搜珍网 www.dssz.com