Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - threads
Search - threads - List
master java threads
Update : 2024-05-04 Size : 161792 Publisher : jam

展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
Update : 2024-05-04 Size : 90112 Publisher : 周孝良

演示多线程,可以挂起和唤醒线程,很好的啊!-demonstration Multithreading can be flown and awaken threads, good ah !
Update : 2024-05-04 Size : 122880 Publisher : 张兵

qt实现四叉树搜索,书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-qt achieve quadtree search, book on the Windows operating system is an internal mechanism dedicated to the authors start from the basic concept, a comprehensive and systematic introduction of the Windows basic elements, such as processes, threads, memory management and DLL, and listed a large number of applications, and incisive analysis of the constitutive pieces of the use, in order to keep Windows programming skills provided an effective shortcut. For different levels of Windows programmers, this book is of great reference value.
Update : 2024-05-04 Size : 3072 Publisher : zww

DL : 0
 ? 部分内容   首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程。线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScore()自动加1分。如果没有点中炸弹,炸弹继续下降,当撞到屏幕wasHitEarth()方法激活,其内调用death()方法,减少Denfenser.life生命点,同时audio.play()处理声音的播放,用以提示游戏者。当你的生命点数小于0时”Game Over”。-first part of the init () method to load the game all the necessary resources, including the voices of the mouse wiretapping, and other relevant background set. Use addBomb () method to increase the number of bomb, the initial location and initialization color. Reuse start () activated threads. Call threads run () method to deal with bomb dropped down Movement (). Hamas () in a unit time per call to paint () method is constantly refresh the screen, paint () call Bomb.addBomb () to draw bomb. When pressed mouse game, mousePress () activation of the incident to determine whether the point of the bomb. If the point addScore () an automatic points. If there is no point bombs, continued to decline, hit the screen wasHitEarth () method is activated, Calling within their death (), to reduce Denfe
Update : 2024-05-04 Size : 357376 Publisher : 11

如何利用线程改进运行速度,特别是在多核心处理器下的操作-how to use threads to improve the operating speed, especially in multi-core processors to operate under the
Update : 2024-05-04 Size : 145408 Publisher : 郑超

DL : 0
设计一个交通信号灯类: (1)变量:位置、颜色(红、黄、绿)、显示时间(秒)。 (2)方法:切换信号灯。 创建并启动两个线程(东西向、南北向)同时运行。 3.实验要求 (1)设计线程。 (2)设计路口信号灯示意图界面。 (3)进一步将每个方向的信号灯分成3种车道灯:左转、直行和右转。 (4)根据车流量进行时间的模糊控制。 -design of a traffic signal categories : (1) variables : location, color (red, yellow, green), indicating that time (seconds). (2) Method : Switch lights. Create and start two threads (to the East and West, North and the South to) the same time. 3. Experimental requirements (1) design thread. (2) design matrix interface signal junctions. (3) Further to the signal in each direction, divided into three lanes of lights : turn left, turn right and go straight. (4) According to vehicular traffic for the time of fuzzy control.
Update : 2024-05-04 Size : 27648 Publisher : 行风

DL : 0
hreads:This sample demonstrates how to develop an advanced namedpipe server that is capable of servicing 5 instances. The application is an echo server where data isreceived from a client and echoed back to the client. Allthe pipe instances are serviced using threads.
Update : 2024-05-04 Size : 1156096 Publisher : cuiyixin

DL : 0
操作系统实验,理发师问题用线程完成问题-Experimental operating system, barber problem using threads to complete the problem
Update : 2024-05-04 Size : 1024 Publisher : 袁志

Threads.Primer.A.Guide.to.Multithreaded.Programming,多线程编程的入门级参考书-Threads.Primer.A.Guide.to.Multithreaded.Programming, multi-threaded programming entry-level reference
Update : 2024-05-04 Size : 860160 Publisher : 胡伟

threads primer - a guide to multithreaded programmingr 多线程编程-threads primer- a guide to multithreaded programmingr multi-threaded programming
Update : 2024-05-04 Size : 860160 Publisher :

DL : 0
设计4个线程,其中两个线程每次对j增加1,另外两个线程对j每次减少1。写出程序。 -Design of four threads, two of which each thread of j increase by 1, and the other two threads on j each decrease of 1. Written procedures.
Update : 2024-05-04 Size : 1024 Publisher : tian

操作系统实验线程同步机制实验。利用互斥信号量实现两个线程的同步运行-Experimental operating system thread synchronization mechanism for the experiment. The use of mutex semaphores realize the synchronization of two threads running
Update : 2024-05-04 Size : 2528256 Publisher : 李易学

DL : 0
彈跳球遊戲,multi-threads控制每個球,碰到牆壁就會反彈-Bouncing Ball games, multi-threads to control each ball and touched the wall will rebound
Update : 2024-05-04 Size : 11264 Publisher : linli

本书介绍了VC++的入门知识到高级应用技术的各个主要方面,内容覆盖了简单的VC++基本操作,应用程序界面设计,复杂的进程、线程、消息和数据库,ActiveX等高级技术。 -This book introduces VC++ Introductory to advanced applied technology knowledge in all major aspects, covering a simple VC++ Basic operation, applications, interface design, complexity of processes, threads, messages and databases, ActiveX, etc. Advanced Technology.
Update : 2024-05-04 Size : 11369472 Publisher :

DL : 0
Shows how Linux futex syscall can be used to distribute computation to multiple threads.
Update : 2024-05-04 Size : 1024 Publisher : Matthew

DL : 0
Introduction to Java Threads-Introduction to Java Threads...
Update : 2024-05-04 Size : 58368 Publisher : sirin

DL : 0
Threads为JAVA线程序例子集合.能方便了解JAVA线程的运作-thread
Update : 2024-05-04 Size : 5120 Publisher : ljj

Master the essentials of concurrent programming,including testing and debugging This textbook examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills. Moreover, the textbook sets itself apart from other comparable works by helping readers to become proficient in key testing and debugging techniques. Among the topics covered, readers are introduced to the relevant aspects of Java, the POSIX Pthreads library, and the Windows Win32 Applications Programming Interface.
Update : 2024-05-04 Size : 1725440 Publisher : Jacky

DL : 0
线程超市管理系统 采用线程管理的超市管系统,附带access数据库文件-Supermarket management system thread threads supermarket management system, with access database file
Update : 2024-05-04 Size : 29696 Publisher : fg
« 1 23 4 5 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.