本程序可获取本地网络端口状态,通过IP地址,获取端口号、端口状态、连接次数...让用户清楚本地网络的安全性。-this program will be able to acquire state of the local network port, IP address, access to the port, the port state, ... and the number of connected users a clear understanding of the local network security. 下载
控件特性:活动的RAS连接到INTERNET通知;断开INTERNET连接通知;RAS拨入设备完整状态信息及连接状态;返回PC系统的当地IP地址和主机名;返回拨号连接的RASClient分配的INTERNET地址和主机名;返回拨号连接的RASServer ISP服务器地址和主机名;挂断任何活动状态的RAS连接的函数;操作简单,容易与任何应用项目集成。有提示屏幕。- 下载
在Linux系统环境下,运用GTK+2.0编程工具和C开发语言,实现了对一个局域网内的主机IP地址的扫描、端口扫描和在建立连接通信下TCP状态转移的分析 注:压缩文件并没用GZ压缩,一个归档文件,去掉后缀.gz即可-in Linux environment, the use of GTK 2.0 programming tools and the C development language, the right one to achieve the mainframe LAN IP address scanning, port scanning and the establishment of communication links TCP state transition analysis Note : do not use compressed files GZ compression, a document archiving and remove the suffix. gz can 下载
这是一个两人聊天室,在局域网中使用。只要输入对方的IP地址或对方的计算机名字就可以和对方悄悄聊天拉 功能介绍: 1)发送按纽为无效的,方便使用吧! 2)在你点击了“中断了”按纽后,就会进入“连接中”状态,而且变为无效按纽,这就避免了多次点击“连接”按纽后会出现错误。  3)在你点“中断了”按纽后在IP地址的地方会出现时间  4)还有在当对方来消息后,会提醒你——发亮。  还有在上面的接受消息匡里自己的话和对方的话都能出现在里面。  ……………………  ……………………  …………………… 当然还有搞不出来的地方。 就是如果想改变IP地址很不同的人聊天的话,要是能够在不关闭窗体的情况下自己段开就好了。还有怎样把“连接”和“发送”按纽合并成一个按纽就好了。 呵呵呵呵。 -This is a two chat rooms, the use of the LAN. Enter the IP address of the other party or the other name on the computer and can pull the other functions chatting quietly introduced : 1) send button to be invalid, convenient! 2) In your clicking on the "suspended" button and then go into the "link" state, but also become null and void button, which avoid the hits "connect" button will happen after the errors. 3) In your point "interrupted" button after the IP addresses of the places, times four) in there when the other person to the news, it will remind you -- and shiny. In the above still receive information Kuang his own words and then the other side can arise inside. ... ... ... ... ... ... ... ... ... ... ... ... Of course, they did not make the s 下载
整站的ASP源程序,功能有 1,采用缓存技术,访问速度大大提前。 2,各频道可应该不同风格。 3,IP限定功能。 4,脏话过滤功能,注册字符过滤。 5,小型商品订购,管理。 6,网站状态可设为打开或关闭。 7,各频道分级目录。 8,可直接执行SQL语句。 9,后台管理员跟前台用户管理对应,大大增强安全性。 10,站内短信。 11,频道功能增强,友情连接增强。 12,充值卡管理(此充值程序不同于动力362)。 13,无限下载地址添加! 14,无限图片地址添加! 15,上传文件按用户ID和随机数组合(这样可很容易分出是哪个用户上传的。上传的软件在考虑安全的同时,可保留原文件名模式。) 16,支持动力351和自由动力362升级。 17,图片可选择是否提供下载。 18,强化在线编辑器(采用ewebeditor 2.8) 19,下载说明和图片说明采用编辑器(支持HTML) 20,加强了安全问题及上传过滤。 21,软件和图片经过防盗连处理。 22,可自定义FOS组件名称。 22,Html脚本过滤。 -whole point of ASP source, a function, using caching technology, visit pace much sooner. 2, the channel will be different styles. 3, IP limited function. 4, mouths filtering function, registered character filtering. 5, small merchandise ordering, management. 6, the website can be set to open the state or closed. 7, the channel classification directory. 8, can be directly executed SQL statements. 9, background administrator user management front Taiwan counterparts, greatly enhancing safety. 10, the station messaging. 11, the channels function and enhance friendship link. 12, Charge Card Management (These procedures different from the rechargeable power 362). 13, unlimited download add addresses! 14, adding unlimited addresses Photo! 15. Upload file by user ID and random number combina 下载
对远程计算机进行监控,关机或重起等资源名利用Delphi实现网络监控系统 摘要 本文详细阐述了如何用DELPHI开发网络实时监控系统,该系统可使网络管理员随时监控到网络中任何一台计算机的操作状态,若该机有违规行为,可通过本系统采取措施禁止其操作,还实现了程序的隐藏、托盘图标、加入注册表自动启动项等技术。到被控机的当前屏幕,看操作员在干什么。远程关机:可以关闭被控的计算机。远程重启:可以重新启动被控的计算机。锁定机器:封锁被控机的操作,键盘、鼠标操作都无效。机器解锁:解除对被控机的封锁。三、代码编写1、 控制端主窗体设计如效果图,各控件名称如下表:名称 控件类型 标题 用途HscrollB TScrollBar 滚动图像VScrollB TscrollBar 滚动图像Label1 Tlabel 显示文字Ipbox TcomboBox 显示IP地址列表RadioGroup1 TRadioGroup 美化界面Cuts TradioButton 截屏选择Cloma TradioButton 关机选择Restart TradioButton 启动选择Lock TradioButton 锁定选择Unlock TradioButton 解锁选择Button1 Tbutton 添加IP地址Button2 Tbutton 执行指令Button3 Tbutton 关闭界面Button4 Tbutton 连接监控端ImPanel TPanel 美化界面Image Timage-the remote computer monitoring, shutdown or restart from the use of resources such as Delphi Network Monitoring System Abstract This paper describes how to use Delphi to develop real-time network monitoring system that enables network administrators to monitor the network at any time any of a computers operating status, if the aircraft are violations , the system can take measures to stop its operation, has achieved the procedure hidden tray icon, joined the registry items such as automatic failover technology. Machine charged to the current screen, the operator can do. Remote shutdown : It closed charged with computers. Remote resume : can restart the computer charged. Lock machines : the blockade was charged with machine operation, keyboard, mouse operation has been ineffective. Unl 下载
灰鸽子vip2008 8051 keyboard scan huffman码书 小波变换 源代码 delphi iar ucos ii 3d编程 id3算法实现 xmsdsk下载 图形lcd程序 java 鼠标 自动 隐藏 opengl md3 model number plate recognition java vb mo开发 自适应阈值 算法 分割 代码 winsocket 源程序 vc rtcp redhat9手册 isp1582 pb excel导出 数字图像处理课程设计 nrf2401 例程 多边形 反走样 代码 c 文本解析 ahp计算程序下载 遗传算法改进神经网络 文件对比 源码 vc 数字输入键盘 c51混合编程 支持向量回归机代码 st7565r 源程序 php snmp 开发 lpc2103程序 ssl 源码 pb导出数据窗口 sip通讯 源码 skype 机器人 vc activex安装 (c ) (stl) (经典书籍) matlab 画半球 c 语言 基础 算法 高斯坐标 大地坐标 下载 51 avr 移植 md5加密解密算法 类似qq的vb源码 用java求方程的根 vc 并口编程 扫描操作系统类型代码 usb端口控制程序 matlab 自适应控制 加法器 vhdl