搜索结果
找到约 195 项符合
RESULT 的查询结果
按分类筛选
- 全部分类
- 技术资料 (30)
- 书籍 (15)
- 单片机编程 (11)
- 单片机开发 (10)
- 汇编语言 (9)
- matlab例程 (9)
- 其他 (8)
- DSP编程 (6)
- 电源技术 (5)
- Java编程 (5)
- 教程资料 (4)
- 可编程逻辑 (4)
- 数学计算 (4)
- 通讯编程文档 (4)
- VHDL/FPGA/Verilog (4)
- 其他嵌入式/单片机内容 (4)
- C/C++语言编程 (3)
- 其他书籍 (3)
- 教育系统应用 (3)
- 编译器/解释器 (3)
- 数据结构 (3)
- Delphi控件源码 (3)
- 软件设计/软件工程 (3)
- 论文 (2)
- 无线通信 (2)
- 通讯/手机编程 (2)
- 软件工程 (2)
- 网络 (2)
- 人工智能/神经网络 (2)
- 文章/文档 (2)
- 微处理器开发 (2)
- 行业发展研究 (2)
- 源码 (1)
- PCB相关 (1)
- Linux/uClinux/Unix编程 (1)
- 数值算法/人工智能 (1)
- 加密解密 (1)
- 数据库系统 (1)
- 书籍源码 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 工控技术 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 驱动编程 (1)
- Linux/Unix编程 (1)
- Modem编程 (1)
- *行业应用 (1)
- Applet (1)
- 多国语言处理 (1)
- 其他数据库 (1)
- STL (1)
- J2ME (1)
- VxWorks (1)
- 百货/超市行业 (1)
- 并行计算 (1)
软件设计/软件工程 In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow ...
软件设计/软件工程 Java technology is both a programming language and a platform. The Java programming language origina
Java technology is both a programming language and a platform. The Java programming language originated as part of a research project to develop advanced software for a wide variety of network devices and embedded systems. The goal was to develop a small, reliable, portable, distributed, real-time o ...
数学计算 使用FFT实现的两个多项式相乘的算法。 输入文件: 第一行为(n-1) 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1
使用FFT实现的两个多项式相乘的算法。
输入文件:
第一行为(n-1)
第二行为第一个多项式系数序列 第三行为第二个多项式系数序列
系数序列的格式为:an,an-1,an-2 ,…, a1,a0
输出文件:result5.txt
格式为结果多项式的系数序列。
序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同) ...
技术资料 xinlinx-Spartan6开发板原理图详解
The information disclosed to you hereunder (the Materials ) is provided solely for the selection and use of Xilinx products. To the maximum extent permitted by applicable law: (1) Materials are made available"AS IS"and with all faults, Xilinx hereby DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS, ...
DSP编程 基于DSP的新型柴油发电机励磁控制系统研究
在综合分析谐波励磁无刷同步发电机励磁控制系统的基础上,对其励磁控制策略进行了研究,开发了一套基于DSP( TMS320F2812) 控制的新型柴油发电机励磁控制系统,该系统采用参数自适应模糊PID 控制励磁,选用交流采样方式实时检测各信号的瞬时特性,系统仿真结果以及在1 台25 kW 工频柴油发电机上的试验结果证明了该控制器具有较好 ...
单片机编程 基于ATmega16L单片机的温度控制系统设计
 设计一种基于ATmega16L单片机的温度控制系统,阐述该系统的软硬件设计方案。采用模块化设计方法,利用增量式PID算法使被控对象的温度值趋于给定值。实验结果表明该系统具有良好的检测和控制功能。 Abstract:  This paper designs a temperature control system based on ATmega16L,describes the hardware and ...
单片机编程 基于MAX262的程控滤波器设计
 通过对程控滤波器的理论分析,在研究MAX262的功能和单片机的SPI总线通信的基础上,提出了基于MAX262的程控滤波器设计方案,设计了程控滤波器的软硬件,并给出了测试结果。
Abstract:
 By analyzing the programmable filter,the paper puts forward a programmable filter system design based on MAS262 on ...
技术书籍 Algorithms(算法概论)pdf
This book evolved over the past ten years from a set of lecture notes developed while teaching
the undergraduate Algorithms course at Berkeley and U.C. San Diego. Our way of teaching
this course evolved tremendously over these years in a number of directions, partly to address
our students' ...
单片机开发 This example program shows how to configure and use the A/D Converter of the following microcontroll
This example program shows how to configure and use the A/D Converter of the following microcontroller:
STMicroelectronics ST10F166
After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port.
To run this program...
Build the project (Project ...
matlab例程 目标跟踪问题的应用背景是雷达数据处理
目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据,
对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。
ben文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。
trajectory.m产生理论的航迹 ...