pre

共 188 篇文章
pre 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 188 篇文章,持续更新中。

夏宇闻数字逻辑设计

<pre style="margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;box-sizing:border-box;font-family:'Microsoft YaHei';font-size:13px;white-space:pre-wrap;line-height:1.5em;color:#333333;word-br

Pre-designed and pre-verified hardware and software blocks can be combined on chips for many differ

Pre-designed and pre-verified hardware and software blocks can be combined on chips for many different applicationsVthey promise large productivity gains.

EFI(Extensible Firmware Interface)是下一代BIOS

EFI(Extensible Firmware Interface)是下一代BIOS,正逐步取代BIOS成为计算机的FIRMWARE标准。它是 Intel 为全新类型的 PC 固件的体系结构、接口和服务提出的建议标准。其主要目的是为了提供一组在 OS 加载之前(启动前)在所有平台上一致的、正确指定的启动环境.EFI的国际标准组织是UEFI。 elilo-3.5-pre1.src.gz:是在EFI

FS4510开发板示例程序 demo5_pre----中断服务程序 串口驱动 演示的功能包括中断 定时器 串口 它提供了可以在 FS4510板子上运行的参考代码 文件说明 demo

FS4510开发板示例程序 demo5_pre----中断服务程序 串口驱动 演示的功能包括中断 定时器 串口 它提供了可以在 FS4510板子上运行的参考代码 文件说明 demo5_pre.apj 为 SDT2.51 的项目文件 汇编格式 init.s 为初始化文件 lcd.c LCD驱动文件 demo5.c 主程序 包含定时器初始化和 timer0 和 ti

读取及绘制TEQC的report files。TEQC 是用于计算许多GPS pre-processing问题的Toolkit(可应用于GPS/GLONASS/SBAS等数据)

读取及绘制TEQC的report files。TEQC 是用于计算许多GPS pre-processing问题的Toolkit(可应用于GPS/GLONASS/SBAS等数据)

C++builder教程

<span lang="zh-CN"> <pre>C++Builder实用教程,C++Builder是有borland公司开发的基于C++的编程软件。</pre> </span>

dsp教程

<pre style="margin-top:0px;margin-bottom:0px;padding:0px;white-space:pre-wrap;word-wrap:break-word;font-family:微软雅黑;color:#222222;font-size:14px;line-height:22px;background-color:#FFFFFF;"> 作为一个案例研究,我

dsp教程

<span style="color:#333333;font-family:'Microsoft Yahei';font-size:14px;line-height:28px;white-space:pre-wrap;background-color:#FFFFFF;">DSP(digital singnal processor)是一种独特的微处理器,是以数字信号来处理大量信息的器件。其工作原理

做DSP之前我们该弄明白哪些基本问题

<p> <span style="color:#333333;font-family:'Microsoft YaHei';font-size:13px;line-height:1.5em;white-space:pre-wrap;background-color:#F8F8F8;">以数字信号处理器(DSP)为核心的实时数字信号处理技术正在迅猛发展,各种类型的DSP分别适应了不同领域的应用要求。

This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++

This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++ 5.0, as well as pre- compiled copies of the programs. To copy all of the sample code onto your

可预置的8位计数器程序的主要部分分析 #include &lt;AT89X51.H&gt; //器件配置文件 #define uchar unsigned char //变量类型的宏定义

可预置的8位计数器程序的主要部分分析 #include &lt;AT89X51.H&gt; //器件配置文件 #define uchar unsigned char //变量类型的宏定义 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码 0x49,0x41,

toj 4022源代码

<pre>#include &lt;iostream&gt; using namespace std; int main(){ int t; cin&gt;&gt;t; while(t--){ long long n; cin&gt;&gt;n; if(n%2==1) cout&lt;&lt;(n*n-1)/4&lt;&lt;endl; else if (n%4==0

指纹仪URU4000B

<pre style="margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;box-sizing:border-box;font-family:'Microsoft YaHei';font-size:13px;white-space:pre-wrap;line-height:1.5em;color:#333333;word-br

blob源码

blob源码,里面包含了所有的blob的代码和头文件,版本型号是blob-2.0.5-pre2

rc5的encryption,带state machine

rc5的encryption,带state machine,一共四种状态st_idle,st_ready,st_round_op,st_pre_round

This code was used to produce simulation results described in: Using Directional Antennas to Pre

This code was used to produce simulation results described in: Using Directional Antennas to Prevent Wormhole Attacks Lingxuan Hu and David Evans. Network and Distributed System Security Symp

A AVR USB download tool. It can download your target file to full series avr chip with only one pre

A AVR USB download tool. It can download your target file to full series avr chip with only one press.

The goal of SPID is to provide the user with tools capable to simulate, preprocess, process and clas

The goal of SPID is to provide the user with tools capable to simulate, preprocess, process and classify in vivo and ex vivo MRS signals. These tools are embedded in a matlab graphical user interface

DSP/BIOS Driver Developer Kit 1.11 The DSP/BIOS Driver Developer Kit (DDK) provides a selection of

DSP/BIOS Driver Developer Kit 1.11 The DSP/BIOS Driver Developer Kit (DDK) provides a selection of pre-tested DSP/BIOS device drivers, and documentation on how to write a driver to the DSP/BIOS drive

基于PCA和LDA的人脸识别。% Main function that reads in files, applies pre-processing, calls face % recognitio

基于PCA和LDA的人脸识别。% Main function that reads in files, applies pre-processing, calls face % recognition algorithm, and then plots resulting accuracy.