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

搜索资源列表

  1. 信号

    0下载:
  2. 这是一个用信号实现父子进程之间简单通讯的程序,要求实现父子进程同步,用信号实现.可能还有待改进的地方-This is a signal achievement with his son communications process between simple procedure requires the synchronization process and his son, using signal achievement. There may be room for improvement
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3191
    • 提供者:亿摆
  1. 信号量sem

    0下载:
  2. 这是自己写的一个关于经典ipc问题-读者写者的实现。(用信号量实现)-this is the one to write his classic IPS on the issue-the readers to write to achieve. (Using signal capacity achieved)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2774
    • 提供者:梁立平
  1. 创建信号量

    0下载:
  2. 创建信号量的c语言程序-create signal of c Language Program
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:973
    • 提供者:王莉
  1. UNIX下的信号使用

    0下载:
  2. UNIX环境中利用信号完成进程间的通信-UNIX environment complete signal inter-process communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:9407
    • 提供者:闻思源
  1. 基于Ethernet的实时信号分析系统研究与实现

    0下载:
  2. 论文-papers <ethernet-based real-time signal analysis>
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1412184
    • 提供者:nl1031
  1. 信号量来解决操作系统的消费者与生产者问题

    0下载:
  2. 一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork, wait, nanosleep, sempo other u
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2495
    • 提供者:飞杨
  1. productor_consumer

    0下载:
  2. 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1303
    • 提供者:flydragon
  1. Vectormachinescanbeheld

    0下载:
  2. 主要用于盲信号的分离与识别,这种方法的运算速度较快,比其它的方法更加精确-Is mainly used for blind signal separation and identification, this approach computing faster, more accurate than other methods
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4797
    • 提供者:王立东
  1. semaphore

    0下载:
  2.  使用信号量实现有限缓冲区的生产者和消费者问题  使用信号量实现读进程具有优先权的读者和写者问题 -err
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:857
    • 提供者:jane zheng
  1. linuxflockipc

    0下载:
  2. linux下面的文件锁和信号量的程序-linux lock the following documents and procedures for traffic signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:30360
    • 提供者:站长
  1. Linux

    0下载:
  2. 第一章 基础知识 ……………………………………………………………………………4 第二章 进程介绍 …………………………………………………………………………10 第三章 文件操作 …………………………………………………………………………17 第四章 时间概念 …………………………………………………………………………27 第五章 信号处理 …………………………………………………………………………31 第六章 消息管理 …………………………………………………………………………39
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:510675
    • 提供者:aww
  1. share

    0下载:
  2. 1。创建一共享内存。a进程对共享内存中的某个整型不断加一,另外个进程对他进行减一操作,要求信号量同步。-1. The creation of one shared memory. a process of shared memory in a continuous integer-plus-one, while a process carried out by one of his operations, requested semaphore synchronization.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:2451
    • 提供者:ak-47
  1. consumer_producer

    0下载:
  2. 用信号量机制实现多个生产者—消费者问题,实现线程间的同步与互斥-Semaphore implementation mechanism with a number of producers- the consumer problem, achieve inter-thread synchronization and mutual exclusion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4168
    • 提供者:qingangjun
  1. 2_Memory

    0下载:
  2. 内存管理实验程序。 要求 : 使用 Windows XP的 API 函数,编写一个包含两个线程的进程,一个线程用于模拟内存 分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实 现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作,每个内存操作包括 如下内容: 1、时间:操作等待时间。 2、块数:分配内存的粒度。 3、操作:包括保留(reserve)一个区域、提交(commit)一个区域、释放(release)一个区域
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-10
    • 文件大小:2055686
    • 提供者:adia
  1. ex03

    0下载:
  2. 设有两个并发执行的父子进程,不断循环输出各自进程号、优先数和调度策 略。进程初始调度策略均为系统默认策略和默认优先级。当某个进程收到SIGINT 信号时会自动将其优先数加1,收到SIGTSTP 信号时会自动将其优先数减1。 -process schedule
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:6851
    • 提供者:孙凯
  1. LINUX

    0下载:
  2. 本文深入浅出的讲解了Linux内核信号量的设计与实现,非常值得一读-This in simple terms to explain the Linux kernel design and implementation of semaphores is very well worth reading
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:59535
    • 提供者:胡克
  1. watermarking

    0下载:
  2. 对音频信号分帧加窗,对每帧进行三阶小波变换,取其逼近系数平均值(一般为零).在此嵌入二值图像 并有对潜入水印信号进行盲检,恢复其嵌入水印-Sub-frame of the audio signal increases the Hamming window for each frame impletment third-order wavelet transform, whichever is close to the average coefficient (usually zero). a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:1832
    • 提供者:wangyapeng
  1. signal-comminication

    0下载:
  2. linux高级编程中有关于进程间通信 管道和信号等重要操作的源代码实例 非常的详细 希望大家喜欢-Advanced Programming in the linux on the inter-process communication channels and signal operation and other important details of the source code for examples of great hope that everyone likes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7523
    • 提供者:韩佳楠
  1. ipc

    0下载:
  2. linux进程间通讯,包括管道、消息队列、信号量通讯。-linux inter-process communication, including pipes, message queues, semaphores communications.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:719917
    • 提供者:熊剑
  1. 产生正弦信号

    0下载:
  2. 利用stm32的ADC输出可调正玄波信号,可以达到10K!(stm32 DAC output sin)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-17
    • 文件大小:36864
    • 提供者:万哥哥
« 12 3 4 5 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com