登录
首页 » Visual C++ » telnet

telnet

于 2021-01-12 发布 文件大小:676KB
0 389
下载积分: 1 下载次数: 9

代码说明:

  自己实现的telnet的服务器端和客户端源码,VC2010实现(Their implementation of Telnet server and client source code, VC2010 implementation)

文件列表:

telnet
......\arrow.cur,326,2014-03-29
......\arrowcop.cur,326,2014-03-29
......\Debug
......\.....\calculator.exe,57344,2014-04-29
......\.....\send.exe,65536,2014-04-12
......\GetID.cpp,1217,2014-04-12
......\GetID.h,1366,2014-04-12
......\MainFrm.cpp,2507,2014-03-19
......\MainFrm.h,1581,2014-03-19
......\nodrop.cur,326,2014-03-29
......\ommand.cpp,914,2014-03-19
......\ommand.h,1181,2014-03-19
......\ReadMe.txt,4311,2014-03-19
......\Release
......\.......\GetID.obj,11710,2014-05-19
......\.......\MainFrm.obj,12792,2014-05-19
......\.......\ommand.obj,9146,2014-05-19
......\.......\send.exe,57344,2014-04-29
......\.......\StdAfx.obj,774,2014-05-19
......\.......\telnet.exe,40960,2014-05-19
......\.......\telnet.obj,16313,2014-05-19
......\.......\telnet.res,9248,2014-04-12
......\.......\telnetDoc.obj,9239,2014-05-19
......\.......\telnetView.obj,32989,2014-05-19
......\.......\vc60.idb,74752,2014-05-19
......\res
......\...\bitmap1.bmp

......\...\telnet.rc2,398,2014-03-19


......\resource.h,1140,2014-04-12
......\StdAfx.cpp,208,2014-03-19
......\StdAfx.h,1102,2014-03-19
......\telnet.aps,31612,2014-05-04
......\telnet.clw,3057,2014-05-04
......\telnet.cpp,4303,2014-03-19
......\telnet.dsp,5122,2014-03-29
......\telnet.dsw,719,2014-03-29
......\telnet.h,1356,2014-03-19
......\telnet.ncb,99328,2014-05-19
......\telnet.opt,59904,2014-05-19
......\telnet.plg,2117,2014-05-19
......\telnet.rc,13647,2014-04-12
......\telnet2
......\.......\Debug
......\.......\MainFrm.cpp,2508,2014-03-29
......\.......\MainFrm.h,1581,2014-03-29
......\.......\ReadMe.txt,4335,2014-03-29
......\.......\res

......\.......\...\telnet2.rc2,399,2014-03-29


......\.......\Resource.h,533,2014-03-29
......\.......\StdAfx.cpp,209,2014-03-29
......\.......\StdAfx.h,1102,2014-03-29
......\.......\telnet2.aps,28672,2014-03-29
......\.......\telnet2.clw,2245,2014-03-29
......\.......\telnet2.cpp,4321,2014-03-29
......\.......\telnet2.dsp,4576,2014-03-29
......\.......\telnet2.h,1367,2014-03-29
......\.......\telnet2.plg,1135,2014-03-29
......\.......\telnet2.rc,10662,2014-03-29
......\.......\telnet2Doc.cpp,1838,2014-03-29
......\.......\telnet2Doc.h,1486,2014-03-29
......\.......\telnet2View.cpp,2947,2014-03-29
......\.......\telnet2View.h,1880,2014-03-29
......\telnetDoc.cpp,1742,2014-03-19
......\telnetDoc.h,1475,2014-03-19
......\telnetproto.h,460,2014-03-30
......\telnetView.cpp,10047,2014-04-29
......\telnetView.h,2326,2014-04-29
telnetserver
............\Debug
............\.....\MainFrm.obj,20595,2014-05-19
............\.....\output.txt,64,2014-05-19
............\.....\recv.exe,0,2015-03-07
............\.....\StdAfx.obj,106681,2014-05-19
............\.....\telnetserver.exe,127036,2014-05-19
............\.....\telnetserver.ilk,469024,2014-05-19
............\.....\telnetserver.obj,23562,2014-05-19
............\.....\telnetserver.pdb,476160,2014-05-04
............\.....\telnetserver.res,7520,2014-05-04
............\.....\telnetserverDoc.obj,15150,2014-05-19
............\.....\telnetserverView.obj,52052,2014-05-19
............\.....\vc60.idb,238592,2014-05-19
............\.....\vc60.pdb,446464,2014-05-04
............\MainFrm.cpp,2497,2014-03-20
............\MainFrm.h,1468,2014-03-20
............\ReadMe.txt,4455,2014-03-20
............\recv.exe,119000,2014-03-30
............\Release
............\.......\output.txt,0,2014-04-29
............\.......\recv.exe,57400,2014-04-29
............\res

............\...\telnetserver.rc2,404,2014-03-20

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

发表评论

0 个回复

  • socket
    这是一个简单的socket编程例子,非常适合刚接触socket编程者。程序简单、可用、易于理解。是个很好的socket范例。(A simple socket programming examples. Suitable for beginners. Program is simple, available, easy to understand. Is a good example of socket programming.)
    2013-09-16 15:38:21下载
    积分:1
  • ddos
    说明:  ddos,一个很好的DDOS工具。。。。。。(ddos a intersing software)
    2020-06-19 09:15:41下载
    积分:1
  • szdstx
    VC written program startup window style, debugging in VC through
    2018-10-21 12:54:27下载
    积分:1
  • LLK-game-Visual-CPP-MFC
    连连看服务器游戏对战平台软件包括服务端和客户端源代码,服务端采用IOCP机制,可实现多人联网对战,并带有项目说明文档,源代码标有注释。并且游戏界面十分美观。(Battle Snake game server platform software, including server and client source code, the server uses IOCP mechanism, enabling networked multiplayer gaming, and with the project documentation, source code is marked with comments. And the game interface is very beautiful.)
    2020-12-02 20:19:26下载
    积分:1
  • script11
    ghost之后自动修改计算机名和工作组,并且可以根据mac地址来制定计算机名(ghost after automatic modification of computer and the work group, and under the mac address to develop computer name)
    2007-05-18 10:21:55下载
    积分:1
  • ScanPort
    说明:  MFC实现多线程 简单端口扫描程序 能自定义线程数量及扫描端口范围(MFC simple multi threaded port scanner can scan a custom port number and scope of the thread)
    2020-11-25 00:49:38下载
    积分:1
  • syn
    SYN Flood是当前最盛行的DoS(拒尽服务进攻)与DDoS(散布式拒尽服务进攻)的方法之一,这是一种利用TCP协议缺点,发送大批伪造的TCP连接请求,从而使得被进攻方资源耗尽(CPU满负荷或内存不足)的进攻方法。(SYN Flood is one of the most popular DoS (refuse to do service attack) and DDoS (Distributed refuse to do service attack), which is a Use the TCP protocol shortcomings, sending a large number of forged TCP connection requests, making the offensive resource exhaustion (CPU full load or memory) Offensive....)
    2012-02-24 21:09:08下载
    积分:1
  • CopyQQ2
    仿造QQ写的一个聊天程序,用于学习网络编程, 熟悉网络编程的知识(Fake QQ write a chat program for learning network programming)
    2012-05-15 14:55:14下载
    积分:1
  • RipEmurator
    说明:  Rip协议实现 仿真器, 技术上包括Qt TableView,UDPSocket。(Emulator Rip protocol implementation, technically, including Qt TableView, UDPSocket.)
    2021-04-20 21:18:50下载
    积分:1
  • UDPdatatrasmission
    利用UDP协议实现两台计算机点对点之间的数据传输和聊天功能(Using UDP protocol between two computers peer-to-peer data transfer and chat features)
    2009-05-11 12:50:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载