搜索结果
找到约 1,789 项符合
X-tal 的查询结果
VHDL/FPGA/Verilog VERILOG Synchronous FIFO. 4 x 16 bit words.
VERILOG
Synchronous FIFO. 4 x 16 bit words.
VC书籍 C语言巧妙的宏定义, 如:得到指定地址上的一个字节或字 #define MEM_B( x ) ( *( (byte *) (x) ) ) #define MEM_W( x ) ( *( (wor
C语言巧妙的宏定义,
如:得到指定地址上的一个字节或字
#define MEM_B( x ) ( *( (byte *) (x) ) )
#define MEM_W( x ) ( *( (word *) (x)
Linux/Unix编程 配置远程环境 用x manager访问远程的linux
配置远程环境 用x manager访问远程的linux
matlab例程 最小二乘法椭圆拟合 fit_ellipse( x,y,axis_handle ) x
最小二乘法椭圆拟合
fit_ellipse( x,y,axis_handle )
x,y为坐标点
适用于一般方程哦。好用
游戏 WiiFuse is a FUSE filesystem module for Linux and Mac OS X. It will let you mount a Wii disc ISO an
WiiFuse is a FUSE filesystem module for Linux and Mac OS X. It will let you mount a Wii disc ISO and browse its contents, and it contains a server which may be run on the Wii so you can browse the contents of the Wii s internal filesystem.
Windows CE This document describes functionalities of SM VoyagerGX windows ce drivers which support wince 4.x.S
This document describes functionalities of SM VoyagerGX windows ce drivers which support wince 4.x.SM device drivers are developed in c++.
Windows CE cs8900.rar是一个基于WinCE5.x下开发的芯片驱动程序。
cs8900.rar是一个基于WinCE5.x下开发的芯片驱动程序。
Windows CE cs8900A.rar是一个基于WinCE5.x下开发的芯片驱动程序。
cs8900A.rar是一个基于WinCE5.x下开发的芯片驱动程序。
Windows CE dm9000.rar是一个基于WinCE5.x下开发的芯片驱动程序。
dm9000.rar是一个基于WinCE5.x下开发的芯片驱动程序。
微处理器开发 AVR ATmega48 SPI最簡單測試碼! 透過spi_data[x]陣列寫入想要傳送的資料
AVR ATmega48 SPI最簡單測試碼!
透過spi_data[x]陣列寫入想要傳送的資料,
而x則是控制傳送第x筆數,而接腳輸出則在PortB的預設接腳內,只要修改spi_data就可以透過示波器看到SPI的信號了!