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

搜索资源列表

  1. TCPThreadSV

    0下载:
  2. 使用 Visual C++ 6.0 编译通过。 TCP 多线程服务器, 连接建立后,自动创建服务线程用于通讯。-Using Visual C++ 6.0 compiler. Multi-threaded server TCP connection is established, automatically create a service thread is used for communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:258681
    • 提供者:欣华
  1. thread

    0下载:
  2. linux下的多线程编程的例子,希望对初学多线程的人有所帮助-multithreaded programming under linux example, many beginners want to help people thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:2486
    • 提供者:赵七
  1. MessageQueue

    0下载:
  2. linux下消息队列的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of message queue under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:10016
    • 提供者:vividonly
  1. ParallelTest

    0下载:
  2. Visual Studio 2010加大了对并行运算的支持。微软正在使得尽量大的范围内的开发者都能高效而简便地进行并行计算的开发,不管他使用的是非托管代码还是.NET Framework。从而将开发者从繁琐而复杂的多线程开发中解放出来,将更多的精力放到业务逻辑上。 附件提供了一些.NET4并行计算的基本示例.-Some C# Demos for .NET4 Parrel including PLINQ.
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:130604
    • 提供者:hunkhu
  1. mutilthread

    0下载:
  2. c语言多进程多线程编程的教程,很不错哦,可以学习一下,借此理解操作系统功能。-c multi-process multi-threaded programming language tutorials, very good, oh, you can learn about, to understand the operating system features.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:139695
    • 提供者:三生石
  1. lesson-15

    0下载:
  2. 一个用C++实现的多线程聊天室。开发软件为Visio stdio 6.0,win32控制台应用程序。-A C++ implementation with multi-threaded chat room. Development of software for the Visio stdio 6.0, win32 console application.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-30
    • 文件大小:45359
    • 提供者:xiemazhao
  1. syjk

    1下载:
  2. 串口监控,详细多串口应用,多线程开发 是实际应用后的项目 -c#
  3. 所属分类:CSharp

    • 发布日期:2015-09-21
    • 文件大小:5604352
    • 提供者:董治国
  1. Linux

    0下载:
  2. 含有Linux基本教程、C语言教程、数据结构、文本编辑器、GCC编译器、调试工具、Linux GUI编程、网络编程、进程间通信、多线程编程、客户端/服务器端程序-Basic tutorial with Linux, C Language Tutorials, data structure, text editor, GCC compiler, debugging tools, Linux GUI programming, network programming, interprocess com
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:12197
    • 提供者:kevin
  1. DLoad_SRC

    0下载:
  2. 源代码包含三种不同的驱动加载方法,使用ZwSetSystemInformation函数加载驱动,使用NtLoadDriver函数加载驱动,使用服务控制管理器加载驱动,还包括三种线程注入技术,使用RtlCreateUserThread 函数注入线程,使用CreateRemoteThread函数注入线程,使用NtCreateThreadEx函数注入线程,源代码包含C,C#的demo-The source code contains three different loading methods
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-22
    • 文件大小:714666
    • 提供者:changming
  1. cPP-program

    0下载:
  2. C++多线程例子经典的程序,已经本人多次调试验证过,可以做学习参考用-C++ examples of the classic multi-threaded program, has been verified, can be used immediately,
  3. 所属分类:进程与线程

    • 发布日期:2017-03-28
    • 文件大小:267995
    • 提供者:zixun
  1. QQ-with-UDP

    0下载:
  2. 本设计开发的是一个局域网QQ聊天软件,运用软件工程的设计流程,使用现在比较普遍和流行的C#语言,采用面向对象的方法,综合运用数据库编程技术、多线程开发技术、网络通讯技术,以Microsoft Visual Studio 2005作为系统前台应用程序开发工具,Microsoft SQL Server 2000作为后台数据库管理系统,在Windows XP平台下进行开发。-The topic of this paper is going to talk about that to develop t
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-26
    • 文件大小:9446312
    • 提供者:huajiakui
  1. Linux-programming-ideas

    0下载:
  2. 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1752938
    • 提供者:陈雨
  1. muthread

    1下载:
  2. Linux中多线程通信的实例,适合初学者学习Linux-See more Linux instances of the process of communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3423
    • 提供者:王博文
  1. ifengThreads

    0下载:
  2. C#开发的一款新闻采集器,支持多线程,还可支持SQL SERVER数据库,可将采集回来的内容直接插入到数据库。SQL语句可以自己编辑。-C# development of a news gathering, support multi-threading, also supports SQL SERVER database, the contents can be collected directly back into the database. SQL statements can edit
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:232866
    • 提供者:王俊
  1. wpf线程问题

    0下载:
  2. WPF是C#编程中一个新技术(动画界面),此文档是关于在使用WPF技术编写程序时,一些线程的问题...(WPF is a new technique in C# programming (animation interface), which deals with threads that are written when using WPF technology...)
  3. 所属分类:C#编程

    • 发布日期:2017-12-23
    • 文件大小:87040
    • 提供者:panjaf
  1. Cpp1

    0下载:
  2. 多线程,循环同时进行,你懂的,很不错的,哈哈哈哈哈哈哈哈哈哈哈哈(Multi threading, loop simultaneous.)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1488896
    • 提供者:子余
  1. Succe_ListView_Thread_Delegate

    0下载:
  2. 对于新入门的朋友可快速学习线程、委托、ListView闪屏方案,具有详细的注释(For the new entry of friends, you can quickly study threads, delegates, ListView flash screen program, with detailed notes)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-20
    • 文件大小:49152
    • 提供者:nihao003
  1. pthread-master

    0下载:
  2. 模拟多线程之间信号量交互,适用于linux平台,采用c语言(semaphore interaction between multiple threads)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:ExcaliburZH
  1. ThreadUIDemo

    0下载:
  2. C#多线程与线程中调用控件并显示,多种不同方法(C# multithreading and thread calling controls, and show a variety of different methods)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:58368
    • 提供者:Leo Xu
  1. DBServerBackgroundWork

    0下载:
  2. C#程序,采用后台多线程技术,实现后台数据库的读写和查询修改等功能,不占用主线程的时间。(C # procedures, the use of background multithreading technology to achieve the background database read and write and query changes and other functions, do not take the main thread of time.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-18
    • 文件大小:778240
    • 提供者:hooget
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com