登录
首页 » Visual C++ » Netmanag

Netmanag

于 2020-11-14 发布 文件大小:316KB
0 202
下载积分: 1 下载次数: 1605

代码说明:

  网络管理程序。含ping,ftp,smtp等功能 (Network manage app , having ping , ftp and smtp etc)

文件列表:

NetManager
..........\AboutDlg.cpp
..........\AboutDlg.h
..........\ComboEx.cpp
..........\ComboEx.h
..........\Globals.cpp
..........\Globals.h
..........\GlobalsExtern.h
..........\HyprLink.cpp
..........\HyprLink.h
..........\InfoWnd.cpp
..........\InfoWnd.h
..........\NetManager.cpp
..........\NetManager.dsp
..........\NetManager.dsw
..........\NetManager.h
..........\NetManager.rc
..........\NetManagerDlg.cpp
..........\NetManagerDlg.h
..........\NetNode.cpp
..........\NetNode.h
..........\OutputWnd.cpp
..........\OutputWnd.h
..........\PageFiles.cpp
..........\PageFiles.h
..........\PageFilesExeList.cpp
..........\PageFilesExeList.h
..........\PageGeneral.cpp
..........\PageGeneral.h
..........\PageMail.cpp
..........\PageMail.h
..........\PageMailAccount.cpp
..........\PageMailAccount.h
..........\PageMailConfig.cpp
..........\PageMailConfig.h
..........\PageMailDelCurrent.cpp
..........\PageMailDelCurrent.h
..........\PageMailPop3.cpp
..........\PageMailPop3.h
..........\PageMailSmtp.cpp
..........\PageMailSmtp.h
..........\PageNet.cpp
..........\PageNet.h
..........\PageNetList.cpp
..........\PageNetList.h
..........\PagePeople.cpp
..........\PagePeople.h
..........\PagePeopleList.cpp
..........\PagePeopleList.h
..........\PageYou.cpp
..........\PageYou.h
..........\Ping.cpp
..........\Ping.h
..........\PopGet.cpp
..........\PopGet.h
..........\ReadMe.txt
..........\Release
..........\.......\NetManager.exe
..........\res
..........\...\Checked.ico




..........\...\inforoot.ico
..........\...\inforootopen.ico
..........\...\infotext.ico
..........\...\infotextopen.ico
..........\...\line.ico
..........\...\Mail.ico
..........\...\manual.ico
..........\...\net.avi
..........\...\NET.ico
..........\...\Netmanager.ico
..........\...\NetManager.rc2
..........\...\output.ico
..........\...\people.avi
..........\...\People.ico
..........\...\POP3.ico
..........\...\Server.ico
..........\...\SMTP.ico
..........\...\splash.bmp
..........\...\UnChecked.ico
..........\...\User.ico
..........\...\wait.avi
..........\...\You.ico
..........\resource.h
..........\SMTP.cpp
..........\SMTP.h
..........\Splash.cpp
..........\Splash.h
..........\StatLink.cpp
..........\StatLink.h
..........\StatusBar.cpp
..........\StatusBar.h
..........\StdAfx.cpp
..........\StdAfx.h
..........\TabCtrlEx.cpp
..........\TabCtrlEx.h

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

发表评论


0 个回复

  • emailManagementGraduationProject
    这是一个邮件系统源码可以好好学习一下很好用的(This is a mail system source code can study hard like a good use of)
    2009-03-19 20:12:50下载
    积分:1
  • FindMail
    站长写的搜索email地址的程序(Station to write email address search procedures)
    2020-06-26 11:00:02下载
    积分:1
  • vbftp(1)
    不错 (Yes!)
    2006-06-27 11:12:32下载
    积分:1
  • Send
    SMTP的一个例子!VISUAL C(SMTP an example! VISUAL C)
    2008-12-17 11:25:54下载
    积分:1
  • Email
    邮件软件:该程序需要两个服务器,一个用来发送邮件,一个用来接受邮件,一般我们用pop3协议来接收邮件,用smtp协议来发送邮件。(E-mail software: the program requires two servers, one used to send a message, a message to accept the general protocol we use to receive mail pop3, smtp protocol used to send messages.)
    2009-05-28 09:45:34下载
    积分:1
  • IndySockets
    Indy是一套开发网络程序很好的套件,封装了http ftp stmp 等等的协议,这是indy 10在.net2.0上的移植的源代码(Indy is a very good development of network programming packages, Packaging the ftp, http, etc. stmp agreement This is the indy 10. net2.0 the transplant source code)
    2006-12-24 16:51:53下载
    积分:1
  • MFC-ftp
    MFC实现FTP客户端,支持断点续传的ftp,没有用到mfc提供的ftp类(The MFC implementation of the FTP client, support for HTTP, ftp, and did not use mfc ftp classes)
    2012-08-19 10:56:01下载
    积分: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
  • ftp1024
    FTP客户端与服务端源码,请需要学习的同学做下参考,谢谢!(FTP client and server source code, students need to learn to do the next reference, thank you!)
    2013-04-27 14:12:19下载
    积分:1
  • MailRecieve
    说明:  用Visual C++开发的电子邮件接收系统,用于学习用VC开发邮件软件。(Using Visual C++ Developed to receive e-mail system for studying the development of e-mail software with VC.)
    2008-12-03 09:46:45下载
    积分:1
  • 696518资源总数
  • 104569会员总数
  • 24今日下载