CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c 多线程实现

搜索资源列表

  1. thread.c

    0下载:
  2. 实现用多线程的方法在一个文件中找到最大的整数-Achieved using a method of multi-threading in a file to find the largest integer
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-23
    • 文件大小:915
    • 提供者:金亿国
  1. C-Sharp-chat-program

    0下载:
  2. 异步通讯,tcp网络聊天程序,使用异步通讯多线程方式实现-Asynchronous communication, tcp network chat program, the use of the implements asynchronous communication multithreading way
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:130997
    • 提供者:李斌
  1. NetSpider

    0下载:
  2. 这是一个基于linux c的网络爬虫程序,利用多线程实现-This is a web crawler based linux c program using multi-threading to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-03
    • 文件大小:894035
    • 提供者:wuzhantao
  1. c-QQ

    0下载:
  2. c语言写的仿qq聊天,实现的多线程,需要在两个电脑上同时安装,冰分配ip可以实现相互聊天-c language written in imitation qq chat achieve multi-threaded, installed two computers at the same time ice assigned ip can chat with each other
  3. 所属分类:ELanguage

    • 发布日期:2017-11-11
    • 文件大小:5306172
    • 提供者:李伟锋
  1. snake

    0下载:
  2. C#编写的利用多线程实现的简单的贪吃蛇游戏,可调节快慢。-a simple Snake game Written in C# and using multithreading tech, and the speed of the game can be adjusted.
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:59938
    • 提供者:Sane Beaver
  1. Web-application-source-code

    0下载:
  2. 使用Visual C++ 或Visual Studio集成开发环境与Socket API,使用C++编程语言,设计并实现了一个简单的点对点的多线程网络聊天软件,使用多线程实现数据的收发-Using Visual c++ or Visual Studio integrated development environment and the Socket API, using c++ programming language, designed and implemented a simple po
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-08
    • 文件大小:1511264
    • 提供者:张少飞
  1. MyMultiThread

    0下载:
  2. objective-C多线程编程的实现,iOS-objective-C realization of multi-threaded programming, iOS
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-21
    • 文件大小:69932
    • 提供者:CJB
  1. cSharpUART

    2下载:
  2. c#编写串口通讯代码 多线程实现,老外写的,很有用,很全面-c# write serial communication code multithreading, written by foreigners, very useful, very comprehensive
  3. 所属分类:CSharp

    • 发布日期:2015-09-21
    • 文件大小:251904
    • 提供者:无限幻想
  1. C-PPopenmp

    0下载:
  2. C ++实现并行矩阵openmp。使用多线程编程,线程间可以共享矩阵的数据结构等信息,不要使用多进程编程。-C++ parallel matrix openmp. The use of multi-threaded programming, the matrix can be shared between threads data structures and other information, do not use multi-process programming.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:521460
    • 提供者: 陶涛
  1. C#编写的简单web服务器(含源代码)

    0下载:
  2. 本程序是一个web服务器,在 .NET 环境下运行。 实现了 HTTP/1.1 的部分内容,目前它支持GET和HEAD命令,支持断点续传和多线程下载, 在Windows NT/2000/XP环境下,可以运行EXE格式的CGI程序,URL格式为"http://website/cgi.exe?+传递的参数", 注意带上"?",如需传递多个参数,中间用"+"分隔; 如果你有其他的脚本解释程序,或者独立的运行环境(如ASP,PHP,JA
  3. 所属分类:远程控制编程

    • 发布日期:2014-01-23
    • 文件大小:34110
    • 提供者:testsb
  1. AirTicket

    0下载:
  2. 是《精通Linux C编程》刘学勇的书后边的一个例子。用多线程实现了一个售票系统。由于界面的一些库难以使用,所以服务器端我自己进行了一些调整,客户端完全没有做界面。如果大家觉得界面不需要的话,服务器端的也可以删掉不用。-The book is an example of Liu Xueyong behind the " proficient Linux C programming." Multi-threaded implementation of a ticketing sy
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:39766
    • 提供者:叶晞
  1. threaddown

    0下载:
  2. C#+多线程下载工具源码文件,使用了C#中的backgroundworker和thread实现,支持在后台下载,智能排队下载,并可控制下载暂停、中断、重新开始等功能,界面方面,用一些小图片来美化控制按钮,也是挺不错的,另外程序还可更换壁纸。做网络下载软件的,可使用到本源码中的部分模块。-C#+ multi-threaded downloading tool source files, using C# in backgroundworker and thread implementation s
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2234438
    • 提供者:ypudn61
  1. farm

    0下载:
  2. C# 仿QQ农场游戏源代码,C#游戏源码,仿QQ农场源代码雏形,只实现了基本功能,编写过程中用到了C#多线程的原理和相关知识。实现了农场的播种、出芽、浇水、生长、开花、结果以及游戏统计、仓库管理等基础功能,对编写C#游戏开发有帮助。-C# imitación código fuente del juego QQ granja, código fuente C# juego, el código fuente del prototipo imitación QQ granja, sólo para
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:460020
    • 提供者:gpudn20
  1. threadgathers

    0下载:
  2. C#多线程新闻采集源代码,通过程序,可实现几乎所有网页的新闻抓龋根据DataSourceID,获取Gather_DataSourceConfig实体类,根据实体类中的网页采集地址url,-C# multi-threaded news gathering source code, through the program, you can achieve almost all of the pages of the news caught caries according DataSourceID,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:236781
    • 提供者:lpudn58
  1. Linux-tcp-mail-systen-desigen

    0下载:
  2. 基于linux平台tcp协议的邮箱系统实现,C/S架构,服务器采用多线程实现,客户端使用纯控制台,系统统一使用C语言和一些linux系统函数。-Linux tcp protocol based platform mail system implementation, C/S architecture, multi-threaded server implementation, the client uses a pure console, unified system using the C l
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:170299
    • 提供者:穆元彪
  1. Socket

    0下载:
  2. Java实现socket通信,程序采用C/S多线程实现,功能:客户端发送消息到服务器,服务器返回消息-java socket TCP
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:3578
    • 提供者:silence
  1. CPlusThreadPool

    1下载:
  2. C++多线程的实现说明文档,内含代码,看完后秒懂线程池-C++ implementation of multi thread, after reading the second understand
  3. 所属分类:Process-Thread

    • 发布日期:2015-12-05
    • 文件大小:50176
    • 提供者:王普
  1. MultiThread

    0下载:
  2. C++多线程应用程序,实现同时写入多个文件,并显示操作进度。-C++ multi-threaded applications, simultaneous write to multiple files.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:114446
    • 提供者:王超
  1. cSharp-SerialportThread

    1下载:
  2. c#编写串口通讯代码多线程实现Prepare serial communication codes multithreading-c#Prepare serial communication codes multithreading
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:326464
    • 提供者:liuqiang
  1. thread.c

    0下载:
  2. 实现用多线程的方法在一个文件中找到最大的整数-Achieved using a method of multi-threading in a file to find the largest integer
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:1171
    • 提供者:g34144254jiach
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com