Welcome![Sign In][Sign Up]
Location:
Search - socket v

Search list

[Multimedia DevelopVFW视频通信

Description: 一个基于VFW+VCM+UDP的视频通信的例程-a VFW VCM UDP-based video communications routines
Platform: | Size: 100352 | Author: 吴刚 | Hits:

[TCP/IP stackvc_socket

Description: vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-)-vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
Platform: | Size: 7257088 | Author: 何俊斌 | Hits:

[Successful incentiveCoreJava

Description: 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods, properties, four, packaging, inheritance, polymorphism V. modifier, some simple design patterns 6, interface, abstract class, class the type of abnormal seven, eight collections, java nine of graphical interface, multi-threaded and 10-thread communication, I/o stream, the network of knowledge, and socket programming.
Platform: | Size: 374784 | Author: 蒋中华 | Hits:

[Windows Develophook

Description: 在UNIX系统中,网络应用编程界面有两类:UNIX BSD的套接字(socket)和UNIX System V的TLI。-The PendingFileRenameOperations value is of type REG_MULTI_SZ. Each rename operation stores a pair of NULL-terminated strings. The system uses these registry entries to complete the operations at restart in the same order that they were issued.
Platform: | Size: 4096 | 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:

[Industry researchrtklib_2.4.1

Description: rtklib 版本2.4.1 An Open Source Program Package for GNSS Positioning 日本开源网站上提供的关于GPS卫星数据解算的程序。All of the executable binary APs for Windows are included in the package as well as whole source programs of the library and the APs. * For real-time PPP, EUREF and IGS have already started to distribute real-time satellite orbit and clock as RTCM v.3 SSR messages via NTRIP. To receive the real-time satellite orbit and clock, users have to make registration and get an account to access the NTRIP broadcasters. Refer BKG GDC site http://igs.bkg.bund.de/ntrip/index for details. -All of the library functions and APIs are written in ANSI C (C89). The library internally uses standard socket and pthread for Linux/UNIX or winsock and WIN32 thread for Windows. By setting compiler option-DLAPACK or-DMKL, the library uses LAPACK/BLAS or Intel MKL for fast matrix computation. The console APs are also written in standard C. The library and console APs can be built on many environments like gcc on Linux. The GUI APs are written in C++ and utilize Borland VCL for the GUI toolkit. All of the executable binary APs in the package were built by free edition Borland Turbo C++ 2006 (http://www.turboexplorer.com)* on Windows. The binary APs were tested on Windows XP SP3 32bit and Windows 7 SP1 64bit. The console APs are also built and tested on Ubuntu 9.04 Linux.
Platform: | Size: 27762688 | Author: huo | Hits:

[Audio program20110629_091718255

Description: 实现录音,播放,以及Socket的上传和下载-public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState) setContentView(R.layout.main) recordButton = (Button) this.findViewById(R.id.Button01) stopButton = (Button) this.findViewById(R.id.Button02) playButton=(Button)this.findViewById(R.id.Button03) stopPlay=(Button)this.findViewById(R.id.Button04) // 录音按钮点击事件 recordButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { File file = new File("/sdcard/"+ "CC"+ new DateFormat().format("ccccMMdd_HHmmss",Calendar.getInstance(Locale.CHINA))+ ".amr") Toast.makeText(getApplicationContext(), "正在录音,录音文件在"+file.getAbsolutePath(), Toast.LENGTH_LONG) .show()
Platform: | Size: 36864 | Author: yao jinling | Hits:

[WEB Code142221301348

Description: 仿webQQ2.0源码,通过flash socket与javascript进行通讯.界面使用jquery编写.详细运行效果可以在这个网址看到:http://v.youku.com/v_show/id_XMjM2NzkyODQ4.html
Platform: | Size: 1969152 | Author: anybz | Hits:

[Linux-UnixLinusocket

Description: Linux环境进程间通信套接口,在本专题的前面几个部分,如消息队列、信号灯、共享内存等,都是基于Sys V的IPC机制进行讨论的,它们的应用局限在单一计算机内的进程间通信;基于BSD套接口不仅可以实现单机内的进程间通信,还可以实现不同计算机进程之间的通信。本文将主要介绍BSD套接口(sockets),以及基于套接口的重要而基本的API。-socket
Platform: | Size: 150528 | Author: nihao | Hits:

[Technology Managementlab3_Hung

Description: Lậ p trình socket vớ i Java: Ứ ng dụ ng chát
Platform: | Size: 3072 | Author: nguyenluan | Hits:

[Technology Managementlab3

Description: Lậ p trình socket vớ i Java: Ứ ng dụ ng chát
Platform: | Size: 3072 | Author: nguyenluan | Hits:

[Otherguandaoyuxinhao

Description: 常用的进程间通信方式 传统的进程间通信方式 无名管道(pipe)、有名管道(fifo)和信号(signal) System V IPC对象 共享内存(share memory)、消息队列(message queue)和信号灯(semaphore) BSD 套接字(socket)-Interprocess communication methods commonly used traditional inter-process communication unnamed pipes (pipe), named pipes (fifo) and signal (signal) System V IPC objects shared memory (share memory), the message queue (message queue) and signal (semaphore) BSD socket (socket)
Platform: | Size: 22528 | Author: cqj | Hits:

[Software EngineeringSocket

Description: 提供1024位的连环AT24C01电可擦可编程 只读存储器(eepm)组织成128字的8位每个。该设备是 优化用于在许多工业和商业应用,低功率 和低电压操作是必要的。可以在空间的AT24C01储蓄 8针PDIP,8针MSOP,8针TSSOP,8针JEDEC小块集成电路包和是 可通过2线串行接口。此外,整个家庭可在5.0 v (4.5 v至5.5 v),2.7 v(2.7 v至5.5 v),2.5 v(2.5 v至5.5 v)和1.8 v(1.8 v至5.5 v)版本- 的联系。-1024 provided a chain AT24C01 electrically erasable programmable read-only memory (eepm) organized into 128 words 8 each. The device is optimized for use in many industrial and commercial applications, low power and low voltage operation is necessary. AT24C01 savings in space, 8-pin PDIP, 8-pin MSOP, 8-pin TSSOP, 8-pin JEDEC soic package and is available through a 2-wire serial interface. In addition, the entire family is available in 5.0 v (4.5 v to 5.5 v), 2.7 v (2.7 v to 5.5 v), 2.5 v (2.5 v to 5.5 v) and 1.8 v (1.8 v to 5.5 v) version- linked.
Platform: | Size: 698368 | Author: 刘伟 | Hits:

[JSPjava

Description: 第一章 java网络编程入门 第二章 Socket编程基础 第三章 ServerSocket详解 第四章 非阻塞通信 第五章 创建非阻塞的HTTP服务器-Chapter java network programming entry Chapter II Socket Programming Fundamentals Chapter III ServerSocket Comments Chapter IV non-blocking communication Chapter V create non-blocking HTTP server
Platform: | Size: 4044800 | Author: 聂笑盈 | Hits:

[Process-Threadjavatesss

Description: 实现socket java远程连接 实现socket java远程连接 实现socket java远程连接-v实现socket java远程连接实现socket java远程连接实现socket java远程连接实现socket java远程连接
Platform: | Size: 1045504 | Author: 何英 | Hits:

[Internet-Networkserver

Description: 使用TCP/IP协议的应用程序通常采用应用编程接口:UNIX BSD的套接字(socket)和UNIX System V的TLI(已经被淘汰),来实现网络进程之间的通信。就目前而言,几乎所有的应用程序都是采用socket,而现在又是网络时代,网络中进程通信是无处不在,这就是我为什么说“一切皆socket”。(Applications that use the TCP/IP protocol usually use the application programming interface: UNIX BSD sockets (socket) and UNIX System V TLI (which have been eliminated) to communicate between network processes. For the moment, almost all applications are using socket, and now is the Internet era, the process of communication in the network is everywhere, and that is why I said, "everything is socket."".)
Platform: | Size: 1024 | Author: dannyPf | Hits:

[OtherDumpper v.91.2

Description: thanks god to have the real one in the face and i dont think the same
Platform: | Size: 1253376 | Author: bayoudh | Hits:

CodeBus www.codebus.net