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

搜索资源列表

  1. cq3

    0下载:
  2. unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData = record Ident: Integer Str: string end TUseInfo=record QQ, Mail, Page:string DL:boolean end TSendMail
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:55446
    • 提供者:delphisoft
  1. lighttpd-1.5.0-r1477.tar

    0下载:
  2. http server The kqueue() system call provides a generic method of notifying the user when an event happens or a condition holds, based on the results of small pieces of kernel code termed filters. A kevent is identified by the (ident, filt
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:805782
    • 提供者:lishaomin
  1. cifafenxiqi(new)

    0下载:
  2. 词法分析器制作与应用 设计思想 (1)程序主体结构部分: 说明部分 %% 规则部分 %% 辅助程序部分 (2)主体结构的说明 在这里说明部分告诉我们使用的LETTER,DIGIT, IDENT(标识符,通常定义为字母开头的字母数字串)和STR(字符串常量,通常定义为双引号括起来的一串字符)是什么意思.这部分也可以包含一些初始化代码.例如用#include来使用标准的头文件和前向说明(forward ,references).这些代码应该再标记\"%{\"和\"
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4846
    • 提供者:黄启龙
  1. ident-scan

    0下载:
  2. 网络端口扫描的程序-network port scanning procedures
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1894
    • 提供者:土土
  1. pl/0

    0下载:
  2. /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-09-13
    • 文件大小:25139
    • 提供者:xqq771084591
  1. cifafenxi

    0下载:
  2. 词法分析程序:一. 为PL/0语言建立一个词法分程序GETSYM(函数) 把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。 SYM:存放每个单词的类别,为内部编码的表示形式。 ID:存放用户所定义的标识符的值,即标识符字符串的机内表示。 NUM:存放用户定义的数。 GETSYM要完成的任务: 1. 滤掉单词间的空格。 2. 识别关键字,用查关键字表的
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:6957
    • 提供者:xxx
  1. kuaisufuzhi

    0下载:
  2. entity/ent(1000),obj(1000) number/mat(12) l1: ident/ select objects to transform ,ent,cnt,num,rsp jump/l1:,trm:,,rsp l2: gpos/ select reference point ,x1,y1,z1,rsp jump/l1:,trm:,,rsp l3: gpos/ select next point ,x2,y2,z2,rsp jump/
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1949
    • 提供者:云飞
  1. ident

    0下载:
  2. 系统辨识工具箱的参考说明,很有用,虽是英文的,但不难懂-Matlab System Identification Toolbox reference books
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1164880
    • 提供者:wang
  1. testplugin

    0下载:
  2. 端口扫描 linux 采用插件机制 TCP,udp,ident-scan-Port scan linux using plug-in mechanism for TCP, udp, ident-scan
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:21666
    • 提供者:
  1. ident

    0下载:
  2. matlab ident tool to identify systeme in order to have the transfer function with some incertitude
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1142671
    • 提供者:lok
  1. IdentifyingOpenPortsWinXP-2003

    0下载:
  2. Ident Port in Windows-platform system
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:152153
    • 提供者:it
  1. Dataregistrationin3-Dscanningsystems

    0下载:
  2. 通过引入特征点和改进最近点迭代法, 提出了一种 在三维扫描系统中对三维点云数据进行配准的方法。该方法 通过对特征点的提取, 首先得到一组匹配点对, 然后运用 SVD 矩阵分解算法求出转换参数R 和T, 进而以此作为最 近点迭代法的初始值, 并对最近点的求法和迭代截止条件作 了改进, 得到了很好的配准效果。该文论述了该方法的基本 原理, 并通过不同视觉下物体三维测量点云数据配准的应用 实例证明了该方法的有效性。-A 3-D meas uring dat a r egis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:155927
    • 提供者:jack
  1. teensy

    0下载:
  2. 待分析的简单teensy语言的词法: 关键字:BEGIN END 界符和运算符: = + ; 其他的是标识符ident 和 整型常数 int 具体的文法如下: program -> BEGIN stats END stats -> stat stats|
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2728
    • 提供者:曲博
  1. JavaA

    0下载:
  2. java case development" FOSS《Java案例开发》源代码-Romulus * @version 1.0 */ public class ChoiceItem implements RomulusNode{ /** The ident of the choice item.*/ private String ident = null /** The content of the choice it
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:207364
    • 提供者:万利
  1. ident

    0下载:
  2. identification for strong apperiodical processes.
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:1117
    • 提供者:cio
  1. ident-scan

    0下载:
  2. 网络端口扫描的程序-network port scanning procedures-network port scanning procedures
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-27
    • 文件大小:1774
    • 提供者:fghfghrtr
  1. TreeLayoutHelper-1.1.0-bin.tar

    0下载:
  2. phptree 網站目錄樹結構, Supplies raw functions to display, inject, retrieve | * | and safely delete information from MySQL-database | * | holding flat tree information in rows ident, parent, | * | haschild.-phptree web directory tree structure, Suppli
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-03-24
    • 文件大小:84809
    • 提供者:腾飞
  1. adaptive-nonlinear-syatem-ident---Unknown

    0下载:
  2. Adaptive control provides techniques for the automatic adjustment of control parameters in real time either to achieve or to maintain a desired level of control system performance when the dynamic parameters of the process to be controlled are un
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2633549
    • 提供者:masood
  1. Ochen_prostaya_v_ispolzovanii_obrabotka_obmena_me

    0下载:
  2. CONNECT 1C TO IDENT DATABASE WITH FULL DATA TRANSFER
  3. 所属分类:Other Databases

    • 发布日期:2017-04-28
    • 文件大小:53860
    • 提供者:igori
  1. tek

    0下载:
  2. init emulator return magic cookie to ident.
  3. 所属分类:Linux-Unix program

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