CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 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. multisim

    1下载:
  2. multisim电路仿真实验,包括功率放大器,单管放大电路,差分放大电路-multisim circuit simulation, including the power amplifier, single-tube amplifier, differential amplifier
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:3.17mb
    • 提供者:莫凡
  1. tube_test

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

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

    0下载:
  2. acoustic resonator quinkue tube
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1.72kb
    • 提供者:paul
  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. 2007101220331726911

    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. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.49kb
    • 提供者: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. driver

    0下载:
  2. 这是Linux下的led和数码管的驱动程序,已经经过实验证实过-This is led digital tube driver under Linux, has been confirmed experimentally
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:900byte
    • 提供者:dzn
  1. shumaguan

    0下载:
  2. 单片机驱动4位数码管实现个十百千万循环计数。有的数码管不亮是因为硬件的问题。可能是硬件功率太大了。-Microcontroller to drive 4 digital tube ten Millions of cycle counting. Some digital tube does not shine because of hardware problems. May be hardware too much power.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:13.41kb
    • 提供者:李子
  1. shumaguan-

    0下载:
  2. 数码管显示的编程,共阳极数码管,4对2个8的二极管!用vw打开!-Digital display of programming, common anode digital tube, the two diodes!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2.2kb
    • 提供者:苏安明
« 12 »
搜珍网 www.dssz.com