搜索结果
找到约 118 项符合
sequence 的查询结果
按分类筛选
- 全部分类
- matlab例程 (22)
- 其他 (11)
- 数学计算 (11)
- 技术资料 (7)
- 通讯/手机编程 (6)
- 单片机开发 (4)
- 通讯编程文档 (4)
- 单片机编程 (3)
- VHDL/FPGA/Verilog (3)
- 数值算法/人工智能 (3)
- 电子书籍 (2)
- 加密解密 (2)
- VC书籍 (2)
- *行业应用 (2)
- 行业发展研究 (2)
- 文件格式 (2)
- Linux/Unix编程 (2)
- RFID编程 (2)
- 系统设计方案 (2)
- 网络 (2)
- 其他书籍 (2)
- 微处理器开发 (2)
- VIP专区 (2)
- 学术论文 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 游戏 (1)
- Java书籍 (1)
- 软件设计/软件工程 (1)
- 其他行业 (1)
- 并行计算 (1)
- 书籍源码 (1)
- Delphi控件源码 (1)
- 嵌入式/单片机编程 (1)
- Ajax (1)
- 压缩解压 (1)
- Java编程 (1)
- 接口技术 (1)
- 源码 (1)
- 书籍 (1)
数值算法/人工智能 ACM试题Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5,
ACM试题Problem K:Ones
Description
Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n?
VC书籍 This section contains a brief introduction to the C language. It is intended as a tutorial on the la
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) ...
单片机开发 /* Check_SST_39VF400A Check manufacturer and device ID /* CFI_Query CFI Query Entry/Exit command se
/* Check_SST_39VF400A Check manufacturer and device ID
/* CFI_Query CFI Query Entry/Exit command sequence
/* Erase_One_Sector Erase a sector of 2048 words
/* Erase_One_Block Erase a block of 32K words
/* Erase_Entire_Chip Erase the contents of the entire chip
/* Program_One_Word Alter data in one wo ...
行业发展研究 Each arc of a binary-state network has good/bad states. The system reliability, the probability tha
Each arc of a binary-state network has good/bad states. The system reliability, the probability
that source s communicates with sink t, can be computed in terms of minimal paths (MPs). An
MP is an ordered sequence of arcs from s to t that has no cycle. Note that a minimal path is
different from the ...
其他 SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech taggi
SVMhmm: Learns a hidden Markov model from examples. Training examples (e.g. for part-of-speech tagging) specify the sequence of words along with the correct assignment of tags (i.e. states). The goal is to predict the tag sequences for new sentences.
文件格式 We propose a novel approach for head tracking, which combines particle filters with Isomap. The part
We propose a novel approach for head tracking, which combines particle filters with Isomap. The particle filter works on the low-dimensional embedding of training images. It indexes into the Isomap with its state variables to find the closest template for each particle. The most weighted particle ap ...
数学计算 Sherwood算法消除最坏实例
Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果
文件:
rd_list.c --> create a random sequence of n integers not equal to each other
list.c --> create a descending sequence of n integers not equal to each other
sherwood.c --> 就是该算法,静态链表的长度默认设为1000,可在宏定义处修改
...
单片机开发 FSK信号鉴频的程序.This program implements the function of finding out the largest and the second largest va
FSK信号鉴频的程序.This program implements the function of finding out the largest and the second largest values of the sequence of "in_buffer[10]"
并行计算 How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-e ...
matlab例程 Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch
Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood s ...