登录
首页 » FTP » Matlab learning software designer university professors courseware. To help you...

Matlab learning software designer university professors courseware. To help you...

于 2022-02-21 发布 文件大小:94.07 kB
0 159
下载积分: 2 下载次数: 1

代码说明:

matlab的学习软件,名牌大学教授的课件。能够帮助你学习MATLAB-Matlab learning software designer university professors courseware. To help you learn MATLAB

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 很经典的ftp服务器实现,实现为一个类,附带一个命令行的demo, 可跨平台...
    很经典的ftp服务器实现,实现为一个类,附带一个命令行的demo, 可跨平台-Classic implementation of the ftp server, a type of implementation, with a command-line demo, can be cross-platform
    2022-09-02 12:20:02下载
    积分:1
  • vidc1.2源码
    vIDC使用说明 vIDC包括服务端程序和客户端程序两部分。 服务端程序vIDCs一般架设到其它用户可以访问到的地方例如internet,它主要用来记录vIDC客户端信息以及端口映射信息,并且转发用户和vIDC客户端之间数据。 客户端程序vIDCc完成和vIDCs的交互,包括认证、映射内部服务到vIDCs的某个端口、维护数据转发通道同时转发vIDCs和内部服务之间的数据交互。 第一部分:vIDC服务端vIDCs 1、如何运行vIDCs vIDCs.exe -p -s -p:指定vIDCs服务的端口,此vIDCc客户端可通过此端口连接服务器.如果没有指定则默认的服务端口为8080 -s:指定vIDCs控制管理页面的访问密码。用户可通过浏览器管理vIDCs服务器。在进入管理页面时会要求用户输入访问密码,即此处设定的密码,如果用户没有指定则默认密码为123456. 注意密码最大长度为9位,超过将被截断。 2、如何通过浏览器管理vIDCs服务 用户可以直接通过浏览器管理vIDCs服务,在地址栏输入如下url: http://IP:port/   其中ip为运行vIDCs服务机器的IP,port为vIDCs服务的端口。 管理界面中包括cView和option菜单。 cView:显示vIDCc客户端信息和客户端映射端口。显示形式如下 create Time | clientName | bind Port |description create Time:vIDCc客户端登录连接时间 client Name:vIDCc客户端名称 bind port:vIDCc客户端绑定服务信息。此信息包含三部分,绑定服务类型 绑定服务IP:port 映射到vIDCs服务上的port。其中绑定服务类型指客户端所绑定的服务是否为ftp服务,绑定服务IP:port指客户端要绑定局域网内部服务的IP和端口,映射到vIDCs服务上的port是内部服务映射到vIDCs上的端口,其它用户可以通过此端口访问内部服务。 option:用户可
    2022-02-10 17:26:16下载
    积分:1
  • FTP upload tool that can facilitate the realization of the uploading and downloa...
    FTP上传工具,可以方便的实现文件的上传下载-FTP upload tool that can facilitate the realization of the uploading and downloading documents
    2022-03-02 21:21:32下载
    积分:1
  • android-ftp-demo
    xe7 原始版本 1 拍照后无法获取文件名,通过image save到临时目录。 2 获得临时目录的文件名。取得文件绝对路径。 3 idftp上传 tab页面左右滑动没实现 slash没实现。 数据库写入没实现 各种分辨率下手机布局没实现 程序调用照相机分辨率只有800-600无法修改 如果有人解决此类问题请联系qq 478737032@qq.com(xe7 original version Unable to get a photograph file name, by image save to a temporary directory. 2 get the file name of the temporary directory. Obtain absolute file path. 3 idftp Upload tab page did not realize sliding around slash Not implemented. Database writes did not realize Mobile layout did not realize at all resolutions The camera resolution is only 800-600 program calls can not be modified If someone solve such problems, please contact qq 478737032@qq.com)
    2015-06-28 16:12:38下载
    积分:1
  • FTP
    易语言FTP多线程上传源码,用于对象方式实现多线程上传(Easy language FTP multi thread upload source code for the object to achieve multi-threaded upload)
    2015-07-11 23:28:58下载
    积分:1
  • ftp4j
    ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下 载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。(ftp4j an FTP client-side Java class libraries, most of the functionality of the FTP client should have. You can ftp4j embedded in your Java applications, to transfer files (upload and download), browse directories and files on remote FTP server, create, delete, rename, move remote directories and files. ftp4j provide a variety of ways including: direct connection via TCP/IP through the FTP proxy, HTTP proxy SOCKS4/4a proxy and SOCKS5 proxy to connect through SSL secure connection to connect to a remote FTP server.)
    2021-04-22 10:58:49下载
    积分:1
  • FTP
    Ftp客户端与服务器VC++完整版,是一个比较简单的ftp程序,但是程序提供了各种接口,能够让读者看法出各种复杂的ftp程序,程序中的各个程序模块均已经实现,以上所有程序在VC6.0中调试通过   目录ftp服务器是一个基于控制台的ftp服务器程序,能够实现大部分的FTP的服务器程序;   注意:    a.帐号密码为toldo    b.主目录为c:/temp,在连接之前请先建立(Ftp client and server, the full version of VC++, is a relatively simple ftp program, but the program offers a variety of interfaces, allowing readers to view a variety of complex ftp program, proceedings have been achieved in all program modules, all of the above procedures In VC6.0 debug directory ftp server through a console-based ftp server program, able to achieve most of the FTP server program Note: a. account password toldo b. the main directory is c:/temp, in connection before you build)
    2010-06-17 20:31:49下载
    积分:1
  • FTP-VC
    利用VC做了FTP服务器端与客户端,实现了上传、下载、显示文件内容、删除、重命名等功能(VC FTP server and client to achieve the upload and download, display the contents of the file, delete, rename, and other functions)
    2021-01-11 12:48:49下载
    积分:1
  • FTP the new look of the original code, it is very simple utility, refer to the f...
    FTP的原代码新找的,很实用很简单,大家参考下-FTP the new look of the original code, it is very simple utility, refer to the following U.S.
    2023-07-14 07:20:03下载
    积分:1
  • FTP client of the source. Zip
    FTP客户端程序的源程序.zip-FTP client of the source. Zip
    2022-03-19 16:38:45下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载