-
EXT2[1].0
EXT2[1].0中文教程,实例非常实用(EXT2 [1] .0 English tutorials, examples of very useful)
- 2010-02-25 15:00:10下载
- 积分:1
-
R
说明: R语言舍选法、极坐标法、Box-Muller变换产生正态随机变量(R Language Rounding Method, Polar Coordinate Method and Box-Muller Transform to Generate Normal Random Variables)
- 2021-04-22 21:58:48下载
- 积分:1
-
很好用的串口调试的工具,可以支持多种校验码
很好用的串口调试的工具,可以支持多种校验码-a good debug tool for COM
- 2022-03-08 09:05:52下载
- 积分:1
-
closest_pair
分治法思想,求最邻近点对,考虑将所给的n个点的集合S分成2个子集S1和S2,每个子集中约有n/2个点,然后在每个子集中递归地求其最接近的点对(Divide and conquer ideas, find the nearest point to consider given the set S of n points into two subsets S1 and S2, each subset of about n/2 points, and then recursively find its focus in each sub-the closest point)
- 2013-12-07 16:46:26下载
- 积分:1
-
Desktop
n=eval(input())
def x(n):
if n<=3 and n>=0:
return n
else:
return x(n-1)+x(n-2)+x(n-3)
print(x(n))
- 2018-10-23 11:07:30下载
- 积分:1
-
series id
直线滑动平均模拟法,eviews软件程序(Linear sliding average simulation method)
- 2021-02-14 01:09:49下载
- 积分:1
-
MSK
分段马斯京根流量验算程序,fortran95编写。(segmental MSK Calculation procedure)
- 2018-05-29 08:15:14下载
- 积分:1
-
WebKit.NET-0.5-bin-cairo
Web开发 控件 C# google浏览器内核,Winform开发必备(Web development control C# Google browser kernel, Winform development necessary)
- 2018-06-04 10:50:36下载
- 积分:1
-
+-
说明: 计算机组成原理课程设计 加减法程序设计及实现 多图 详细(Principles of curriculum design computer components add and subtract multi-program design and implementation of detailed plans)
- 2008-01-21 14:09:56下载
- 积分:1
-
Delphi枚举窗口及路径的源码例子
Delphi枚举窗口及路径的源码例子,在Delphi7下编译后,运行本程序,点击“刷新”按钮,即可枚举出当前打开的所有程序窗口,同时也可显示出各个窗口的路径,这是一个比较基础和经典的枚举例子,由此可扩展成更为复杂的枚举程序。
- 2022-06-01 21:54:15下载
- 积分:1