搜索资源列表
dmidecode-2.7
- linux环境在终端打印出所有smbios信息的代码-linux environment in the terminal prints out all the information code smbios
example-4
- This example demonstrates the use of Semaphores, Threads, and Timers. Three \"Filler\" threads are created that loop waiting for a while and then adding a value to the end of a circular buffer. The main thread removes words from the buff
AES128.rar
- AES128bit加密算法。在PDF文档中有详细算法描述。程序打印出的内容为验证结果。对应文档中的33-34页最左侧的结果。不清楚的朋友可以给我发EMAIL.,AES128bit encryption algorithm. Has the detailed algorithm descr iption in the PDF documents. The procedure prints content for confirmation result. In corresponding docum
explore
- String Pointers to explore how the pointer work -The program takes lines from standard input and keeps the last n of them in memory as it goes through standard input. When it gets to an EOF, it prints the last n lines out. You may assume n is les
timer_test
- This example uses a timer to generate interrupt at a specific period.The timer event handler increments the event count and prints in stdout.
barber
- 睡眠理发师问题C++解法,使用信号量,理发座位数可选,理发师只有一个-Using semaphore to solve barbers problem,there’s one barber,infinite customer,and a few waiting position,the number of waiting position is depend on the user. 3 semaphores are involved in the program: m_h,barb
semaphore
- The shared memory has three character buffers, which are used to store a small letter, a capital letter, and a digit respectively. These buffers are logically independent. This program have some writer and reader threads. The writer threads are respo
Forkprogramming
- program that creates processes while it is executing. The program (also called the parent process) and create 4 child processes. The first child process runs forever and prints out to the standard output its process identification number. The rest of
Hello
- Prints Hello World !
hello
- linux的简单应用程序,实现打印hello world-simple linux application that prints hello world to achieve
uresb
- This program prints out resource bundles - example for ICU workshop.
wpa_debug
- wpa_supplicant/hostapd / Debug prints.
list_people
- Iterates though all people in the AddressBook and prints info about them for Linux.
runlevel
- Prints out the previous and the current runlevel for Linux.
qdeclarativeinfo
- Prints warnings messages that include the file and line number for QML types for Linux.
hello
- C code that prints "Hello World" on the standard output
SimpleClassPrinter
- This Class Visitor and Member Visitor prints out the class names of the classes it visits, and the full class member descr iptions of the class members it visits for Embedded Linux.
GPL
- This class checks and prints out information about the GPL.
PrintPsTree
- Prints raw information in CSV format.
HashMapPerfTest
- Tests basic functionality of HashMaps and prints the time needed to System.out.