代码搜索:计算工具

找到约 10,000 项符合「计算工具」的源代码

代码结果 10,000
www.eeworm.com/read/183230/9174876

m 计算电磁学葛书的源谱分析.m

clear all; f1=37; f2=50; ts=40; fs=500; t=0:1/fs:ts; t0=5 tt=5; %y=sin(2*pi*f1*t)+sin(2*pi*f2*t)+exp(-t).*cos(2*pi*100*t); %y=exp(-t);%.*cos(2*pi*100*t); %for i=1:length(t) % nt=i*1/fs;
www.eeworm.com/read/179322/9361047

txt 用machin公式计算圆周率的源程序.txt

用Machin公式计算圆周率的源程序   /* Program to compute PI, by Jason Chen, May 1999 ** ** Open VC++ IDE, new a win32 console application project, ** add this file to the project and build it. ** ** Home