搜索结果
找到约 43 项符合
Initialization 的查询结果
按分类筛选
通讯/手机编程 超宽带UWB,包括:uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_
超宽带UWB,包括:uwb.mdl: UWB model - open this to begin.
uwb_lib.mdl: Library blocks for UWB model.
uwb_init.m: Initialization called before model is loaded.
uwb_settings: Sets up structure containing system parameters ( uwb in workspace).
uwb_imr.m: Initializes UWB channel impulse response.
uwb_sv_* ...
加密解密 CRC码产生器与校验器程序 Features : Executes in one clock cycle per data word Any polynomial from 4 to 32 b
CRC码产生器与校验器程序
Features :
Executes in one clock cycle per data word
Any polynomial from 4 to 32 bits
Any data width from 1 to 256 bits
Any initialization value
Synchronous or asynchronous reset
Java编程 Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2
Thinking in Java, 3rd ed. Revision 4.0
Preface
Introduction
1: Introduction to Objects
2: Everything is an Object
3: Controlling Program Flow
4: Initialization & Cleanup
5: Hiding the Implementation
6: Reusing Classes
7: Polymorphism
8: Interfaces & Inner Classes
9: Error Handling with Ex ...
嵌入式/单片机编程 /* * linux/arch/m68knommu/platform/520x/spi-mcf520x.c * * Sub-architcture dependant initializa
/*
* linux/arch/m68knommu/platform/520x/spi-mcf520x.c
*
* Sub-architcture dependant initialization code for the Freescale
* 520x SPI module
*
* Yaroslav Vinogradov yaroslav.vinogradov@freescale.com
* Copyright Freescale Semiconductor, Inc 2006
*
* This program is free software you can redis ...
压缩解压 ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D,
ADT HuffmanTree{
数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0}
数据关系:R={< ai-1, ai > ai-1, ai∈D, ai-1基本操作P:
HuffmanTree() 构造函数
~ HuffmanTree() 析构函数
Initialization(int WeightNum)
操作结果:构造哈夫曼树。
Encoder()
初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。
操作结 ...
微处理器开发 The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD de
The attached zip includes a c code for initializing ILI9322 display chip used in many 3.5 TFT LCD devices. this is a SPI based initialization code in C which can be seamlessly ported to any architecture. I have also added the datasheet for easy reference
微处理器开发 This test code use PWM to control LED flashing, however, users can use PWM to do other things with t
This test code use PWM to control LED flashing, however, users can use PWM to do other things with the PWM initialization code
DSP编程 This directory contains an example ADSP-BF533 subroutine that demonstrates how to create a loader
This directory contains an example ADSP-BF533 subroutine that demonstrates
how to create a loader file for the BF533 EZ-KIT, initialization code to load a program from SDRAM,
and use the FlashProgrammer utility to download the file to the flash.
数值算法/人工智能 水平集代码
水平集代码及文章(李春明):Level Set Evolution Without Re-initialization: A New Variational Formulation
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...