登录
首页 » Visual Basic » Netr

Netr

于 2009-09-14 发布 文件大小:234KB
0 241
下载积分: 1 下载次数: 11

代码说明:

  VB网络监视传输、消息发送实例 网络监视传输、消息发送实例

文件列表:

DIjpg.dll
网络监控客户端
..............\Connection.dat
..............\DIJPG Dll INFO.txt
..............\Forms
..............\.....\frm_client.frm
..............\.....\frm_client.frx
..............\.....\frm_freeze.frm
..............\.....\frm_freeze.frx
..............\.....\frm_informationbox.frm
..............\.....\frm_inputmessage.frm
..............\.....\frm_message.frm
..............\Modules
..............\.......\mod_commands.bas
..............\.......\mod_getsysdata.bas
..............\.......\mod_lockxp.bas
..............\.......\mod_lowlevelhook.bas
..............\.......\mod_screencapture.bas
..............\MSSCCPRJ.SCC
..............\NetMan Client.PDM
..............\NetMan Client.vbp
..............\NetMan Client.vbw
..............\NMC.exe
..............\VB9B.tmp
..............\VB9E.tmp
..............\VBA0.tmp
网络监控服务器端
................\Forms
................\.....\frm_about.frm
................\.....\frm_about.frx
................\.....\frm_childcapture.frm
................\.....\frm_childcapture.frx
................\.....\frm_commands.frm
................\.....\frm_commands.frx
................\.....\frm_falsemsgbox.frm
................\.....\frm_falsemsgbox.frx
................\.....\frm_keystrokes.frm
................\.....\frm_keystrokes.frx
................\.....\frm_mdicaptures.frm
................\.....\frm_mdicaptures.frx
................\.....\frm_newpassword.frm
................\.....\frm_newpassword.frx
................\.....\frm_passcheck.frm
................\.....\frm_passcheck.frx
................\.....\frm_passwordscreen.frm
................\.....\frm_passwordscreen.frx
................\.....\frm_server.frm
................\.....\frm_server.frx
................\.....\frm_useredit.frm
................\.....\frm_useredit.frx
................\.....\frm_users.frm
................\.....\frm_users.frx
................\Login.dat
................\Modules
................\.......\mod_login.bas
................\.......\mod_main.bas
................\MSSCCPRJ.SCC
................\NetMan Server.PDM
................\NetMan Server.vbp
................\NetMan Server.vbw

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

发表评论

0 个回复

  • debug
    详尽阐述了如何在VC的IDE下进行调试,并且在后半部分,还说明了写VC代码的注意事项,以及避免出错的方法。(Elaborated on how the VC IDE for debugging, and in the second half, also explains the precautions write VC code, as well as ways to avoid making mistakes)
    2013-10-06 21:41:24下载
    积分:1
  • arts_debug
     调试对于软件的成败至关重要,正确使用恰当的调试工具可以提高发现和改正错误的效率。本书详细介绍了 3种调试器,gdb用于逐行跟踪程序、设置断点、检查变量以及查看特定时间程序的执行情况, ddd是流行的 gdb的 gui前端,而 eclipse提供完整的集成开发环境。书中不但配合实例讨论了如何管理内存、理解转储内存、跟踪程序找出错误等内容,更涵盖了其他同类书忽略的主题,例如线程、客户 /服务器、gui和并行程序,以及如何躲开常见的调试陷阱。(Debugging for is vital to the success of the software, the proper use of appropriate debugging tool can improve the efficiency of discovery and correct mistakes. Book introduces in detail three kinds of debugger, GDB for tracking procedures, set breakpoints, line by line check variables and checking their specific time execution of DDD is popular the GDB GUI front-end, and eclipse provides a complete integrated development environment. The book not only cooperate with examples to discuss how to manage the memory, understanding, memory dump and trace program error, more covers other similar books ignore themes, such as threads, client/server, GUI, and the parallel program, debugging and how to avoid common pitfalls.)
    2013-08-03 14:53:53下载
    积分:1
  • interior-ballistic
    底排弹内弹道计算程序,使用VB编制,带有计算结果及附图可供参考(Interior Ballistic Caculate)
    2013-05-04 21:52:32下载
    积分:1
  • StockManager
    自己编的基金管理系统,用vc编写,当时学管理信息系统时写的,还有实验报告(Compile their own fund management system, with vc writing, school management information system was written, as well as experimental report)
    2009-11-01 22:43:34下载
    积分:1
  • Hongkuangs
    vc作图,已画好的红框随着鼠标的移动而移动,当鼠标点击后,红框停在鼠标点击的位置后再变化(vc mapping, has drawn a good red frame and moves with the mouse when the mouse click, mouse click to stop the red line and then change position)
    2014-06-20 20:52:06下载
    积分:1
  • baseCla
    利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。(err)
    2007-12-18 16:30:58下载
    积分:1
  • 有关无闪烁刷屏技术
    有关vc的无闪烁刷平技术,介绍的东西非常有用(vc of the Brush- Flicker-free technology, the introduction of very useful things)
    2005-01-17 11:39:16下载
    积分:1
  • circlescan
    计算机图形学中的圆的扫描显示,逐点扫描显示一个园,用MFC编程(Computer Graphics in the scan shows a round, point by point scan revealed a park, using MFC Programming)
    2007-12-11 13:36:15下载
    积分:1
  • sclcqj1.0
    VB排课源代码,附人工+排课系统说明书。(Arranging VB source code, with instructions manual+ Arrangement System)
    2010-10-10 21:13:00下载
    积分:1
  • mapbasic
    此源码为mapbasic基站三叶草源码,通过此源码编译后生成的插件可以生成基站三叶图。(This source base station for the mapbasic clover source, compiled by the source plug-ins generated by the base station can generate clover map.)
    2021-04-20 13:48:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载