-
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
-
socketio for client
socketio for client socketio for client socketio for client socketio for client
- 2022-06-28 22:52:15下载
- 积分:1
-
Http封包发送
这是一个用于发送Http封包代码,代码非常之少。非常的精干,且可移植性较高。可以供各位嵌入自己的代码之中。
- 2022-07-13 02:16:53下载
- 积分:1
-
PBstudy
PB开发笔记,通过代码更改数据窗口对象的方法、通过modify函数来同时修改多个表、DW支持双击标题进行排序等(PB development notes, change the DataWindow object through code, modify the function to modify more than one table at the same time, DW support Double click the title to sort)
- 2013-01-25 16:45:47下载
- 积分:1
-
实现多线程聊天室
实现多线程聊天室-The realization of multi-threaded chat room
- 2023-08-09 18:35:03下载
- 积分:1
-
一个关于sniffe嗅探的程序,基于tcp/ip层的,学习用的
一个关于sniffe嗅探的程序,基于tcp/ip层的,学习用的-This is a program for research about sniffer, which is based on TCP/IP.
- 2022-05-08 20:07:21下载
- 积分:1
-
port_scan
Visual C++案例开发集锦第六章\端口扫描程序的程序源码,值得一看!(Visual C++ case development highlights Chapter program source port scanner, worth a visit!)
- 2011-08-13 16:06:40下载
- 积分:1
-
csexamsys
考试程序”客户端/服务器模式”,初学网络编程的人看了一定有所收获(C/S Program)
- 2009-10-27 13:57:55下载
- 积分:1
-
DDOSSCOMtermmO
1.DOS下使用,功能类似于WINDOWS的超级终端 2.支持COM1,COM2 3..支持波特率2400,4800,96600(缺省),19200,38400,57600,115200 4.支持Xmodem文件传输协议,,Asm,Com Port 可直接使用。
">
- 2012-09-15 11:57:07下载
- 积分:1
-
SSgameRun
:本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能: 系统采用人机交互的方式,界面美观友好。 屏幕信息需要时时显示,网络延时不能大于1秒。 服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。 系统运行时占用内存不能大于10MB,以免影响系统性能。 客户端运行时需要隐藏显示窗口,起其感觉不到在运行(network monitoring system that can carry out the screen of a computer monitor, the system achieve the following features: system is the way human-computer interaction, interface, beautiful and friendly. need to constantly display screen information, the network delay is not greater than 1 second. server can be run at any time as long as the client runs, will be able to display information. run-time memory for the system can not be larger than 10MB, so as not to affect system performance. need to hide the client run-time display window, from its feel in the run.)
- 2010-10-13 16:58:55下载
- 积分:1