搜索资源列表
IO-BEEP
- 用I/O口控制蜂鸣器的简单C原码,大家可以下载下来参考,程序简单,易实现。-using I / O population control buzzer sounded simple original C code, you can download the reference procedures are simple and easy to achieve.
IO
- C#输入输出基础代码实例 可以直接运行。 非常简单,但很使用
C跨平台IO操作技巧
- C/C++ 跨平台I/O操作技巧的类型说明。-C / C cross-platform I / O operations descr iptions of the type of skills.
用C及内嵌汇编对IO端口的32bit读写
- 对I/O端口进行32bit的读些,以满足对0xCF8和0xCFC端口的控制。 文件为.h的c头文件。
io
- c++模板源码中的第一章节io,方便你学习时参考,应该会对你有所帮助-c++ template source in the first chapter io, easy reference when you learn, it should be will help you
winio
- 可用于实现*。端口操作不需要编写驱动,在Win95/98下直接可以使用汇编的In/Out指令。VC中也提供了_inp/_outp这样的函数(QA001059 outportb、inportb对应的函数)。不过在NT下,不能使用In/Out指令,参考QA001296 如何在WindowsNT/2000下用VB6写硬件IO控制。 如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.c
System.IO.Ports
- c#编写的关于com口通信访问的程序。很不错的-c# write access on the com port communication program. Nice
libev
- C事件驱动循环的网络IO编程框架源代码 ,源代码完整。-C IO event-driven network programming framework loop source code, source code integrity.
io-prog.
- c input output programming
IOStreams-1.0
- C++ IO Streams Library IO Streams library provides different Java-like interface streams. Other ScalingWeb projects depend on this library.
CPP
- C++的课件,包括C++的基础语法、C++ IO及异常处理等方面,适合初学者参考。-Courseware of C++, including the basis of syntax in C++, C++ the IO, and exception handling, reference for beginners.
AD7714-C
- AD7714驱动代码 采用LPC1751做为CPU平台,标准的SPI通信和IO模拟SPI通信-AD7714 DRIVERS LPC1751 CPU SPI Interface
c
- 里面包括了43个小程序,从最简单的IO的输入输出,到液晶的数码输出,都是一些比较实用的小程序-Which includes 43 small programs, from the simplest IO input and output, digital output to the LCD, are some of the more useful little program
887799kk
- 包含了使用来联系实现的各种基本功能:数组、IO输入、数据读取、变量、循环体等。(Contains the basic functions used to connect implementation: arrays, IO inputs, data read, variables, loops, etc..)
C#读取文件
- C# 读取文件 C#读取TXT文件实现的一些总结: 1、Niit.txt 默认在 File_read\bin\Debug 文件下! 假如你不想程序运行报错,那么就在这个文件下建立 1)因为这里咱们是读取文本,所以Niit.txt,内容自己写一下!留心两点 1.1)文件最好不要写中文的,否则运行结果用 ?代替中文~ 2.2)最首要 的,你写完了内容要保存文本后再运行,才会显示你添加的内容 2、读写文本操作要领来源于 System.IO 命名空间,所以程序开
Log
- 帮助不能直接在vs调试的用户进行调试,主要是IO流实现该方法(Help debug users that cannot be directly debugged by vs)
C# word类库
- C# word类库 using System; using System.Collections.Generic; using System.Text; using Microsoft.Office.Interop.Word; using System.IO; using System.Web; using System.Data; using System.Reflection; using Microsoft.Win32; using System.Text.Regu
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S
linux_qq
- 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
c实验学习字符串IO
- 程序将筛选stateoutflow.txt文件里的符合要求的数据,并输出,用于学习字符串I/O(The program will filter the required data in the stateoutflow.txt file and output it for learning string I/O)