搜索资源列表
AD7982
- DSP并行读取串行接口A/D芯片的VHDL接口程序,VHDL Interface Program between DSP (parrel interface) and AD7982 (Serial interface)
8.5-TLC5510
- TLC5510 VHDL控制程序:基于VHDL语言,实现对高速A/D器件TLC5510控制-The TLC5510 VHDL control procedures: TLC5510 control of high-speed A/D devices based on VHDL
Sherwood
- 写一个Sherwood算法C(X),与算法A(X),B(X),D(X)比较,给出实验结果。-Write a the Sherwood algorithm of C (X), with the algorithm A (X), B (X), D (X), experimental results are presented.
Christy_Chan
- Devices ADuC7000 PWM Example Analog Devices ADuC7000 Signal Example with GNU GCC Compiler Analog Devices ADuC7000 Signal Example with Keil CA ARM Compiler Analog Devices ADuC7020, 7021, 7024, 7026 D/A Example Program Analog Devices ADuC70xx
hw3
- 是MATLAB自带的例子,我在WindowsXP(SP2), MATLAB R2007b, VC6.0下实现。 具体的步骤是: 1). 设置系统环境变量path,path里面要包括MATLAB的exe, dll那个路径 MATLAB_PATH \bin\win32 只要MATLAB是正确安装,它应该会自动配置path环境变量的。 右击我的电脑->属性->高级->环境变量->系统变量 双击path path值应该有以下两个值,中间是分号 d
DAC832
- DAC0832是8分辨率的D/A转换集成芯片,现在用软件来实现。-DAC0832 D/A conversion
a
- 该程序为matlab三维绘图程序,对初学者很有帮助-The program for 3 d drawing program, matlab is very helpful for beginners
Remoting)
- D:\Data_2014_08_08\Remoting事件(服务端广播)D :\Data_2014_08 \Remoting事件(服务端广播)-This is only a little demo.
reverseArray_singleblock
- 反向阵列(单块)-- 给定指针d_a中的输入数组{a0,a1,...,an-1},将反向数组{an-1,an-2,...,a0}存储在指针d_b中 A: 从“reverseArray_singleblock”模板开始 B: 只有一个线程块启动,以反转一个大小的数组 N = numThreads = 256个元素 C: 第1部分(共1个):所有你需要做的是实现内核的“reverseArrayBlock()” D:每个线程将单个元件移动到相反的位置, 从d_a指标读取输入,