-
psfig
数值仿真,关于切换设计的,有驻留时间,是控制领域的一个比较不错的仿真代码(numeral simuation min-switching with a dwell time constriant in control theory and appliaction)
- 2018-12-29 21:03:37下载
- 积分:1
-
bispeci
直接法用于双谱估计,比较简单,适合初学者使用(bispectrum estimation using direct method)
- 2012-06-05 10:27:05下载
- 积分:1
-
VB-danxiangkongjianjiaohui
用VB做的一个摄影测量的单向空间交会程序
相比VC虽然没有这么简洁,但是很有启发性(Using VB to do a photogrammetric procedure compared with one-way space rendezvous VC Although there is no such simple, but very instructive)
- 2009-11-23 21:47:25下载
- 积分:1
-
23_Generation
GENERASTION COST MINIMIZATION (OPF)
- 2015-01-19 17:17:52下载
- 积分:1
-
werm
分数阶傅立叶变换的各种程序,快速算法,线调频信号的处理等,()
- 2018-06-08 11:21:14下载
- 积分:1
-
计算机安全与保密技术
书籍语言: 简体中文
书籍类型: 网络安全
授权方式: 免费软件
书籍大小:...
计算机安全与保密技术
书籍语言: 简体中文
书籍类型: 网络安全
授权方式: 免费软件
书籍大小: 200 KB -computer security and confidentiality technical books Language : English books categories : network security license : free software books Size : 200 KB
- 2023-03-26 19:40:03下载
- 积分:1
-
radar_matlab2018
实现雷达信号处理仿真,LFMMTIMTD(radar signal processing,including MTI,MTD,LFM signal)
- 2020-10-17 00:57:28下载
- 积分:1
-
《我和+LabVIEW》示例程序
说明: 《我和+LabVIEW》示例程序 Sample Program of "I and + LabVIEW"(Sample Program of "I and + LabVIEW")
- 2020-06-24 15:40:02下载
- 积分:1
-
wangka
C++编写的读取电脑C盘序列号程序.大家审查(Written in C++ C disk to read the serial number of the computer program. Everybody Review)
- 2013-12-20 11:22:21下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1