搜索资源列表

  1. Myrece3.0

    1下载:
  2. F206串口收发程序,内含16进制和字符数据的相互转换-F206 serial transceivers procedures, containing 16 characters in hex and data conversion
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:14389
    • 提供者:杨宇
  1. 用AT命令存取西门子手机的VB源程序

    2下载:
  2. 本程序是用VB关于AT指令的一个手机短信收发各式,现在拿出来给大家一起学习-this procedure is used on the AT command VB of an SMS to all kinds of transceivers now up to all learning together
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:177602
    • 提供者:
  1. VHDL范例

    0下载:
  2. 最高优先级编码器 8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使用select语句) LED七段译码 多路选择器(使用if-else语句) 双2-4译码器:74139 多路选择器(使用when-else语句) 二进制到BCD码转换 多路选择器 (使用case语句) 二进制到格雷码转换 双向总线(
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:42884
    • 提供者:kerty
  1. 2812CAN

    0下载:
  2. TI DSP2812 can总线程序,可以用这个程序设计can总线收发数据,已经在自己的开发板上测试过,运行良好-TI Bus DSP2812 can procedures can use this procedure can design data bus transceivers, in their own development board tested, well-functioning
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:90998
    • 提供者:张红
  1. uart1

    0下载:
  2. 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5657
    • 提供者:张倩
  1. CAN485

    0下载:
  2. CAN总线控制器sja1000及CAN收发器82C250的应用,本程序用A51编程,适合初次开发CAN总线的用户-CAN Bus Controller sja1000 CAN transceivers and transceiver applications, the procedures used A51 programming, for the initial development of the CAN bus users
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2915
    • 提供者:李适
  1. wpack1

    0下载:
  2. 使用下面的库 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 可以封装用户自己的以太网链路收发报文. -use of the library kernel32.lib user32.lib g
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:134846
    • 提供者:潘仕彬
  1. com_udp_tcp_socket

    0下载:
  2. 通用tcp,udp收发程序,方便的用于网络程序调试、测试,使用简单方便-GM tcp, udp transceivers in order to facilitate the procedures for network debugging, testing, use of simple and convenient
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4244
    • 提供者:happy9163
  1. lts_com

    0下载:
  2. 串口编程,MSCOMM32。ocx的使用,实现串口通讯,串口收发。-serial programming, MSCOMM32. Exe use Serial communications, serial transceivers.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:23705
    • 提供者:steven
  1. smscontrol_c

    1下载:
  2. 通过计算机串口收发短信。用WAVECOM和西门子 的GSM MODEM,西门子6688(普通手机+串口数据线),在WIN32系统(WIN98,WIN2000,WINXP)下通过测试。大负荷状态下收发非常稳定,通过了上万条短信的严格测试。其他使用标准AT命令集的手机或GSM MODEM也可使用。该控件内置*和定时发送,不支持广播。增加短信发送成功事件。GSM模块必须支持PDU格式短信。该控件支持中文,英文以及混合中英文短信,中文短信长度
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:461216
    • 提供者:gzqswj
  1. UDP2006kp

    0下载:
  2. 这是使用udp协议编写的聊天程序,里面有两个程序,都可以做收发使用。其中可以手写修改端口-use udp agreement prepared by the chat program, there are two procedures can be done using transceivers. Handwritten changes which could ports
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:249416
    • 提供者:yn
  1. VC_RSA

    0下载:
  2. 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5523
    • 提供者:烟翔
  1. smssw

    0下载:
  2. 用vc6.0开发的基于at指令集的读写串口的短信收发程序,主要文件由c写成,便于移植-with vc6.0 development based at the instruction set of messages to read and write serial transceivers procedures, the main document written by c, facilitate transplantation
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:31243
    • 提供者:hjs
  1. can_Communications

    0下载:
  2. CAN总线作为一种优秀的现场通信和数据传输总线,在汽车及其它领域得到了广泛的应用。本设计利用CAN总线进行收发数据和控制-CAN as a good scene communications and data transfer bus, the car, and other fields have been widely applied. The design using CAN bus transceivers for data an
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:81407
    • 提供者:zyx
  1. Software-Defined-Radio-for-OFDM-Transceivers

    0下载:
  2. Software-Defined Radio for OFDM Transceivers
  3. 所属分类:VHDL编程

    • 发布日期:2024-07-06
    • 文件大小:894976
    • 提供者:saravanan k p
  1. Circuit-Design-for-RF-Transceivers

    0下载:
  2. Circuit Design for RF Transceivers
  3. 所属分类:传真(Fax)编程

    • 发布日期:2024-07-06
    • 文件大小:13118464
    • 提供者:Gamm Nguyen
  1. Adaptive-Wireless-Transceivers-Turbo-Coded-

    0下载:
  2. Understanding the Adaptive Wireless Transceivers Turbo-Coded, Turbo-Equalized and Space-Time Coded TDMA, CDMA.
  3. 所属分类:编程文档

    • 发布日期:2024-07-06
    • 文件大小:32901120
    • 提供者:bindhaiq
  1. Wireless-serial-transceivers

    0下载:
  2. 无线串口收发驱动程序,可以实现两块单片机见串口通讯,测试可以使用-Wireless serial transceivers drivers can see of two single-chip serial communication, the test can use the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-07-06
    • 文件大小:228352
    • 提供者:邵成
  1. Transceivers

    0下载:
  2. MicroChip单片机之射频收发包括crc校验-The RF transceivers incluing crc from Microchip
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-07-06
    • 文件大小:40960
    • 提供者:盛可帕
  1. Serial-transceivers

    0下载:
  2. 串口收发,通信过程中,计算机串口的接收与发送的编码实现。-Serial transceivers, communication, computer serial port to receive and transmit coded implementations.
  3. 所属分类:串口编程

    • 发布日期:2024-07-06
    • 文件大小:110592
    • 提供者:guiwang
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org