搜索结果

找到约 6 项符合 emulates 的查询结果

Linux/Unix编程 The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation

The decoding algorithm used in RBDS.c is based on error trapping. The program emulates the operation of the encoder and decoder of a binary cyclic codes, using bitwise shifts and xor for modulo g(x) operations.
https://www.eeworm.com/dl/619/171797.html
下载: 96
查看: 1084

其他 DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dosgames on platforms w

DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dosgames on platforms which don t have dos(win2K/XP/linux/FreeBSD/Mac OS X)
https://www.eeworm.com/dl/534/221574.html
下载: 193
查看: 1043

Linux/Unix编程 The driver supports both the 16F and 18F families. The trick is that the driver carefully emulates t

The driver supports both the 16F and 18F families. The trick is that the driver carefully emulates the hardware UART found in the PIC18F452 processor. This information has unfortunately misled some into thinking it does not work with the 16F family. During devlopment the driver was tested on a real ...
https://www.eeworm.com/dl/619/425690.html
下载: 84
查看: 1046

单片机编程 Emulating a synchronous serial

The C500 microcontroller family usually provides only one on-chip synchronous serialchannel (SSC). If a second SSC is required, an emulation of the missing interface mayhelp to avoid an external hardware solution with additional electronic components.The solution presented in this paper and in the a ...
https://www.eeworm.com/dl/502/31365.html
下载: 198
查看: 1102

单片机编程 使用软件程序仿真C500微控制器系列SSC(同步串行通道)功

The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using SW routines implemented in C. The code is focused onthe SAB C513, but will fit to all C500 derivatives.Beyond the low level software drivers a test shell is delivered. This shell a ...
https://www.eeworm.com/dl/502/31367.html
下载: 31
查看: 1027

驱动编程 tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hard

tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.
https://www.eeworm.com/dl/618/129907.html
下载: 129
查看: 1085