Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - c select
Search - c select - List
DL : 0
linux下select方式接受并解析NMEA协议gps信息,解析GGA、RMC语句,可以定位经纬度、时间、日期、星数等信息。-select the way under linux to accept and resolve NMEA protocol gps information, analytical GGA, RMC statement can be positioning latitude and longitude, time, date, number of stars and other information.
Date : 2025-12-23 Size : 3kb User : tangxg

创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of two producers and two consumers process, producers process a need to generate 10,000 integers, each of its own process (using getpid () function to obtain) and generated integer Add shared memory ( shared memory size of 64Byte). Producer b each 26 letters of the alphabet from a selected and the process of their own and select Add shared memory of the letters until all 26 letters selected. C is responsible for the consumer process to read from shared memory data producers and the process of a data write to file these data a.out. Consumer process d from the process of shared memory to read the data b in b.out write.
Date : 2025-12-23 Size : 34kb User : ZHANG

DL : 0
linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
Date : 2025-12-23 Size : 16kb User : cxt

DL : 0
linux文件I-O exit.c fork.c select.c write.c waitpid.c execlp.c execle.c-linux file IO exit.c fork.c select.c write.c waitpid.c
Date : 2025-12-23 Size : 54kb User : s

Linux 下 select 函数的例子-Select function under Linux example
Date : 2025-12-23 Size : 1kb User : shuishangpiao

DL : 0
金庸群侠传 for Dingux 纯c/c++版 bete 0.1 A,版本说明: 1,在booboo的dingux20090728工具链下面编译通过。 2,纯c/c++版速度更快体积更小。 3,保留战斗音效,去除遊戏背景音乐(一直咚咚的很吵)。 bug难免请不吝提交,谢谢! B,安装及操作 直接将local文件夹複制到miniSD卡上即可。 X键:确定键 B键:取消或是显示选单 退出方法:在大地图中,按B键显示选单,再选“系统”---》“退出” C,鸣谢 1. 本程序基于某人的PPC版移植而来,只能感谢某人了。 2,而上面说的PPC版又是移植游泳的鱼编写的金庸群侠传SDL_LUA_0.66版,大家吃水不忘挖井人感谢游泳的鱼无私贡献。 by fanguanqun 2009-09-26- Jin Yong s Heroes for Dingux pure c/c++ version of bete 0.1 A, release notes: 1, in the booboo s dingux20090728 tool chain to compile the following adoption. 2, pure c/c++ version is faster and smaller. 3, to retain the fighting sound effects, background music to remove the game (always pound, the noisy). Please feel free to submit bug is inevitable, thank you! B, installation and operation of Directly to the local folder to the miniSD card on top. X key: OK button B button: Cancel or display menu Exit Method: In the big map, press B key to display the menu, then select "System "---"" exit" C, thanks 1. This program is based on the PPC version of transplantation from a person can only be grateful someone had. 2, while that of the PPC version of the above is written in portable fish swimming SDL_LUA_0.66 version of Jin Yong s Heroes, we forget to dig wells draft thanked the selfless contribution to the fish to swim.
Date : 2025-12-23 Size : 119kb User : fan

基于select的经典c/s架构通讯程序-Select based on the classic c/s architecture the communication process
Date : 2025-12-23 Size : 13kb User : 空空儿

socket-select,大家互相学习-socket-select,dajiahuxiangxuexi !!!
Date : 2025-12-23 Size : 14kb User : CHENG

这是 kyoko cabinet C语言库代码 Perl 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This perl library wraps the polymorphic database of the C++ API. So, you can select the internal data structure by specifying the database name in runtime. This library is thread-safe. Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. The following access methods are provided to the database: storing a record with a key and a value, deleting a record by a key, retrieving a record by a key. Moreover, traversal access to every key are provided. These access methods are similar to ones of the original DBM (and its followers: NDBM and GDBM) library defined in the UNIX standard. Kyoto Cabinet is an alternativ
Date : 2025-12-23 Size : 39kb User : Jim Abuma

这是 kyoko cabinet C语言库代码 Python 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This Python library wraps the polymorphic database of the C++ API. So, you can select the internal data structure by specifying the database name in runtime. This library is thread-safe. Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. The following access methods are provided to the database: storing a record with a key and a value, deleting a record by a key, retrieving a record by a key. Moreover, traversal access to every key are provided. These access methods are similar to ones of the original DBM (and its followers: NDBM and GDBM) library defined in the UNIX standard. Kyoto Cabinet is an alternat
Date : 2025-12-23 Size : 65kb User : Jim Abuma

linux c语言 select函数用法-linux c language select function usage
Date : 2025-12-23 Size : 17kb User : susu

unix/linux系列中select模型的经典代码,可惜不是c++写的-unix/linux the series select models classic code, but unfortunately not c++ written
Date : 2025-12-23 Size : 15kb User : 古兰丹姆

DL : 0
linux C编写的冒泡排序和顺序排序算法。。。详细简单-pop and select sort in linux with C
Date : 2025-12-23 Size : 77kb User : wuxinxinggg

Linux下C语言关于select用法的例子源码-C language source code on select examples of usage
Date : 2025-12-23 Size : 1kb User : linjiandao

DL : 0
*使用select函数可以以非阻塞的方式和多个socket通信。程序只是演示select函数的使用,即使某个连接关闭以后也不会修改当前连接数,连接数达到最大值后会终止程序。 1. 程序使用了一个数组fd,通信开始后把需要通信的多个socket描述符都放入此数组 2. 首先生成一个叫sock_fd的socket描述符,用于监听端口。 3. 将sock_fd和数组fd中不为0的描述符放入select将检查的集合fdsr。 4. 处理fdsr中可以接收数据的连接。如果是sock_fd,表明有新连接加入,将新加入连接的socket描述符放置到fd。 */ // select_server.c-* use Select function with non blocking mode and multiple socket communication. The program is the use of demonstration of select function, even if a connection is closed will not modify the current number of connections, the number of connections after reaching the maximum value will terminate the program. 1 procedures for the use of an array of FD, communication after the start of the multiple socket descriptor communication in this array 2 first generate a call sock_fd socket descriptor, for listening port. 3 the sock_fd and array FD is not 0 descriptors in select will check the set fdsr. 4 fdsr can be connected to receive data. If sock_fd, indicates that there is a new connection to join, will join the new connection socket descriptor is placed into the fd.* //select_server.c
Date : 2025-12-23 Size : 3kb User : 辰枫

DL : 0
This file is part of Eigen, a lightweight C++ template library for linear algebra.
Date : 2025-12-23 Size : 2kb User : liexyre

Sys_select.c - Real system call to select.
Date : 2025-12-23 Size : 2kb User : sqtaisei

Ndet_select.c - Notifier s version of select. Will do notification cycle if not already in the middle of it. -Ndet_select.c - Notifier s version of select. Will do notification cycle if not already in the middle of it.
Date : 2025-12-23 Size : 2kb User : wanzkvu

DL : 0
conn.c has a nap() for 4.2 it s called select(). -conn.c has a nap() for 4.2 it s called select().
Date : 2025-12-23 Size : 11kb User : vjfpjie

linux开发环境下 服务器C程序 服务器结构是select机制 代码绝对可用 -Linux development environment server C program server structure is mechanism code is absolutely available
Date : 2025-12-23 Size : 1kb User : 单文秋
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.