/* * 文件名:ex_6_2_1.java * 说 明:演示length()和capacity() */ class ex_6_2_1 { public static void main(String args[]) { StringBuffer sb = new StringBuffer("Hello"); System.out.println("buffer
http://www.codebf.com/read/158018/5601497
/* * 文件名:ex_6_3_1.java * 说 明:打印命令行参数 */ class ex_6_3_1{ public static void main(String args[]) { for(int i=0; i
http://www.codebf.com/read/158018/5601498
// 取通过URL传过来的参数 (格式如 ?Param1=Value1&Param2=Value2) var URLParams = new Object() ; var aParams = document.location.search.substr(1).split('&') ; for (i=0 ; i < aParams.length ; i++) { var aParam =
http://www.codebf.com/read/157900/5601971
// 去空格,left,right,all可选 function BaseTrim(str){ lIdx=0;rIdx=str.length; if (BaseTrim.arguments.length==2) act=BaseTrim.arguments[1].toLowerCase() else act="all" for(var
http://www.codebf.com/read/157900/5601974
/* command file to test 32 POINT COMPLEX FFTs */ /* version 1.00 dated 03. July 90 MANFRED CHRIST */ -m C2CX0032.MAP -o C2CX0032.OUT MEMORY { PAGE 0: VEC : origin=0h, length
http://www.codebf.com/read/157882/5601987
/* command file to test 256 POINT COMPLEX FFTs */ /* version 1.00 dated 03. July 90 MANFRED CHRIST */ -m C2CX0256.MAP -o C2CX0256.OUT MEMORY { PAGE 0: VEC : origin=0h, length
http://www.codebf.com/read/157882/5601990
/* command file to test 512 POINT COMPLEX FFTs */ /* version 1.00 dated 03. July 90 MANFRED CHRIST */ -m C26X0512.MAP -o C26X0512.OUT MEMORY { PAGE 0: VEC : origin=0h, length
http://www.codebf.com/read/157882/5601994
/* command file to test 512 POINT COMPLEX FFTs */ /* version 1.00 dated 03. July 90 MANFRED CHRIST */ -m C2CX0512.MAP -o C2CX0512.OUT MEMORY { PAGE 0: VEC : origin=0h, length
http://www.codebf.com/read/157882/5601996
/* command file to test 1024 POINT COMPLEX FFTs */ /* version 1.00 dated 03. July 90 MANFRED CHRIST */ -m C2CX1024.MAP -o C2CX1024.OUT MEMORY { PAGE 0: VEC : origin=0h, length
http://www.codebf.com/read/157882/5601997
/* command file to test 16 POINT COMPLEX FFTs */ /* version 1.00 dated 02. July 90 MANFRED CHRIST */ -m C2CX0016.MAP -o C2CX0016.OUT MEMORY { PAGE 0: VEC : origin=0h, length
http://www.codebf.com/read/157882/5602006
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机