-
一个生产者-消费者问题例子
一个生产者-消费者问题例子-a producer-consumer issues example
- 2022-08-20 19:31:47下载
- 积分:1
-
如果你对linux内核编程感兴趣的话就来吧, 这本书是你最佳的选择! 取之于网, 用之于网, 于你分享!...
如果你对linux内核编程感兴趣的话就来吧, 这本书是你最佳的选择! 取之于网, 用之于网, 于你分享!-if you linux kernel programming interested in the case of Barber, this book is your best choice! Taken from the net benefit of network, you have to share!
- 2022-02-14 12:37:12下载
- 积分:1
-
基于MINI2440的独立按键点亮LED+启动代码 可以直接运行
基于MINI2440的独立按键点亮LED+启动代码 可以直接运行-Based on the independence of keys MINI2440 lit LED+ boot code can run directly
- 2022-10-05 02:40:04下载
- 积分:1
-
a simple character
一个简单的字符设备的驱动--led的驱动,对于学习linux驱动有一定的帮助!-a simple character-driven equipment-- led the drive, Drivers learning linux can help!
- 2023-08-06 00:40:04下载
- 积分:1
-
QT与C++写的任务管理器,代码详细,可以了解曲线画法,内存映射等等!...
QT与C++写的任务管理器,代码详细,可以了解曲线画法,内存映射等等!-QT and C++ Written by Task Manager, the code in detail to understand the curve drawing method, memory mapping and so on!
- 2023-08-23 11:25:03下载
- 积分:1
-
linux组播代码
#! /bin/sh
gcc
linux组播代码
#! /bin/sh
gcc -Wall mcastclient.c -o mcastclient
gcc -Wall mcastserver.c -o mcastserver
#./mcastserver 230.1.1.1 7838
#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
-linux multicast code#!/bin/shgcc-Wall mcastclient.c-o mcastclientgcc-Wall mcastserver.c-o mcastserver#./mcastserver 230.1.1.1 7838#./mcastclient 230.1.1.1 7838 192.168.100.1 12345
- 2022-03-13 06:45:28下载
- 积分:1
-
linux下ppc对DS1302操作的驱动!对于时序很有帮助!
linux下ppc对DS1302操作的驱动!对于时序很有帮助!-linux on the DS1302 to operate under the ppc driver! Helpful for timing!
- 2023-07-16 00:00:03下载
- 积分:1
-
linux 学习.
ccs
linux 学习.
ccs-cd-dsdwsasdw
- 2022-03-21 15:37:26下载
- 积分:1
-
的分布有多个工具Valgrind。最受欢迎的是记忆…
The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as:
*
touching memory you shouldn t (eg. overrunning heap block boundaries)
*
using values before they have been initialized
*
incorrect freeing of memory, such as double-freeing heap blocks
*
memory leaks.
-The Valgrind distribution has to multiple ols. The most popular is the memory checking too l (called Memcheck) which can detect many commo n memory errors such as :* touching memory you should not (eg. overrunnin g heap block boundaries)* t values before using hey have been initialized* incorrect freeing o f memory, such as double-freeing heap memory blocks* lea ks.
- 2022-05-10 23:27:50下载
- 积分:1
-
三个semephor实现的进程之间通讯
三个semephor实现的进程之间通讯-three semephor achieve the communication process between
- 2022-03-20 09:06:35下载
- 积分:1