搜索结果
找到约 505 项符合
Run-Length 的查询结果
Java书籍 Mac OS X for Java Geeks delivers a complete and detailed look at the Mac OS X platform, geared speci
Mac OS X for Java Geeks delivers a complete and detailed look at the Mac OS X platform, geared specifically at Java developers. Programmers using the 10.2 (Jaguar) release of Mac OS X, and the new JDK 1.4, have unprecedented new functionality available to them. Whether you are a Java newbie, working ...
压缩解压 This code implements the arithmetic coding algorithm used for text compression. At present it takes
This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of fixed length but that can be modified in the code as required.
Delphi控件源码 TreeMenu Component ================== The TreeMenu is a descendant of TTreeView. It is a "steal
TreeMenu Component
==================
The TreeMenu is a descendant of TTreeView.
It is a "stealth-realese" because the TreeMenu is created only run time
and it changes a design time defined simple TreeView to self.
Using it is very simple. Please see the demo files.
Author:
=======
Pal Sitkei
si ...
Java编程 UDDI for weblgoci In the main function, there is a list of functions calls that are commented. Each
UDDI for weblgoci In the main function, there is a list of functions calls that are commented. Each of those function calls tests a functionality of the UDDI api. To run a test, simply uncomment one of the function calls, and then compile this file and run it.
DSP编程 (1)测试外部数据RAM: 根据我们定义的逻辑
(1)测试外部数据RAM:
根据我们定义的逻辑,外部RAM在数据空间中定义在0x8000-0xFFFF,共32k字,占据RAM中的低32K存储空间。提供2种测试方法,采用一种方式即可。
硬件仿真模式下,将目标板上电。
第一种方法:采用用程序测试实验
程序所在目录ex1_RAMTest。
该程序执行的功能是对外部数据RAM区0x8000-0xFFFF,从0 ...
DSP编程 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open
汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下:
1. Project->Open ,打开该目录中的工程文件。
2. Project->Rebuild ALL, 编译链接
3. File->Load Program
4. Debug->GO Main
5. Debug->RUN (快捷键F5)
即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时 ...
DSP编程 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open
汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下:
1. Project->Open ,打开该目录中的工程文件。
2. Project->Rebuild ALL, 编译链接
3. File->Load Program
4. Debug->GO Main
5. Debug->RUN (快捷键F5)
即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时 ...
DSP编程 程序所在目录:ex3_LED 打开CC2000,进行如下操作: 1. Project->Open
程序所在目录:ex3_LED 打开CC2000,进行如下操作:
1. Project->Open ,打开该目录中的工程文件。
2. Project->Rebuild ALL, 编译链接
3. File->Load Program
4. Debug->GO Main
5. Debug->RUN (快捷键F5) 可以看到的现象为:最边上一个LED 不断闪烁(这个LED 在后面其他的程序中都被定义成在定时器 ...
DSP编程 程序所在目录:ex4_SCI 采用标准DB9 串口直连线将PC 串口和扩展板串口相连。打开PC 上的串口调试软件。默认设置COM1,9600N,8,1。选择按16 进制接收和发送。 然后打开
程序所在目录:ex4_SCI
采用标准DB9 串口直连线将PC 串口和扩展板串口相连。打开PC 上的串口调试软件。默认设置COM1,9600N,8,1。选择按16 进制接收和发送。
然后打开CC2000,进行如下操作:
1.Project->Open ,打开该目录中的工程文件。
2.Project->Rebuild ALL,编译链接
3.File->Load Program
4.Debug->GO M ...
DSP编程 程序所在目录:ex5_SPI D/A 转换芯片选用的是SPI 接口的TLC5620,串行4 通道8 位DA 转换。 打开CC2000,进行如下操作: 1.Project->Open
程序所在目录:ex5_SPI D/A 转换芯片选用的是SPI 接口的TLC5620,串行4 通道8 位DA 转换。 打开CC2000,进行如下操作:
1.Project->Open ,打开该目录中的工程文件。
2.Project->Rebuild ALL,编译链接
3.File->Load Program
4.Debug->GO Main
5.Debug->RUN (快捷键F5) 用示波器可以看到DA_OUT1 接口输出三角 ...