-
matlab代码
说明: 在命令行输入%%滞回曲线
t0=0;
tf=20;
x0=[0 0 0]
[t,x]=ode45('Lorenz',[t0 tf],x0);
plot(x(:,1),x(:,3)),可得滞回曲线(Enter the%% hysteresis curve on the command line
t0=0;
tf=20;
x0=[0 0 0]
[t,x]=ode45('Lorenz',[t0 tf],x0);
plot(x(:,1),x(:,3)))
- 2020-06-23 11:10:33下载
- 积分:1
-
使用finger协议从USGS(美国地质勘探局)获取地震数据
使用finger协议从USGS(美国地质勘探局)获取地震数据- Uses the finger agreement (American geology prospecting bureau)
to gain the earthquake data from USGS
- 2022-10-02 21:15:03下载
- 积分:1
-
ChatRoom(Winsock)
这是一个用于局域网内部进行聊天通信的小软件源程序,对于学习和了解winsock编程很有借鉴意义。(This is a chat for LAN communications within a small software source code, for learning and understanding of referential significance to winsock programming.)
- 2008-12-28 13:45:26下载
- 积分:1
-
pigeon_c++
飞鸽传书C++版,一个典型的基于P2P的应用小程序,它完成了快速文件传输,是局域网用户的好帮手。(Dove Chuanshu C++ Version of a typical P2P-based application of small programs, it completed a fast file transfer, LAN users is a good helper.)
- 2007-08-05 10:40:01下载
- 积分:1
-
内容管理系统
Content Management System
- 2022-08-19 03:21:26下载
- 积分:1
-
FANDISK
典型的点云数据fandisk,适合点云研究者进行仿真,六千多个点(Typical fandisk point cloud data, suitable for researchers point cloud simulation, more than six thousand points)
- 2014-12-22 19:31:17下载
- 积分:1
-
cccam dst cccam webmin
webmin het werkt als trein 模 vertrekt 的 cccam 模块
probeer maar uit 强调 zeg het 玛珥
- 2022-07-07 16:47:55下载
- 积分:1
-
公司通讯录 Jaddress 1.0
公司通讯录 Jaddress 1.0-company directories Jaddress 1.0
- 2023-06-22 18:40:03下载
- 积分:1
-
Network
Network123456789123456
- 2019-04-04 20:25:08下载
- 积分:1
-
nolinknet
无连接的VC++网络通信 源代码,输入本机端口号、目标端口号、目标机IP地址,可以发送消息,并不建立连接。(Connectionless network communications VC++ source code, enter the local port number, destination port number, destination IP address, you can send a message, does not establish a connection.)
- 2015-02-06 10:25:46下载
- 积分:1