代码搜索:Assignment

找到约 8,196 项符合「Assignment」的源代码

代码结果 8,196
www.eeworm.com/read/481225/6645090

cc threadtest_ex1.cc

// threadtest.cc // Simple test case for the threads assignment. // // Create two threads, and have them context switch // back and forth between themselves by calling Thread::Yield, // to illustrat
www.eeworm.com/read/481225/6645094

cc threadtest-buffer.cc

// threadtest.cc // Simple test case for the threads assignment. // // Create two threads, and have them context switch // back and forth between themselves by calling Thread::Yield, // to illustrat
www.eeworm.com/read/481225/6645109

cc threadtest_me.cc

// threadtest.cc // Simple test case for the threads assignment. // // Create two threads, and have them context switch // back and forth between themselves by calling Thread::Yield, // to illustrat
www.eeworm.com/read/481225/6645128

cc threadtest.cc

// threadtest.cc // Simple test case for the threads assignment. // // Create two threads, and have them context switch // back and forth between themselves by calling Thread::Yield, // to illustrat
www.eeworm.com/read/481225/6645156

makefile

# NOTE: this is a GNU Makefile. You must use "gmake" rather than "make". # # Makefile for the multiprogramming assignment # Defines set up assuming multiprogramming is done before the file system.
www.eeworm.com/read/229886/14313659

py reference.py

#!/usr/bin/python # Filename: reference.py print 'Simple Assignment' shoplist = ['apple', 'mango', 'carrot', 'banana'] mylist = shoplist # mylist is just another name pointing to the same object
www.eeworm.com/read/126327/14428579

vhd condsigm.vhd

-- MAX+plus II VHDL Example -- Conditional Signal Assignment with Multiple Alternatives -- Copyright (c) 1994 Altera Corporation ENTITY condsigm IS PORT ( high, mid, low : IN BIT; q
www.eeworm.com/read/225360/14543959

cc threadtest.cc

// threadtest.cc // Simple test case for the threads assignment. // // Create two threads, and have them context switch // back and forth between themselves by calling Thread::Yield, // to illustrat
www.eeworm.com/read/491809/1187531

cc threadtest.cc

// threadtest.cc // Simple test case for the threads assignment. // // Create two threads, and have them context switch // back and forth between themselves by calling Thread::Yield, // to illustrat
www.eeworm.com/read/491809/1187555

makefile

# NOTE: this is a GNU Makefile. You must use "gmake" rather than "make". # # Makefile for the multiprogramming assignment # Defines set up assuming multiprogramming is done before the file system.