Structure

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

The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value

The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream o

I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,s

I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,since PB does not * // support "Address of Function" , so we can not set new * // WndProc, jus

KML is an XML grammar used to encode and transport representations of geographic data for display in

KML is an XML grammar used to encode and transport representations of geographic data for display in an earth browser. Put simply: KML encodes what to show in an earth browser, and how to show it. KML

This the implementation of structural SVM for training complex alignment models for protein sequence

This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many rele

Zigbee document about system structure

Zigbee document about system structure

structure de arbre il y a des fonction des afficher et caluler

structure de arbre il y a des fonction des afficher et caluler

This I develops based on the B/S structure student managementsystem management system, hoped brings

This I develops based on the B/S structure student managementsystem management system, hoped brings a help to the novice

The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.

The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RM

There are some 79 or so Matlab files here which will help in many aspects of the computer vision str

There are some 79 or so Matlab files here which will help in many aspects of the computer vision structure from motion problem, a full description is provided in the manual, torrsam.ps.

GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications

GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, o

I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a s

I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say

浙江大学计算机学院数据结构课程的教学课件

浙江大学计算机学院数据结构课程的教学课件,就是经典教材《Fundamentals of Data Structure in C》的课件。

It may analyze the window structure, the advancement and the window news, has the very greatly auxil

It may analyze the window structure, the advancement and the window news, has the very greatly auxiliary function to the development work. When we need to study some object, so long as assigns out its

This is a simple demo of Link List. You can Add/Del/Find a structure From/To a Link List

This is a simple demo of Link List. You can Add/Del/Find a structure From/To a Link List

Accurate estimates of the autocorrelation or power spectrum can be obtained with a parametric model

Accurate estimates of the autocorrelation or power spectrum can be obtained with a parametric model (AR, MA or ARMA). With automatic inference, not only the model parameters but also the model structu

DATA STRUCTURE LABS

DATA STRUCTURE LABS

This is GPS Acquisition..by Matlab, this file performs cold start acquisition on the collected "data

This is GPS Acquisition..by Matlab, this file performs cold start acquisition on the collected "data". It searches for GPS signals of all satellites, which are listed in field "acqSatelliteList" i

data structure in c ebook

data structure in c ebook

基于8086 CPU 的单芯片计算机系统的设计

<P>本文依据集成电路设计方法学,探讨了一种基于标准Intel 8086 微处理器的单芯片<BR>计算机平台的架构。研究了其与SDRAM,8255 并行接口等外围IP 的集成,并在对AMBA<BR>协议和8086 CPU分析的基础上,采用遵从AMBA传输协议的系统总线代替传统的8086 CPU三总线结构,搭建了基于8086 IP 软核的单芯片计算机系统,并实现了FPGA 功能演示。<BR>关键词:

我們的注意焦點要轉到搜尋樹(search tree)了

我們的注意焦點要轉到搜尋樹(search tree)了,要深度討論兩種標準的樹結構(tree structure),就是本章所要說明的二元搜尋樹(binary search tree)以及下一章所要討論的 AVL 平衡樹(AVL tree)。這兩種樹其資料都依序排列的,它們之間的差別只在於 AVL 是一種平衡樹,而二元搜尋樹卻不是。