搜索结果
找到约 67 项符合
compute 的查询结果
按分类筛选
- 全部分类
- matlab例程 (14)
- 其他 (13)
- 其他书籍 (6)
- Java编程 (3)
- 通讯编程文档 (3)
- 技术资料 (2)
- 数学计算 (2)
- 微处理器开发 (2)
- 并行计算 (2)
- 源码 (1)
- 论文 (1)
- C/C++语言编程 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 数据库系统 (1)
- 书籍源码 (1)
- 软件工程 (1)
- 工控技术 (1)
- Modem编程 (1)
- 编译器/解释器 (1)
- Applet (1)
- 多国语言处理 (1)
- 汇编语言 (1)
- 数据结构 (1)
- J2ME (1)
- 交通/航空行业 (1)
- 系统设计方案 (1)
- 软件设计/软件工程 (1)
- GPS编程 (1)
其他书籍 The present paper deals with the problem of calculating mean delays in polling systems with either
The present paper deals with the problem of calculating mean delays in polling systems
with either exhaustive or gated service. We develop a mean value analysis (MVA) to
compute these delay figures. The merits of MVA are in its intrinsic simplicity and its
intuitively appealing derivation. As a cons ...
Applet 该计算机工具是采用编译原理中的算符优先分析算法的语法分析方法来实现对输入的任何复合运算式的解析计算。采用Applet中实现的
该计算机工具是采用编译原理中的算符优先分析算法的语法分析方法来实现对输入的任何复合运算式的解析计算。采用Applet中实现的,只要打开里面的Compute.html就能使用。
其他书籍 Functions are mappings from one Manifold to another. Discrete Functions are functions which can be r
Functions are mappings from one Manifold to another. Discrete Functions are functions which can be represented using a finite number of values. Given the finite extent of computer memory, algorithms which compute a function that satisfies some special properties are computing a discrete function whi ...
matlab例程 Returns weighted percentiles of a sample given the weight vector w % The idea is to give more empha
Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some examples of data as compared to
% others by giving more weight. For example, we could give lower weights to
% the outliers.
% The motivation to write this function is to compute percen ...
其他书籍 Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out ho
Using an easy-to-follow format, this book explains the basics of MATLAB up front. You ll find out how to plot functions, solve algebraic equations, and compute integrals. You ll also learn how to solve differential equations, generate numerical solutions of ODEs, and work with special functions. Pac ...
C/C++语言编程 openstack nova源码分析
OpenStack Compute (Nova)是一套控制器,用于为单个用户或使用群组启动虚拟机实例。它同样能够用于为包含着多个实例的特定项目设置网络。OpenStack Compute在公共云处理方面堪与Amazon EC2相提并论;而在私有云方面也毫不逊色于VMware的产品。在公共云中,这套管理机制将提供预制的镜像或是为用户创建的镜像提供存储机制, ...
其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of
A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
其他 Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this mo
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution
%
...
Java编程 SourceModeling 这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来
SourceModeling
这个java程序可以统计出给出的txt文本中所有的英文字母和使用的字符出现的字数并显示出来,使用ASCII码读取。(之后可以使用这个代码进行Huffman编码的基础)
2.2 DecOfInd.txt 为被统计的文档。SM.java为统计的java程序。
SM.class是SM.java生成的类文件。
compute.txt是输出结果到屏幕后的信息text复制。 ...
其他 Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files
Introduction
Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articl ...