代码搜索结果
找到约 10,000 项符合
6 的代码
xt6-6.cpp
#include
using namespace std;
int main()
{int length(char *p);
int len;
char str[20];
coutstr;
len=length(str);
cout
c6-6.cpp
#include
using namespace std;
int main()
{void select_sort(int *p,int n); //函数声明
int a[10],i;
cout
test6_6.txt
#include
#include
#include
int main(int argc,char *argv[])
{
char symname[ ]={"mysym"};
char buf[80];
if(argc
test6_6.txt
#include
#include
#include
int main(int argc,char *argv[])
{
char symname[ ]={"mysym"};
char buf[80];
if(argc
例6-6.m
clear all %初始化(给定环半径,电流,图形)
mu0=4*pi*1e-7; %真空导磁率(T*m/A)
I0=5.0;
Rh=1; %这两个常数不影响结果
C0=mu0/(4*pi)*I 0; %归并常数
NGx=21;NGy=21; %设定观测点网格数
x=l
p6_6.cpp
/*****************************
* p6_6.cpp *
* 名字空间的使用 *
*****************************/
#include
using namespace std;
#include "TsingHua.h"
void main()
{
program_6_6.m
% Program 6_6
% Power Series Expansion of a Rational z-Transform
%
% Read in the number of inverse z-transform coefficients
% to be computed
N = input('Type in the length of output vector = ');
exam6_6.m
N=0;
a=load('zhong.txt');
b=load('zdm.txt');
fid=fopen('zhong2.txt','a');
for i=1:length(a);
N=N+1;
S=a(i);
Y=b(i);
fprintf(fid,'%d',N);
fprintf(fid,'%s',' ');
fprintf(fid,