Welcome![Sign In][Sign Up]
Location:
Search - Write a multithreaded

Search list

[Other resourceGPS ToolKit Pro

Description: 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 scripting project that supports ActiveX controls. GPS data (including lat/lon, speed, course, altitude, and dozens of other datasets) can be accessed through GPS ToolKit s properties, and GPS ToolKit s multithreaded event-based architecture notifies your application when data has been updated, saving you from having to write messy polling routines.-Introduction to GPS ToolKit Pro 1.0 GPS Too lKit Pro is an ActiveX object that makes it easy t o add GPS support to any Visual Basic, Visual C, Delphi, Excel, or scripting project that supports ActiveX con trols. GPS data (including lat / lon, speed, course, altitude, and dozens of other datasets) can be accessed th rough GPS ToolKit s properties, and GPS ToolKit s multithreaded event-based ar chitecture notifies your application when dat a has been updated. saving you from having to write messy polling ro utines.
Platform: | Size: 597892 | Author: liogi | Hits:

[Internet-Networkmasm_Feiler_v1.0

Description: 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP / IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: | Size: 69644 | Author: 水滴 | Hits:

[Other resourcePOSIXMultithreadProgrammingPrimer

Description: 多线程编程的经典书籍。是多线程编程方面写的很好的书籍。-multithreaded programming of the classic books. Is a multithreaded programming aspects to write a good book.
Platform: | Size: 783604 | Author: hover | Hits:

[Internet-Networklincan-0.3.3.tar

Description: 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-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithreaded read/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers. LinCAN project is part of a set of CAN/CANopen related components developed as part of OCERA framework. -LinCAN is a Linux kernel module that implem ents a CAN driver capable of working with multip le cards, even with different chips and IO methods. Each c ommunication object can be accessed from multi ple applications concurrently. It supports RT - Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK. and O_SYNC semantics and multithreaded read / w rite capabilities. It works with the common Int el i82527, Philips 82c200. Philips SJA1000 (in standard and PeliCAN mo de) CAN controllers. LinCAN project is part of a set of CAN / Application of CANopen related components develop ed as part of OCERA framework.
Platform: | Size: 866594 | Author: 李刚 | Hits:

[JSP/Javasort-xiancheng

Description: java写的一个多线程排序实验,文件小,效果高。-java write a multithreaded scheduling experiment, the paper, and got high.
Platform: | Size: 3385 | Author: zym | Hits:

[Internet-Networkpthreadsdll

Description: 附件是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
Platform: | Size: 249909 | Author: Edgard | Hits:

[CommunicationMutiThreadSerial

Description: 利用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 help
Platform: | Size: 21504 | Author: 摄氏37度 | Hits:

[OtherPOSIXMultithreadProgrammingPrimer

Description: 多线程编程的经典书籍。是多线程编程方面写的很好的书籍。-multithreaded programming of the classic books. Is a multithreaded programming aspects to write a good book.
Platform: | Size: 783360 | Author: hover | Hits:

[JSP/Javasort-xiancheng

Description: java写的一个多线程排序实验,文件小,效果高。-java write a multithreaded scheduling experiment, the paper, and got high.
Platform: | Size: 3072 | Author: zym | Hits:

[JSP/JavaThread_Experiment

Description: 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 outputs all the prime numbers less than or equal to the number entered by the user.
Platform: | Size: 1024 | Author: anthony chan | Hits:

[Windows DevelopMultithreadingTutorial_src

Description: Multithreading Tutorial This article demonstrates how to write a multithreaded Windows program in C++ using only the Win32 API.
Platform: | Size: 436224 | Author: alex hong | Hits:

[Process-ThreadEventObject_Manage

Description: 一个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
Platform: | Size: 11926528 | Author: 欧哥 | Hits:

[JSP/Javaxiancheng

Description: 应用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 multithreaded programs, a subclass of the Thread class PrintThread). Subclass PrintThread in the test procedures used to create two threads, making a thread run print 10 "thread is running and another thread is running print 5" thread is running.
Platform: | Size: 4096 | Author: 何远波 | Hits:

[Internet-NetworkLAN-share-file-software

Description: 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、多缓冲、守护进程、广播、单播、TCP、UDP等。 -The software for the linux environment tcp/IP network programming curriculum design. Functionality: access to all computers within the LAN to share files and download files from the specified computer multithreaded. HTTP and other functions can be achieved. Familiar with Linux programming and network programming This course is designed to deepen the understanding of TCP/IP. Main tasks: to write a foreground program and user interaction, and wrote a background and other computer communications daemon. The front desk is responsible for sending commands to the background, and receive background information returned. Background with a message queue and the front communications to the remote client service. Used programming techniques: multi-threaded, multi-process, message queues, semaphores, pipes, the FIFO memory-mapped IO, multi-buffering, the guardian of the process, broadcast, unicast, TCP, UDP, etc..
Platform: | Size: 13312 | Author: lewin | Hits:

[JSP/JavaReaderWriter

Description: 写一个多线程的程序实现读者和写者能够共享文件,文件里保存一篇文章,写者可以修改,读者可以阅读。-Write a multithreaded program, readers and writers to share files, file save an article writer can modify, readers can read.
Platform: | Size: 9216 | Author: name | Hits:

[ConsoleProjects

Description: 三种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, again displays World) 1) based on the global variable multithreaded synchronization program 2) multi-threaded event-based synchronization program 3 ) based on multi-thread synchronization program critical area.
Platform: | Size: 18124800 | Author: Walter | Hits:

[Other GamesCppTank

Description: 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++ program but few encapsulation.
Platform: | Size: 4096 | Author: 夏再硕 | Hits:

[Otherayded

Description: 用多线程方法编写了一个小组件,在主窗口中进行耗时的数据操作时可用来进行加载提示-In a multithreaded way to write a widget, in the main window of time-consuming data operations can be used for loading
Platform: | Size: 26624 | Author: idstructrons | Hits:

[ComboBoxgxeratiots

Description: 用多线程方法编写了一个小组件,在主窗口中进行耗时的数据操作时可用来进行加载提示(In a multithreaded way to write a widget, in the main window of time-consuming data operations can be used for loading)
Platform: | Size: 26624 | Author: 孙贺朋 | Hits:

[VC/MFCMultiThread

Description: 编写了一个多线程应用程序,实现对多个文件的同时写入操作,并且显示操作进度。(A multithreaded application is written to realize the simultaneous write operation of multiple files and display the operation progress.)
Platform: | Size: 95232 | Author: kgylmm | Hits:
« 12 »

CodeBus www.codebus.net