搜索资源列表
Telnet协定远端登陆VC源代码
- Telnet协定远端登陆VC源代码 TelnetServer::setServer(int nPort, int nMaxConnects, char connectMsg[9999], char serverFullMsg[9999]) { int lcv; if (nMaxConnects < 1) { nMaxConnects = 1; } if (nMaxConnects > 100) { nMaxConnects = 100; } PORT =
NPort
- NPort.cpp : 显示端口及对应的文件名,相当于Netstat -noa命令. 适用于XP及较高级版本. -NPort.cpp: display port and the corresponding file name, which is equivalent to the command Netstat-noa. Applies to XP and higher versions.
NPort5000Vb
- MOXA NPort 5000 串口网络服务器VB编程实例-MOXA NPort 5000 serial network server VB programming examples
NPort
- VC++实现的用于查看本机开放端口的状态的源码。-Used to view the open ports of the machine VC++ to achieve the status of the source.