Welcome![Sign In][Sign Up]
Location:
Search - 网络自动断开

Search list

[Otheripwangguan

Description: IP网关登陆 学校生活区上网都需要ip网关登录,每次都要打开ip网管登录页面填写信息,才能上网,总感觉麻烦的很。一直都有一个想法把ip网管登录,用mfc实现,给广大同学们提供方便,作了一个基于对话框的应用程序 。当然本人能力有限,只是初步实现了连接网络、断开连接等核心功能,下一步有必要让程序能随windows启动实现自动登录、断开功能,网络流量监测,最小化进入托盘区等功能。
Platform: | Size: 31570 | Author: qinpanke | Hits:

[SymbianSymbian全局长按键录音上传到网络

Description: 本程序只要开着,在任何界面下长按C键开始录音,再次长按C键停止录音,并给全局提示是否上传至网络.上传完成后网络自动断开.无接入点提示.
Platform: | Size: 205855 | Author: saiv000@126.com | Hits:

[WinSock-NDISTCP实现客户服务器聊天程序

Description:

 

操作系统课程设计任务书


一、设计题目:多机进程通信

应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。
二、设计思路和功能的详细描述
采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务器端和聊天客户端两个程序,实现的功能是:任意一台装有客户端程序的计算机都可以通过服务器端的IP地址与服务器相连,然后进入聊天室与连接到服务器的其他客户进行聊天。当客户聊天结束时,可以点断开与服务器断开连接,以释放进程让其他等待的客户进入聊天室,本聊天室最大同时支持50个客户端的连接,如果服务器配置较高可以修改程序来增加同时连接数。
三、采用的方法、技术、运行环境及其配置
本聊天程序采用TCP协议,用VC++编写,属于客户机/服务器模式。采用了多线程的机制。其中使用windows Sockets实现多台计算机(多个进程)间的通信,SOCKET实际在计算机中提供了一个通信端口,可以通过这个端口与任何一个具有SOCKET接口的计算机通信。应用程序在网络上传输,接收的信息都通过这个SOCKET接口来实现。客户机/服务器模式中客户应用程序向服务器程序请求服务。一个服务程序通常在一个众所周知的地址监听对服务的请求,也就是说,服务进程一直处于休眠状态,直到一个客户对这个服务的地址提出了连接请求。在这个时刻,服务程序被“惊醒”并且为客户提供服务即对客户的请求作出适当的反应。本聊天程序就是基于这中思想实现的,程序分为两大部分:TCP聊天服务器端和TCP聊天客户端。两者都拥有各自的SOCKET接口,其中服务器端SOCKET接口需要绑定到固定地址上(实现语句:ock=Socket(AF_INET,SOCK_STREAM,0);),等待客户端的连接(实现语句:listen(sock,5);)。等待客户端的连接的过程就是通过多进程机制来实现的。
聊天程序是在VISUAL C++6.0上编译实现的,在WINDOWS2000,XP上测试运行成功。
对客户计算机配置无特殊要求,由于所设置的最大连接进程为50,所以对服务器要求也不高。
四、关键源程序及其详细的注释
<一>、服务器端
1
、Socket初始化
//
初始化对话框
BOOL CCSocketDlg::OnInitDialog()
{

count=0;

m_list.InsertColumn(0,"消息");

m_list.SetColumnWidth(0,435);

m_edit.SetLimitText(99);

.

.

.

.

 


Platform: | Size: 55808 | Author: lenjear | Hits:

[Otheripwangguan

Description: IP网关登陆 学校生活区上网都需要ip网关登录,每次都要打开ip网管登录页面填写信息,才能上网,总感觉麻烦的很。一直都有一个想法把ip网管登录,用mfc实现,给广大同学们提供方便,作了一个基于对话框的应用程序 。当然本人能力有限,只是初步实现了连接网络、断开连接等核心功能,下一步有必要让程序能随windows启动实现自动登录、断开功能,网络流量监测,最小化进入托盘区等功能。-IP Gateway landing areas of school life requires Internet gateway ip login every time to open the login page fill in ip network management information, in order to access, with a total feeling very troublesome. Have always had a mind to ip network login, use mfc realize, to the vast numbers of students to provide convenient, made a dialog-based applications. Of course I am limited capacity, only a preliminary to achieve the connection network, disconnected from the core function, the next step it is necessary to allow the procedure to start automatically with windows registry, disconnect function, network traffic monitoring, minimizing into the tray area functions.
Platform: | Size: 31744 | Author: qinpanke | Hits:

[Internet-NetworkMonitorClientApp

Description: 监控软件的客户端: 1.采用select模型; 2.采用多线程进行网络的接收和发送; 3.网络断线自动断开;-Monitoring software client: 1. The use of select models 2. Using multi-threaded network of receive and transmit 3. Network disconnected automatically disconnect
Platform: | Size: 248832 | Author: jiqiubo | Hits:

[TCP/IP stackSSVSPM

Description: 直接运行批处理文件install.bat即可. VCP 虚拟串口软件可以将TCP/IP 连接映射成本机的虚 拟COM 口,应用程序通过访问虚拟串口,就可以完成远 程控制、数据传输等功能. VCP特点: 支持多虚拟串口映射 收发采用多线程架构 支持虚拟串口参数同步指 网络断开后自动连接 具有实时虚拟串口数据传输监控 适应范围: 可以将任何使用TCP/IP或UDP广播方式传输数据的 嵌入式设备虚拟成本机的COM口,包括串口服务器, 无线DTU或其它各类嵌入式以太网和TCP/IP设备-Install.bat run batch file directly to. VCP software virtual serial port can be TCP/IP to connect the cost of mapping the virtual COM port machine, the application by visiting a virtual serial port, you can complete the remote control, data transmission and other functions. VCP features: support many virtual serial port mapping to send and receive multi-threaded architecture supports virtual serial port parameters simultaneously refers to the network automatically disconnect the virtual serial port to connect with real-time data transmission to adapt to the scope of monitoring: You can use any TCP/IP or UDP broadcast transmission data on the cost of embedded devices Virtual Machine COM port, including the serial servers, wireless DTU, or other types of embedded Ethernet and TCP/IP equipment
Platform: | Size: 3277824 | Author: 蔡生 | Hits:

[Program docWiFi-URAR-RS232

Description: 产品描述 ◆ SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接; ◆ 模块简洁、体积小,22*60*7 mm; ◆ 用户接口开发简单快捷,串口驱动 ; ◆ MSC51/PIC/ARM7 等 8、32位单片机轻易驱动,驱动代码极少; 产品参数 ◆ 支持UART数据接口,波特率:19.2k / 38.4k / 57.6k / 115.2k bps ; ◆ 无线数据速率支持802.11b,最高速率11M ; ◆ 集成802.11 MAC协议软件功能; ◆ 支持基础网络中的STA应用; ◆ 支持OPEN/WEP方式的鉴权; ◆ 支持共享密钥方式的wep64/wep128数据加密传输; ◆ 在自动联网模式下,模块能自动扫描目标网络,断线自动重连 ; ◆ 在手动联网模式下,通过命令触发连接和断开,用户灵活控制; ◆ 支持RAW/UDP/TCP格式的网络数据传输; ◆ 支持7组基本参数设置,最多可以连接7个目的网络; ◆ 支持通过用户接口进行参数配置; ◆ 支持固件程序通过网络在线升级; ◆ 支持外接天线,UFL接口,发射功率最大100mW,接收灵敏度-90dBm ◆ -SKLDFJSDLFJADSLFJKL
Platform: | Size: 71680 | Author: 陈坚胜 | Hits:

[Internet-NetworkServer_v0.2

Description: 利用WinSock2.2实现网络通信. 具有判断客户端断开连接、自动保存通信日志等功能-WinSock2.2 achieved using network communications. Have to determine the client is disconnected, auto-save functions such as communication logs
Platform: | Size: 5115904 | Author: mn | Hits:

[OtherWIFI-RS232M01-mannul

Description: 产品描述 ◆ SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议, 接口信号5V、地、RX 、TX 四线连接; ◆ 模块简洁、体积小,22*60*7 mm; ◆ 用户接口开发简单快捷,串口驱动 ; ◆ MSC51/PIC/ARM7 等 8、32 位单片机轻易驱动,驱动代码极少; 产品参数 ◆ 支持UART数据接口,波特率:19.2k / 38.4k / 57.6k / 115.2k bps ; ◆ 无线数据速率支持802.11b,最高速率11M ; ◆ 集成802.11 MAC协议软件功能; ◆ 支持基础网络中的STA 应用; ◆ 支持OPEN/WEP方式的鉴权; ◆ 支持共享密钥方式的wep64/wep128 数据加密传输; ◆ 在自动联网模式下,模块能自动扫描目标网络,断线自动重连 ; ◆ 在手动联网模式下,通过命令触发连接和断开,用户灵活控制; ◆ 支持RAW/UDP/TCP格式的网络数据传输; ◆ 支持7 组基本参数设置,最多可以连接7 个目的网络; ◆ 支持通过用户接口进行参数配置; ◆ 支持固件程序通过网络在线升级; ◆ 支持外接天线,UFL接口,发射功率最大100mW,接收灵敏度-90dBm -Main Function   Support for UART data serial, four baud rate options: 19200/38400/57600/115200bps.   Wireless data rates support the 802.11b Standard, the maximum rate is 11Mbps.   Integrate the functions of 802.11 MAC protocol Software.   Support for the STA appliances in the Infrastructure Network.   Support for the OPEN/WEP mode authentication.   Support for the wep64/wep128/ccmp/wpi data encryption transmission in the shared key mode   Support for the automatic networking mode and manual networking mode.   In the automatic networking mode,the module can automatically scan the target network, and automatically connect when disconnection.   In the manual networking mode,operation of connect and disconnect is touched off by order,this supports a flexible control space.   Support the network data transmission in RAW/UDP/TCP format. &#
Platform: | Size: 553984 | Author: Jacky | Hits:

[Delphi VCLIdleTimer

Description: 检查系统空闲时间的控件,在设定空闲时间自动触发事件,在空闲后有初次键盘鼠标动作触发另一事件,用于做单机版程序空闲安全保护或网络程序在空闲时断开,触发后再次连接-Check the system idle time control, set the idle time in the auto-trigger event, in the spare keyboard and mouse actions after the initial trigger another event, used for free stand-alone program or network security procedures in idle disconnect the trigger again Connection
Platform: | Size: 5120 | Author: 陈先生 | Hits:

[OS programVBshangchangguanl_code

Description: 1、 系统功能的基本要求: 前台POS销售系统(基本功能): 1. 商品录入:根据商场业务特点制定相关功能,可以通过输入唯一编号、扫描条形码、商品名称等来实现精确或模糊的商品扫描录入。该扫描录入方法可以充分保证各种电脑操作水平层次的人员均能准确快速地进行商品扫描录入。 2. 收银业务:通过扫描条形码或者直接输入商品名称(对于同类多件商品采用一次录入加数量的方式)自动计算本次交易的总金额。在顾客付款后,自动计算找零,同时打印交易清单(包括交易的流水账号、每类商品的商品名、数量、该类商品的总金额、交易的时间、负责本次收银的员工号)。如果顾客是本店会员并持有本人会员卡,则在交易前先扫描会员卡,并对所购物品全部实行95折优惠,并将所购物品的总金额累计到该会员的总消费金额中。 会员卡的有效期限为一年,满一年未续卡者,该会员卡将被注销。 3. 安全性。POS登陆、退出、换班与操作锁定等权限验证保护;断电自动保护最大限度防止意外及恶意非法操作。 4. 独立作业。特有的断网收银即在网络服务器断开或网络不通的情况下,收银机仍能正常作业。 -1, system function of basic requirements: Receptionist POS sales system (basic function) : 1. According to the mall input: commodity business characteristics to formulating relevant function, can pass import only Numbers, scanning bar code, the name of commodity, etc. To achieve precise or fuzzy commodity scanning typing. The scan input method can fully ensure various computer operation level of all levels of staff can accurately and rapidly merchandise scanning typing. 2. The cashier business: by scanning barcode or direct input commodity name (in similar more pieces of goods by a recorded plus the number of automatic calculation method) the total amount of this transaction. In the customer payment, automatic calculation of change, at the same time printing trade list (including trading account number, each type of flowing water of commodity commodity name, quantity, such ?
Platform: | Size: 643072 | Author: 专业资料 | Hits:

[OS programWindowsApplication1-

Description: 可以监控网络连接状态,可以设定网络断开的话就自动关机。很简单的小程序,方便挂机党让电脑在无人看管的情况下可以自动关机。-Can monitor the network connection status, you can set off the network, then automatically shut down. Very simple procedure, convenient to hang the party can automatically shut down the computer unattended.
Platform: | Size: 155648 | Author: zouzhang | Hits:

[Windows DevelopISSVSPMMn

Description: 直接运行批处理文件install.bat即可.Visual CP 虚拟串口软件可以将TCP/IP 连接映射成本机的虚拟COM 口,应用程序通过访问虚拟串口,就可以完成远程控制、数据传输等功能.Visuual CP特点:支持多虚拟串口映射收发采用多线程架构支持虚拟串口参数同步指网络断开后自动连接具有实时虚拟串口数据传输监控适应范围:可以将任何使用TCP/IP或UDP广播方式传输数据的嵌入式设备虚拟成本 -Directly run the batch file install.bat can to Visual CP virtual serial port software to TCP/IP connection mapped virtual COM port of the cost of machine, the application by accessing the virtual serial port, remote control, data transfer can be completed. Visuual the CP Features: support for multiple virtual serial port mapping to send and receive multi-threaded architecture supports virtual serial port parameters to synchronize the connection with real-time virtual serial data transmission automatically disconnected from the network monitoring to adapt the scope of: using TCP/IP or UDP broadcast mode transmission data embedded virtual cost of equipment
Platform: | Size: 3224576 | Author: guowai | Hits:

[CSharpofflineSource_weiruan

Description: 微软的开源项目,离线模块代码。可以在网络断开后继续进行操作,网络连接后就自动上传。-Microsoft' s open source project, the offline module code. Can be disconnected from the network to continue to operate after the network connection is automatically uploaded.
Platform: | Size: 1324032 | Author: HH | Hits:

[Internet-NetworkChangeIP

Description: 自动换IP。手动断开。显示网络状态和IP地址。-Wrap the IP. Manually disconnected. The IP address of network status.
Platform: | Size: 6144 | Author: JACK | Hits:

[OS programkdljkz

Description: 宽带连接控制源码,定时自动连接断开网络连接。-Broadband connection control source, disconnect the network connection timed automatic connection.
Platform: | Size: 2048 | Author: 林山 | Hits:

[Windows CEGPRSConnect

Description: 用于Win CE 6.0手持机,自动检测是否存在GPRS连接,不存在则建立连接拨号上网,实时监测网络连接情况,发现网络断开则会自动连接拨号上网。-For Win CE 6.0 handheld, automatically detects whether there is a GPRS connection, there is no dial-up connection is established, real-time monitoring of network connectivity, found that the network connection will be automatically disconnected dial.
Platform: | Size: 59392 | Author: 李展峰 | Hits:

[CSharpReflector_8.3.0.93

Description: Reflector_8.3.0.93破解版 安装后运行Reflector,点击菜单Help--->Activate激活。 打开注册机,复制里面的序列号粘贴到激活输入框中。点击下面的Activate开始激活,会提示错误信息,这时断开网络,点击Activate Manually,会弹出一个窗口,将左侧的代码粘贴到注册机的第二个输入框中,会自动生成激活码,将它复制到右侧的激活框中再点击finish即可搞定。 FileDisassembler 使用方法 打开 Reflector ,在 view菜单下的 Add-Ins,将 Reflector.FileDisassembler.dll 添加到里面。然后加载一个需要反编译的dll文件,选中,然后选择 Tools-File Disassembler 打开右侧 File Disassembler 窗口,点击 Generate 按钮就ok啦。-Reflector_8.3.0.93 cracked version
Platform: | Size: 8479744 | Author: 林俊杰 | Hits:

[OS program201505300856

Description: 有时候挂机下载游戏,但是网络断开了,无法进行下载,同时我们也在浪费电,怎么才能让电脑断网关机呢?断网关机休眠工具就可以自动检测网络连接状态并做出相应反应,是您挂机下载的必备工具!本工具不带任何模块,感兴趣可以下载看看哦-Sometimes hang download games, but disconnected the network, and can not be downloaded, and we are also a waste of electricity, how to make the computer off the gateway machine? Sleep off the gateway machine tool can automatically detect the network connection status and react accordingly, it is an indispensable tool for download you hang up! This tool without any module, interested can download and see oh
Platform: | Size: 96256 | Author: 黑色星期天 | Hits:

[Internet-Networknetwork_auto_disconnect

Description: 系统网络断开后,按设置的时间延时自动关机,可选择网卡。-After the network is disconnected, automatically turned off.
Platform: | Size: 27648 | Author: 杨宇 | Hits:
« 12 »

CodeBus www.codebus.net