搜索资源列表
bianyiqudong
- 我自己整理的驱动编译的方法,一共三种,希望对大家有意义-I sort of drive of compiled method, a total of three, hope to all have a meaning
EMERSON
- linux 艾默生直流系统通讯协议通讯协议代码,标准c++代码,支持3种编译器:xscale_be-g++,arm-linux-g++,mxscaleb-g++,可做参考学习用。 -Linux Emerson dc system and communication protocol communications protocol code, standard c++ code, support three compiler: xscale_be-g++, arm-Linux-g++, mxs
HUANGHi2c-6410
- 三星S3C6410 I2C 总线设备驱动程序源代码,分三部分设备控制器,设备驱动-Samsung S3C6410 I2C bus device driver source code, a three-part device controller, device driver
simple-multithreaded-programming-
- linux下的简单多线程编程,一个进程中创建3个线程协同工作。-linux simple multi-threaded programming, a process created three threads to work together.
led_analog_traffic_light
- /** *本程序目的为控制LED灯模拟红绿灯 * 具体:Edkit-8试验箱中可以介入4个LED灯,但我们只用其中的3只 * 规定第1只表示红灯,每次亮20秒 * 规定第2只表示黄灯,每次亮5秒 * 规定第3只表示绿灯,每次亮20秒 *开始时红灯先亮,然后黄灯、绿灯依次亮。循环反复 *每次灯切换时会有3秒的闪烁时间 * * *gcc -o led_analog_traffic_light led_analog_traffic_light
ADXL345
- ADXL345 三轴加速度, 并测量倾角。 开发环境 linux 开发板 S5PV210 arm-linux-g-Three-axis acceleration and inclination measurement. Development environment linux development board S5PV210 arm-linux-gcc
program
- 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理; (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child
Full-function-keyboard
- 全功能键盘: 支持消抖、长按、组合按键、按两次、三次等-Full-function keyboard: Support debounce, long press, the combination of keys, press twice, three times, etc.
cdc-acm-data-samsung-usb-driver
- samsung he WinUSB co-installer (Winusbcoinstaller.dll) installs WinUSB on the target system, if necessary. The WDK includes three versions of the co-installer -samsung he WinUSB co-installer (Winusbcoinstaller.dll) installs WinUSB on the target syst
adxl345.c
- ADXL345 three axis accelerometer I2C source code
storage-ceph-0.73
- 最新对象存储系统-ceph源代码;可构建集群,块存储、对象存储、文件存储三合一-The new object storage system-ceph source code can construct cluster, mass storage, object storage, file storage, three in one
VideoEnhancerSetup
- -Linux MP3 players, including the development of documents. MP3 features include: identification of a local MP3 file to create a playlist playlist can add various songs with play, pause, stop three operation Playlist with default, random, circular, s
lda-c
- LDA是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。文档到主题服从Dirichlet分布,主题到词服从多项式分布。 LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)中潜藏的主题信息。它采用了词袋(bag of words)的方法,这种方法将每一篇文档视为一个词频向量,从而将文本信息转化为了易于建模的数字信息。但是词袋方法没有考虑词与词之间的顺序,这简化了问题的复杂性,同时也为
5120379003.tar
- This lab is split into three parts. The first part concentrates on getting familiarized with x86 assembly language, the QEMU x86 emulator, and the PC s power-on bootstrap procedure. The second part examines the boot loader for our course kernel, whic
OpenGL--Foundation
- 基于OpenGL三维图形系统开发的基本的源代码,QT开发的基础知识,适合初学者。-Opengl-based three-dimensional graphics system developed under qt Basics for beginners to learn the basic source code easily.
earth
- 一个用OPengl编写的三维地球仪源码,在linux 环境下编译。-One with a three-dimensional globe OPengl written source in linux Under the compiler environment.
msh
- 自己编写的shell 解释器,包括myshell.c parse.lex he makefile三个文件可以实现列表,管道,重定向,内外部命令-I have written a shell interpreter, including three myshell.c parse.lex he makefile file list can be achieved, pipes, redirection, internal and external commands, etc.
56XX-PG620-RDS
- 博通 56**系列三层交换芯片 SDK文档,做三层交换机应用层协议以及下层驱动必不可少的文档资料。-Broadcom 56** series three layer exchange chip SDK documents, do the three layer switch protocol of application layer and the lower drive essential documentation.
ultrasonic
- 超声波模块驱动,三路超声波,用于智能小车上,基于arm9,linux内核2.6.30开发,内含测试程序!-Ultrasonic module driver, three-way ultrasound, for smart small car, based on arm9, linux kernel 2.6.30 development, containing test program!
UNIX-process-communication
- 进程通信的实现 分为三个基本文件,进程间信号传递、共享内存、消息机制、PV操作-Realization process communication is divided into three basic signal transmission between files, processes, shared memory, message mechanism, PV operation