Welcome![Sign In][Sign Up]
Location:
Search - i/o

Search list

[Other resourcesz1

Description: 本程序用at16实现两根线(两个i/o口)+8片74164+一片ULN2003驱动24个LED数码管,通过串口写入要显示的数,可以在很多地方应用 -at16 the procedures used to achieve two lines (2 i / o) are 8 1 74164 24 ULN2003 drive LED digital control through serial write to show that the number can be applied in many places
Platform: | Size: 2939 | Author: 邵忠文 | Hits:

[Embeded-SCM Develop通用MSP430—I2C程序

Description: 利用msp430的通用I/O端口模拟I2c协议的源代码,利用此代码可以不需要I2c模块即可进行I2C通信-use of the Controller General I / O Ports I2c agreement simulation source code, the use of this code can not I2c module can hold I2C communications
Platform: | Size: 1548 | Author: 戴海峰 | Hits:

[Other resourceIO系统—设备驱动笔记

Description: [原创]vxworks系统下的I/O系统和设备驱动笔记。-[original] VxWorks system, the I / O system and device drivers Notes.
Platform: | Size: 8555 | Author: 艾倜人生 | Hits:

[ADO-ODBCextremedb2.3linux

Description: eXtremeDB完全工作在主内存中,不基于文件系统,减少了诸如磁盘访问、文件I/O操作、缓存同步等开销,使得eXt remeDB的存取速度提高到极限;通过数据库定义语言面向应用系统定制的API使得eXtremeDB能够面向应用最优化;事 件触发、字段优先级等特色使得eXtremeDB管理实时数据时具有确定性。   eXtremeDB根据用户需求定义的API使得eXtremeDB与应用程序无缝集成。因此,eXtremeDB不仅在系 统中嵌入,而且“嵌入”在应用程序中,是一种真正的嵌入式实时数据库。在资源紧凑的系统中,eXtremeDB基本内存开销在6 0K到100K左右;对于大量实时数据需管理的情形,eXtremeDB最大一表格的记录总数可以达到2,147,483,64 7条。    eXtremeDB直观易用的,使您在零学习周期的情况下使用它管理实时数据。不论是VxWorks、WinCE、嵌入式Lin ux还是UNIX、Solaris,eXtremeDB都能出色地进行数据管理。 -eXtremeDB entirely in main memory, it is not based on the file system, such as reducing disk access, file I / O operations, cache synchronization overhead, making eXt remeDB access speed to the limit; Through the database definition language-oriented application system customization API to make eXtremeDB Application-oriented optimization; trigger events, such as field-level priority eXtremeDB characteristics makes real-time data management certainty. EXtremeDB user requirements definition API makes eXtremeDB with the seamless integration of applications. Therefore, not only eXtremeDB embedded in the system, but "embedded" in the application process, is a true embedded real-time database. Resources compact system, eXtremeDB basic memory overhead in six 0K to about 100K; For a larg
Platform: | Size: 2304508 | Author: 张晓 | Hits:

[Other resource2407用户盘

Description: 本测试程序是针对TMS320LF2407 EVM的性能测试而设计开发的。程序运行时将按顺序对数据RAM空间、程序代码空间、片上异步串行通讯、ADC-DAC联合检测、双向数字I/O口、通用I/O和评估板LED、评估板并排手动开关分别进行检测。测试结果的正确或错误均有信息显示。-this test procedure is against TMS320LF2407 EVM performance testing and development of the design. Procedures will be running sequence of data RAM space, the code space, on-chip serial asynchronous communication, ADC-DAC detection, and two-way digital I / O and general purpose I / O and Evaluation LED, the board side-by-side manual switches were tested. The test results are correct or incorrect information display.
Platform: | Size: 575555 | Author: 单志勇 | Hits:

[Other实验程序

Description: ARM的一些小程序(闪灯,键盘控制,中断,定时,I/O控制等)-some small ARM (flashing lights, keyboard control, interrupt, time, and I / O control, etc.)
Platform: | Size: 838988 | Author: bobo | Hits:

[File Operate用标准模板库STL实现文件比较

Description: 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library STL files comparison. This paper discusses how to use the standard template library (STL), the class template and the template function, as well as other programming techniques to solve practical problems. This involves a collection contains STL and vector function template, template type, constant testing, error handling and use of the STL file I / O. To read the paper, you should be familiar with C, familiar with the class template and template functions. This pooling a large amount of information to guide you gradually reading. This paper questions, and solutions designed to guide readers. I hope you will like.
Platform: | Size: 5082 | Author: 海贵 | Hits:

[BREW1 三种调度算法的模拟代码

Description: 编写一程序,可以创建若干个虚拟进程,并对若干个虚拟进程进行调度,调度策略为时间片轮转。 虚拟程序的描述: 虚拟指令的格式: 操作命令 操作时间 其中,操作命令有以下几种: l C : 表示在CPU上计算 l I :表示输入 l O:表示输出 l W:表示等待 l H:表示进程结束 操作时间代表该操作命令要执行多长时间 假设I/O设备的数量没有限制 -prepared a procedure, you can create a number of virtual process, as well as a number of virtual process scheduling, time scheduling strategy for Web tablets. Virtual procedures Description : Virtual instruction formats : commands operation time which commands are the following : C : said on the CPU computing l I : O said the importation of l : l said output W : wait for l H : end of the process, said the operation representative of the commands to implement long assumed I / O devices is no restriction on the number of
Platform: | Size: 29419 | Author: 寒冰 | Hits:

[OS programBOOM流量统计 v2.9

Description: 1.程序环境:PHP+文本数据。独特的最优化结构设计,每个帐号一个小于3KB文件存储数据。只写一次数据,I/O占用率低,执行效率非常高!!!从个人用户到太极统计般的超大流量专业运营商皆适合。 2.记录并显示[今日访问]、[昨日访问]、[本月访问]、[总访问量]、[真实统计天数]、 [最高日访问量和发生时间]、[日均访问量]、[预计当日最终访问量]。最近N位访客IP、地理位置和来源页面。 3.可在任意页面中调用显示;自动生成页面调用代码。 多种显示模式供选择:[文字]、[滚动文字]、[图片]、[图标]、[隐藏]。 超过50款图片风格供您选择,图片随时添加任意更换使用。 4.多帐号统计模式可设置为:[自动创建帐号]、[用户注册]、[管理员创建]三种模式。 5.New:对文件读写进行锁定。每日自动备份数据文件,自动侦测还原数据功能。-1. Environments : PHP text data. The most unique design to optimize the structure, each less than an account 3KB documents stored data. Just write a data I / O occupancy rates, low efficiency in the implementation of very high! ! ! From individual users to taichi statistics flow like a super professional operators are suitable. 2. Records showed that [today's visit], [yesterday's visit], [this month visit], [total visits] [true statistics days], [a visit to the highest volume and timing], [day visit], [ultimately expected to visit]. Recent guests N IP, location and source of pages. 3. The call arbitrary pages display; Calling pages automatically generated code. Multiple display modes for choice : [text], [scrolling text] [photos], [icon], [hidden]. More than 50 pictures, for your c
Platform: | Size: 152961 | Author: 谭诚 | Hits:

[Develop Tools新文件过滤接口程序员指南

Description: 这个文档用于I/O管理器和基本文件系统之间的过滤驱动。文件系统可能是本地或者网络的。这个文档不涉及文件系统和存储设备之间的过滤驱动,比如FtDisk和DMIO. 我们将主要讨论一种新的文件系统过滤驱动模型,所谓的微过滤器(minfiter) -documentation for the I / O device management, and basic file system filter driver between. File systems may be local or network. This document does not involve file system and storage equipment between the filter driver, For example FtDisk and DMIO. we will mainly discuss a new file system filter driver model, the so-called micro-filters (minfiter)
Platform: | Size: 27935 | Author: 小易 | Hits:

[Other键盘弹琴

Description: 键盘弹琴程序主要用到了C的I/O控制,是C深入编程的基础-piano keyboard procedure used mainly C of I / O control, C-depth programming is the basis of
Platform: | Size: 11943 | Author: 李昭强 | Hits:

[Other resource嵌入式应用技术基础教程1

Description: 嵌入式应用技术基础教程1 第1章 嵌入式应用技术概述 第2章 嵌入式应用技术的硬件基础 第3章 高级语言的串行通信编程 第4章 Freescale 08系列单片机概述 第5章 HC08 CPU与汇编基础 第6章 通用I/O与第一个汇编程序 第7章 08C语言 第8章 串行通信接口SCI与串行外设接口SPI 第9章 键盘中断模块与A/D转换模块 第10章 定时接口模块-embedded applications guide a technical basis Chapter 1 of embedded applications outlined in Chapter 2 of the embedded hardware applications pieces of Chapter 3 basis of high-level language programming of serial communication Chapter 4 Freescale MCU outlined 08 5 Chapter MCU CPU basis of compilation and Chapter 6 of general-purpose I / O and a compilation procedures 08C Chapter 7 Chapter 8 Languages SCI serial communication interface with the Serial Peripheral Interface SPI Chapter 9 keyboard interrupt module and A / D converter module Chapter 10 Timing Interface Module
Platform: | Size: 1339698 | Author: | Hits:

[WinSock-NDISOverlapped

Description: 基于事件例程的socket 重叠i/o,简单的读取客户端送来的数据-routines based on the events overlapping socket i / o, a simple read client data sent
Platform: | Size: 34713 | Author: 蓝狐 | Hits:

[WEB Code基于COM技术的组态软件研究与实现

Description: 论文题目:基于COM技术的组态软件研究与实现 该文针对控制系统的发展需求,在引入COM(组件对象模型)技术的基础上,深入研究了工控系统中组态软件开发的几个关键技术,在Windows32位操作系统下,用VisualC++设计并实现了组态软件的图形界面模块、实时数据库模块、I/O设备驱动模块.提出并应用了以下一些代表性的新技术:①基于ActiveX控件技术的独立型画面开发设计 ②利用COM技术对实时数据库进行了封装 ③利用COM对象对组态软件的串行通信方式进行了封装.
Platform: | Size: 4268656 | Author: 蒋小平 | Hits:

[Other resourceaduc7000_pwm

Description: This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 and PORT3.1 This ARM Example may be debugged using only the uVision Simulator and your PC--no additional hardware or evaluation boards are required. The Simulator provides cycle-accurate simulation of all on-chip peripherals of the ADuC7000 device series. You may create various input signals like digital pulses, sine waves, sawtooth waves, and square waves using signal functions which you write in C. Signal functions run in the background in the simulator within timing constraints you configure. In this example, several signal functions are defined in the included Startup_SIM.INI file. -This project is created using the Keil ARM C A Compiler. The Logic Analyzer built into the si mulator may be used to monitor and display any va riable or peripheral I / O register. It is alread y configured to show the PWM output signal on POR T3.0 and ARM Example PORT3.1 This may be debugge d using only the kernels Simulator and your PC -- no additional hardware or evaluation boards ar e required. The Simulator provides cycle-accu rate simulation of all on-chip peripherals of t he ADuC7000 device series. You may create VARIO input signals us like digital pulses, sine waves, and sawtooth waves. square waves and using signal functions which y ou write in C. Signal functions run in the backgr in the simulator is within timing constraint s you configure. In this example, several signal functi
Platform: | Size: 8599 | Author: 郭文彬 | Hits:

[Other resourcekeil_iodemo

Description: The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems. -The project shows how to use me mory allocation routines (malloc) and char I / O (printf, Scanf) via a serial interface with the Keil ARM t oolchain. The I / O functions are adapted for the Analog Devices ADuC7000 series using the SERIA Synchronization module. The example also shows the efficien cy of the CA Keil ARM Compiler run-time library w hich is tuned for single chip systems.
Platform: | Size: 19884 | Author: 郭文彬 | Hits:

[Other resourcegnu_iodemo

Description: UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems.-UART I / O and Memory Allocation for Example The GNU project GNU_IODemo shows how to use memo ry allocation routines (malloc) and char I / O (p rintf. Scanf) via a serial interface with the GNU toolc DERA. The I / O functions are adapted for the Anal og Devices ADuC7000 series using the SERIAL.C m odule. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems.
Platform: | Size: 42967 | Author: 郭文彬 | Hits:

[WEB Codestat_boom

Description: BOOM流量统计 Ver2.9 1.程序环境:PHP+文本数据。独特的最优化结构设计,每个帐号一个小于3KB文件存储数据。 只写一次数据,I/O占用率低,执行效率非常高!!!从个人用户到太极统计般的超大流量专业运营商皆适合。 2.记录并显示[今日访问]、[昨日访问]、[本月访问]、[总访问量]、[真实统计天数]、 [最高日访问量和发生时间]、[日均访问量]、[预计当日最终访问量]。最近N位访客IP、地理位置和来源页面。 3.可在任意页面中调用显示;自动生成页面调用代码。 多种显示模式供选择:[文字]、[滚动文字]、[图片]、[图标]、[隐藏]。 超过50款图片风格供您选择,图片随时添加任意更换使用。 4.多帐号统计模式可设置为:[自动创建帐号]、[用户注册]、[管理员创建]三种模式。 5.New:对文件读写进行锁定。每日自动备份数据文件,自动侦测还原数据功能。-BOOM Ver2.9 a flow statistics. Environments : PHP text data. The most unique design to optimize the structure, each less than an account 3KB documents stored data. Just write a data I / O occupancy rates, low efficiency in the implementation of very high! ! ! From individual users to taichi statistics flow like a super professional operators are suitable. 2. Records showed that [today's visit], [yesterday's visit], [this month visit], [total visits] [true statistics days], [a visit to the highest volume and timing], [day visit], [ultimately expected to visit]. Recent guests N IP, location and source of pages. 3. The call arbitrary pages display; Calling pages automatically generated code. Multiple display modes for choice : [text], [scrolling text] [photos], [icon], [hidden]. More
Platform: | Size: 160412 | Author: yubo | Hits:

[Other resourceIOtest

Description: I/O口检验小程序,对使用ARM开发板的初学者可以有一定的借鉴意义!-I / O small test procedures, the use of the ARM development boards and beginners can have some useful!
Platform: | Size: 14499 | Author: 赵永胜 | Hits:

[Develop ToolsUNIXgaojibiancheng

Description: 本书全面介绍了UNIX系统的程序设计界面—系统调用界面和标准C库提供的许多函数。 本书的前15章着重于理论知识的阐述,主要内容包括UNIX文件和目录、进程环境、进程控制、进程间通信以及各种I/O。在此基础上,分别按章介绍了多个应用实例,包括如何创建数据库函数库,PostScript 打印机驱动程序,调制解调器拨号器及在伪终端上运行其他程序的程序等。 本书内容丰富权威,概念清晰精辟,一直以来被誉为UNIX编程的“圣经”,对于所有UNIX程序员—无论是初学者还是专家级人士—都是一本无价的参考书籍。 -the book a comprehensive account of the UNIX system programming interface-system call interface and the standard C library provides a lot of functions. The book's first 15 chapters focus on theoretical knowledge exposition, includes UNIX files and directories, processes, process control, inter-process communication and I / O. On this basis, according to introduce a number of application examples, including how to create database libraries, PostScript printer driver, a modem and a dial-up in pseudo-terminals running on other procedures procedures. The book is rich in content authority, brilliantly clear concept has been praised as UNIX Programming "Bible" for all UNIX programmers - whether beginners or experts - who are an invaluable reference books.
Platform: | Size: 14537803 | Author: 林风 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net