登录
首页 » Visual C++ » telnet

telnet

于 2021-01-12 发布 文件大小:676KB
0 392
下载积分: 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 个回复

  • WSAEventSelect_Test_IO
    关于WSAEventselect模型的使用,这个模型和WSAAsyncselect很相像,但是使用方法还是要注意(About WSAEventselect model used is very similar to the model and WSAAsyncselect, but still have to pay attention to use)
    2010-11-08 17:05:04下载
    积分:1
  • company_network
    搭建一个有4个部门的公司网络,包含研发部门、测试部门、管理部门和销售部门,利用局域网模型在一个对象中模拟一个服务器和多个客户端的行为(Set up a department of four corporate network, including R & D department, testing department, management department and sales department, the use of local area network model of an object in the simulation at a server and multiple clients of conduct)
    2009-04-08 19:35:59下载
    积分:1
  • ceshi
    实现本地程序从远程服务器下载文件。保存到本地。同时,具备断点续传的功能。可以在下载一部分的情况下,再次下载从断点处继续下载。(Implement a local program to download files a remote server. Saved locally. At the same time, with the functions of HTTP. You can download a part in the case, once again download continue downloading the breakpoint.)
    2016-10-26 18:07:08下载
    积分:1
  • arpasdfasdf
    编写程序,实现基于ARP协议获取本局域网内全部活动主机MAC地址与IP地址对应关系列表,要求使用Winpcap,手动封装ARP数据包,并实现ARP响应数据包的接收和解析。(programming, ARP-based LAN access to the activities of all MAC address and IP address correspondence list, require the use of Winpcap, manual Packaging ARP packets, and achieve ARP response data packet reception and analysis.)
    2006-12-04 14:44:34下载
    积分:1
  • Space_Environment
    倾情奉献,这是我编的一个电离层的解算程序,里面有各参数的详细说明,希望对大家有所帮助(Portrait of dedication, which I made a solution of the ionosphere counting procedures, which have a detailed description of each parameter, and they hope to help everyone)
    2008-04-19 13:35:16下载
    积分:1
  • MY_ping_command(1)
    Visual C++ 平台下实现ping命令过程,包括打包发送接受解包等 对网络编程初期学习者很有帮助
    2011-04-23 12:55:18下载
    积分:1
  • filetransserver
    务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。 (side is based on the Treasury select I/O model. To prevent the program interface obstruction, a son threaded socket for receiving continuous and select which of treatment. Only one client thread function, but its high efficiency, long-distance directory can be used to exchange documents requested size, creating a number of threads to download files. Upload a file transfer and downloading, and the transmission of the project, specifically referring to transfer files downloaded.)
    2007-04-19 10:07:59下载
    积分:1
  • myOwnServer002
    我的网络编程作业,服务器端的应用程序,与myOwnClient001一起使用(my network programming operations, the server-application procedures used together with myOwnClient001)
    2007-04-01 08:19:48下载
    积分:1
  • Joker-Hacks-Dayz-Sa
    Another Dayz SA hack with script r
    2016-02-05 14:06:38下载
    积分:1
  • InstantMessaging
    简单的网络聊天文件传输程序 可以 0.普通聊天(文字、图片) 1.聊天室 2.传输文件(断点续传) 3.共享屏幕 4.白板 5.视频、音频聊天(Simple network chat file transfer program can 0. General chat (text, images) a chatroom 2. Transfer files (HTTP) 3. Shared screen 4. Whiteboard 5 video and audio chat)
    2013-08-26 22:14:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载