搜索资源列表
cal2006
- C语言课程设计作品 功能:仿Windows的自带计算器 环境:DOS 大小:800多行 特色:图形界面,支持鼠标,算法稍有复杂 -C language curriculum design works functions : imitation of the Windows calculator own environment : DOS Size : more than 800 firms characteristics : a graphical interface, mouse suppor
easyftp_s
- c++ 编写的ftp 客服端 图形界面 可上传 下载 包括源码
HelloFriend_chat
- 局域网聊天程序,visual c++编写,带有友好的图形界面,功能丰富,便于操作
Linux下c语言开发的聊天工具
- Linux下c语言开发的聊天工具,gtk库生成图形界面,socket
ARPAttacker
- 用C++编写的在局域网内进行ARP扫描和攻击的工具,有MFC图形界面,功能包括网段内所有机器ip与mac地址的扫描获取,攻击方式包括泛洪攻击和有针对性的中间人攻击-In the LAN ARP scan and attack tool written in C, MFC graphical interface, features include network segment all the machines ip and mac Address scan for the attack, i
chat
- 自己写的一款linux下的聊天软件,有群聊,私聊,管理员管理等功能,客户端使用qt图形界面,服务器端用c语言-Wrote it myself under a linux chat software, there are a group chat,私聊, the administrator management functions, using qt graphical client interface, server-side using c language
cs
- Debug较大,不得于上传,已删。下载的朋友可自行运行得到exe文件。 系统是实现一个有图形界面的网络聊天室,是基于面向连接的流式通信协议TCP。该系统是利用VC++6.0进行较复杂的网络编程,完成网络聊天室的设计及编写。C++语言有SOCKET套接字,基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序一般分为服务器端和客户端两部分。-System is to achieve a graphical interface, online chat rooms, is
oxcgtk-vnc_280809.tar
- vnc的C语言实现,可以使用vnc协议来凝结vncserver,访问用户图形界面。类似mstsc,该代码用于配合openxencenter,做了定制-vnc the C language, you can use vnc protocol setting vncserver, access to graphical user interface. Similar mstsc, the code used in conjunction with openxencenter, custom made
FeiQChatClient
- 基于C/S模型的Winsock网络编程,网络聊天程序,在VC MFC下创建图形化界面,此工程为飞Q客户端(Client),可以发送消息,可以点对点传输文件,支持多线程-Based on C/S model Winsock network programming, network chat program, the VC MFC to create a graphical interface, this project fly Q for the client (Client), can send
jisuanjiwangluoshiyan
- 计算机网络实验源代码 路由器算法 用c语言实现的 有一定的图形界面-the source code of routing with some graphic show
student
- c++课程设计聊天程序,MFC,具有图形界面,具有聊天功能-chat c++ curriculum design process, MFC
linpop
- linux下的局域网通信软件,自定义报文格式,基于C/S架构,运用了linux网络编程,线程,mysql数据库编程等知识。图形界面运用gtk-2.0-LAN communication software under linux
Chat
- 局域网即时聊天系统,C/S模式;java TCP Socket;多线程程序设计;java图形界面设计;私聊;群聊;更新用户列表;上、下线提醒;脏话过滤-LAN instant messaging system, C/S mode java TCP Socket multi-threaded programming java graphical user interface design whisper group chat update the user list on the a
Scanner
- c++实现的端口扫描器,又有好的图形界面使用MFC来实现的,不过是比较简单,扫描的效率不是很高,有事有点慢-c++ implementation of the port scanner, have a good graphical interface implemented using MFC, but is relatively simple and scanning is not very efficient, something a bit slow
email
- 本程序是用c#图形界面编写的一个用于发送邮件的小程序-This procedure is written in c# graphical interface used to send mail to a small program
OMNeTPPP4.0PINETMANET
- 基于离散事件的OMNeT++,是一个免费的、开源的多协议网络仿真软件,在网络仿真领域中占有十分重要的地位。OMNeT++英文全称是Objective Modular Network Testbed in C++,是近年来在科学和工业领域里逐渐流行的一种基于组件的模块化的开放的网络仿真平台。OMNeT++作为离散事件仿真器,具备强大完善的图形界面接口。-the dowload/install of OMNeT+++4.0 and INETMANET
chat
- 网络聊天小程序,使用数据库登录验证,可以可以实现私聊和群聊功能,图形界面,了解学习socket-A little chat program which is good for learning c++.It is with odbc to login in.You can chat with all online or chat privately.Bisides,you will know something of socket.
PING--and-TCP--network-system
- 源代码包含如下两个文件夹: (1)ping:是ping项目的实现代码,用Visual C++ 6.0来调试。 (2)TCP:是TCP项目的实现代码,用Visual C++ 6.0来调试。 实现文件是CJGL.c,因为涉及到了图形界面,所以使用Turbo C工具来调试。在运行时,必须将EGAVGA.BGI文 件和程序文件放在统一目录下。-The source code contains the following two files folder: (1) ping: pi
cal
- 使用Qt图形工具编写的C++图形界面计算器,武大国软UNIX作业。-A calculator with GUI using Qt and C++
Visual C实现POP3邮件接收程序
- 用pop3实现邮件的接收功能,图形化界面,基于MFC(please read Chinese comments,thank you)