搜索结果
找到约 135 项符合
calculate 的查询结果
按分类筛选
- 全部分类
- matlab例程 (30)
- Java编程 (13)
- 数学计算 (12)
- VHDL/FPGA/Verilog (8)
- 其他 (7)
- 通讯/手机编程 (4)
- 数据结构 (4)
- 数值算法/人工智能 (3)
- 单片机开发 (3)
- 3G开发 (3)
- 单片机编程 (2)
- 压缩解压 (2)
- CA认证 (2)
- GPS编程 (2)
- 其他书籍 (2)
- 磁盘编程 (2)
- Delphi控件源码 (2)
- 金融证券系统 (2)
- 人工智能/神经网络 (2)
- 加密解密 (2)
- Linux/uClinux/Unix编程 (2)
- 书籍 (2)
- 多媒体处理 (1)
- 模拟电子 (1)
- 电源技术 (1)
- 通信网络 (1)
- 开发工具 (1)
- 实用工具 (1)
- SCSI/ASPI (1)
- 邮电通讯系统 (1)
- 其他行业 (1)
- *行业应用 (1)
- 书籍源码 (1)
- VC书籍 (1)
- Applet (1)
- 通讯编程文档 (1)
- 微处理器开发 (1)
- 家庭/个人应用 (1)
- 行业发展研究 (1)
- 技术管理 (1)
- JavaScript (1)
- DSP编程 (1)
- 并行计算 (1)
- Internet/网络编程 (1)
- 源码 (1)
- 技术资料 (1)
VHDL/FPGA/Verilog Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c
Verilog HDL: Magnitude
For a vector (a,b), the magnitude representation is the following:
A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine ...
Java编程 http://w3eval.calcsharp.net/ W3Eval is Java applet that evaluates mathematical expressions. It uses
http://w3eval.calcsharp.net/
W3Eval is Java applet that evaluates mathematical expressions. It uses different approach from conventional calculator, which is more natural to the way people calculate.
matlab例程 This program compress and recostruct using wavelets. We can select level of decomposition(here maxim
This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet.
For eg:-wavelets can be haar, db1, db2,dmey...............
Decomposition can be viewed in figure.
(Please note that select 256X256 image for be ...
Java编程 this a program to show your current credits for add or drop subjects. During university, students ne
this a program to show your current credits for add or drop subjects. During university, students need to register what subjects they want to study in a semester. this program show and help to calculate the credits.
单片机开发 // // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image p
//
// Histogram Sample
// This sample shows how to use the Sample Grabber filter for video image processing.
// Conceptual background:
// A histogram is just a frequency count of every pixel value in the image.
// There are various well-known mathematical operations that you can perform on an image ...
数值算法/人工智能 杭电 ACM 1002 I have a very simple problem for you. Given two integers A and B, your job is to calcul
杭电 ACM 1002
I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B.
VC书籍 Design and test a category called Rectangle rectangular, rectangular attribute to the lower left cor
Design and test a category called Rectangle rectangular, rectangular attribute to the lower left corner of the upper-right corner and the coordinates of two points, to calculate the size of rectangular
Applet a Java program that reads in the following values from the standard input device (i.e. Keyboard) an
a Java program that reads in the following values from the standard input device (i.e.
Keyboard) and writes its result on the standard output device (i.e. Console/Monitor):
Inputs:
A: the loan amount in dollars and cents (e.g. 150000.00).
r: the net annual interest rate, expressed as an integer (e.g ...
数学计算 SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems
SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perform an LU decomposition with partial pivoting and ...