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

搜索资源列表

  1. GPS ToolKit Pro

    0下载:
  2. Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add GPS support to any Visual Basic, Visual C++, Delphi, Excel, or scr ipting project that supports ActiveX controls. GPS data (including lat/lon, speed,
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:597892
    • 提供者:liogi
  1. masm_Feiler_v1.0

    2下载:
  2. 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPSe
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:69644
    • 提供者:水滴
  1. lincan-0.3.3.tar

    0下载:
  2. LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linu
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:866594
    • 提供者:李刚
  1. sort-xiancheng

    0下载:
  2. java写的一个多线程排序实验,文件小,效果高。-java write a multithreaded scheduling experiment, the paper, and got high.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3385
    • 提供者:zym
  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/网络编程

    • 发布日期:2008-10-13
    • 文件大小:249909
    • 提供者:Edgard
  1. MutiThreadSerial

    0下载:
  2. 利用VB写的多线程通讯工具,可以很好的解决串口通讯数据量巨大时阻塞的问题,而且对学习怎样用vb写多线程有很大的帮助-VB write multi-threaded communication tools, can solve serial data communications at a huge obstruction to the problem, but learning how to use Visual Basic to write multithreaded be of great
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:21614
    • 提供者:摄氏37度
  1. 操作系统课程实验报告1

    0下载:
  2. 1. 经典IPC问题的分析报告 根据课本所提供的几个实例或自己查找到的IPC实例,写出具体的模型的设计思想,写出相应的伪代码,并针对于伪码写出具体的设计思路,每个信号量的设置含义及目的,并对于设计的每行伪码给出详细地解释,对其可能被中断情况给与分析。(如有可能,可以利用多线程编程对某个算法具体实现)-1. IPC classic analysis of the textbooks in accordance with the provision of several examples or to
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:79685
    • 提供者:王哲
  1. Thread_Experiment

    0下载:
  2. Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that out
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:895
    • 提供者:anthony chan
  1. MultithreadingTutorial_src

    0下载:
  2. Multithreading Tutorial This article demonstrates how to write a multithreaded Windows program in C++ using only the Win32 API.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:436209
    • 提供者:alex hong
  1. EventObject_Manage

    0下载:
  2. 一个windows多线程实例,如果想写一个多线程程序又苦于不知道怎样做线程间通讯的朋友可以参考一下-Example of a multi-threaded windows, if they want to write a multithreaded program does not know what to do suffer from communication between threads can refer to a friend
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11926939
    • 提供者:欧哥
  1. xiancheng

    0下载:
  2. 应用Java中线程的概念写一个Java程序(包括一个测试线程程序类TestThread,一个Thread类的子类PrintThread)。在测试程序中用子类PrintThread创建2个线程,使得其中一个线程运行时打印10次“线程1正在运行”,另一个线程运行时打印5次“线程2正在运行”。-Applications in Java thread concept to write a Java program (including the class TestThread a test multit
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:4586
    • 提供者:何远波
  1. Multi

    0下载:
  2. C#如何编写多线程程序呢?通过本实例,你将学会以如何去编写,多线程程序应用广泛,作为程序员有必要好好掌握。可以测试启动线程一、启动线程二、显示一个模态对话框。-C# how to write multi-threaded program? This instance, you will learn how to write multithreaded programs widely used, it is necessary to take advantage of as a programme
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:8427
    • 提供者:胡立平
  1. LAN-share-file-software

    0下载:
  2. 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:12991
    • 提供者:lewin
  1. threads

    0下载:
  2. 多线程十大经典案例之一秒杀多线程,多线程同步互斥问题《秒杀多线程第四篇一个经典的多线程同步问题》及解决多线程同步互斥的常用方法——关键段、事件、互斥量、信号量、读写锁。为了让大家更加熟练运用多线程,将会有十篇文章来讲解十个多线程使用案例,相信看完这十篇后会让你能更加游刃有余的使用多线程。-Multi-threaded Ten classic case of the spike multi-threaded, multi-thread synchronization mutex problem &
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:3205
    • 提供者:张海玲
  1. VCThreadSample

    0下载:
  2. Visual c++6.0多线程编程实例。该实例编写规范,可以用来作为多线程程序的编写模板,用处很大。-Visual c++6.0 multithreaded programming examples. The instance specification preparation, can be used as a template to write multithreaded program, has proved very useful.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1886547
    • 提供者:cyouseki
  1. ReaderWriter

    0下载:
  2. 写一个多线程的程序实现读者和写者能够共享文件,文件里保存一篇文章,写者可以修改,读者可以阅读。-Write a multithreaded program, readers and writers to share files, file save an article writer can modify, readers can read.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9120
    • 提供者:name
  1. Projects

    2下载:
  2. 三种VC 6.0的多线程同步方法编写一个多线程的程序(要求在屏幕上先显示Hello,再显示World) 1)基于全局变量的多线程同步程序; 2)基于事件的多线程同步程序; 3) 基于临界区的多线程同步程序。-Three kinds of VC 6.0 multi-thread synchronization method to write a multi-threaded program (first display on the screen requires Hello, aga
  3. 所属分类:Console

    • 发布日期:2017-06-11
    • 文件大小:18124367
    • 提供者:Walter
  1. CppTank

    0下载:
  2. C++编写的一个坦克大战,这个程序的初衷是自己练习多线程和互斥对象的。事实上这个程序很很多不合理的地方,虽然是C++程序但是几乎没有体现封装性。-C++ write a tank warfare, this program is to exercise itself multithreaded and mutexes. In fact this program very many unreasonable places, although it is the embodiment of c++
  3. 所属分类:Other Games

    • 发布日期:2017-05-04
    • 文件大小:4202
    • 提供者:夏再硕
  1. ayded

    0下载:
  2. 用多线程方法编写了一个小组件,在主窗口中进行耗时的数据操作时可用来进行加载提示-In a multithreaded way to write a widget, in the main window of time-consuming data operations can be used for loading
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:26758
    • 提供者:idstructrons
  1. gxeratiots

    0下载:
  2. 用多线程方法编写了一个小组件,在主窗口中进行耗时的数据操作时可用来进行加载提示(In a multithreaded way to write a widget, in the main window of time-consuming data operations can be used for loading)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-21
    • 文件大小:26624
    • 提供者:孙贺朋
« 12 »
搜珍网 www.dssz.com