搜索结果

找到约 903 项符合 stRing-include 的查询结果

汇编语言 我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变

我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒. ...
https://www.eeworm.com/dl/644/474672.html
下载: 143
查看: 1044

行业发展研究 Capabilities of the latest version of MultiSpec include the following. Import data Dis

Capabilities of the latest version of MultiSpec include the following. Import data Display multispectral images Histogram Reformat Create new channels Cluster data Define classes via designating rectangular Determine the best spectral features Classify a designated are ...
https://www.eeworm.com/dl/692/475152.html
下载: 126
查看: 1250

Java书籍 The book then branches out into different approaches for incorporating Ajax, which include: The

The book then branches out into different approaches for incorporating Ajax, which include: The Prototype and script.aculo.us Javascript libraries, the Dojo and Rico libraries, and DWR Integrating Ajax into Java ServerPages (JSP) applications Using Ajax with Struts Integrating Ajax into Java ...
https://www.eeworm.com/dl/656/476326.html
下载: 121
查看: 1048

matlab例程 Image enhancement in spatial domain, the sources include histogram, laplacian, unsharp mask, and spa

Image enhancement in spatial domain, the sources include histogram, laplacian, unsharp mask, and spatial filter
https://www.eeworm.com/dl/665/481862.html
下载: 33
查看: 1039

其他 This is a verilog code used oversampled clock to implement SPI slave. Also include C code for a ARM

This is a verilog code used oversampled clock to implement SPI slave. Also include C code for a ARM processor as the SPI master
https://www.eeworm.com/dl/534/483828.html
下载: 162
查看: 1128

JavaScript 编写一个使用string类的compareTo方法来比较用户所输入的两个字符串应用程序。输出1个字符串是小于、等于还是大于第二个字符串。用图形用户界面输入输出。

编写一个使用string类的compareTo方法来比较用户所输入的两个字符串应用程序。输出1个字符串是小于、等于还是大于第二个字符串。用图形用户界面输入输出。
https://www.eeworm.com/dl/685/484004.html
下载: 158
查看: 1169

通讯编程文档 This Manual include the GSI ONLINE for Leica TPS and DNA

This Manual include the GSI ONLINE for Leica TPS and DNA
https://www.eeworm.com/dl/646/486348.html
下载: 170
查看: 1078

JavaScript 第一个Java程序 public class Practice { public static void main(String args[]) { System.out.print

第一个Java程序 public class Practice { public static void main(String args[]) { System.out.println("**********************************") System.out.println("** Practice makes perfect") System.out.println("**********************************") } }
https://www.eeworm.com/dl/685/486377.html
下载: 29
查看: 1053

单片机开发 These are precompiled demonstration programs of the Onix toolkit. They do not include the Onix tool

These are precompiled demonstration programs of the Onix toolkit. They do not include the Onix toolkit but are examples of very simple applications written with the toolkit. They are designed to show both how Onix works and also to show how easy it is to integrate the Onix toolkit into a project. ...
https://www.eeworm.com/dl/648/488590.html
下载: 177
查看: 1070

数学计算 #include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n)

#include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n) for(i=0 i<=n i++) { printf("a[ d]=",i) scanf(" d",&a[i]) } printf("k=") scanf(" d",&k) for(derivata=1 derivata<=k derivata++) { for(i=0 i<=n i++) a[i]=a[i]*(n-i) n-- for(i=0 i<=n i++) p ...
https://www.eeworm.com/dl/641/491234.html
下载: 98
查看: 1402