-
用MATLAB做的插值与拟合的程序及课件PPT。适合初学者。
用MATLAB做的插值与拟合的程序及课件PPT。适合初学者。-MATLAB do interpolation and fitting procedures and courseware PPT. For beginners.
- 2023-06-24 11:00:03下载
- 积分:1
-
介绍xinp
introduce of xinp
- 2022-01-31 22:27:34下载
- 积分:1
-
形成椭圆参数,然后通过离散量求取验证椭圆参数。
形成椭圆参数,然后通过离散量求取验证椭圆参数。-The formation of elliptical parameters, and then seek to verify through discrete elliptic parameters.
- 2022-05-14 13:30:49下载
- 积分:1
-
是一种主动探测工具pathChirp估计的可用带宽
pathChirp is an active probing tool for estimating the available bandwidth on a communication network path. Based on the concept of "self-induced congestion," pathChirp features an exponential flight pattern of probes we call a chirp. Packet chirps offer several significant advantages over current probing schemes based on packet pairs or packet trains. By rapidly increasing the probing rate within each chirp, pathChirp obtains a rich set of information from which to dynamically estimate the available bandwidth.
- 2022-01-25 22:17:59下载
- 积分:1
-
Huawei various communications infrastructure database engineers and answer diffi...
华为各类工程师通信基础题库以及答案,很难的哦-Huawei various communications infrastructure database engineers and answer difficult oh
- 2022-03-01 18:01:06下载
- 积分:1
-
empirical mode decomposition algorithm inventor Frenchman frandlin
经验模式分解法算法
发明人法国人frandlin-empirical mode decomposition algorithm inventor Frenchman frandlin
- 2023-08-17 20:50:02下载
- 积分:1
-
本段程序源码提供基本的数据库查询,修改,删除,插入等基本的操作...
本段程序源码提供基本的数据库查询,修改,删除,插入等基本的操作-Procedures of this paragraph to provide the basic source of the database query, modify, delete, insert, such as the basic operation of
- 2023-08-21 01:45:03下载
- 积分:1
-
自营店增加查看缴款记录功能,可以查看门店缴款。
记录数据,门店只能查看自己的缴款记录。
使用同价调拨和变价调拨可以产生相应的GSP报表,...
自营店增加查看缴款记录功能,可以查看门店缴款。
记录数据,门店只能查看自己的缴款记录。
使用同价调拨和变价调拨可以产生相应的GSP报表,即做完同价调拨和变价调拨,可以到对应报表中调用同价调拨单和同价调拨单生成GSP报表。
增加“盘点数量为零商品显示”功能,并增加对盘点时有改动商品的颜色标注,便于对有盘点改动商品的进行跟踪,并且可以在盘点过程中添加电脑中没有的库存商品(自动盘营盘亏中)。
库存盘点时增加“产地”、“备注”和“生产厂家”字段(自动盘盈盘亏)。-payment record increase View function can check stores contributions. Records data, stores can only check their payment record. Using the same price allocation and price changes can have a corresponding allocation of the GSP statements, the same price that is done allocation and price variable allocation, statements corresponding to the call to allocate the same price and with the price of single-generation GPS allocation statements. Increase the "zero inventory quantity of goods shows that the" function, and increase the inventory of goods has changed the color tagging, facilitate inventory changes to a commodity tracking, and inventory in the process of adding a computer without the stock (automatic disk business inventory
- 2022-09-26 12:40:03下载
- 积分:1
-
3:00 interpolation is not equidistant between the three different distances
三点不等距插值就是三点之间的距离不同-3:00 interpolation is not equidistant between the three different distances
- 2022-04-19 09:27:20下载
- 积分:1
-
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的...
数根
数也有根吗?有!数根就是把一个数的各个数位上的值相加,直到得到一个一位数为止。请你编写一个程序来计算任意数N(0≤N≤1000000000000)的根。
输入:
输入有多个案例。每一个案例为一行,每行只有一个整数N。当输入的N是-1时,输入结束。
输出:
每一个案例输出一行。每行只有一个数字,就是N对应的数根。
Sample input
39
-1
Sample output
3-Number of root number also has roots do? There is! The number of roots is to a number of different values on the digital sum until they have been a number of up to one. Please write a program to calculate an arbitrary number N (0 ≤ N ≤ 1000000000000) roots. Input: Enter a number of cases. Each case for the line, each line is only an integer N. When the input of N is-1, the input end. Output: the output line of each case. There is only one number per line, that is, N corresponds to the number of roots. Sample input 39-1 Sample output 3
- 2023-09-05 21:25:03下载
- 积分:1