CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux驱动 搜索资源 - 共享

搜索资源列表

  1. Pthread-of-linux

    0下载:
  2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:10.05kb
    • 提供者:gc
  1. rarlinux

    0下载:
  2. 可以实现在linux解压缩rar文件,到目前为止最新的版本为3.90 beta 3,这是共享版本。 -Can be achieved in the Linux unzip rar files
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:844.43kb
    • 提供者:ptzff
  1. LCD_glib_MDK

    0下载:
  2. 6410的LCD+OV9650的裸机程序,里面代码对于裸机的同志很有帮助。无私共享。-6410 LCD OV9650 bare-metal process, which code for the bare metal comrades helpful. A total of selfless To enjoy.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:828.62kb
    • 提供者:shentu
  1. forlinx6410-led1

    0下载:
  2. 6410的led等的裸机程序程序,一直在玩裸机,所以共享出来-6410 led Procedure for bare-metal, etc., has been playing bare metal, so share it
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-24
    • 文件大小:41.67kb
    • 提供者:shentu
  1. Linux-C(choose)

    0下载:
  2. LINUX c 相关编程资料 书本好不错 共享了-LINUX c programming material books related to share good good......
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-17
    • 文件大小:4.31mb
    • 提供者:冯健均
  1. linux_shm_open

    0下载:
  2. linux 共享内存操作,涉及共享内存的控制读写同步。-linux shared memory operations involved in the control of the shared memory read and write synchronization.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-22
    • 文件大小:7.16kb
    • 提供者:howay
  1. pc_semaphore

    1下载:
  2. 线程间共享数据 读者写者问题 makefile-share data reader and writer makefile
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:18.29kb
    • 提供者:wuchao
  1. LinuxDrv

    0下载:
  2. 介绍了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
  3. 所属分类:Driver develop

    • 发布日期:2017-11-14
    • 文件大小:15.68kb
    • 提供者:dinny
  1. shar_stor

    0下载:
  2. linux 共享存储 进程间通信 开发工具 ubuntu-ubuntu linux shared memory inter-process communication development tools
  3. 所属分类:Driver develop

    • 发布日期:2017-11-24
    • 文件大小:54.57kb
    • 提供者:张小军
  1. program

    0下载:
  2. 编写一段程序,同时父进程创建两个子进程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
  3. 所属分类:Driver develop

    • 发布日期:2017-12-10
    • 文件大小:10.88kb
    • 提供者:张格日乐
  1. shmlib

    0下载:
  2. 强大经典的共享内存库.利用循环BUF解决进程之间的视频流传输问题,零拷贝.-Powerful classic shared memory libraries. Use recycled BUF settlement process between the video streaming issues, zero-copy.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-04
    • 文件大小:13.7kb
    • 提供者:王碧
  1. misc_ok

    0下载:
  2. 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
  3. 所属分类:Driver develop

    • 发布日期:2017-04-03
    • 文件大小:89.79kb
    • 提供者:廖贤波
  1. pthread.c.tar

    0下载:
  2. 共享锁和信号量的使用方法,多线程程序的设计原理!-Shared locks and semaphores to use, multi-threaded program design principles!
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:1.12kb
    • 提供者:黄电
  1. HelloJni.tar

    0下载:
  2. 1、每个被加载的模块,无论是可执行程序还是共享库,均有自己独立的PLT和GOT表。所以拦截这个模块的对外调用的GOT,不影响其他模块。 2、本文只实现了拦截模块的调出到其他模块的动作,其他模块的调入没有涉及到(可能还涉及到比较复杂的重定位操作)。 3、system_server是system用户,不是有权限写所有名字的Property,这里用了persist.sys.开头的属性名,而persist.sys.开头的属性会保存至磁盘,因此性能会差点儿。 4、ioctl虽然实质声明是
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:356.65kb
    • 提供者:konglingjiao
  1. shm

    0下载:
  2. Linux IPC操作之共享内存,代码包含共享内存的读和写的范例-Linux IPC shared memory operation, the code contains examples of shared memory read and write
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:1.41kb
    • 提供者:zhang
  1. cfposix1

    0下载:
  2. 通过创建子进程,使得父子进程之间可以通信,使用了信号量,和共享内存变量。- A little program ,fork four subprocess that Communication with the parent process,used posix shared a database by shared memory method
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2.42kb
    • 提供者:chenfan
  1. backports-3.10.17-1.tar

    0下载:
  2. 无线驱动程序,是atheros共享出来的无线源代码,希望对大家有所帮助。-Wireless driver is atheros wireless sharing out the source code, we hope to help.
  3. 所属分类:Driver develop

    • 发布日期:2017-06-03
    • 文件大小:14.62mb
    • 提供者:jason
  1. RT2860_Firmware_V26

    0下载:
  2. 无线网卡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
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4.37kb
    • 提供者:
  1. alx_src_ar8171_driver

    0下载:
  2. 一个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!!
  3. 所属分类:Driver develop

    • 发布日期:2017-03-22
    • 文件大小:153.93kb
    • 提供者:yppang
  1. UNIX-process-communication

    1下载:
  2. 进程通信的实现 分为三个基本文件,进程间信号传递、共享内存、消息机制、PV操作-Realization process communication is divided into three basic signal transmission between files, processes, shared memory, message mechanism, PV operation
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:5.6kb
    • 提供者:jwl
« 12 »
搜珍网 www.dssz.com