代码搜索结果

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

vtb1_1

function VTB1_1(m,c,k,x0,v0,tf) %VTB1_1 Free response of a single degree of freedom system. % VTB1_1(m,c,k,x0,v0,tf) plots the free response of a single degree % of freedom system. The arguments x0

1-1.c

#include #define BUFFER_SIZE 102400 typedef unsigned char byte; unsigned char buffer[BUFFER_SIZE]; int encode(FILE *fp,byte *img,int mx); /* main */ int main(int ac,char *av[]) { FIL