搜索结果
找到约 80 项符合
SUM 的查询结果
按分类筛选
- 全部分类
- 其他 (9)
- matlab例程 (7)
- Java编程 (6)
- 数值算法/人工智能 (6)
- 汇编语言 (5)
- 源码 (5)
- 微处理器开发 (3)
- 通讯/手机编程 (3)
- 人工智能/神经网络 (3)
- Linux/Unix编程 (3)
- 单片机编程 (2)
- 数据结构 (2)
- 软件设计/软件工程 (2)
- VHDL/FPGA/Verilog (2)
- 编译器/解释器 (2)
- 数学计算 (2)
- Java书籍 (2)
- 书籍 (2)
- 电子书籍 (1)
- Delphi控件源码 (1)
- 串口编程 (1)
- 单片机开发 (1)
- 书籍源码 (1)
- 企业管理 (1)
- STL (1)
- SQL Server (1)
- 压缩解压 (1)
- 其他行业 (1)
- 通讯编程文档 (1)
- 技术书籍 (1)
- 其他 (1)
- 技术资料 (1)
数据结构 merge sort give a set S of n integers and another integer x, determine whether or not there exits tw
merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.
软件设计/软件工程 附录MATLAB 图像处理命令 1.applylut 功能: 在二进制图像中利用lookup 表进行边沿操作。 语法: A = applylut(BW,lut) 举例 lut = mak
附录MATLAB 图像处理命令
1.applylut
功能:
在二进制图像中利用lookup 表进行边沿操作。
语法:
A = applylut(BW,lut)
举例
lut = makelut( sum(x(:)) == 4 ,2)
BW1 = imread( text.tif )
BW2 = applylut(BW1,lut)
imshow(BW1)
figure, imshow(BW2)
相关命令:
makelut
2.bestblk
功
举例 ...
数值算法/人工智能 Distribution generator Here is a simple generator which can build some distributions with given pro
Distribution generator
Here is a simple generator which can build some distributions with given properties.
Distributions generator (compile with -lm)
Typical use might be:
./distributions -u -m 1 -M 10 -n 100 -s 500
Generates a distribution of 100 uniform random numbers between 1 and 10, such that ...
其他 Implement the step 2 of two-level logic minimization. Our goal is to find the minimum (exact minim
Implement the step 2 of two-level logic minimization. Our goal is to find the minimum (exact
minimum) sum-of-products expression for a given function.
Java编程 We have a group of N items (represented by integers from 1 to N), and we know that there is some tot
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparis ...
Java书籍 To date tests are still the best solution mankind has found to deliver working software. This book
To date tests are still the best solution mankind has found to deliver working software.
This book is the sum of four years of research and practice in the testing
field. The practice comes from my IT consulting background, first at Octo Technology
and then at Pivolis the research comes from my invo ...
软件设计/软件工程 本文档提供JSR120无线消息API规范的说明
本文档提供JSR120无线消息API规范的说明,也描述Sum的RI的API.
matlab例程 Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute: pi = (mu*ai - bi
Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute:
pi = (mu*ai - bi)^+
sum(pi) = Pt
By Daniel Perez Palomar (last revision: May 10, 2004).
数值算法/人工智能 北京大学ACM比赛题目 In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard
北京大学ACM比赛题目
In 1742, Christian Goldbach, a German amateur mathematician, sent a letter to Leonhard Euler in which he made the following conjecture:
Every even number greater than 4 can be
written as the sum of two odd prime numbers.
For example:
8 = 3 + 5. Both 3 and 5 are odd prime n ...
汇编语言 设计一个程序完成求1-100的累加和
设计一个程序完成求1-100的累加和,结果送到SUM单元中