搜索资源列表

  1. gpio

    0下载:
  2. gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2108
    • 提供者:zhengbo
  1. gpio

    0下载:
  2. gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-10-09
    • 文件大小:2048
    • 提供者:zhengbo
  1. calendar

    0下载:
  2. 编程思路:按照以上背景知识可得判断闰年的规律:某年年份如果能被4整除但不能被100整除,或者能被400整除则是闰年。由此规则可推得计算万年历的公式: s=X-1+[X-1]/4-[X-1]/100+[x-1]/400+c 上式中:X为公元年数(如2003年);C 为从元旦起,到要算的那天总数(如2003年3月23日,C=31+28+23=82)。S/7余数是星期几。 -Programming idea: In accordanc
  3. 所属分类:其他小程序

    • 发布日期:2024-10-09
    • 文件大小:7168
    • 提供者:ivan
  1. xen-4.1.1.tar

    0下载:
  2. Xen通过一种叫做半虚拟化的技术获得高效能的表现(较少的效能损失,典型的情况下大约损失 2 ,在最糟的情况下会有 8 的效能耗损;与其它使用完全的虚拟化却造成最高到 20 损耗的其他解决方案形成一个明显的对比),甚至在某些与传统虚拟技术极度不友好的架构上(x86),Xen也有极佳的表现。与那些传统透过软件模拟实现硬件的虚拟机不同,在3.0版本及在Intel VT-X支援前的Xen需要让客座作业系统(guest operating sys
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-10-09
    • 文件大小:10355712
    • 提供者:yangcongjun
  1. Lab2RGB

    0下载:
  2. Lab2RGB takes L, a, and b double matrices, or an M x N x 3 double image, and returns an image in the RGB color space. Values for L are in the range [0,100] while a* and b* are roughly in the range [-110,110]. If
  3. 所属分类:2D图形编程

    • 发布日期:2024-10-09
    • 文件大小:1024
    • 提供者:tertul
  1. TestDRAM

    1下载:
  2. March-C and March-X for ram checking.
  3. 所属分类:其他小程序

    • 发布日期:2024-10-09
    • 文件大小:1606656
    • 提供者:robin_chang

源码中国 www.ymcn.org