搜索结果
找到约 92 项符合
simulate 的查询结果
单片机开发 Use the on-board potentiometer to simulate an analog input,this input converted into a meaningful di
Use the on-board potentiometer to simulate an analog input,this input converted into a meaningful digital value in a microcontroller register, and use a group of LED to display this value.
VHDL/FPGA/Verilog A VHDL program to simulate the behaviour of a device,
A VHDL program to simulate the behaviour of a device,
书籍源码 Xilinx-FPGA-Matlab-Simulate.rar
这是Matlab实现的非常简单的数字信号调制仿真,用于Xilinx FPGA(ASK, BPSK, FSK, OOK, QPSK)
电源技术 电源工程师-电路设计中的英雄
Abstract: We don't expect manufacturers to produce clothes that in one size that fits everyone. In thesame way, one ESD component can't solve all issues—each application has different ESD requirements.Knowing that "one size fits all" cannot apply to power design, the power designer, ...
C/C++语言编程 基于(英蓓特)STM32V100的看门狗程序
This example shows how to update at regulate period the WWDG counter using theEarly Wakeup interrupt (EWI).
The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI isenabled. When the WWDG counter reaches 40h the EWI is generated and in the WWDGISR the counter is refreshed to prevent ...
Java编程 * This a simple tool to send/receive UDP packet based on a * free software developed by Neil Deas
* This a simple tool to send/receive UDP packet based on a
* free software developed by Neil Deason.
* The purpose of program is to simulate a remote MGC So that the
* SIP Message debugging/testing is possible.
Linux/Unix编程 NIST Net – A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable
NIST Net – A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable channel parameters such as packet loss ratio, jitter, bandwidth variation, delay, and network buffer size. To simulate different network environments
文章/文档 this a Navier-Stokes equations solver. It support grids contains of multiple connected rectangles. S
this a Navier-Stokes equations solver. It support grids contains of multiple connected rectangles. So you can simulate viscous flows in any complicated tubes
单片机开发 The MEASURE program uses the analog inputs of the P89LPC935 to implement a datalogger. This example
The MEASURE program uses the analog inputs of the P89LPC935
to implement a datalogger. This example shows how you can
use signal functions in uVision to simulate a signal coming
into one of the analog inputs of the P89LPC935 controller.
VHDL/FPGA/Verilog This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM,
This a FREE tool chain which compiles C codes into 8051 binary code, converts the binary to RTL ROM, and simulate in Modelsim.
SDCC is the compiler.
Example compilation:
cd compile
sdcc --iram-size 0x80 --xram-size 0x800 t8051.c
REM sdcc --iram-size 0x80 t8051.c
packihx t8051.ihx > t8051.hex
...