代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/442846/7643536
js weather.js
var MiniSite = new Object();
MiniSite.Browser = {
ie: /msie/.test(window.navigator.userAgent.toLowerCase()),
moz: /gecko/.test(window.navigator.userAgent.toLowerCase()),
opera: /opera/.test(w
www.eeworm.com/read/442447/7651417
m ip_04_04.m
% MATLAB script for Illustrative Problem 4.4.
echo on ;
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
echo off ;
end
www.eeworm.com/read/442441/7651703
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/442441/7651711
asv ip_01_01.asv
% MATLAB script for Illustrative Problem 1, Chapter 1.
%|xn|和角度xn与n的关系曲线就是x(t)的离散频谱
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/442080/7660098
sql sqltest.sql
/* Microsoft SQL Server - Scripting */
/* Server: 屠蔚华的计算机 */
/* Database: Test */
/* Creation Date 99-7-2 12:45:53 */
set quoted_identifier on
GO
/****** Object: Table dbo.Retr