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

搜索资源列表

  1. 亲密数

    0下载:
  2. 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1023
    • 提供者:姚紫欣
  1. LCD_VGA_Linux_Driver

    0下载:
  2. 非常好的一篇,关于嵌入式常用的显示屏幕STN,TFT,VGA,TFT转VGA原理介绍,及linux2.6 下的驱动开发-very good one, commonly used on the embedded display screen STN, TFT, VGA, VGA TFT turn on principle, and linux2.6 under the Driver Development
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:466867
    • 提供者:林铖涵
  1. turn server-0.5

    0下载:
  2. turn server-0.5 源代码
  3. 所属分类:Linux/Unix编程

  1. comportoperation_re

    0下载:
  2. 这是串口的头文件,它规定了串口的打开,关闭,设置,接收数据,发送数据-This is the first serial file, which defines the serial port of the open, turn off, set up, receive data, send data
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3460
    • 提供者:张金发
  1. 11linux

    0下载:
  2. Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动程序的设计。 -Linux system, device drivers the operating system kernel are an importan
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:2202
    • 提供者:liuqinghua
  1. Windows_to_Linux

    0下载:
  2. Linux教程Windows用户转向Linux的12个步骤,比较详尽的介绍了如何从windows到linux的转型-Linux Tutorial Linux for Windows users turn to 12 steps to a more detailed presentation of how the transformation of windows to linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-15
    • 文件大小:24104349
    • 提供者:an
  1. Windows--Linux

    0下载:
  2. Windows转向Linux基础教程,基础教程-Windows turn-based tutorials Linux and basic tutorials
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:99691
    • 提供者:fox
  1. Vim-IDE

    1下载:
  2. 转——手把手教你把Vim 改装成一个IDE 编程环境-Turn- Shoubashoujiao you Vim converted into a programming environment, IDE
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1511973
    • 提供者:zhaocenter
  1. sdio_uart

    1下载:
  2. SDIO转UART的驱动,这个UART设备使用的GPS。-SDIO turn UART driver, the UART device uses GPS.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:7665
    • 提供者:wonview
  1. AC2600_SDIO_Binary_CD2.4

    0下载:
  2. SDIO转UART的驱动,协议转换芯片是AC2600,UART接口可以作为普通串口使用,实现串口的热插拔功能。-SDIO turn UART drivers, protocol conversion chip is AC2600, UART interface can be used as an ordinary serial port to achieve the serial port hot-swap capability.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-11
    • 文件大小:18728470
    • 提供者:wonview
  1. Turn

    0下载:
  2. 所属分类:Linux-Unix program

    • 发布日期:2017-05-28
    • 文件大小:11609637
    • 提供者:aaaa
  1. Ex12-stepMotor

    0下载:
  2. 微处理器实验时,用于步进电机的驱动,可以完成步进电机的正转和反转。-Microprocessor experiment, for the stepper motor driver, stepper motor can be done is turn and reverse.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:26244
    • 提供者:zhuxueqin
  1. jpeg

    0下载:
  2. 压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1811315
    • 提供者:shikaichang
  1. shm

    0下载:
  2. 进程间通过共享内存进行通信。实现通过在队列中顺序检查ip地址,阻塞频繁连接的ip地址。-The IPC key of the share memory,check the ipNode by turn ,and use the fire wall to block some ipaddresses which had connected to onlinenic too frequenctly.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:4191
    • 提供者:caobing
  1. Windows-turn-to-Linux

    0下载:
  2. windows转向linux,经典解析系统独创性,是一本很好的书-turn windows linux, original classic analysis system is a good book
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3428763
    • 提供者:
  1. USB-Driver-under-Linux-

    0下载:
  2. Linux下USB驱动程序设计,总体架构和比较全的源代码,这是转的-USB Driver under Linux, and comparison of the overall structure of the whole source code, which is turn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:130764
    • 提供者:li
  1. a-simple-chat-program-

    0下载:
  2. Linux下简单聊天工具编程模拟QQ,服务端、客户端模式,这个也是转的-Linux, a simple chat program simulation QQ, services, client mode, this is also the turn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:22674
    • 提供者:li
  1. acpi_call

    0下载:
  2. A kernel module that enables you to call ACPI methods by writing the method name followed by arguments to /proc/acpi/call, for example to turn off discrete graphics card in a dual graphics environment (like NVIDIA Optimus). from https://github.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2632
    • 提供者:yopt
  1. int2string.tar

    0下载:
  2. int转string string转int-turn turn string string int int
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5835
    • 提供者:刘洋
  1. 201109264qtqt4

    0下载:
  2. 转qt4做的播放器界面,用qcreator集成开发环境编译通过,界面相当漂亮,学习学习。-Players do turn qt4 interface, integrated development environment with qcreator compile, very beautiful interface, learning to learn.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:217110
    • 提供者:zeng ling
« 12 3 4 5 6 »
搜珍网 www.dssz.com