搜索资源列表
examples
- 几个典型的嵌入式Linux编程示例 hello Hello, C++ math pthread udptalk leds led-player buttons pwm adc-test i2c comtest camtest-Some typical examples of embedded Linux Programming
elevator.c
- this a pthread simulaton of an elevator elevator with synch. this is a tipical assigment for students taking operating systems.-this is a pthread simulaton of an elevator elevator with synch. this is a tipical assigment for students taking operating
NetworkOnChip
- A c implementation of the network on chip topology. It can be used in the early development stage of the NoC model. The performance is fast since it utilizes the fast pthread for each processor in this NoC.
wait
- /* wait.h - wait facility library header */ /* * Copyright (c) 2003-2006 Wind River Systems, Inc. * * The right to copy, distribute or otherwise make use of this software * may be licensed only pursuant to the terms of an applicable
NetworkOnChip
- A c implementation of the network on chip topology.It can be used in the early development stage of the NoC model.The performance is fast since it utilizes the fast pthread for each processor in this NoC.
3sw(pthread)
- 实验要求作到以下几点: ①构造具有两个参数的子函数,子函数将首个指针参数中的各个元素进行排序,次参数传递的是收参数的元素数目; ②f2.c:设计具有俩参数的子函数,子函数将二参数值交互; ③实现主函数,主函数中创建俩线程,线程一定义一个十元素的数组,使用文件f1中定义的函数对数组排列顺序并能够使结果输出;线程2定义俩整形的变量,使用文件f2中定义的函数将二变量的值进行 交互而且要结果输出 -The experimental requiremen
