代码搜索:Changing
找到约 3,056 项符合「Changing」的源代码
代码结果 3,056
www.eeworm.com/read/284554/8919898
c modi35.c
/*
下列给定程序中,fun函数的功能是:将p所指字符串中每个单词的最后一个字母改成大写(这里的“单词”是指出空格隔开的字符串)。例如,若输入:I am a student to take the examination.
则应输出:I aM A studenT tO takE thE examination.
请修改程序中的错误之处,使它能得出正确的结果。
注意:不要改动main函数,不 ...
www.eeworm.com/read/382938/8989704
m chap1_9.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_
www.eeworm.com/read/381363/9096003
hlp save_as.hlp
Save as ...
The Save as... item of the File menu will save the current image
file (in Nanoscope III format) while giving the user the option of
changing the file name or path. A dialog box will a
www.eeworm.com/read/282359/9098645
cpp hexoct2.cpp
// hexoct2.cpp -- display values in hex and octal
#include
using namespace std;
int main()
{
using namespace std;
int chest = 42;
int waist = 42;
int inseam = 42;
www.eeworm.com/read/378183/9245707
dat funtc96b.dat
#include
#include
int main(void)
{
char *ptr;
printf("Changing allocation with brk()
");
ptr = malloc(1);
printf("Before brk() call: %lu bytes free
", corele
www.eeworm.com/read/377814/9262135
m chap1_16.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_
www.eeworm.com/read/179061/9375638
m chap1_16.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_
www.eeworm.com/read/178344/9407104
m chap1_9.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_
www.eeworm.com/read/176382/9500604
m chap1_16.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_
www.eeworm.com/read/372504/9507849
m chap1_9.m
%PID Controller with changing integration rate
clear all;
close all;
%Big time delay Plant
ts=20;
sys=tf([1],[60,1],'inputdelay',80);
dsys=c2d(sys,ts,'zoh');
[num,den]=tfdata(dsys,'v');
u_