代码搜索结果
找到约 10,000 项符合
2 的代码
xt13-2-2.cpp
#include
using namespace std;
int main()
{float a[5];
int i;
cout
xt6-2-2.cpp
#include
#include
using namespace std;
int main()
{void change(string &,string &);
string str1=" ",
str2=" ",
str3="
usb_test2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (usb_test2), 0x0004 // Tools: 'ARM-ADS'
Group (TNKernel_v21)
Group (Test Files)
Group (Sys)
File 1,1,
exm040835_2_2.mdl
Model {
Name "exm040835_2_2"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPort
flch2bzsheg2.m
A=6; x0=1; M=255; f=2; N=100;
for k=1:N
x2=A*x0;
x1=mod (x2,M);
v1=x1/256;
v(:,k)=(v1-0.5)*f;
x0=x1;
v0=v1;
end
v2=v
k1=k;
%grapher
k=1:k1;
plot(k,v,k,v,'r');
str2mat2.m
% function s=str2mat2(t1,t2,t3)
% 替代函数
function s=str2mat2(t1,t2,t3)
[Q1,L1]=size(t1);
[Q2,L2]=size(t2);
if nargin == 2,
if L1 > L2,
s=[t1; [t2 blanks(L1-L2) ]];
elseif L1 < L
str2mat2.m
% function s=str2mat2(t1,t2,t3)
%
% Replacement function for str2mat. For use with tree_ga.
% Note: t2 and t3 must be string vectors.
function s=str2mat2(t1,t2,t3)
[Q1,L1]=size(t1);
[Q2,L2]=