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.
標簽: program multithreaded Pthreads numbers
上傳時間: 2013-12-21
上傳用戶:zhyiroy
【概要】 名稱:DK的《貪吃蛇》-附源代碼 版本:1.0.0.0 運行環境:Win9X/Me/NT/2000/XP/2003/Vista 開發環境:WinXp+VC6 軟件開發者:FanSin Studio 開發商網站:暫無 作者:棼紫|DKink QQ:8566427 EMAIL:dkink@qq.com 【介紹】 基于像素移動的貪吃蛇,沒有記分,懶得寫。 背景音樂無,懶得寫。 有人想看背景音樂如何實現的,請看DKG12里面的實現。 【操作指南】 鍵盤操作,Enter開始,方向移動。
上傳時間: 2014-02-11
上傳用戶:ma1301115706
Implement a phone book system for employees of a company. Your program will output the following menu (1) Enter an employee and a phone pair to the system (2) Lookup an employee s phone number (3) Find out who is/are the person(s) of a given number (4) How many people are currently in the system (5) Delete an employee from the system (6) Output all employees name‐phone pair (7) How many phone numbers total in the current system (8) Quit When
標簽: Implement employees following company
上傳時間: 2013-12-17
上傳用戶:zhangliming420
int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*************************************\n") printf("Enter your choice(1,2,3): ") do{ ch=(char)_getch() }while(ch!= 1 &&ch!= 2 &&ch!= 3 ) system("cls") if(ch== 3 ) return 0 else if(ch== 1 ) ReaderPriority("thread.dat") else WriterPriority("thread.dat") printf("\nPress Any Key to Coutinue:") _getch() system("cls") } return 0
上傳時間: 2017-01-06
上傳用戶:gonuiln
This product has been manufactured to your company’s specifications a part for use in your company’s general electronic products. It is guaranteed to perform according to delivery specifications. For any other use apart from general electronic equipment, we cannot take responsibility if the product is used in medical devices, nuclear power control equipment, aerospace equipment, fire and security systems, or any other applications in which there is a direct risk to human life and where extremely high levels of reliability are required. If the product is to be used in any of the above applications, we will need to Enter into a separate product liability agreement.
標簽: company your specifications manufactured
上傳時間: 2017-02-19
上傳用戶:haohaoxuexi
With the advances in the semiconductor and communication industries, it has become increasingly important for electrical engineers to develop a good understanding of microelectronics. This book addresses the need for a text that teaches microelectronics from a modern and intuitive perspective. Guided by my industrial, research, and academic experience, I have chosen the topics, the order, and the depth and breadth so as to efficiently impart analysis and design principles that the students will find useful as they Enter the industry or graduate school.
標簽: communication semiconductor increasingly industries
上傳時間: 2013-12-19
上傳用戶:evil
Permits to negotiate of simple form (without code) some of the most utilized combinations of keys in the forms. It suffices with freeing the component on the form and to activate the properties desired segun the behavior that want. * Enter to change of field. * ESC to close the form * to Advance al following control * to Delay al previous control * function Keys *.. .
標簽: combinations negotiate of utilized
上傳時間: 2014-01-15
上傳用戶:linlin
this is a digital intercom projects using ADC PWM and UART interrupt. you take the value from mic Enter it to ADC and then send serially to the other microcontroller which receives the data and transform the digital data into analog data by PWM which is connected to speaker
標簽: interrupt intercom projects digital
上傳時間: 2017-04-19
上傳用戶:亞亞娟娟123
在該實例中,增加或修改貨物明細時,在輸入一個項目數據后,應按Enter鍵輸入其他項目數據(此處為鍵盤響應事件)。
標簽:
上傳時間: 2017-04-19
上傳用戶:chens000
畢業設計:VC++\SQL 2000 《文檔管理系統》主要用于對企業的文檔進行有效管理,其主要包括基本信息、文檔管理和系統設置。系統的功能性強,操作靈活,是您企業進行文檔管理的最佳幫手。 操作注意事項 用戶在使用《文檔管理系統》之前,應注意以下事項: (1)在登錄系統之前應先附加數據庫,否則無法運行。 (2)本系統的初始用戶名為:mr,密碼為:mrsoft。 (3)本系統完全支持按〈Enter〉鍵跳到下一文本框的功能,用戶無需再通過鼠標定位光標位置。
上傳時間: 2013-12-21
上傳用戶:ma1301115706