搜索资源列表

  1. Programming with Pthreads.tar

    0下载:
  2. linux 多线程例子-multithreading example
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:朱旭初
  1. WinsScan

    0下载:
  2. Microsoft WINS Vulnerability and OS/SP ScannerBy default, nothing printed on screen, 200 threads, all results in the file HS_WINS.txt -v..: lite verbose, will print the NOT_PATCHED results on the screen -vv.: hard verbos
  3. 所属分类:弱点检测代码

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:
  1. pthread_1

    0下载:
  2. 这是介绍标准的多线程编程的一些资料和代码,介绍的比较详细-This is the standard on multi-threaded programming some of the information and codes, and a more detailed briefing
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:152576
    • 提供者:cguo
  1. pthreadforlinux

    0下载:
  2. linux,驱动设计教程。linux多线程程序设计方法介绍。-linux, drive design handbook. Linux multithreaded programming method introduced.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:马涛
  1. PTHREA

    0下载:
  2. windows 平台下的POSIX线程实现源码-windows platform under the POSIX thread FOSS
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:749568
    • 提供者:Dsp expert
  1. 270_multiftpthreadprj

    0下载:
  2. 多线程ftp传输源代码,适合于网络编程者使用.-multithreading ftp transmission source code suitable for the use of network programming.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:91136
    • 提供者:李洪波
  1. pi111111

    0下载:
  2. 用PTHREAD编写的并行计算pi值的并行程序!-PTHREAD prepared by the Parallel Computing pi value of the parallel program!
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:祝津津
  1. pthread_examples

    0下载:
  2. 线程举例,可以使用编译进行学习,代码值得学习-thread can be used to study compiler, code worth learning
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:刘建
  1. linux_pthreadfile

    0下载:
  2. 在LINUX下的一个多线程的服务器和客户端的网络传输程序,具有很好的参考价值。-LINUX in a multithreaded server and client network transmission procedures, have a good reference value.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:代兵
  1. pthreadsdll

    0下载:
  2. 附件是linux下面非常经典的线程库,如果你要做多线程编程,读写文件或其他共享资源,这个包很有用-Annex linux Below is a very classic Thread Library, if you do multithreaded programming, read and write documents or other shared resources, this useful package
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:249856
    • 提供者:Edgard
  1. thread

    0下载:
  2. qt 一个联系pthread 使用的例子 简单易懂-qt a link pthread examples of the use of easy-to-read
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:134144
    • 提供者:张三
  1. harris

    0下载:
  2. 两幅图像拼成全景图。Harris角点检测选特征点,配对过程比较原始,有点慢,ransac算法提取有效配对点,计算projective transformation.最后拼全景图。 需要CIMG库支持,jpeg图像还需要magickimage库. Linux g++编译通过,编译加 -lX11 -lpthread -ljpeg, windows 下未试验.-Two images spell panorama. Harris corne
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:王萍
  1. thread

    0下载:
  2. 一个简单的LINUX多线程和MAKEFILE例子 在主线程里通过pthread_create函数创建2个线程,然后通过pthread_jion等待线程结束
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:
  1. linuxthreads

    0下载:
  2. Linux系统下的多线程遵循POSIX线程接口,称为pthread。编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要使用库libpthread.a。-Linux systems adhere to POSIX thread-multi-threaded interface, known as the pthread. Prepared under the Linux multi-threaded process
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:dj
  1. linux_pthread_program

    0下载:
  2. 该文档主要讲述本人在使用Linux线程编程时的学习心得,主要有设计到线程优先级和资源释放等问题,并附有测试代码示例。linhanzu@gmail.com-The document focuses on I-threaded programming in the use of Linux at the time of learning experiences, mainly in design to the thread priority
  3. 所属分类:技术管理

    • 发布日期:2024-05-20
    • 文件大小:342016
    • 提供者:gomo
  1. 02_pthread

    0下载:
  2. 多线程的生产者消费者两线程实现源码,linux嵌入式开发-Multi-threaded producer consumer thread to achieve the two-source, linux embedded development
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:赵佳伟
  1. examples_2.0

    0下载:
  2. moxa 示例程序源代码,包括helloworld 、pthread 、vfok-moxa sample source code, including the helloworld, pthread, vfok
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:ggg
  1. Qt_pthread

    0下载:
  2. 该文挡主要讲述了在Qt环境下的程序设计:线程和网络编程的示例-This paper describes the main block in the Qt environment Programming: threads and network programming examples
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:623616
    • 提供者:查吉顺
  1. POSIXPthreadprogrammer

    0下载:
  2. Linux 的多线程编程内核同步 超级经典!!!!强烈推荐-Linux kernel multi-threading programming Synchronization super classic! ! ! ! Strongly recommend
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:98304
    • 提供者:chenfalin
  1. philo

    0下载:
  2. 用pthread实现哲学家问题,利用信号量实现同步。-Pthread problems with philosophers realize, realize synchronization using semaphores.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张镇
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »

源码中国 www.ymcn.org