matlab分时代码-dime2:DiME服务器改写

时间:2021-05-21 21:54:07
【文件属性】:
文件名称:matlab分时代码-dime2:DiME服务器改写
文件大小:108KB
文件格式:ZIP
更新时间:2021-05-21 21:54:07
系统开源 matlab分时代码1角钱 重写了分布式Matlab环境,该库使多个Matlab进程可以跨操作系统或网络共享数据。 可以找到原始的DiME代码。 此重写包含有关简单性和效率的许多增强功能,包括单线程性(通过进行I / O多路复用),更少的依赖关系以及显着更高的吞吐量。 设置 服务器 要编译服务器可执行文件,请在server目录中运行make 。 可以通过编辑Makefile来调整构建选项(提供了默认的默认设置)。 服务器代码具有以下编译时依赖性: SUS兼容环境Windows服务器需要使用或+构建 Matlab客户端 要使用Matlab客户端,请将client/matlab添加到您的中。 Matlab客户端支持TCP和Unix域套接字连接。 但是,如果您希望连接到Unix域套接字,则在类似Unix的操作系统上对Matlab进行编译是必须的。 为此,请在client/matlab目录中运行make 。 可以通过编辑Makefile来调整构建选项(提供了默认的默认设置)。 Python客户端 要使用Python客户端,请将client/python添加到您的环境变量中,或者在该目录中运行p
【文件预览】:
dime2-master
----client()
--------python()
--------matlab()
--------javascript()
----server()
--------server.c(21KB)
--------server.h(4KB)
--------main.c(4KB)
--------deque.h(6KB)
--------ringbuffer.c(2KB)
--------client.h(10KB)
--------socket.c(17KB)
--------client.c(31KB)
--------socket.h(9KB)
--------deque.c(3KB)
--------table.c(7KB)
--------log.c(966B)
--------Makefile(342B)
--------log.h(2KB)
--------ringbuffer.h(4KB)
--------table.h(8KB)
--------config.mk(706B)
----bld.bat(70B)
----test()
--------test_matlab_python_interop.m(1KB)
--------test_matlab_tcp.m(292B)
--------test_matlab_broadcast.sh(259B)
--------test_matlab_tcp.sh(537B)
--------test_matlab_devices.m(771B)
--------test_python_wait.py(828B)
--------test_python_tcp.sh(532B)
--------test_python_send.sh(243B)
--------test_python_wait.sh(361B)
--------test_javascript_send.sh(542B)
--------test_javascript_sync.js(2KB)
--------benchmark.py(2KB)
--------test_javascript_devices.js(1KB)
--------test_javascript_devices.sh(548B)
--------test_python_devices.sh(249B)
--------test_python_sync.py(957B)
--------test_python_sync.sh(243B)
--------test_matlab_sync.m(865B)
--------test_all.sh(457B)
--------test_matlab_send.m(651B)
--------test_python_send.py(722B)
--------test_matlab_wait.sh(371B)
--------test_matlab_send.sh(249B)
--------test_python_devices.py(749B)
--------test_javascript_send.js(1KB)
--------test_matlab_wait.m(883B)
--------test_matlab_python_interop.py(742B)
--------test_javascript_broadcast.js(2KB)
--------test_matlab_broadcast.m(787B)
--------test_matlab_python_interop.sh(389B)
--------test_python_broadcast.py(839B)
--------test_python_tcp.py(358B)
--------test_javascript_broadcast.sh(552B)
--------test_javascript_sync.sh(542B)
--------test_matlab_devices.sh(255B)
--------test_matlab_sync.sh(249B)
--------test_python_broadcast.sh(253B)
----meta.yaml(387B)
----Dockerfile(481B)
----COPYING.txt(796B)
----Doxyfile(110KB)
----.gitignore(160B)
----README.md(8KB)
----Dockerfile.old(247B)
----build.sh(112B)

网友评论