资源列表

« 1 2 ... .68 .69 .70 .71 .72 7973.74 .75 .76 .77 .78 ... 9711 »

[Linux/Unix编程test_tty_recv

说明:Linux环境下,使用串口进行数据传输的实际例子。-Linux environment, using the serial port for data transfer practical examples.
<huang> 在 2025-04-09 上传 | 大小:1kb | 下载:0

[Linux/Unix编程stm32_test

说明:SMT32演示,各个例子全在里面,比如IO口,中断,串口,I2C,SPI等-SMT32 presentation, various examples are all on the inside, such as IO ports, interrupts, serial, I2C, SPI, etc.
<chenzemen> 在 2025-04-09 上传 | 大小:919kb | 下载:0

[Linux/Unix编程mmu.tar

说明:s3c2410 fs2410 mmu实验源码 已测试-fs2410 mmu source experiment tested
<黄家华> 在 2025-04-09 上传 | 大小:8kb | 下载:0

[Linux/Unix编程ftpuseradd

说明:向vsftp中添加虚拟账户,使用起来十分方便-Add to vsftp virtual account is very convenient to use
<xuheng> 在 2025-04-09 上传 | 大小:1kb | 下载:0

[Linux/Unix编程code

说明:GNU LINUX 编程指南code 经典例子-GNU LINUX
<linhaoyou> 在 2025-04-09 上传 | 大小:1.4mb | 下载:0

[Linux/Unix编程v4l2.tar

说明:基于V4L的的编程和说明函数。对编写V4L的编写有很大的作用-V4L-based programming and descr iption of the function. In the preparation of V4L significant role in the preparation of
<kk> 在 2025-04-09 上传 | 大小:65kb | 下载:0

[Linux/Unix编程364652261

说明:FIFO一个用IP核调用的控制程序,里面有调用的IP核和FIFO读写控制-FIFO with an IP core call control procedures, which are called IP core and FIFO read and write control
<lixu> 在 2025-04-09 上传 | 大小:6kb | 下载:0

[Linux/Unix编程reader_writer

说明: 读者-写者问题的读写操作限制(包括读者优先和写者优先) 写-写互斥:不能有两个写者同时进行写操作 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 读-读允许:可以有一个或多个读者在读。-Readers- read and write operations to write the problem of constraints (including the readers of priority and writin
<JK> 在 2025-04-09 上传 | 大小:2kb | 下载:0

[Linux/Unix编程producer_consumer

说明: 在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-In the same address space of a process implemen
<JK> 在 2025-04-09 上传 | 大小:1kb | 下载:0

[Linux/Unix编程blp3e

说明:linux程序设计第三版的全部源代码 陈建,宋健健翻译的 linux编程的经典之作-linux programming third edition of the full source code for Chen, Song Jian translation of the classic linux programming
<mike jistur> 在 2025-04-09 上传 | 大小:219kb | 下载:0

[Linux/Unix编程message

说明: 该程序首先通过fork()函数分别创建Client进程和Server进程,然后通过msgget()函数创建消息队列,由Client使用msgsnd()函数向Server进程发送一个消息,Server进程通过msgrcv()函数从消息队列中接收到消息后,通过msgsnd()函数向Client进程发送回一个响应,之后,通过sleep()函数,等待Client进程从消息队列中读取了消息后,删除消息队列。-The program first
<JK> 在 2025-04-09 上传 | 大小:1kb | 下载:0

[Linux/Unix编程sharedm

说明:用共享存储区方式实现多个进程的通信程序: 该程序通过shmget()函数创建共享存储区,将一个字符串指针指向该存储区的起始地址,然后通过fork()创建两个子进程,通过对该字符串指针的读写达到多进程间的通信。程序中使用sleep()函数调节各进程对共享存储区的读写操作顺序。-With the shared memory area where multiple processes of communication program: t
<JK> 在 2025-04-09 上传 | 大小:1kb | 下载:0
« 1 2 ... .68 .69 .70 .71 .72 7973.74 .75 .76 .77 .78 ... 9711 »

源码中国 www.ymcn.org