搜索资源列表
Pthread-of-linux
- 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
rarlinux
- 可以实现在linux解压缩rar文件,到目前为止最新的版本为3.90 beta 3,这是共享版本。 -Can be achieved in the Linux unzip rar files
LCD_glib_MDK
- 6410的LCD+OV9650的裸机程序,里面代码对于裸机的同志很有帮助。无私共享。-6410 LCD OV9650 bare-metal process, which code for the bare metal comrades helpful. A total of selfless To enjoy.
forlinx6410-led1
- 6410的led等的裸机程序程序,一直在玩裸机,所以共享出来-6410 led Procedure for bare-metal, etc., has been playing bare metal, so share it
Linux-C(choose)
- LINUX c 相关编程资料 书本好不错 共享了-LINUX c programming material books related to share good good......
linux_shm_open
- linux 共享内存操作,涉及共享内存的控制读写同步。-linux shared memory operations involved in the control of the shared memory read and write synchronization.
pc_semaphore
- 线程间共享数据 读者写者问题 makefile-share data reader and writer makefile
LinuxDrv
- 介绍了Linux下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY终端使用), 以及Linux下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 -Linux serial driver level design and interface, and pointed out that the level of association between the serial TTY terminal (serial port can be use
shar_stor
- linux 共享存储 进程间通信 开发工具 ubuntu-ubuntu linux shared memory inter-process communication development tools
program
- 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理; (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child
shmlib
- 强大经典的共享内存库.利用循环BUF解决进程之间的视频流传输问题,零拷贝.-Powerful classic shared memory libraries. Use recycled BUF settlement process between the video streaming issues, zero-copy.
misc_ok
- miscdevice共享一个主设备号MISC_MAJOR(即10),但次设备号不同。所有的miscdevice设备形成一个链表,对设备访问时内核 根据次设备号查找。-Miscdevice share a major number MISC_MAJOR (10), but the device number is different. All miscdevice equipment to form a linked list, access to equipment when the kerne
pthread.c.tar
- 共享锁和信号量的使用方法,多线程程序的设计原理!-Shared locks and semaphores to use, multi-threaded program design principles!
HelloJni.tar
- 1、每个被加载的模块,无论是可执行程序还是共享库,均有自己独立的PLT和GOT表。所以拦截这个模块的对外调用的GOT,不影响其他模块。 2、本文只实现了拦截模块的调出到其他模块的动作,其他模块的调入没有涉及到(可能还涉及到比较复杂的重定位操作)。 3、system_server是system用户,不是有权限写所有名字的Property,这里用了persist.sys.开头的属性名,而persist.sys.开头的属性会保存至磁盘,因此性能会差点儿。 4、ioctl虽然实质声明是
shm
- Linux IPC操作之共享内存,代码包含共享内存的读和写的范例-Linux IPC shared memory operation, the code contains examples of shared memory read and write
cfposix1
- 通过创建子进程,使得父子进程之间可以通信,使用了信号量,和共享内存变量。- A little program ,fork four subprocess that Communication with the parent process,used posix shared a database by shared memory method
backports-3.10.17-1.tar
- 无线驱动程序,是atheros共享出来的无线源代码,希望对大家有所帮助。-Wireless driver is atheros wireless sharing out the source code, we hope to help.
RT2860_Firmware_V26
- 无线网卡linux驱动。该驱动实现了IEEE802.11的基本内容,包括BSS和IBSS模式,支持开放、共享、WPA-PSK和WPA2-PSK认证,以及WEP、TKIP、AES加密。-This is a linux device driver for Ralink RT3090 ABGN WLAN Card. This driver implements basic IEEE802.11. Infrastructure and adhoc mode with open or shared or
alx_src_ar8171_driver
- 一个Ar8171的网卡驱动,linux下的,很多人都找不到,所以共享下看谁能用上不,按网卡的编译安装即可-A Ar8171 network card driver, Linux, are looking for a lot of people to share, so to see who can not, can be installed according to the NIC compiler!!
UNIX-process-communication
- 进程通信的实现 分为三个基本文件,进程间信号传递、共享内存、消息机制、PV操作-Realization process communication is divided into three basic signal transmission between files, processes, shared memory, message mechanism, PV operation