搜索结果
找到约 26,030 项符合
A母usb2.0 的查询结果
文章/文档 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in
Project file for MS Visual C++ 6.0.
Requires GLUT DLL (www.opengl.org)
Adjust program constants in Landscape.h and Utility.cpp.
MAPS:
Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE
(as defined in Landscape.h). If this map is not found, the program
attempts to open "Map.ved", a Tre ...
DSP编程 This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is
This programme is to control DC motor in a certain speed using PWM.
The target speed is "r", it is the speed in 1s.
The sample rate is 0.1s, so the actual speed target is "rc"=r/10.
The "r" and "rc" are integer, and the range of "r" is from 50 to 100.
Keep rc=r/10!!!
The array "speed1" and "speed2" ...
单片机开发 1. 通过8255A并口来控制LED发光二极管的亮灭。 2. A口控制红灯
1. 通过8255A并口来控制LED发光二极管的亮灭。
2. A口控制红灯,B口控制黄灯,C口控制绿灯。
3. 输出为0则亮,输出为1则灭。
4. 用8253定时来控制变换时间 。
Java编程 This the first release (version 0.0) of the Peersim high level P2P network simulator. This archi
This the first release (version 0.0) of the Peersim
high level P2P network simulator.
This archive contains the javadoc generated documentation,
and a java archive containing the simulator source and bytecode
and some examples.
其他 已知记录序列a[1..n] 中的关键字各不相同
已知记录序列a[1..n] 中的关键字各不相同,
可按如下所述实现计数排序:另设数组c[1..n],对每
个记录a[i], 统计序列中关键字比它小的记录个数存
于c[i], 则c[i]=0的记录必为关键字最小的记录,然
后依c[i]值的大小对a中记录进行重新排列,试编写算
法实现上述排序方法。 ...
微处理器开发 D169 Demo - DMA0 Repeated Burst to-from RAM, Software Trigger Description A 32 byte block from 22
D169 Demo - DMA0 Repeated Burst to-from RAM, Software Trigger
Description A 32 byte block from 220h-240h is transfered to 240h-260h
using DMA0 in a burst block using software DMAREQ trigger.
After each transfer, source, destination and DMA size are
reset to inital software setting because DMA tran ...
通讯编程文档 This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is s
This a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory.
Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is
"runsim.m". In these simulations the SISO option is not expli ...
电子书籍 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, wh
The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of produ ...
汇编语言 编程用A/D芯片ADC0809采样电位器输入电压
编程用A/D芯片ADC0809采样电位器输入电压,采用查询方式读取A/D转换的结果,并将结果实时的通过8279显示在数码管上,(取两位,用00—FF表示0—+5V)。
VHDL/FPGA/Verilog 移位乘法器的输入为两个4位操作数a和b
移位乘法器的输入为两个4位操作数a和b,启动乘法器由stb控制,clk信号提供系统定时。乘法器的结果为8位信号result,乘法结束后置信号done为1.
乘法算法采用原码移位乘法,即对两个操作数进行逐位的移位相加,迭代4次后输出结果。具体算法:
1. 被乘数和乘数的高位补0,扩展成8位。
2. 乘法依次向右移位,并检查其最低 ...