代码搜索:格式兼容
找到约 10,000 项符合「格式兼容」的源代码
代码结果 10,000
www.eeworm.com/read/332327/12763708
m cvmn.m
function Mm=cvmn(M,wh,ty)
%均值滤波:wh—窗宽; ty=1 取邻域均值; ty=0: 去除邻域均值(去除趋势线)
%格式: Mm=cvmn(M,wh,ty)
size=length(M);
L=floor(wh/2); R=L; A=L+1+R;
for(i=1:L) Mm(i)=mean(M(1:i+R)); end
Mm(L+1)
www.eeworm.com/read/331558/12821437
m fun_degree.m
%% 计算链接矩阵中节点的度
%%输入:链接矩阵,输出:节点的度,列向量
function [Row_Degree , Mat_DegreeRelation] = Fun_Degree ( Net)
%% 将链接矩阵换算为两个节点无连边,则为0的格式
Mat_DegreeRelation = Net;
Int_Num = size(Net ,1);
for i=1:Int_
www.eeworm.com/read/142399/12947999
txt 1.txt
//code.txt为内码对照表
//get.txt为Pascal程序设计语言
//put.txt为词法分析后输出。格式为(内码 行 列)
#include
#include
#include
#include
struct code{//存放内码对照表
char word[10];
};
www.eeworm.com/read/328253/13037871
m ex2314.m
%例23-14 设置绘图格式循环顺序
set(0,'DefaultAxesLineStyleOrder',{'-x',':o','-.+'})
set(0,'DefaultAxesColorOrder',[0 0 0])
x=0.5:0.1:1.5;
y1=x;
y2=x.^2;
y3=x.^3;
y4=x.^(-1);
y5=x.^(-2);
y6=x.^(-3);
plot
www.eeworm.com/read/241740/13123066
txt 控件说明.txt
{*************************************************/
* 表格式报表处理系统 of DELPHI
* 简称:CReport
* 原创:郭家骏、王寒松
* 修改(ver 4.12): 李泽伦,内容:
1.按国人习惯的表格设计,未满一页自动以空表格补齐 (可选)
2.对预览窗口进行了重新设计,在预览时可重设边距及
www.eeworm.com/read/240378/13221358
txt readmejsp.txt
文件la0i.txt的格式如下:
sequence[0][0] p[0][0] sequence[0][1] p[0][1] sequence[0][2] p[0][2] sequence[0][3] p[0][3]
sequence[1][0] p[1][0] sequence[1][1] p[1][1] sequence[1][2] p[1][2] sequence[1][3] p[1]
www.eeworm.com/read/136685/13366279
m goout.m
function [n,v,q]=goout(p)
% @QUEUE\GOOUT removes the first(the front) element from a queue.
% 调用格式
% goout(p) 从队列 p 中的第一个元素离队.
% v=goout(p) v 是从 p 队列中移出的那第一个元素的"值"
% [n,v]=goout(p) n,v
www.eeworm.com/read/319871/13441085
m goout.m
function [n,v,q]=goout(p)
% @QUEUE\GOOUT removes the first(the front) element from a queue.
% 调用格式
% goout(p) 从队列 p 中的第一个元素离队.
% v=goout(p) v 是从 p 队列中移出的那第一个元素的"值"
% [n,v]=goout(p) n,v
www.eeworm.com/read/319404/13452462
m ex2314.m
%例23-14 设置绘图格式循环顺序
set(0,'DefaultAxesLineStyleOrder',{'-x',':o','-.+'})
set(0,'DefaultAxesColorOrder',[0 0 0])
x=0.5:0.1:1.5;
y1=x;
y2=x.^2;
y3=x.^3;
y4=x.^(-1);
y5=x.^(-2);
y6=x.^(-3);
plot
www.eeworm.com/read/319335/13453646
m goout.m
function [n,v,q]=goout(p)
% @QUEUE\GOOUT removes the first(the front) element from a queue.
% 调用格式
% goout(p) 从队列 p 中的第一个元素离队.
% v=goout(p) v 是从 p 队列中移出的那第一个元素的"值"
% [n,v]=goout(p) n,v