搜索资源列表
Pthread-of-linux
- 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
2440Init
- 本代码主要是实现对三星2440开发板所做的驱动,主要功能是配置相关的寄存器,实现编程环境-This code is to drive made by Samsung s 2440 development board, the main function is to configure register realization of the programming environment
S3C2410
- 该源码是基于ARM9 S3C2410A的LCD移植程序,LCD选用的是Sharp LQ080V3DG01 ,源码主要对LCD进行设置、初始化、并对LINUX kernel内核进行配置-。-The source is based on the ARM9-based LCD transplant program in the S3C2410A LCD optional Sharp, LQ080V3DG01 main source for LCD setup, initialization, and
arm-gcc-3.4.4-gm8180.tar.bz2
- GM’s GM8180 MDC1 hardware environment is a highly efficient RISC-based platform for the purpose of verifying and evaluating AMBA-based designs in the early development stage. The complete set of MDC1 GM8180 platform consists of a main board (MB12
Linux
- 介绍linux驱动模块和环境搭建,有助于初学者,主要描述Linux内核API-Introduce linux driver module and the environment to build, to help beginners, the main descr iption of the Linux kernel API
Camera-driver-source-code-analysis
- 摄像头驱动实现源码分析 Spac5xx的实现是按照标准的USB VIDEO设备的驱动框架编写(其具体的驱动框架可参照/usr/src/linux/drivers/usb/usbvideo.c文件),整个源程序由四个主体部分组成:设备模块的初始化模块和卸载模块,上层软件接口模块,数据传输模块。-Camera driver source code analysis realization of Spac5xx is written VIDEO equipment in accordance with
Main
- 模拟spi读写dflash DATAFLASH的驱动-spi read and write dflash
Main.tar
- 在linux 下用ucos ii 实现的跑马灯-UCOS ii Marquee in Linux
Main.tar
- 在linux 下用ucos ii实现的双灯闪烁-Ucos ii achieve dual-lamp flashes under linux
linux
- 本资料主要的介绍如何mini2440进行Linux驱动移植-This information describes how the main mini2440 Linux driver transplantation
a
- 发送程序与msg1.c类似。在main函数中,删除msg_to_receive声明,代之以buffer[BUFSIZ]。移除消息队列删除代码,并且在running循环中做出如下更改。现在我们调用msgsnd来将输入的文本发送到队列中。 -The sending program msg1.c similar. Delete msg_to_receive statement in the main function, replaced by the buffer [BUFSIZ]. Remove
main.cpp
- 素数测试 miller rabin 提高算法 随机版 算法导论Introduction of Algorithms-Primes test of Miller_Rabin Algorithm Introduction of Algorithms
LINUX
- Linux下的资源管理器,主要实现对系统资源图形化显示,显示CPU信息、显示硬盘信息、显示进程信息、显示内存信息、显示网络信息等功能。-Explorer under Linux, the main graphical display of system resources to display CPU information, display hard disk information, process information display, the display memory inform
main
- linux操作系统启动函数,主要消息循环等,注解版本-Operating system startup function
main
- 主函数中程序自启动 子程序在源程序基础上继续深入-The main function of the program from the start to build on the subroutine in the source depth
hongwai
- 源程序中的主程序是基本机构,通过子程序实现主程序功能的细化-The main source of the basic body, through the main function subroutines refinement
Uart_example
- 针对TQ2440开发板上的Keil编程,是从ADS移植到Keil中去,主要实现的是开发板和电脑之间的串口通信。 -Keil TQ2440 development board for programming, is transplanted to Keil from ADS to go, the main achievement is the development board and the serial communication between computers.
Compiler-Principle-2
- 编译器就是将“高级语言”翻译为“机器语言(低级语言)”的程序。一个现代编译器的主要工作流程:源代码 (source code) → 预处理器 (preprocessor) → 编译器 (compiler) → 目标代码 (object code) → 链接器 (Linker) → 可执行程序 (executables)-The compiler is to " high-level language," translated as " machine language
client
- 进程间通信,通过客户端的程序来进行数据的收发,主线程和进程间通过数据的交互来进行通信-Interprocess communication, through the client program to send and receive data, the main thread and the interaction between processes through data for communication
TIM_PWM_Output-main
- STM32 TIM PWM输出示例 TIM_PWM_Output-main.c-STM32 TIM PWM output demo code TIM_PWM_Output-main.c