Welcome![Sign In][Sign Up]
Location:
Search - Socket f

Search list

[Ftp ServerICS_FTPServer

Description: FTPServer ICS 网络 互联网 Socket使用ICS做的FTP服务器程序-FTPServer ICS Socket Internet network using ICS do FTP server
Platform: | Size: 191488 | Author: 凉凉 | Hits:

[VC/MFCWINDOWS__socket18

Description: 本附录介绍一些新的A P I函数,有了这些函数,便可在自己的计算机上对I P协议统计情况 进行查询和管理。它们有助于获得下面的能力: ■ I p c o n f i g . e x e(或适用于微软Windows 95的Wi n i p c f g . e x e):显示I P配置信息,允许释放 和更新D H C P分配的I P地址。 ■ N e t s t a t . e x e:显示T C P连接表、U D P监听者表以及I P协议统计情况。 ■ R o u t e . e x e:显示并处理网络路由表。 ■ A r p . e x e:显示并修改供“地址解析协议”(A R P)使用的I P到物理地址翻译表。-This appendix to introduce some new API functions, these functions can be on your computer to the IP protocol statistics query and management. Their ability to contribute to the acquisition of the following: ■ I pconfig. Exe (or apply to Microsoft Windows 95 s Wi nipcfg. Exe): display IP configuration information, allowing the release and update DHCP allocated IP address. ■ N etstat. Exe: show TCP connection table, UDP Listener Table, as well as IP protocol statistics. ■ R oute. Exe: display and handle the network routing table. ■ A rp. Exe: display and modify for ARP (ARP) to use the IP to physical address translation table.
Platform: | Size: 427008 | Author: 楼洛阳 | Hits:

[Internet-NetworkPSP_RSS_feed-2.0-src

Description: PSP_RSS_feed-2.0-src.zip这是使用C++实现的RSS FEED想学的下载,不错-PSP_RSS_feed-2.0-src.zip This is achieved using the RSS C F EED like the download, it is true
Platform: | Size: 7168 | Author: 邓小 | Hits:

[Ftp Clientlibncftp-3.1.5

Description: linux/unix windows 中的采用socket方式建立连接的ftp源码,已经在很多大型项目使用过。-err
Platform: | Size: 2383872 | Author: nike | Hits:

[Ftp ClientMonoFXP

Description: 基于socket的简单ftp客户端,实现了list、upload、download等功能,使用WxPython开发了图形界面,代码简单清晰-Price coverlet, such as socket cavity Canals ftp Matisse ,户wife of mother
Platform: | Size: 23552 | Author: 张静 | Hits:

[Ftp ClientSocket_FTP060217

Description: winsock编程的经典代码,值得一看,强烈推荐-classic winsock programming code, see, strongly recommend
Platform: | Size: 412672 | Author: 陈勇 | Hits:

[Internet-Networksftp

Description: 利用Windows Socket编写的模拟Ftp的简单文件传输程序,支持windows和linux-The use of Windows Socket prepared a simple simulation Ftp file transfer procedures, support for windows and linux
Platform: | Size: 67584 | Author: krrrr | Hits:

[Internet-NetworkWebCast20061215am_Demo

Description: ASP.NET实战编程(六) 电子商务系统-ASP.NET actual programming (f) e-commerce systems
Platform: | Size: 164864 | Author: haixinjing | Hits:

[source in ebooksocket

Description: 通过socket编程,编写两个独立运行的C++程序,一个为服务器,一个是客户端。 本次作业能实现客户端对服务器的下载文件和上载文件的操作。 客户端:D盘的FTP文件夹存放要上传的文件,F盘的FTP文件夹存放下载的文件。 服务器端:D盘的FTP文件夹存放供用户下载的文件,F盘的FTP文件夹存放用户上载的文件。- socket
Platform: | Size: 485376 | Author: batilei | Hits:

[Embeded-SCM Developexamples

Description: atmel 公司的at91sam9263下的所有测试程序源代码,包括wdt tc socket serial rtc rs485 pwm pio mcpcan keypad ebi buzzer ad7792等-atmel under the company' s at91sam9263 the source code of all test procedures, including wdt tc socket serial rtc rs485 pwm pio mcpcan keypad ebi buzzer ad7792, etc.
Platform: | Size: 1939456 | Author: 吴栓 | Hits:

[Linux-Unixportscan

Description: Linux下的端口扫描实现 f (!connect(sockfd,(struct sockaddr*)&server,sizeof(struct sockaddr- #include<stdlib.h> #include<stdio.h> #include<sys/socket.h> #include<netdb.h> #include<string.h> #include<unistd.h> #include<netinet/in.h> #include<arpa/inet.h>
Platform: | Size: 1024 | Author: david | Hits:

[Internet-Networkmysever-client

Description: 根据自定义的协议规范,使用Socket编程接口编写基本的网络应用软件。  使用操作系统提供的Socket编程接口,而不使用任何封装Socket接口的类库或组件  协议可以自己定义,只要完成指定的功能即可  程序界面不做要求,使用命令行或最简单的窗体即可   功能要求如下: 1. 运输层协议采用TCP 2. 服务端运行后,即监听指定的端口。允许多个连接并发运行 3. 服务端接收到客户端请求后,根据客户端传过来的指令完成特定任务: a) 向客户端传送服务端所在机器的当前时间 b) 向客户端传送服务端所在机器的名称 c) 向客户端传送当前连接的所有客户端信息 d) 将某客户端发送过来的内容转发给指定编号的其他客户端 4. 客户端运行后,使别如下的人机命令,然后执行不同的任务: a) conn <ip> <port>: 连接到指定地址和端口的服务端(代码中用的5050端口) b) disconn:断开与服务端的连接 c) time: 请求服务端给出当前时间 d) name:请求服务端给出其机器的名称 e) list:请求服务端给出当前连接的所有客户端信息(编号、IP地址、端口等) f) send <id>:给对应编号的其他客户端发送键盘输入的内容 g) quit:退出客户端程序 -According to the custom of the protocol specification, using Socket programming interface to prepare a basic network applications.  Use Socket programming interface provided by the operating system without the use of any package, library or component Socket Interface  protocol can define their own, as long as you can to complete the assigned functions  program interface not do requests, use the command line or the most simple form can be  In this study should form groups to complete, service and client should be done to different people  functional requirements are as follows: 1. The transport layer protocol using TCP 2. Server running, that is, the designated monitor port. Allows multiple connections to run concurrently 3. Service is received on the client requests, based on the client-side pass over the instructions to complete specific tasks: a) transmission service to the client side where the current time machine b) trans
Platform: | Size: 3072 | Author: 杨子坤 | Hits:

[Linux-Unixmagent-0.6.tar

Description: magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法 • 服务器备份 • unix domain socket 命令行参数: -h this message -u uid -g gid -p port, default is 11211. (0 to disable tcp support) -s ip:port, set memcached server ip and port -b ip:port, set backup memcached server ip and port -l ip, local bind ip address, default is 0.0.0.0 -n number, set max connections, default is 4096 -D do not go to background -k use ketama key allocation algorithm -f file, unix socket path to listen on. default is off -i number, max keep alive connections for one memcached server, default is 20 -v verbose -magent is a simple, but very useful memcached caching proxy server applet. Main features: • to maintain multiple connections to the memcached server memcached • support the following instructions 1. Get gets 2. Delete 3. Incr decr 4. Add set replace prepend append 5. Cas • event-driven based on libevent library • support ketama algorithm • • unix domain socket server backup command-line arguments:-h this message-u uid-g gid-p port, default is 11211. (0 to disable tcp support)-s ip: port, set memcached server ip and port-b ip : port, set backup memcached server ip and port-l ip, local bind ip address, default is 0.0.0.0-n number, set max connections, default is 4096-D do not go to background-k use ketama key allocation algorithm- f file, unix socket path to listen on. default is off-i number, max keep alive connections for one memcached server, default is 20-v verbose
Platform: | Size: 17408 | Author: zzw | Hits:

[Delphi VCLxqw0910

Description: brush developed in delphi ·Improved component for work with ·Improve DBGrid from EhLib. Many f ·Delphi 的StringGrid无法嵌入ComboB ·一个相当不错的皮肤源码 ·制作API钩子,截获API的源码 ·漂亮的delphi界面控件 ·远程桌面,服务端+客户端 ·DELPHI办公全套管理系统 ·针对 UDP 通讯协议的 Socket 构件, ·获取CPU温度,这是一个用VC完成的代 ·作者自写了一个图像识别的UNIT,可 ·中控指纹识别软件开发包Biokey SDK ·功能强大的霸王插件源代码,delphi ·IOCP Socket Server控件 ·Delphi开发的QQ2000界面程序.rar ·此系统完成了485抄表,其中包括645 ·delphi下控制USB的代码,非常不错, ·此系统完成了单向复费率电能表的抄 ·usb hid 控件 ·用delphi写的杀毒软件的源程序,我 ·远程虚拟拨号程序,通过PPTP协议建 ·在网上很多SPCOMM组件下载安装后都 ·遗传模拟退火算法通用源程序 给定 联系站长 · 版权投诉 · 网站修改建议 © 2004-2010 pudn.com 湘ICP备07000446 Word Delphi写的Micro delphi_word VCL 115 关闭 -brush developed in delphi ·Improved component for work with ·Improve DBGrid from EhLib. Many f ·Delphi 的StringGrid无法嵌入ComboB ·一个相当不错的皮肤源码 ·制作API钩子,截获API的源码 ·漂亮的delphi界面控件 ·远程桌面,服务端+客户端 ·DELPHI办公全套管理系统 ·针对 UDP 通讯协议的 Socket 构件, ·获取CPU温度,这是一个用VC完成的代 ·作者自写了一个图像识别的UNIT,可 ·中控指纹识别软件开发包Biokey SDK ·功能强大的霸王插件源代码,delphi ·IOCP Socket Server控件 ·Delphi开发的QQ2000界面程序.rar ·此系统完成了485抄表,其中包括645 ·delphi下控制USB的代码,非常不错, ·此系统完成了单向复费率电能表的抄 ·usb hid 控件 ·用delphi写的杀毒软件的源程序,我 ·远程虚拟拨号程序,通过PPTP协议建 ·在网上很多SPCOMM组件下载安装后都 ·遗传模拟退火算法通用源程序 给定 联系站长 · 版权投诉 · 网站修改建议 © 2004-2010 pudn.com 湘ICP备07000446 Word Delphi写的Micro delphi_word VCL 115 关闭
Platform: | Size: 247808 | Author: gongaimin | Hits:

[Internet-Networkoverlap

Description: 套接字 重叠模型 ,重叠I / O(Overlapped I/O) 模型使应用程序能达到更佳的系统性能。重叠模型的基本设计原理便是让应用程序使用一个 重叠的数据结构,一次投递一个或多个Winsock I/O请求。针对那些提交的请求,在它们完成 之后,应用程序可为它们提供服务。该模型适用于除Windows CE之外的各种Wi n d o w s平台。 模型的总体设计以Wi n 3 2重叠I / O机制为基础。那个机制可通过R e a d F i l e和Wr i t e F i l e两个函数, 针对设备执行I / O操作。-Socket overlap model, overlapping I/O (Overlapped I/O) model so that applications can achieve better system performance. The basic design principles overlap model is to enable applications to use an overlapping of the data structure, a delivery of one or more Winsock I/O requests. For those requests submitted in their complete, the application can provide them with services. The model is applicable in addition to Windows CE platform outside of Wi ndows. The overall design of the model to Wi n 3 2 overlapping I/O mechanisms. That the mechanism by R ead F ile and Wr ite F ile two functions for the device performs I/O operations.
Platform: | Size: 3072 | Author: qin | Hits:

[JSP/JavaRev-TS3_4_083-U[1].Megalatha-Sathyabama-Univ..F.r

Description: simulation of mobile agents using socket programming concept.concept is developed in java and VB.
Platform: | Size: 214016 | Author: megalatha | Hits:

[JSP/JavaChatRoom

Description: 实现了java环境下一对一的私人聊天功能-import java.io.* import java.awt.* import java.awt.event.* import javax.swing.* import java.net.* public class ChatClient implements ActionListener { private Panel panel private JTextArea said private JTextField chat private JButton send private ServerSocket server private Socket s private InputStream in private OutputStream out public ChatClient() { JFrame f=new JFrame("聊天系统客户机端") f.setSize(350,400) panel=new Panel() said=new JTextArea() chat=new JTextField(20) chat.addActionListener(this) send=new JButton("发送") send.addActionListener(this) panel.add(chat) panel.add(send) f.add("South",panel) f.add("Center",said) f.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) { System.exit(0) } }) f.show() } public void startN
Platform: | Size: 6144 | Author: gddjq | Hits:

[Internet-Networkmfc-socket

Description: mfc网络编程源码,可实现网络send resv-m f c s o c k e t
Platform: | Size: 132096 | Author: liu | Hits:

[DSP programLab406-speaker

Description: 1.EMIF 接口 TMS320F28335DSP 的扩展存储器接口(EMIF)用来与大多数外围设备进行连接,典型应 用如连接片外扩展存储器等。这一接口提供地址连线、数据连线和一组控制线。ICETEK– F28335-A 将这些扩展线引到了板上的扩展插座上供扩展使用。 2.蜂鸣器由DSP 上EQEP1S 设置为通用I/O 管脚输出控制,可将此管脚上的频率输出转换 成声音输出。 控制的方法是使用 DSP 通用定时器设置EQEP1S 管脚以一定的频率改变高低状态,输 出方波。对于通用定时器周期寄存器的设置,计数值为所需频率计数值的二分之一。 音乐的频率(C 调): C D E F G A B ^C 1 2 3 4 5 6 7 ^1 C: 264, 297, 330,352, 396, 440,495, 528 4. 蜂鸣器的连接:由于选用的蜂鸣器所需电流较小,所以采用将DSP 通用I/O 引脚直接 驱动的方式。-The 1.EMIF interface Extended TMS320F28335DSP memory interface (EMIF) is used to connect with the most peripheral equipment, typical application Extended memory, such as connecting piece. This interface provides the address lines, data lines and a set of control line. ICETEK- F28335-A will lead to the expansion of these extended line socket for plate on the expansion of the use of. 2 buzzer by the DSP EQEP1S set to I/O pin output control, the frequency of output this pin on the conversion A sound output. The control method is to use the DSP generic timer EQEP1S pin changes state level with certain frequency, transmission A square wave. For general timer register settings, count values for the required frequency count of 1/2. The frequency of music (C): C D E F G A B ^C 1234567 ^1 C: 264, 297, 330352, 396, 440495, 528 Connect the 4 buzzer buzzer: as the current required is small, so the DSP I/O pin directly Driving mode.
Platform: | Size: 463872 | Author: hlp | Hits:

[Internet-Networkftp

Description: 简易版的ftp,socket网络编程例子,工程化编写,严格区分src,head,makefile生成可执行文件。-翻译 简易版的ftp,socket网络编程例子,工程化编写,严格区分src,head,makefile生成可执行文件。 56/5000 Jiǎnyì bǎn de ftp,socket wǎngluò biānchéng lìzi, gōngchéng huà biānxiě, yángé qūfēn src,head,makefile shēngchéng kě zhíxíng wénjiàn. Simple version of the ftp, socket network programming examples, engineering, strict distinction between src, head, makefile generate executable files.
Platform: | Size: 2249728 | Author: 殷晟 | Hits:

CodeBus www.codebus.net