搜索资源列表
亲密数
- 如果整数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
LCD_VGA_Linux_Driver
- 非常好的一篇,关于嵌入式常用的显示屏幕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
turn server-0.5
- turn server-0.5 源代码
comportoperation_re
- 这是串口的头文件,它规定了串口的打开,关闭,设置,接收数据,发送数据-This is the first serial file, which defines the serial port of the open, turn off, set up, receive data, send data
11linux
- Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在 与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过分析和设计设备驱动程序,可以深入理解Linux系统和进行系统开发。本文通过一个简单的例子来说明设备驱动程序的设计。 -Linux system, device drivers the operating system kernel are an importan
Windows_to_Linux
- 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
Windows--Linux
- Windows转向Linux基础教程,基础教程-Windows turn-based tutorials Linux and basic tutorials
Vim-IDE
- 转——手把手教你把Vim 改装成一个IDE 编程环境-Turn- Shoubashoujiao you Vim converted into a programming environment, IDE
sdio_uart
- SDIO转UART的驱动,这个UART设备使用的GPS。-SDIO turn UART driver, the UART device uses GPS.
AC2600_SDIO_Binary_CD2.4
- 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.
Ex12-stepMotor
- 微处理器实验时,用于步进电机的驱动,可以完成步进电机的正转和反转。-Microprocessor experiment, for the stepper motor driver, stepper motor can be done is turn and reverse.
jpeg
- 压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件
shm
- 进程间通过共享内存进行通信。实现通过在队列中顺序检查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.
Windows-turn-to-Linux
- windows转向linux,经典解析系统独创性,是一本很好的书-turn windows linux, original classic analysis system is a good book
USB-Driver-under-Linux-
- Linux下USB驱动程序设计,总体架构和比较全的源代码,这是转的-USB Driver under Linux, and comparison of the overall structure of the whole source code, which is turn
a-simple-chat-program-
- Linux下简单聊天工具编程模拟QQ,服务端、客户端模式,这个也是转的-Linux, a simple chat program simulation QQ, services, client mode, this is also the turn
acpi_call
- 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.
int2string.tar
- int转string string转int-turn turn string string int int
201109264qtqt4
- 转qt4做的播放器界面,用qcreator集成开发环境编译通过,界面相当漂亮,学习学习。-Players do turn qt4 interface, integrated development environment with qcreator compile, very beautiful interface, learning to learn.
