搜索结果
找到约 976 项符合
Host-RS 的查询结果
串口编程 vb 串口通讯调试方法 现有电子秤一台
vb 串口通讯调试方法
现有电子秤一台,使用串口与计算机进行通讯。编写VB程序来访问串口,达到读取电子秤上显示的数据。该电子秤为BE01型仪表,输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。在VB中与串口通讯需要引入控件MSComm串口通讯控件(在Micro ...
Internet/网络编程 I. Introduction This code exploits a previously undisclosed vulnerability in the bit string deco
I. Introduction
This code exploits a previously undisclosed vulnerability in the bit string
decoding code in the Microsoft ASN.1 library. This vulnerability is not related
to the bit string vulnerability described in eEye advisory AD20040210-2. Both
vulnerabilities were fixed in the MS04-007 patch. ...
数值算法/人工智能 一些纠错编码算法的源代码
一些纠错编码算法的源代码,比如维特比, rs码。
编译器/解释器 Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler Installation on a i386 Li
Tiny C Compiler - C Scripting Everywhere - The Smallest ANSI C compiler
Installation on a i386 Linux host (for Windows read win32/readme.txt)
./configure
make
make test
make install
By default, tcc is installed in /usr/local/bin.
./configure --help shows configuration options.
医药行业 医院门诊查询系统
医院门诊查询系统,jsp实例,适合做毕业设计,由运行时源文件和供开发使用的程序及数据库,比较齐全
将运行演示程序中的hospital文件夹全部考到Tomcat的webapps下
在Tomcat中创建虚拟目录,步骤如下:
(1)打开浏览器进入Tomcat后台管理页面(/admin)
(2)在左面打开Tomcat Server/Service/Host(localhost)
(3)在contex ...
单片机开发 PC机与51的通信程序
PC机与51的通信程序,利用RS-232接口来实现的
其他 纯净版ghost大法
纯净版ghost大法,?烤话鎔host大法,?烤话鎔host大法
VHDL/FPGA/Verilog 实现了串行通信接口的全部功能
实现了串行通信接口的全部功能,符合RS-232-C标准的完整UART模块源代码,中文注解,清晰易懂,经过严格仿真测试,绝对好用。
微处理器开发 at91rm9200例子代码
at91rm9200例子代码,包括audio,basicboot,display,emac,flash,ide,rtc,uart,usb-device,usb-host
书籍源码 一些纠错编码的c程序实现
一些纠错编码的c程序实现,包括bch码,rs码,均已调试通过