代码搜索结果
找到约 10,000 项符合
S 的代码
rss2html-docs.txt
RSS2HTML PHP Script Documentation v3.x
Contents
Introduction
Uses
Quick Start
Templates
Running from FeedForAll's server
Running on local server
Example websites
Advanced Notes
Rest
rss2html-docs.txt
RSS2HTML PHP Script Documentation v3.x
Contents
Introduction
Uses
Quick Start
Templates
Running from FeedForAll's server
Running on local server
Example websites
Advanced Notes
Rest
e0564.m
syms u v z y w;
S=solve('u*y^2+v*z+w=0','y+z+w=0','y','z')
disp('S.y'),disp(S.y),disp('S.z'),disp(S.z)
e0564.m
syms u v z y w;
S=solve('u*y^2+v*z+w=0','y+z+w=0','y','z')
disp('S.y'),disp(S.y),disp('S.z'),disp(S.z)
read-me
Here are some facet's of MTR's MH6.5 environment.
e0564.m
syms u v z y w;
S=solve('u*y^2+v*z+w=0','y+z+w=0','y','z')
disp('S.y'),disp(S.y),disp('S.z'),disp(S.z)
awk.sc
/tom/ { count["tom"]++ }
/mary/ { count["mary"]++ }
END{print "There are " count["tom"] " Tom's in the file and \
" count["mary"]" Mary's in the file."}
商务英语口语900句_22.lrc
[00:02.61]Unit Twenty-Two.
[00:04.21]651.We would like to inform you that the goods were already shipped out on the 18th of May.
[00:13.72]652.We have the pleasure to inform you that we have shipped
cc_method.m
function [tau,m]=CC_Method(data)
x=data;
x=x';
X = [x-mean(x)]/[max(x)-min(x)]; % 归一化到均值为 0,振幅为 1
maxLags = 100; % 最大时延
m_vector = 2:5; % m 取值范围
sigma = std(X);
desktop.c
/****************************************************************************
* 文件名:desktop.c
* 功能:MiniGUI应用例子。
* 创建一个无边框和标题的桌面窗口,然后在桌面上显示6个图标按钮,
* 使用按键进行选择操作。
****************************