-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1
-
SCI
最新最全的SCI目录(大类加小类,齐全)(The newest polycysic SCI directory categories and subcategories complete )
- 2010-01-21 20:25:11下载
- 积分:1
-
PointCloud_MatLab
基于MatLab和VC编写程序,实现点云数据的快速建模,三角网格的绘制。(MatLab, and VC-based programming to achieve fast data point cloud modeling, triangular mesh rendering.)
- 2009-10-29 15:03:19下载
- 积分:1
-
interface_matlab&C++
说明: 不是源码,是c++与matlab的接口问题
非常好的文章(not source, and c is the Matlab interface very good article)
- 2006-04-12 22:12:14下载
- 积分:1
-
bbbb
用数组的方式求鞍点。开始时假设a[i][0]最大,将列号0赋给maxj保存,找出第i行中的最大者。。(With an array of ways for saddle point
)
- 2014-12-03 22:25:05下载
- 积分:1
-
shengbomoni
交错网格时间二阶空间十二阶声波方程数值模拟,加PML吸收边界,倾斜地层(Staggered grid space second-order time 12 order acoustic equation numerical simulation of the PML absorbing boundary, tilted strata)
- 2015-01-03 11:03:15下载
- 积分:1
-
3.13
读一组整数到vector对象,计算并输出每对相邻元素的和。如果读入元素个数为奇数,则提示用户最后一个元素没有求和,并输出其值。(Read a set of integers to vector objects, calculate and output, and each pair of adjacent elements. If you read an odd number of elements, the last element of the user is prompted no summation, and output its value.)
- 2015-03-04 15:13:14下载
- 积分:1
-
Matlab.vc
这是一份VC++与MATLAB混合编程的重要资料.详细描述了VC++在与MATLAB混合编程时的接口问题,以及连接问题。(This is a mixed VC++ and MATLAB programming important information. A detailed description of the VC++ mixed programming with MATLAB interface issues, and connectivity problems.)
- 2010-06-02 09:20:30下载
- 积分:1
-
tcharall
跨平台开发时,可以在任意系统使用统一的tchar 函数。(Cross-platform development, you can use a unified tchar function in any system.)
- 2014-08-20 15:18:42下载
- 积分:1
-
ZIGBEE-WIRELESS-METER
An electric meters are used everywhere to calculate the consumption of power. Wireless meter reading technology can save human resources and another feature of this kind of meter is, it improve the accuracy since it works on real time application, enabling management sector to access to data messages within a short period of time and accurately. Due to its wireless communication network, it just not save human and material resources but this property leads to most economical meter in terms of investment. In this paper, power consumed by the consumer is monitored by base stations through wireless network. It aims to reduce the man power for billing since the meter reading is transmitted through ZigBee and at base stations we calculate bill, save records of consumers. The most important part of this project is that we can monitor any fault in meter as well as any tempering which is used to steal the electricity.
- 2014-10-27 16:20:53下载
- 积分:1