您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. linux 系统编程 网络编程 源码

  2. broadcast icmp jiqiao multi_broad raw sys_net_ml tcp1 term thread udp cap io mul_thread_download qq sem tcp tcp_dos testerr time wav ./broadcast: broad.h client.c server server.c ./cap: capture_ packet capture_packet.c ./icmp: icmp.c ./io: aa ba con
  3. 所属分类:C

    • 发布日期:2009-09-26
    • 文件大小:383kb
    • 提供者:match001
  1. 嵌入式的多线程应用程序设计

  2. /************************************************ * * The classic producer-consumer example. * Illustrates mutexes and conditions. * by Zou jian guo * 2003-12-22 * *************************************************/ #include #include #include #in
  3. 所属分类:硬件开发

    • 发布日期:2010-03-21
    • 文件大小:3kb
    • 提供者:yaowanhua
  1. gsoap 2.8 (SOAP/XML 关于C/C++ 语言的自动化实现工具内附 CSharp webservice例子,及GSOAP client和server例子)

  2. gSOAP编译工具提供了一个SOAP/XML 关于C/C++ 语言的实现,从而让C/C++语言开发web服务或客户端程序的工作变得轻松了很多。绝大多数的C++web服务工具包提供一组API函数类库来处理特定的SOAP数据结构,这样就使得用户必须改变程序结构来适应相关的类库。与之相反,gSOAP利用编译器技术提供了一组透明化的SOAP API,并将与开发无关的SOAP实现细节相关的内容对用户隐藏起来。   gSOAP的编译器能够自动的将用户定义的本地化的C或C++数据类型转变为符合XML语法的数
  3. 所属分类:网络基础

    • 发布日期:2011-03-10
    • 文件大小:10mb
    • 提供者:rendao0563
  1. 手机软件平台API标准(1.0.3版本正式完整版)

  2. 手机软件平台API标准(1.0.3版本正式完整版) 目录 1 1 前言 5 1.1 范围 8 1.2 引用标准 9 1.3 术语和缩写 9 1.4 命名规则 10 1.5 开发指导原则 11 2 RTL函数 12 2.1 组成 12 2.2 字符测试函数 12 2.2.1 isalnum 12 2.2.2 isalpha 13 2.2.3 isascii 13 2.2.4 iscntrl 14 2.2.5 isdigit 14 2.2.6 isgraph 15 2.2.7 islower 16
  3. 所属分类:其它

  1. 演示pthread用法

  2. 演示pthread用法,pthread_create函数用户
  3. 所属分类:Windows Server

    • 发布日期:2011-09-23
    • 文件大小:570byte
    • 提供者:lindenbob
  1. Linux下多线程

  2. Linux下对线程的创建(pthread_create)、退出(pthread_exit)、等待( pthread_join)等操作……
  3. 所属分类:C++

    • 发布日期:2012-04-07
    • 文件大小:20kb
    • 提供者:oracle_1010
  1. vxworks 并发服务器程序

  2. 基于vxworks 下的并发服务器访问 #include "ClientList.h" #define SA_LEN sizeof(struct sockaddr_in) #define MYPORT 5000 // 服务端口号 #define BACKLOG 50 //最大连接数 #define BUF_SIZE 200 //缓冲区大小 #define OUT_TIME_SEC 3 //连接超时(在该时间内无数据收发)时间设置(秒/单位) #define CHECK_DELAY 1 //检查
  3. 所属分类:群集服务

  1. qt 下进程条

  2. qt 下操作进程条的实现代码 #include #include int count; pthread_mutex_t count_mutex=PTHREAD_MUTEX_INITIALIZER; void *thread_test(void *vptr) { int i,value; for(i=0;i<1000;i++) { pthread_mutex_lock(&count;_mutex); value=count; printf("%d:%d\n",pthread_self(
  3. 所属分类:C++

    • 发布日期:2013-01-17
    • 文件大小:4kb
    • 提供者:gzforyou
  1. linux+c+多线程

  2. pthread_t t_id1,t_id2; pthread_create(&t_id1,NULL,fun1,NULL); pthread_create(&t_id2,NULL,fun2,NULL); pthread_join(t_id1,NULL); pthread_join(t_id2,NULL);
  3. 所属分类:C

    • 发布日期:2013-01-21
    • 文件大小:486byte
    • 提供者:ice__fox
  1. linux网络编程-宋敬彬-part1

  2. 目 录 第1篇 Linux网络开发基础 第1章 Linux操作系统概述 2 1.1 Linux发展历史 2 1.1.1 Linux的诞生和发展 2 1.1.2 Linux名称的由来 1.2 Linux的发展要素 3 1.2.1 UNIX操作系统 4 1.2.2 Minix操作系统 4 1.2.3 POSIX 标准 4 1.3 Linux与UNIX的异同 5 1.4 操作系统类型选择和内核版本的选择 5 1.4.1 常见的不同公司发行的Linux异同 6 1.4.2 内核版本的选择 6 1.5
  3. 所属分类:C/C++

    • 发布日期:2014-03-03
    • 文件大小:40mb
    • 提供者:rebirthft
  1. linux网络编程-宋敬彬-part2

  2. 目 录 第1篇 Linux网络开发基础 第1章 Linux操作系统概述 2 1.1 Linux发展历史 2 1.1.1 Linux的诞生和发展 2 1.1.2 Linux名称的由来 3 1.2 Linux的发展要素 3 1.2.1 UNIX操作系统 4 1.2.2 Minix操作系统 4 1.2.3 POSIX 标准 4 1.3 Linux与UNIX的异同 5 1.4 操作系统类型选择和内核版本的选择 5 1.4.1 常见的不同公司发行的Linux异同 6 1.4.2 内核版本的选择 6 1.
  3. 所属分类:C/C++

    • 发布日期:2014-03-03
    • 文件大小:40mb
    • 提供者:rebirthft
  1. linux网络编程-宋敬彬-part3

  2. 目 录 第1篇 Linux网络开发基础 第1章 Linux操作系统概述 2 1.1 Linux发展历史 2 1.1.1 Linux的诞生和发展 2 1.1.2 Linux名称的由来 3 1.2 Linux的发展要素 3 1.2.1 UNIX操作系统 4 1.2.2 Minix操作系统 4 1.2.3 POSIX 标准 4 1.3 Linux与UNIX的异同 5 1.4 操作系统类型选择和内核版本的选择 5 1.4.1 常见的不同公司发行的Linux异同 6 1.4.2 内核版本的选择 6 1.
  3. 所属分类:C/C++

    • 发布日期:2014-03-03
    • 文件大小:40mb
    • 提供者:rebirthft
  1. 缓冲区代码

  2. 缓冲区的代码 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include <ApproDrvMsg.h& gt; #include #include
  3. 所属分类:C

    • 发布日期:2014-03-11
    • 文件大小:157kb
    • 提供者:p731heminyang
  1. 基于pthread_create,readlink,getpid等函数的学习与总结

  2. 以下是对pthread_create,readlink,getpid等函数的用法进行了详细的分析介绍,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-09-05
    • 文件大小:65kb
    • 提供者:weixin_38618784
  1. undefined reference to 'pthread_create'的解决方法

  2. undefined reference to 'pthread_create'的解决方法,需要的朋友可以参考一下
  3. 所属分类:其它

    • 发布日期:2020-09-15
    • 文件大小:26kb
    • 提供者:weixin_38523728
  1. linux创建线程之pthread_create的具体使用

  2. 主要介绍了linux创建线程之pthread_create的具体使用,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
  3. 所属分类:其它

    • 发布日期:2020-09-14
    • 文件大小:55kb
    • 提供者:weixin_38582909
  1. Linux进程控制——线程创建pthread_create()

  2. Linux进程控制——线程创建 实现代码 #include #include #include void* func(void *arg) { printf(Child thread!\n); printf(Thread ID is %ld\n, (unsigned long) pthread_self()); return 0; } int main(int argc, char const* argv[]) { pthread_t threadId;
  3. 所属分类:其它

    • 发布日期:2021-01-06
    • 文件大小:37kb
    • 提供者:weixin_38710578
  1. undefined reference to ‘pthread_create’的解决方法

  2. 照着GUN/Linux编程指南中的一个例子输入编译,结果出现如下错误: undefined reference to ‘pthread_create’undefined reference to ‘pthread_join’ 问题原因:    pthread 库不是 Linux 系统默认的库,连接时需要使用静态库 libpthread.a,所以在使用pthread_create()创建线程,以及调用 pthread_atfork()函数建立fork处理程序时,需要链接该库。 问题解决:    在
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:30kb
    • 提供者:weixin_38698860
  1. 基于pthread_create,readlink,getpid等函数的学习与总结

  2. pthread_create是UNIX环境创建线程函数     具体格式:     #include     int pthread_create(pthread_t *restrict tidp,const pthread_attr_t *restrict attr,void*(*start_rtn)(void*),void *restrict arg);     返回值:若成功则返回0,否则返回出错编号     返回成功时,由tidp指向的内存单元被设置为新创建线程的线程ID。attr参数用
  3. 所属分类:其它

    • 发布日期:2021-01-19
    • 文件大小:63kb
    • 提供者:weixin_38671048
  1. linux创建线程之pthread_create的具体使用

  2. pthread_create函数 函数简介   pthread_create是UNIX环境创建线程函数 头文件   #include 函数声明   int pthread_create(pthread_t *restrict tidp,const pthread_attr_t *restrict_attr,void*(*start_rtn)(void*),void *restrict arg); 返回值   若成功则返回0,否则返回出错编号 参数   第一个参数为指向线程标识符的指针。   第二
  3. 所属分类:其它

    • 发布日期:2021-01-09
    • 文件大小:49kb
    • 提供者:weixin_38711778
« 12 3 »