您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 一个java正则表达式工具类源代码.zip(内含Regexp.java文件)

  2. 前言:本资源来自于javaeye,原资源链接地址:http://www.javaeye.com/topic/67398 原文如下: 以前写了一个java的正规表达式的java工具类,分享一下,有用到的欢迎下载使用。 如果你有常用的定义好的,且测试通过的正规表达式,欢迎跟贴,也让我享用一下 . 类中用到了 jakarta-oro-2.0.jar 包,请大家自己在 apache网站下下载 在这是junit测试单元类我就不提交了,在main()方法中有几个小测试,有兴趣自己玩吧. 这个工具类目前主要
  3. 所属分类:Perl

    • 发布日期:2009-10-25
    • 文件大小:10240
    • 提供者:defonds
  1. ANTLR中文手册Cownew版

  2. 前言 ANTLR是什么 ......................................................................................................................... 5 第1章 ANTLR规范: 元语言(Meta-Language) ......................................................................... 6 1.1元语
  3. 所属分类:C++

    • 发布日期:2010-06-01
    • 文件大小:1048576
    • 提供者:rq2004
  1. ASP.net正则表达式.CHM

  2. function isDigit(s) { var patrn=/^[0-9]{1,20}$/; if (!patrn.exec(s)) return false return true } //校验登录名:只能输入5-20个以字母开头、可带数字、“_”、“.”的字串 function isRegisterUserName(s) { var patrn=/^[a-zA-Z]{1}([a-zA-Z0-9]|[._]){4,19}$/; if (!patrn.exec(s)) return fal
  3. 所属分类:C

    • 发布日期:2010-06-29
    • 文件大小:43008
    • 提供者:zcy166
  1. 32位加法器 lookahead算法 verilog

  2. 32位加法器 lookahead算法 verilog 先实现4位,再实现4*8=32位
  3. 所属分类:其它

    • 发布日期:2010-08-14
    • 文件大小:2048
    • 提供者:tonypeng030409
  1. 4 bit carry lookahead adder

  2. This is a verilog code.It's function is 4 bit carry lookahead adder.
  3. 所属分类:嵌入式

    • 发布日期:2011-04-13
    • 文件大小:1024
    • 提供者:lihejun3
  1. 16 bit carry lookahead adder

  2. This is a verilog code.It's function is 16 bit carry lookahead adder.
  3. 所属分类:嵌入式

    • 发布日期:2011-04-13
    • 文件大小:2048
    • 提供者:lihejun3
  1. JSMin(javaScript文件压缩)

  2. 由Douglas Crockford创建的JSMin是一个筛选程序,用于Javascr ipt文件中删除注释和不必要的空格。这个程序通常能够使文件大小减半,从而节省下载时间。 压缩包里包含了用C写的源码,及可执行程序 由于看到三条评论说没有用,在里我必须说明一下,下面那三个白痴肯定没学过c语言,更没用过c编译好的.exe文件。 以下是c里的源码大家可以先看觉得可用再下 #include #include static int theA; static int theB; static in
  3. 所属分类:Javascript

    • 发布日期:2011-04-24
    • 文件大小:11264
    • 提供者:xia777xia
  1. javacc 名词解释 如token,specialToken,lookahead

  2. javacc 名词解释 如token,specialToken,lookahead
  3. 所属分类:Java

    • 发布日期:2012-02-09
    • 文件大小:583680
    • 提供者:zyb243380456
  1. integer multiplication

  2. 大整数分解 carry lookahead addition
  3. 所属分类:C

    • 发布日期:2012-10-24
    • 文件大小:58368
    • 提供者:winzsf
  1. TCL编程初步.pdf

  2. 无意中搜到tcl脚本图书一本,分享与大家,目录如下, 第 1 章. TCL基本知识............................................................................................. 1 1.1 什么是TCL......................................................................................................
  3. 所属分类:其它

    • 发布日期:2013-01-17
    • 文件大小:2097152
    • 提供者:little881216cl
  1. Algorithms_and_Data_Structures_in_C++

  2. Index A Acyclic graph 66 Adder CLA adder module 200 CLA adder, 16 bit 203 full 189 half 189 output delay for half adder 193 2’s Complement 4 bit adder 192 Addition carry lookahead 197 overflow 196 ripple carry 191, 193 2’s complement 187 Adjacency m
  3. 所属分类:其它

    • 发布日期:2008-09-02
    • 文件大小:14680064
    • 提供者:wangxiang881212
  1. TCL编程初步

  2. TCL(Tool Command Language) 本书籍由浅入深系统地介绍了Tcl语言,是学习Tcl语言的良师益友 Tcl编程初步 总目录 总目录 I 例索引. IV 表索引.VI 图索引VII 第 1 章. TCL基本知识 1 1.1 什么是 TCL ..1 1.2 TCL自学工具..1 1.3 TCL软件包 ..2 1.4 TCL命令格式..2 1.5 TCL脚本文件和 SOURCE 命令..3 1.6 可执行脚本文件(EXECUTABLE FILE) .3 1.7 获得帮助..4 1
  3. 所属分类:其它

    • 发布日期:2013-06-05
    • 文件大小:2097152
    • 提供者:terry_mico
  1. 编译原理龙书答案

  2. 编译原理龙书答案 完整性高 第二章 2.2 Exercises for Section 2.2 2.2.1 Consider the context-free grammar: S -> S S + | S S * | a Show how the string aa+a* can be generated by this grammar. Construct a parse tree for this string. What language does this grammar ge
  3. 所属分类:专业指导

    • 发布日期:2014-05-13
    • 文件大小:673792
    • 提供者:u013009946
  1. 编译好的x265,带y4m文件

  2. 编译好的x265,带y4m文件 Syntax: x265 [options] infile [-o] outfile infile can be YUV or Y4M outfile is raw HEVC bitstream Executable Options: -h/--help Show this help text and exit -V/--version Show version info and exit Output Options: -o/--output Bitstre
  3. 所属分类:C++

    • 发布日期:2014-11-20
    • 文件大小:4194304
    • 提供者:jl123
  1. Crafting a Compiler by Charles N. Fisher Richard J. LeBlanc 带目录版

  2. ``Crafting a Compiler'' by Charles N. Fisher & Richard J. LeBlanc, Jr. 1988. Benjamin/Cummings Publishing Company. Menlo Park, CA. Brief Contents xvi 1 Introduction 1 2 A Simple Compiler 31 3 Scanning—Theory and Practice 57 4 Grammars and Parsing 11
  3. 所属分类:C

  1. 2016alphaGo围棋论文

  2. 阿法狗的算法描述,Google发表在nature上的论文。 Mastering the game of Go with deep neural networks and tree search The game of Go has long been viewed as the most challenging of classic games for artificial intelligence owing to its enormous search space and the diff
  3. 所属分类:专业指导

    • 发布日期:2016-03-11
    • 文件大小:2097152
    • 提供者:u011500720
  1. Carry-lookahead Adder in Verilog

  2. verilog写的超前进位加法器(Carry-lookahead Adder)。
  3. 所属分类:嵌入式

    • 发布日期:2018-02-14
    • 文件大小:318464
    • 提供者:weixin_41737451
  1. Python-lookahead优化器的Keras实现

  2. lookahead优化器的Keras实现
  3. 所属分类:其它

    • 发布日期:2019-08-11
    • 文件大小:2048
    • 提供者:weixin_39840387
  1. keras2.3.1定义RAdam、Lookahead

  2. import keras import keras.backend as K https://github.com/CyberZHG/keras-radam class RAdam(keras.optimizers.Optimizer): """RAdam optimizer. # Arguments learning_rate: float >= 0. Learning rate. beta_1: float, 0 < beta &
  3. 所属分类:其它

    • 发布日期:2020-12-21
    • 文件大小:33792
    • 提供者:weixin_38648396
  1. One step beyond myopic probing policy: A heuristic lookahead policy for multi-channel opportunistic access

  2. One step beyond myopic probing policy: A heuristic lookahead policy for multi-channel opportunistic access
  3. 所属分类:其它

    • 发布日期:2021-02-22
    • 文件大小:1002496
    • 提供者:weixin_38695471
« 12 »