-
用java实现的Tftp(Sftp)客户端与服务器程序。在这个程序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或程序内部...
用java实现的Tftp(Sftp)客户端与服务器程序。在这个程序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或程序内部运行的机制,程序可以转到不同的状态,在不同的状态下程序实现了不同的功能 -Using java realized Tftp (Sftp) client and server program. In this procedure used a state of the mechanism: client and server-side run-time in the beginning has the same state, through user input or program running internal mechanisms, procedures can be transferred to a different state, in a different state under the procedures realize the different functions
- 2022-05-31 20:30:52下载
- 积分:1
-
ping命令的实现,能够完成ping
ping命令的实现,能够完成ping-ping order to achieve, to complete ping
- 2023-05-22 03:20:03下载
- 积分:1
-
多线程聊天室,适合初学者进行模仿学习,试用Winsocket编程技术。...
多线程聊天室,适合初学者进行模仿学习,试用Winsocket编程技术。-Multi-threaded chat rooms, suitable for beginners to learn to imitate, try WinSocket programming techniques.
- 2022-02-03 20:09:02下载
- 积分:1
-
串口调试工具,应用Visual Basic编程的小示例
串口调试工具,应用Visual Basic编程的小示例
- 2022-02-22 02:11:12下载
- 积分:1
-
基于winsock网络编程技术实现客户端图片传送到服务器端
基于winsock网络编程技术实现客户端图片传送到服务器端-ImageTransfer through winsock
- 2023-06-14 07:35:33下载
- 积分:1
-
网络自动更新代码; 有一定的参考意义,vb代码
网络自动更新代码; 有一定的参考意义,vb代码-network automatically updated code; A certain reference value, vb code
- 2022-01-27 18:58:52下载
- 积分:1
-
用visual c++开发的模拟小球动画的程序
用visual c++开发的模拟小球动画的程序-Using visual c++ Developed simulation procedures for the ball animation
- 2022-05-16 18:54:53下载
- 积分:1
-
股票数据读取接口delphi
股票数据读取接口Delphi源码,RSR证券实时行情显示
股票数据读取接口Delphi源码,RSR证券实时行情显示,应用了RSRStock.dll控件,更新日志:2010.10.27:
增加采用注册回调函数方式获取数据,详细函数声明请参考 uFunction.pas 相关数据结构声明请参考 TDXGrobal.pas,以S_打头的均为注册回调函数的函数。
以
- 2023-06-21 01:25:03下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1
-
用FTP实现文件同步。首先监测源路径的文件,然后将文件 FTP到远程主机,如果FTP成功,删除源路径的文件。...
用FTP实现文件同步。首先监测源路径的文件,然后将文件 FTP到远程主机,如果FTP成功,删除源路径的文件。-using FTP file synchronization. First Source Monitoring the paper path, and then the file to the remote FTP server, if successful FTP, Path to delete the source document.
- 2022-05-07 02:20:45下载
- 积分:1