搜索结果
找到约 13 项符合
Skip 的查询结果
按分类筛选
技术资料 基于Skip Graph的P2P覆盖网信任证链发现
提出一种基于Skip图 P2P覆盖网模型的分布式信任证存储和发现机制。为保证索引和发现效率,采用1TRT语言作为信任证描述语言,其语义属性作为Skip图中的索引关键字,构造了基于关键字前缀相似和支持范
数据结构 skip-list 一种数据结构 一种图的表示方法
skip-list
一种数据结构
一种图的表示方法
数学计算 面向对象的卡尔曼滤波器源码
面向对象的卡尔曼滤波器源码,Skip Carter编写
软件工程 C Algorithms for Real-Time DSP Chapters 1 and 2 cover the basic principles of digital signal proces
C Algorithms for Real-Time DSP
Chapters 1 and 2 cover the basic principles of digital signal processing and C programming. Readers familiar with these topics may wish to skip one or both chapters.
VHDL/FPGA/Verilog 介绍了carry_chain_adder
介绍了carry_chain_adder,carry_skip_adder,ipple_carry_adder三种常用的加法器,采用verilogHDL语言,利用modelsim软件仿真验证,压缩包中包含有流程图
技术资料 STR-W6700 X6700系列应用手册
本产品为内藏功率MOSFET 和控制器,以准共振方式工作的厚膜集成电路。通常工作以准共振或Bottom-Skip准共振动作,实现了开关电源的高效率,低噪声等优良性能。待机时以间隙振荡方式工作以降低待机
人工智能/神经网络 This function calculates Akaike s final prediction error % estimate of the average generalization e
This function calculates Akaike s final prediction error
% estimate of the average generalization error for network
% models generated by NNARX, NNOE, NNARMAX1+2, or their recursive
% counterparts.
%
% [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat)
% produces the fin ...
Java编程 Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concep
Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overview of Java to support the discussion of the Java Virtual Machi ...
数据结构 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert
排序算法、字典和B-树的C++语言实现
代码内容 包括以下算法:
qui.c sort: quicksort
qsort.c sort: qsort
ins.c sort: insert sort
shl.c sort: shell sort
has.c dictionary: hash tables
bin.c dictionary: binary tree
rbt.c dictionary: red-black trees
skl.c dictionary: skip lists
ext.c external sort
b ...