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

搜索资源列表

  1. programing in C

  2. 一本实用的C语言入门教程 英文版 Contents At a Glance Preface xvii 1 Introduction 1 2 Some Fundamentals 5 3 Compiling and Running Your First Program 11 4 Variables, Data Types, and Arithmetic Expressions 21 5 Program Looping 43 6 Making Decisions 65 7 Working with
  3. 所属分类:C

    • 发布日期:2009-10-29
    • 文件大小:4194304
    • 提供者:rjlovexrr
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. C++出错提示英汉对照表

  2. Ambiguous operators need parentheses -----------不明确的运算需要用括号括起 Ambiguous symbol ''xxx'' ----------------不明确的符号 Argument list syntax error ----------------参数表语法错误 Array bounds missing ------------------丢失数组界限符 Array size toolarge -----------------数组尺寸
  3. 所属分类:C++

    • 发布日期:2010-10-08
    • 文件大小:9216
    • 提供者:guojinjian258
  1. acpi控制笔记本风扇转速

  2. 笔记本的风扇控制 ---------------------------------------- 09 November 2006. Summary of changes for version 20061109: 1) ACPI CA Core Subsystem: Optimized the Load ASL operator in the case where the source operand is an operation region. Simply map the opera
  3. 所属分类:桌面系统

    • 发布日期:2011-04-16
    • 文件大小:925696
    • 提供者:yuanxin69
  1. spring-framework-reference 3.1

  2. Table of Contents I. Overview of Spring Framework ..............................................................................................1 1. Introduction to Spring Framework ...................................................................
  3. 所属分类:Java

    • 发布日期:2011-09-14
    • 文件大小:3145728
    • 提供者:tiney
  1. js扩展基础类

  2. /** * 扩展基础类 * 得到字符串的长度,包括中文和英文 **/ String.prototype.charlen = function() { var arr = this.match(/[^\x00-\xff]/ig); return this.length + (arr == null ? 0 : arr.length); } /** * 扩展基础类 * 格式化字符串${0} -> 参考printf %s **/ String.prototype.format = functi
  3. 所属分类:Javascript

    • 发布日期:2011-11-16
    • 文件大小:7168
    • 提供者:lk123456sc
  1. libtomcrypt-1.17

  2. LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key c
  3. 所属分类:C

    • 发布日期:2012-04-08
    • 文件大小:1048576
    • 提供者:bobwei_2142
  1. jquery-1.1.3 效率提高800%

  2. 选择器速度提升选择器的速度大幅度提高了,下表为jQuery1.1.2和1.1.3的选择器速度对比,提高了8倍多Browser jQuery 1.1.2 jQuery 1.1.3 % Improvement IE 6 4890ms 661ms 740% Firefox 2 5629ms 567ms 993% Safari 2 3575ms 475ms 753% Opera 9.1 3196ms 326ms 980% Average improvement: 867% 下表为jQuery1.1.3
  3. 所属分类:Web开发

    • 发布日期:2008-07-21
    • 文件大小:11264
    • 提供者:ajax_yuren
  1. 正则表达式

  2. 正则表达式中的特殊字符 字符 含意 \ 做为转意,即通常在"\"后面的字符不按原来意义解释,如/b/匹配字符"b",当b前面加了反斜杆后/\b/,转意为匹配一个单词的边界。 -或- 对正则表达式功能字符的还原,如"*"匹配它前面元字符0次或多次,/a*/将匹配a,aa,aaa,加了"\"后,/a\*/将只匹配"a*"。 ^ 匹配一个输入或一行的开头,/^a/匹配"an A",而不匹配"An a" $ 匹配一个输入或一行的结尾,/a$/匹配"An a",而不匹配"an A" * 匹配前面元字符0
  3. 所属分类:Javascript

    • 发布日期:2014-12-03
    • 文件大小:79872
    • 提供者:u013013722
  1. spring-framework

  2. Not Using Commons Logging ................................................................... 12 Using SLF4J ............................................................................................ 13 Using Log4J ................................
  3. 所属分类:Java

    • 发布日期:2015-05-28
    • 文件大小:4194304
    • 提供者:lixiplus
  1. spring-framework-reference4.1.4

  2. Not Using Commons Logging ................................................................... 12 Using SLF4J ............................................................................................ 13 Using Log4J ................................
  3. 所属分类:Java

    • 发布日期:2015-12-15
    • 文件大小:4194304
    • 提供者:lixiplus
  1. spring-framework-reference-4.1.2

  2. Not Using Commons Logging ................................................................... 12 Using SLF4J ............................................................................................ 13 Using Log4J ................................
  3. 所属分类:Java

    • 发布日期:2015-12-15
    • 文件大小:4194304
    • 提供者:lixiplus
  1. 前端项目-string-format.zip

  2. 前端项目-string-format,将“format”方法添加到“string.prototype”中。灵感来源于python的“str.format()”。
  3. 所属分类:其它

    • 发布日期:2019-09-03
    • 文件大小:11264
    • 提供者:weixin_38744207
  1. ECMA-262.pdf

  2. ECMA标准issues were filed representing thousands of bug fixes, editorial fixes and other improvements. Additionally, numerous software tools were developed to aid in this effort including ecmarkup, Ecmarkdown, and Grammarkdown ES2016 also included supp
  3. 所属分类:其它

    • 发布日期:2019-07-13
    • 文件大小:11534336
    • 提供者:weixin_41593408
  1. Prototype Template对象 学习

  2. 里的Template对象其实就是格式化字符串的工具,就像java中的String.format方法。这个对象只提供一个方法evaluate。
  3. 所属分类:其它

    • 发布日期:2020-09-05
    • 文件大小:43008
    • 提供者:weixin_38637665
  1. JS扩展String.prototype.format字符串拼接的功能

  2. 主要介绍了JS扩展String.prototype.format字符串拼接的功能,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-10-18
    • 文件大小:35840
    • 提供者:weixin_38506182
  1. js中的string.format函数代码

  2. 源于C#中的string.Format() 代码如下: String.prototype.format = function(args) { if (arguments.length>0) { var result = this; if (arguments.length == 1 && typeof (args) == “object”) { for (var key in args) { var reg=new RegExp (“({“+key+”})”,”g”); result =
  3. 所属分类:其它

    • 发布日期:2020-12-11
    • 文件大小:19456
    • 提供者:weixin_38653691
  1. 如何使用JS在HTML中自定义字符串格式化

  2. Python中支持字符串格式化,其基本形式如下: str = "I'm %s, %s years old." % ('jack', 19) print(str) #结果: I'm jack, 19 years old.  在Javascr ipt中虽没有类似的方法,但我们可以利用字符串的replace方法自定义字符串的格式化方法: [removed] $(function () { /*自定义字符串格式化*/ String.prototype.Format = funct
  3. 所属分类:其它

    • 发布日期:2020-12-04
    • 文件大小:49152
    • 提供者:weixin_38634323
  1. AppBaseJs 类库 网上常用的javascript函数及其他js类库写的

  2. 代码如下:/*———————————– Web Application Javascr ipt Library 2009.11 janchie ————————————*/ //String原生对象扩展 置空左右端空格 String.prototype.trim = function(){ return this.replace(/(^[\s\n\t\r]*)|([\s\n\r\t]*$)/g, “”); }; //Date原生对象扩展 格式化输出 Date.prototype.format =
  3. 所属分类:其它

    • 发布日期:2020-12-04
    • 文件大小:70656
    • 提供者:weixin_38750861
  1. JS扩展String.prototype.format字符串拼接的功能

  2. 1、题外话,有关概念理解:String.prototype 属性表示 String原型对象。所有 String 的实例都继承自 String.prototype. 任何String.prototype上的改变都会影响到所有的 String 实例。 2、上正文,js扩展String.prototype.format字符串拼接的功能,首先是基础功能的改造: String.prototype.format = function(){ if(arguments.length==0){ re
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:34816
    • 提供者:weixin_38643127
« 12 »