搜索资源列表

  1. vcSerialPort

    0下载:
  2. vc串口通讯源代码(含流控制)来源与其它网络信息-vc source code for serial communication
  3. 所属分类:串口编程

    • 发布日期:2024-05-20
    • 文件大小:7450624
    • 提供者:zjl
  1. Filewiththeflow

    0下载:
  2. 将串行化的对象通过对象流写入文件或传送到其他地方。对象流是在普通流上加了传输对象的功能,所以构造对象流时要先构造普通文件流。-Serialized object will flow through the object to write the file or send to other places. Object flow is added in the general flow of the transmission functi
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:254976
    • 提供者:阳光飞鸟
  1. serial_check

    0下载:
  2. 本实验需要实现一个序列检测器,用来检测输入的串行位流是否和程序设定的位串相一致,若一致则在验证波形的出现一个高电位来表示。本实验需要验证的位串是“101011”。-In this study, need to implement a sequence detector, to detect whether the input serial bit stream and procedures consistent set of bit s
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:50176
    • 提供者:张洁
  1. serial_rd

    0下载:
  2. 在linux下用C语言开发的小程序,实现对指定串口的打开,设置串口的通信参数(波特率设置,数据位,奇偶校验,数据流控制等),通过使用read函数和write函数实现串口的读写。-Under linux using C language in the development of small procedures, to achieve the specified serial port to open, set the serial p
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:huyiming
  1. 8

    0下载:
  2. 设计一个理想通信系统,实现信息字符流的传输。 发射器: <1>将消息(字符串形式)编码成一个符号序列; <2>用脉冲成形将串符号序列转变成模拟脉冲信号; <3>将模拟脉冲信号调制到载波信号上。 接收器: <1>对接收的信号进行采样; <2>解调信号成基带信号; <3>将信号恢复成字符串。-Design an ideal co
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:王荣
  1. 2-camera-optical-flow-NUS

    0下载:
  2. 这个程序应用于机器人视觉系统。可以即时从两个摄像头同时读取摄像。程序包括视屏抓取,光流计算以及计算结果检验。计算结果通过串口直接发送到控制计算机。-This program is dedicated to capture real time optical flow from two cameras with intersect angle 180 or 120 degree. It includes Optical flo
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:li xiao dong
  1. Example-4-16

    0下载:
  2. 串并转换建模 数据流串并转换的实现方法多种多样,根据数据的排序和数量的要求,可以选用移位寄存器、RAM等来实现。对于数据量比较小的设计来说,可以使用移位寄存器完成串并转换;对于排列顺序有规定的串并转换,可以用case语句判断实现;对于复杂的串并转换,还可以用状态机实现-Modeling serial data stream and convert the realization of string and convert many
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:林立
  1. lzwxjj

    0下载:
  2. lzw解码 编码 1、分析字符串流,从词典中寻找最长匹配串P(P在表中,而P+C不在表中。P为进行编码字符串,C为P后的第一个字符)。 2、输出P对应的词典码字(索引)。 3、将P+C放入词典-lzw decoding coded 1, analysis of a string stream, from the dictionary to find the longest match string P (P in the
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xjj
  1. lzws-CPP-code

    0下载:
  2. 编码 1、分析字符串流,从词典中寻找最长匹配串P(P在表中,而P+C不在表中。P为进行编码字符串,C为P后的第一个字符)。 2、输出P对应的词典码字(索引)。 3、将P+C放入词典-LZW s C++ code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:韩浩
  1. UART

    0下载:
  2. ATmega16 标准IO流串口调试程序。-ATmega16 COM,IO stream.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:黄中黄
  1. 8cccdaef14e8

    0下载:
  2. 串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。一般完成这种功能的电路,我们称为串行接口电路。 -Is a serial interface can accept the parallel data from the CPU characters into a continuous serial data stream is sent, a
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李林
  1. string

    0下载:
  2. 字符串的全操作,重载+、=,重载输入输出流,比较串长,清空串,曲取子串,插入函数,查找函数,正序查找,倒叙查找。-All string operations, overloaded+, =, overloading input and output streams, more string length, empty string, substring take music, insert function, search functi
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:mm
  1. modbus

    0下载:
  2. 串口通信和相应的通信,这将对数据流管理很有帮助-modbus communicate and its communication. and it could be useful for most people.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:939008
    • 提供者:王爱玲
  1. crc1

    0下载:
  2. 自己写的另外一个CRC16的校验,可调试 用于串行通信比特流,16进制数据的校验-CRC——16,you can use it to byte data
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:174080
    • 提供者:taozi
  1. LRfenxiqi

    0下载:
  2. 对于任意给定的输入串(词法记号流)进行语法分析,要求采用LR分析器来完成。手工构造LR分析表,利用移进-归约分析算法(P69 图3.12)输出(P70 表3.8)对应的动作部分。如: 输入:id*+id/(id+id)# 输出:移进 按 F->id归约 移进 error -For any given input string (the lexical token stream) parsing, re
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-20
    • 文件大小:599040
    • 提供者:hanson
  1. 3.10.1_UART_SEND

    0下载:
  2. 流明ARM开发板UART串口发送示例程序,可以直接在IAR编译器上运行使用。-Lumens ARM development board UART example program, can send a serial port directly in IAR compilers run use.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-20
    • 文件大小:137216
    • 提供者:wei
  1. USBAudio

    0下载:
  2. USB Audio, 使用51单片机写的USB 声卡程序 通过LED 等动态的现实声音数据流, 也可以通过串口抓取数据流数据 在www.google.com 搜索多时,找不到单片机实现的声卡程序. ***本程序基于圈圈USB 和其他的一些网上资料**** *** 本程序 目前只在 "linux" 下工作, windows 下异常 -USB Audio, using 51 single-chip USB audi
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:159744
    • 提供者:lv ying qin
  1. can_232

    0下载:
  2. 通过串口接收中断,如果接收到的数据流为14个数据,同时第一个数据为0x72,则把收到的后13个数据通过PIC内部CAN控制器,以标准帧或扩展帧的格式发送CAN总线上。-Through the serial port receive interrupt, if the received data stream is 14, while the first data for the 0x72, put the data received b
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:刘洋
  1. chuankoutongxin

    0下载:
  2. 串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。-Serial interface is a kind of can will accept from CPU parallel data character for the continuous converting serial data flow to send out, and will
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:14336
    • 提供者:周正昌
  1. Send

    0下载:
  2. 恒流源测试程序,该软件是用串口发送数据,测试恒流源-Constant current source test program, the software is to use the serial port to send data to test current source
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:396288
    • 提供者:陈明芳
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »

源码中国 www.ymcn.org