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

搜索资源列表

  1. arm_led

    0下载:
  2. s3c6410led裸板驱动用c写的,实现跑马灯程序-s3c6410led driver with c to show loop bright
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-27
    • 文件大小:987byte
    • 提供者:张凯
  1. gpio

    0下载:
  2. linux 下(w83627)super io 的驱动原码。主要是有如何通过lpc总线访问w83627的寄存器-this is w83627 driver code in linux. it will show how to acess to w83627 register on LPC bus.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-26
    • 文件大小:74.06kb
    • 提供者:zht
  1. UCOS-II

    1下载:
  2. 使用Mircosoft Visual C++6.0编译,学习uc/os-ii 2.80版RTOS的范例,展示任务(task)创建,优先级(priority)等,并且示范如何在Mircosoft Visual C++6.0的环境下编译一个工程文件,以取代原文书中使用Borland C++ 4.51 版的编译,提供使用者一个新的选择。--Mircosoft Visual C++6.0 compile learn uc/os-ii 2.80 RTOS example, show the task (t
  3. 所属分类:Driver develop

    • 发布日期:2017-06-12
    • 文件大小:1.83mb
    • 提供者:方锐
  1. framebuffer

    0下载:
  2. 使用framebuffer编程,使得能够较好的显示bmp图像,对代码的适当优化使显示动图成为可能-to show a picture via the framebuffer,the code is well designed that show several picture in a short time is possible
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:2.29kb
    • 提供者:大明
  1. snake

    0下载:
  2. Linux下贪吃蛇游戏源代码,代码有详细注释,在Linux下能运行,具有显示分数、级别升高功能-Linux under the Snake game source code, the code has detailed notes, to be able to run under Linux, Show scores, elevated levels of function
  3. 所属分类:Driver develop

    • 发布日期:2017-11-29
    • 文件大小:3.49kb
    • 提供者:翁秀玲
  1. v4l

    0下载:
  2. linux下基于ov511摄像头和v4l摄像头调用和显示的实验例子-linux based ov511 v4l camera and camera calls and experimental examples show
  3. 所属分类:Driver develop

    • 发布日期:2017-11-19
    • 文件大小:44.8kb
    • 提供者:Alex
  1. TQ2440and51

    0下载:
  2. 该资源可实现Tq2440与51单片机串口通信,2440向51发送信息,51收到后将收到的消息回传给2440,并在2440上显示出来,2440上程序用qt开发,2440上串口选择tq2440_serial1(也就是com1,linux下叫ttyS1,因为0口被天嵌用作调式口),用杜邦线分别接2440的TXD1、RXD1和51的Rxd、Txd相连。-This resource can be realized Tq2440 with 51 single-chip serial communicatio
  3. 所属分类:Driver develop

    • 发布日期:2017-11-04
    • 文件大小:32.91kb
    • 提供者:前郭县
  1. syscall

    1下载:
  2. fprintf(stdout,"*** *** Help information for s*** *** *\n",APP_NAME) fprintf(stdout,"[Usage] s -[b:n:c:w:p:rsdh] <value>\n", APP_NAME) fprintf(stdout,"Version: s, Date: s, Author: Youri Zhang\n\n", VERSION, BUILD_DATE) fprintf(stdou
  3. 所属分类:Driver develop

    • 发布日期:2017-03-31
    • 文件大小:2.85kb
    • 提供者:李建永
  1. frambuffer-px

    0下载:
  2. 这个是对嵌入式设备的帧缓冲进行不断刷新显示,其作用相当于PC机的显卡,这个可以很好的帮助显示学习-This is to constantly refresh the frame buffer of embedded devices, its effect is equivalent to the PC graphics card, this can be a good help show to learn
  3. 所属分类:Driver develop

    • 发布日期:2017-04-06
    • 文件大小:2.77kb
    • 提供者:sandy
  1. time

    0下载:
  2. 内核中的时钟函数编程,通过该时钟函数可以正常的来显示时钟并且可以快速的调用时钟来进行编程-Kernel clock function programming, through the normal function of the clock to show the clock and the clock can quickly be programmed to call
  3. 所属分类:Driver develop

    • 发布日期:2017-04-10
    • 文件大小:1.16kb
    • 提供者:sunxu
  1. printk

    0下载:
  2. A key debug method of linux driver. It also show you the basic usage. Once you can control it very well, you may become a senior firmware engineer.-A key debug method of linux driver. It also show you the basic usage. Once you can control it very w
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:11.94kb
    • 提供者:86888aaa
  1. ash

    0下载:
  2. linux file to show some extra information on it
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:209.45kb
    • 提供者:nazia
  1. show-rgba.tar

    0下载:
  2. 在X环境下面显示rgba原始格式的图片数据 linux环境下从framebuffer设备节点读取到的数据是rgba原始格式的,使用这个程序可以在X环境下显示图片 cat /dev/fb0 >pic.rgba ./show-rgba pic.rgba <width> <height>-Show picture using X api
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:5.55kb
    • 提供者:cheng
  1. jinchegndechuangjian

    0下载:
  2. 编写一段源程序,使系统调用fork()创建两个子进程,当此程序运行时,在系统中有 一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a” 子进程分别显示字符“b”和字符“c”。试观察纪录屏幕上的显示结果,并分析原因。-Write a program, make the system call fork () to create two sub process, when running, the system is A process and the
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4.2kb
    • 提供者:付小杰
  1. wordpresszt_Kernel_v1.10

    0下载:
  2. Kernel是来自themeforest的wordpress主题,这套主题清新简洁,可进行各种后台自定义设置,支持短代码,图片展示,移动设备兼容,可以做新闻杂志类网站,也可以用来做博客,当然也可以用来做企业网站-Kernel is themeforest wordpress theme, the theme is simple, can undertake all kinds of custom background setting, support the short code, pictu
  3. 所属分类:Driver develop

    • 发布日期:2017-05-10
    • 文件大小:2.15mb
    • 提供者:Las
  1. SegToolkit.tar

    0下载:
  2. 显示CT三维图像,能够显示多张三维医学图像,大家可以参考参考-show ct 3d image
  3. 所属分类:Driver develop

    • 发布日期:2017-06-15
    • 文件大小:21.49mb
    • 提供者:lsh
  1. 51Music

    0下载:
  2. 51音乐驱动程序的编程软件,适于各种51程序-THE LED SHOW
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:44.61kb
    • 提供者:ZXP
  1. LCD

    0下载:
  2. 可以把系统的所有图片搜索出来,然后依次显示在lcd屏幕上-the program can show all the picture that find int the running system,also,that include the picture about bmp or jpeg.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1.57mb
    • 提供者:李振德
搜珍网 www.dssz.com