搜索结果
找到约 127 项符合
OPTIONS 的查询结果
按分类筛选
- 全部分类
- 其他 (11)
- 技术资料 (8)
- DSP编程 (7)
- 可编程逻辑 (6)
- 单片机编程 (5)
- 微处理器开发 (5)
- 其他书籍 (5)
- uCOS (4)
- *行业应用 (4)
- 单片机开发 (4)
- 书籍 (4)
- 数学计算 (3)
- Linux/Unix编程 (3)
- 电源技术 (2)
- 嵌入式综合 (2)
- Windows CE (2)
- 编译器/解释器 (2)
- 电子书籍 (2)
- matlab例程 (2)
- 书籍源码 (2)
- 软件设计/软件工程 (2)
- Windows Mobile (2)
- 驱动编程 (2)
- 通讯/手机编程 (2)
- 通讯编程文档 (2)
- 金融证券系统 (2)
- allegro (1)
- 模拟电子 (1)
- 教程资料 (1)
- 无线通信 (1)
- 开关电源 (1)
- 教程资料 (1)
- 开发工具 (1)
- 家庭/个人应用 (1)
- 数据结构 (1)
- Applet (1)
- 中间件编程 (1)
- 其他嵌入式/单片机内容 (1)
- 编辑器/阅读器 (1)
- 汇编语言 (1)
- SQL Server (1)
- Java编程 (1)
- 数值算法/人工智能 (1)
- 游戏 (1)
- 文件格式 (1)
- VHDL/FPGA/Verilog (1)
- 操作系统开发 (1)
- Delphi控件源码 (1)
- 压缩解压 (1)
- 嵌入式/单片机编程 (1)
- 系统设计方案 (1)
- VC书籍 (1)
- 接口技术 (1)
- 技术书籍 (1)
- 源码 (1)
- 其他 (1)
- 软件 (1)
- VIP专区 (1)
可编程逻辑 XAPP520将符合2.5V和3.3V I/O标准的7系列FPGA高性能I/O Bank进行连接
XAPP520将符合2.5V和3.3V I/O标准的7系列FPGA高性能I/O Bank进行连接 
The I/Os in Xilinx® 7 series FPGAs are classified as either high range (HR) or high performance (HP) banks. HR I/O banks can be operated from 1.2V to 3.3V, whereas HP I/O banks are optimized for operation between 1.2V and ...
可编程逻辑 PowerPCB培训教程
欢迎使用 PowerPCB 教程。本教程描述了 PADS-PowerPCB  的绝大部分功能和特点,以及使用的各个过程,这些功能包括: · 基本操作 · 建立元件(Component) · 建立板子边框线(Board outline) · 输入网表(Netlist) · 设置设计规则(Design Rule) · 元件(Part)的布局(Placement) · 手工和交互的布线 · SPECCTRA全自动 ...
可编程逻辑 Allegro SPB V15.2 版新增功能
15.2 已經加入了有關貫孔及銲點的Z軸延遲計算功能. 先開啟 Setup - Constraints - Electrical constraint sets 下的 DRC 選項. 點選 Electrical Constraints dialog box 下 Options 頁面 勾選 Z-Axis delay栏.
可编程逻辑 Cadence PCB 设计与制板
§1、安装:    SPB15.2 CD1~3,安装1、2,第3为库,不安装    License安装:         设置环境变量lm_license_file   D:\Cadence\license.dat         修改license中SERVER yy ...
其他 系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Availab
系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Available Command Line Flag Options 5. Contents of the Extracted Files 6. Installing the Software in Interactive Mode 7. Installing the Software in Silent Mode 8. Installing the INF Files Prior to OS ...
家庭/个人应用 Complete video store application in C++ using linked lists to store data in files. it keeps track of
Complete video store application in C++ using linked lists to store data in files. it keeps track of videos and customers and have many checks and options.
uCOS 介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducin
介绍几种cpuThe 8xC251SA/SB/SP/SQ improves on the MCS-51 architecture and peripheral features, introducing the advanced register based CPU architecture i.e., the MCS 251 microcontroller architecture. The register based CPU supports a 40-byte register file. In addition, the 8xC251SA/SB/SP/SQ microcont ...
数据结构 解决时钟问题
解决时钟问题,acm竞赛题
A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite number of coins of eac ...
uCOS 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small R
这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并.
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以 ...
uCOS 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个
这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数.
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页 ...