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

搜索资源列表

  1. ShuMaGuan_0_to_9999

    0下载:
  2. 一个四位数码管循环显示0-9999并且在整数时让蜂鸣器响起来的程序,在keil上编译,下载到51单片机上,连好电路后即可运行。-A four digital tube cyclic display 0-9999 in integer and let a buzzer sounded program, compiled in keil, download to 51 single-chip microcomputer, even after good circuit can operate.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1.14kb
    • 提供者:xiebudong
  1. tube_test

    0下载:
  2. 数码管驱动以及检测文件,S3C2410Linux-Nixie tube driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.53kb
    • 提供者:Zhou,Zhi
  1. 20031221563281

    0下载:
  2. 著名图论问题之一。邮递员从邮局出发送信,要求对辖区内每条街,都至少通过一次,再回邮局。在此条件下,怎样选择一条最短路线?此问题由中国数学家管梅谷于1960年首先研究并给出算法,故名。-Well-known graph theory problems. Postman deliver a letter from the post office proceed to require every street within the right area, at least through the ti
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:349.96kb
    • 提供者:lsd
  1. Network-programing-chat-c++

    0下载:
  2. Communication Programs C++ Linux Tube read write Chat codes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.58kb
    • 提供者:abed
  1. Embeddedlinuxdevicedriverdevelopment

    0下载:
  2. 本书系统地介绍了嵌入式Linux设备驱动开发的相关知识和实例,主要包括: 数码管驱动程序;键盘驱动程序;A/D、D/A驱动程序;LCD驱动程序;触摸屏驱动程序;CAN总线驱动程序;I2C总线驱动程序;音频总线驱动程序;IDE驱动程序;NAND Flash和NOR Flash驱动程序;USB设备驱动程序;串口驱动程序;网络设备驱动程序。 实例丰富、讲解细致、代码分析详尽,嵌入式Linux设备驱动开发的理想参考用书。 -This book systematically introduces
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-12
    • 文件大小:19.05mb
    • 提供者:keke
  1. pipeandredirection

    0下载:
  2. 在linux下实现管程和重定向 包含头文件和源文件-Tube and redirected to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3.11kb
    • 提供者:sinyu
  1. 0921kernel

    0下载:
  2. 我的文件主要是arm内核中的的数码管的驱动,实现数码管的显示,有注释-My Documents is mainly arm kernel driver of digital control to achieve digital tube display, there are comments
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3.48kb
    • 提供者:wangqujian
  1. 4.6_8led_test

    0下载:
  2. linux的8段数码管的测试程序,非常好的程序,不需要操作系统直接可以工作的。-linux for 8 digital tube testing procedures, very good program, you can work without the operating system directly.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:26.48kb
    • 提供者:王博文
  1. led8

    0下载:
  2. 微处理器实验时,用于八段数码管的点亮。含驱动程序。且可以输入要显示的数字。-Microprocessor experiment, for the Ba Duan digital tube light. With the driver. And can enter the number you want to display.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:10.07kb
    • 提供者:zhuxueqin
  1. change

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-28
    • 文件大小:114.25kb
    • 提供者:小弟
  1. ProcessManagementchannel

    0下载:
  2. 使用系统调用pipe()建立一条管道,系统调用fork()分别创建两个子进程,它们分别向管道写一句话,如: Child process1 is sending a message! Child process2 is sending a message! 父进程分别从管道读出来自两个子进程的信息,显示在屏幕上。两个子进程并发执行。 实现管道的互斥使用。当一个子进程正在对管道进行写操作时,另一个欲写入管道的子进程必须等待。 使用系统调用lockf(fd[1],1,0)实现对管道
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:176.75kb
    • 提供者:小弟
  1. six

    0下载:
  2. 观察死锁产生的现象,考虑解决死锁问题的方法。从而进一步加深对于死锁问题的理解。解决死锁问题的几种算法的编程和调试技术。怎样构造管程和条件变量,利用管程机制来避免死锁和饥俄问题的发生。-Have observed the phenomenon of deadlock, consider solving the deadlock problem. So as to further deepen the understanding of the issues for the deadlock. Sev
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:41.95kb
    • 提供者:于海
  1. root_qtopia

    0下载:
  2. Linux文件系统镜像root_qtopia.bin 256MB 厂家给的资料盘里带的,绝对好使~-Linux file system image root_qtopia.bin inner tube manufacturers to offer the information, and absolutely so that ~
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-13
    • 文件大小:20.47mb
    • 提供者:hubo
  1. ASN1_Complete

    0下载:
  2. ASN.1是一种 ISO/ITU-T 标准,描述了一种对数据进行表示、编码、传输和解码的数据格式。它提供了一整套正规的格式用于描述对象的结构,而不管语言上如何执行及这些数据的具体指代,也不用去管到底是什么样的应用程序。- ASN.1 is an ISO/ITU-T standard, describes the kind of data that the encoding, transmission and decoding of data formats. It provides a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:871.56kb
    • 提供者:戈壁
  1. fifo

    0下载:
  2. fifo ,linux通讯方式之一管到的简单测试程序,经测,好用-fifo, linux communication of the tube to a simple test program, tested free, easy to use
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:9.4kb
    • 提供者:王均
  1. td3

    0下载:
  2. Linux编程 管道 多进程通信 管道重定向-Linux programming tube Multi-process communication tube redirect
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:62.2kb
    • 提供者:The king C
  1. shumaguan

    0下载:
  2. 单片机下数码管局部显示代码欢迎大件下载测试-Single-chip digital tube under local code welcome large download test
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:1.51kb
    • 提供者:郭飞
  1. Traffic

    0下载:
  2. 内容:1、程序目的:使用定时器学习 倒计时 红绿灯原理 主要程序与倒计时相同 2、硬件要求:数码管、晶振12M 3、P1口连接至LED用于显示红绿灯(p1接锁存器,八段数码管的位信号和断信号都通过p1口锁存起来,这样可以节省端口) 4、数码管用于显示时间-Contents: 1, the program purpose: to learn to use the countdown timer with countdown traffic light principl
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. Dynamic display of digital tube counts, using dynamic scanning display
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:554byte
    • 提供者:木子
  1. 591232

    0下载:
  2. OpenRisc FCL component digital tester, 0 0 4 digital tube disp()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:494kb
    • 提供者:gktme
搜珍网 www.dssz.com