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

搜索资源列表

  1. czxt_1

    0下载:
  2. 基于dos的多任务系统的实现 通过对线程的创建和撤销,cpu的调度,同步机制,通信机制的实现.-based multi-tasking system of the threads through the creation and withdrawn, cpu scheduling, synchronization mechanisms, communication mechanisms to achieve.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2636
    • 提供者:沈扬
  1. 用线程做一个生产者-消费者同步问题

    0下载:
  2. 用线程做一个生产者-消费者同步问题 其实我是想用线程做一个生产者-消费者同步问题,现在已经成功了,贴出来,大家请指证. 我想让线程thread1和thread2按顺序显示,于是加了个信号量mysem,并且在新建两个线程的两个函数中进行P,V操作,来控制先后显示顺序-threads do with a producer-consumer Synchronization I actually want to do with threaded a producer-consumer synchroni
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22016
    • 提供者:lj
  1. 同步套接字

    0下载:
  2. 这是c#的socket编程,同步套接字里面包括MTA和STA两个小程序。-This is the c # socket programming, including synchronization socket inside MTA and STA two small programs.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44991
    • 提供者:zeta
  1. 同步套接字监听

    0下载:
  2. 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and data reception capabilities to achieve communication be
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:21747
    • 提供者:李斌
  1. 同步套接字服务器端

    0下载:
  2. 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and reception functions to achieve communication between the computer map on the left shows t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10252
    • 提供者:
  1. 同步套接字客户端程序

    0下载:
  2. 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and reception functions
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9739
    • 提供者:
  1. SynSocket

    0下载:
  2. 一套同步套接字程序,分为同步套接字客户端和服务器端。功能比较简单-synchronization socket set procedures, divided into synchronization socket client and server side. Relatively simple function
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15117
    • 提供者:任福新
  1. tongbutuojiezi

    0下载:
  2. 用C#实现的网络同步套接字编程、异步套接字编程;-achieve synchronization network socket programming, asynchronous socket programming;
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25216
    • 提供者:李立
  1. TongbuSocket

    0下载:
  2. 同步套接字客户端.rar 使用Csharp的同步套接子演示收发数据, 可以发现与VC++的网络编程有很大不同, 这里使用的是Csharp的库,非常好用-synchronization socket client. Rar Csharp use of sub-synchronous sutured demonstration TX data VC can be found with the network programming can be very different, here is the
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7220
    • 提供者:孙攀
  1. Threading

    0下载:
  2. 此示例演示下面的线程处理技术。有关更多信息,请参见线程处理创建、启动和终止线程使用线程池线程同步和互交-This example demonstrated the following thread processing technology. For more information, please see threads creation, initiation and termination of the use of threads thread pool thread synchroni
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:53609
    • 提供者:tang
  1. Synchronization

    0下载:
  2. 本程序主要功能就是完成2个文件夹的文件的同步。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:48766
    • 提供者:吴海平
  1. C编显示时间

    0下载:
  2. 显示时间 全球同步-show that the global synchronization
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:48978
    • 提供者:我啊
  1. vac3dec

    0下载:
  2. ac软件解码:包括同步过程,imdct算法,扰动处理,缩混处理等。-ac software decoding include : synchronization process, imdct algorithm, disturbance, Mix management.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:33483
    • 提供者:仇正红
  1. copy函数

    0下载:
  2. 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1560
    • 提供者:第分
  1. 读者写者(LCC)

    0下载:
  2. 操作系统经典算法进程同步之读者写者问题,编译器LCC2005版-classic operating system process synchronization algorithm Readers write problem, the compiler version LCC2005
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:16261
    • 提供者:李雪
  1. chengxu

    0下载:
  2. 同步模块程序,可以测试在OFDM模块中的同步问题,进行研究同步问题,代码编写非常优秀,值得一看-Synchronization module procedures, you can test in OFDM synchronization module studied synchronization problems, coding is excellent, worth a visit
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:5913
    • 提供者:李文龙
  1. Code

    0下载:
  2. 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the code segment (critical zone) explain, as well as the synchronization of multi-threaded applications. Pre
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:40809
    • 提供者:wsmiao
  1. CSHarpThreadProgramming

    0下载:
  2. C#线程同步 C#线程同步,谢谢大家的支持!-C Sharp Thread Synchronization C Sharp Thread Synchronization C Sharp thread synchronization, I would like to thank everyone support!
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:22268
    • 提供者:周乐
  1. fypc

    0下载:
  2. 新闻采集系统可以将网络上的任务新闻采集到本地生成文件保存。 并可以根据您提供的网页模板批量的生成新闻html文件并上传到您的服务器上 而且将数据同步写入您的数据库。-News-gathering system on the network can be news-gathering mission to save the file locally generated. And can provide you with the bulk of the generated web pa
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:2008608
    • 提供者:曾曾
  1. synchronization-file

    0下载:
  2. 文件同步工具 自动同步两个目录下的文件-File synchronization tool automatically synchronize files in two directories
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:90794
    • 提供者:okma
« 12 3 4 »
搜珍网 www.dssz.com