本程序是操作系統(tǒng)里面常用的一個(gè)程序,某工廠有兩個(gè)生產(chǎn)車間和一個(gè)裝配車間,兩個(gè)生產(chǎn)車間分別生產(chǎn)A、B兩種零件,裝配車間的任務(wù)是把A、B兩種零件組裝成產(chǎn)品。兩個(gè)生產(chǎn)車間每生產(chǎn)一個(gè)零件后都要分別把它們送到裝配車間的貨架F1、F2上,F(xiàn)1存放零件A,F(xiàn)2存放零件B,F(xiàn)1和F2的容量均為可以存放10個(gè)零件。裝配工人每次從貨架上取一個(gè)A零件和一個(gè)B零件然后組裝成產(chǎn)品。用多線程并發(fā)進(jìn)行正確的管理。
標(biāo)簽: 程序 操作系統(tǒng)
上傳時(shí)間: 2016-12-29
上傳用戶:huangld
實(shí)現(xiàn)8位數(shù)據(jù)的輸入檢測(cè)功能,如與預(yù)先輸入的數(shù)字相同則輸出A,否則輸出B
標(biāo)簽: 8位 數(shù)據(jù) 輸入 檢測(cè)功能
上傳時(shí)間: 2017-01-02
上傳用戶:xhz1993
多項(xiàng)式擬合的MATLAB工具。只要具有以下幾個(gè)函數(shù) POLYFITN - A general n-dimensional polynomial fitting tool POLYVALN - An evaluation tool for polynomials produced by polyfitn POLYN2SYMPOLY - A conversion tool to generate a sympoly from the results of polyfitn POLYN2SYM - A conversion tool to generate a symbolic toolbox object from the results of polyfitn
標(biāo)簽: n-dimensional polynomial POLYFITN POLYVALN
上傳時(shí)間: 2014-11-30
上傳用戶:s363994250
為宿舍管理人員編寫一個(gè)宿舍管理查詢軟件。基本要求:1.采用交互工作方式2.建立數(shù)據(jù)文件 ,數(shù)據(jù)文件按關(guān)鍵字(姓名、學(xué)號(hào)、房號(hào))進(jìn)行排序(冒泡、選擇、插入排序等任選一種)3.查詢菜單: (用二分查找實(shí)現(xiàn)以下操作)A. 按姓名查詢B. 按學(xué)號(hào)查詢C. 按房號(hào)查詢4.打印任一查詢結(jié)果(可以連續(xù)操作)
標(biāo)簽: 編寫 查詢 工作方式 數(shù)據(jù)文件
上傳時(shí)間: 2017-01-16
上傳用戶:zhengzg
本課題設(shè)計(jì)的雙機(jī)通信系統(tǒng),應(yīng)能完成2臺(tái)80X86PC機(jī)的串行通信。將數(shù)據(jù)從A機(jī)發(fā)送到B機(jī),或從B機(jī)發(fā)送到A機(jī)。
標(biāo)簽: 雙機(jī)通信
上傳時(shí)間: 2014-07-13
上傳用戶:stampede
漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C
標(biāo)簽: the animation Simulate movement
上傳時(shí)間: 2017-02-11
上傳用戶:waizhang
宿舍管理查詢系統(tǒng) 【問(wèn)題描述】為宿舍管理人員編寫一個(gè)宿舍管理查詢系統(tǒng)。 【基本要求】 (1)采用交互工作方式 (2)建立數(shù)據(jù)文件,數(shù)據(jù)文件按關(guān)鍵字(姓名、學(xué)號(hào)、房號(hào))進(jìn)行排序(冒泡、選擇、插入排序等任選一種) (3)查詢菜單: (用二分查找實(shí)現(xiàn)以下操作) A. 按姓名查詢 B. 按學(xué)號(hào)查詢 C. 按房號(hào)查詢 (4)保存任一查詢結(jié)果到文件中
標(biāo)簽: 查詢系統(tǒng) 工作方式 數(shù)據(jù)文件 編寫
上傳時(shí)間: 2017-02-13
上傳用戶:zxc23456789
Program Description: The program asks the user to choice from the menu an option A. Check to see if a number is prime. B. Count the number of vowels in a line. X. Exit the program.
標(biāo)簽: Description the Program program
上傳時(shí)間: 2017-04-08
上傳用戶:磊子226
垃圾文件清理: 垃圾文件清理: 垃圾文件清理 Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :DD cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :DD Clean Windows Programs: :rd_dir if " R:~-2,1 "=="\" set R=" R:~1,-2 " if not exist R goto :DD cd /d R for /f "delims=" a in ( dir/ad/b ) do rd /s /q " a" del /f /s /q * cdrd /s /q R :DD
標(biāo)簽: Programs Windows rd_dir Clean
上傳時(shí)間: 2017-04-21
上傳用戶:lanhuaying
建立兩個(gè)任務(wù)AB,A可以掛起B(yǎng),同時(shí)也可以恢復(fù)B
標(biāo)簽:
上傳時(shí)間: 2017-06-02
上傳用戶:han_zh
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1