-
a simple management process
一个简单的管理程序-a simple management process
- 2022-03-05 16:03:40下载
- 积分:1
-
平均或标准差,通常计算了信号的分析,整体的一部分。但是,有时我们想知道这个数量在不断变化的数据流。 MEANSTDF计算预期的平均值和标准偏差值使用定义为每一个...
平均或标准差,通常计算了信号的分析,整体的一部分。但是,有时我们想知道这个数量在不断变化的数据流。 MEANSTDF计算预期的平均值和标准偏差值使用定义为每一个用户的数据的位置窗口。输出可能是有用的,而非线性趋势化和平稳性分析。-Mean or standard deviation are usually computed for whole part of the analysed signal. However, sometimes we would like to know how this quantities are changing in the data flow. MEANSTDF compute the expected mean and standard deviation values using user defined window for every data position. The output can be useful while nonlinear detrending or stationarity analysis.
- 2022-11-12 01:45:04下载
- 积分:1
-
This is a simple software which convert mono bitmap image to a gerber file forma...
This a simple software which convert mono bitmap image to a gerber file format. Useful to copy images to PCB artwork in design stage itself.-This is a simple software which convert mono bitmap image to a gerber file format. Useful to copy images to PCB artwork in design stage itself.
- 2022-03-13 14:56:16下载
- 积分:1
-
Java异常处理的方法和几个例子源码
Java异常处理的方法和几个例子源码,帮助你理解异常类型、声明异常、抛出和捕获异常、从异常获取信息、创建自定义异常等。
- 2022-03-02 17:09:47下载
- 积分:1
-
用于研究机器人的并联机器人的有用的朋友
并联机器人源程序,对于研究机器人的朋友很有用-parallel robot source for research robots useful friends
- 2023-04-21 15:15:02下载
- 积分:1
-
俄罗斯方块源程序
玩过俄罗斯方块的,都知道
俄罗斯方块源程序
玩过俄罗斯方块的,都知道-Russian box source played the Russian box, we would have known
- 2022-04-10 10:48:24下载
- 积分:1
-
VB仿360漂亮的界面菜单
VB仿360安全卫士漂亮的界面菜单,本实例只是借助美化的技术来模仿360菜单,人家360做出那种菜单可不是这样子哦~只是模仿啦 !PS: 为了让窗体弹出的位置与鼠标,保持一定的距离,距离差控制在了5 * Screen.TwipsPerPixelX左右。退出窗体时,两个窗体都退出,不添加该句可能会引起Menu窗体没退,另一个特点值得学习:判断鼠标位置是否太靠近屏幕右边,是则从左边弹出窗体,否则从右边弹出窗体。
- 2022-03-22 07:27:00下载
- 积分:1
-
GIS+VB开发. GIS+VB开发.
GIS+VB开发. GIS+VB开发.-GIS+ VB development. GIS+ VB development.
- 2022-03-13 08:37:09下载
- 积分:1
-
猜字游戏,每次提示大小,猜的次数很少的赢得游戏。
猜字游戏,每次提示大小,猜的次数很少的赢得游戏。-Guess the word game, each time prompted the size of the small number of guess to win the game.
- 2022-04-22 08:28:34下载
- 积分:1
-
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。...
编写一个Java程序,用于输出Fibonacci数列的前20项。
提示:Fibonacci数列定义为:第一、二项的值为1,从第三项开始依次为前两项的和。 Fibonacci[0]=Fibonacci[1]=1 Fibonacci[i]=Fibonacci[i-2]+Fibonacci[i-1] (i>=2) -Write a Java program for Fibonacci series, the first output 20. Tip: Fibonacci sequence is defined as: first, two of the value of 1, starting from the third and was followed by the first two. Fibonacci [0] = Fibonacci [1] = 1 Fibonacci [i] = Fibonacci [i-2]+ Fibonacci [i-1] (i> = 2)
- 2023-03-11 04:55:03下载
- 积分:1