-
TCPIP_Communications_in_Matlab
Transmission Control Protocol (TCP/IP) communications are used to send data from one computer to another over a network or from one application to another within a single computer.
The jtcp.m program uses Matlab s ability to call Java code to enable it to send and/or receive TCP packets. One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).
The jtcp.m program is basically just a friendly wrapper for Rodney Thomson s "example" TCP/IP code(Transmission Control Protocol (TCP/IP) communications are used to send data from one computer to another over a network or from one application to another within a single computer. The jtcp.m program uses Matlab' s ability to call Java code to enable it to send and/or receive TCP packets. One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).)
- 2009-11-15 21:11:40下载
- 积分:1
-
IE-print
IE自打印插件,在IE5中可以使用Webbrowser控件的ExecWB方法来实现自动无提示打印,但在>IE6版本此方法已经无效,此IE插件为此而产生。
此插件也是调用IE内置的打印功能,相当于window.external.Print() -> ExecWB(OLECMDID_PRINT,OLECMDEXECOPT_DONTPROMPTUSER,EmptyParam,EmptyParam)
仅此而已(IE print)
- 2014-01-02 17:22:14下载
- 积分:1
-
linear-DFE-MLSE-Equalizer
Matlab程序,用于比较线性均衡器、判决反馈均衡器(DFE)、盲最大似然序列估计均衡器(MLSE)等误码率性能。(Matlab procedures used to compare the linear equalizer, decision feedback equalizer (DFE), Blind maximum likelihood sequence estimation equalizer (MLSE), such as bit error rate performance.)
- 2021-03-27 21:59:12下载
- 积分:1
-
MATLABprogram
说明: Matlab 编程设计,适合初学者的书籍(Matlab program)
- 2010-04-17 20:36:43下载
- 积分:1
-
Nhan_dang_tieng_noi_-_Mo_phong_bang_Matlab
use neuerl networl for systems mathlab
- 2012-05-13 23:40:03下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1
-
pso-programs
pso (PRACTICAL SWARM) toolbox
- 2013-04-15 05:08:51下载
- 积分:1
-
LaplaceFusion
拉普拉斯图像融合matlab代码,希望对大家有用。(The matlab code of laplace fusion.)
- 2012-05-14 21:30:12下载
- 积分:1
-
LIB_MNG
Library Management System for Students. Or for those who want to explore C++ basics.
- 2014-09-29 14:16:13下载
- 积分:1
-
Regularized-Logistic-Regression
Regularized Logistic Regression
- 2013-04-06 05:00:07下载
- 积分:1