代码搜索结果
找到约 10,000 项符合
G 的代码
g.m
num=[1]
den=[2 4 4 2]
sys=tf(num,den)
poles=roots(den)
figure(1);pzmap(sys)
t=0:0.02:10
h=impulse(num,den,t)
figure(2);plot(t,h)
[H,w]=freqs(num,den)
figure(3);plot(w,abs(H))
g.cpp
#include
#include
typedef struct Snode{
char* s;
struct Snode *nexts;
}Snode;
typedef struct Cnode{
char c;
struct Cnode *nextc;
struct Snode *define;
}Cnode;
changelo.g
Sun Sep 9 16:54:19 1990 David J. MacKenzie (djm at albert.ai.mit.edu)
* Version 1.4.
* cat.c, cp.h: Declare free returning void, not int, so it
doesn't bomb on Xenix.
Fri Sep 7 04:35:
g函数.txt
函数名: gcvt
功 能: 把浮点数转换成字符串
用 法: char *gcvt(double value, int ndigit, char *buf);
程序例:
#include
#include
int main(void)
{
char str[25];
double num;
int si
interrup.g
Interrupt List, part 7 of 18
Copyright (c) 1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999 Ralf Brown
--------D-214400-----------------------------
INT 21 - DOS 2+ - IOCTL - GET DEVICE INFOR