搜索结果
找到约 249 项符合
given 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (23)
- matlab例程 (21)
- 其他 (21)
- 数值算法/人工智能 (15)
- 书籍 (14)
- 数学计算 (12)
- 其他书籍 (11)
- 人工智能/神经网络 (7)
- 单片机开发 (7)
- 数据结构 (6)
- 驱动编程 (5)
- 编译器/解释器 (5)
- Java编程 (5)
- 通讯编程文档 (5)
- VHDL/FPGA/Verilog (4)
- 技术管理 (4)
- 书籍源码 (4)
- 嵌入式/单片机编程 (4)
- 文章/文档 (4)
- 汇编语言 (4)
- 模拟电子 (3)
- SQL Server (3)
- 电子书籍 (3)
- Java书籍 (3)
- DSP编程 (3)
- 软件设计/软件工程 (3)
- 技术资料 (3)
- 教程资料 (2)
- 可编程逻辑 (2)
- Applet (2)
- 行业发展研究 (2)
- 微处理器开发 (2)
- Linux/Unix编程 (2)
- MySQL数据库 (2)
- JavaScript (2)
- 家庭/个人应用 (2)
- 多国语言处理 (2)
- 其他行业 (2)
- 源码 (2)
- 论文 (2)
- VIP专区 (2)
- PCB相关 (1)
- 电源技术 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- ARM (1)
- FlashMX/Flex源码 (1)
- Windows Mobile (1)
- 系统设计方案 (1)
- 文件格式 (1)
- 压缩解压 (1)
- GPS编程 (1)
- 通讯/手机编程 (1)
- 软件工程 (1)
- 加密解密 (1)
- Jsp/Servlet (1)
- 其他数据库 (1)
- Symbian (1)
- STL (1)
- 技术书籍 (1)
其他书籍 The Fuzzy Clustering and Data Analysis Toolbox is a collection of Matlab functions. Its propose is
The Fuzzy Clustering and Data Analysis Toolbox is a collection of Matlab
functions. Its propose is to divide a given data set into subsets (called
clusters), hard and fuzzy partitioning mean, that these transitions between
the subsets are crisp or gradual.
数学计算 Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descrip
Summary: Newton-Raphson method for all real roots of the polynomial.
MATLAB Release: R11
Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
人工智能/神经网络 k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code may be f
k-meansy算法源代码。This directory contains code implementing the K-means algorithm. Source code
may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS
program accepts input consisting of vectors and calculates the given
number of cluster centers using the K-means algorithm. Output i ...
matlab例程 This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gi
This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q).
In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements.
By Daniel Perez Palomar (last revision: May 10, 2004).
Feel free to distribute this file as it is (without including any ...
数值算法/人工智能 北京大学ACM比赛题 The game of Scrabble is played with tiles. A tile either has a single letter written on
北京大学ACM比赛题
The game of Scrabble is played with tiles. A tile either has a single letter written on it, or it is blank. In the latter case, the tile may be used to represent a letter of your choice. On your turn, you arrange the tiles to form a word. Each tile may be used at most once, but not ...
数值算法/人工智能 北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the
北京大学ACM比赛题目
Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the ma ...
数据结构 /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k
/*
* The internal form of a hash table.
*
* The table is an array indexed by the hash of the key collisions
* are resolved by hanging a linked list of hash entries off each
* element of the array. Although this is a really simple design it
* isn t too bad given that pools have a low allocation ...
其他 Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification
Obtain the CDF plots of PAPR from an OFDM BPSK transmission specified per IEEE 802.11a specification
Per the IEEE 802.11a specifications, we 52 have used subcarriers. Given so, the theoretical maximum expected PAPR is 52 (around 17dB). However, thanks to the scrambler, all the subcarriers in an OFDM ...
汇编语言 Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: give
Matrix Transposition and Multiplication
It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
压缩解压 Image Compression A collection of simple routines for image compression using different techniqu
Image Compression
A collection of simple routines for image compression using different techniques.
图象压缩的不同方法
BTCODE:
Image compression Using Block Truncation Coding.
PYRAMID:
Image compression based on Gaussian Pyramids.
DCTCOMPR:
Image compression based on Discrete Cosine Transform.
...