代码搜索结果

找到约 10,000 项符合 7 的代码

p7-7.c

#include #include #include #include void report_time(struct tm *); static char *wday[7]={"Sun","Mon","Tue","Wed","Thu","Fri","Sat"}; int main(void) { time_t

algo7-7.cpp

// algo7-7.cpp 实现算法7.16的程序 #define MAX_NAME 5 // 顶点字符串的最大长度+1 #define MAX_INFO 20 // 相关信息字符串的最大长度+1 typedef int VRType; typedef char VertexType[MAX_NAME]; typedef char InfoType; #include"

r7_7.txt

们硬盘上扇区分块的特点来确定的大小。

example7_7.m

%装载并图示原始图像 load gatlin2; subplot(2,2,1); image(X); colormap(map); title('原始图像'); axis square; %============================== %生成含噪图像并图示 init=2055615866; randn('seed',init); X1=X+10*randn(s

chap7_7.mdl

Model { Name "chap7_7" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes

examp7_7.m

t_final=100; x0=[0;0;1e-10]; [t,x]=ode45('lorenzeq',[0,t_final],x0);plot(t,x), figure; % 打开新图形窗口 plot3(x(:,1),x(:,2),x(:,3)); axis([10 42 -20 20 -20 25]); % 根据实际数值手动设置坐标系 comet3(x(:,1),x(:,2)