-
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
-
insar
二进制(十六进制)文件读取程序并可以转换成十进制格式输出(Binary (hexadecimal) file to read the procedures and can be converted to decimal format output)
- 2009-03-25 19:27:08下载
- 积分:1
-
简单计算器
说明: 一个交互式的计算器。
1. 用顺序表来完成任意同维度向量的计算,包括加法、减法、夹角余弦值等。
2. 使用顺序表、链表来完成任意一元多项式的计算,包括加法、减法、乘法、导数(包括任意阶)等。
4. 四则运算表达式求值。
5. 含单变量的表达式求值。
6. 定义并运行简单函数。
7. 保留函数定义历史,并可以运行历史函数。
8. 函数的调用。
9. 操作数的各种字面常量的处理。
10. 支持矩阵的运算。(An interactive calculator.
1. Complete the calculation of any vector of the same dimension with the sequence table, including addition, subtraction, angle cosine value and so on.
2. Use order list and chain list to complete the calculation of any one-variable polynomial, including addition, subtraction, multiplication, derivative (including any order), etc.
4. Four Operational Expressions.
5. Evaluation of expressions with univariates.
6. Define and run simple functions.
7. Retain function definition history and run history function.
8. Call of function.
9. Processing of literal constants of operands.
10. Supporting matrix operations.)
- 2020-10-21 12:27:24下载
- 积分:1
-
TestCalculatorDemo
这是自己编写的一个简易计算器,用于加减乘除计算,还有百分比和平方。(I have written a simple calculator for arithmetic calculations, as well as percentages and square.)
- 2013-11-16 20:02:17下载
- 积分:1
-
IDE00
能过VB程序,读取硬件信息,包括硬盘、BIOS,等等(Lead a VB program to read hardware information, including hard drives, BIOS, etc.)
- 2010-07-09 17:17:30下载
- 积分:1
-
owstfp25
自己写的matlab程序,用FFT分析3年来双色球彩票走势 不错的(Write the matlab program, using FFT analysis the double chromosphere lottery has good in 3 years)
- 2017-08-14 18:02:04下载
- 积分:1
-
kyngitudinal-debugger
一个使用Delphi控制浏览器的例子,很不错的代码(An example of using Delphi to control a browser, good code)
- 2018-10-28 16:11:47下载
- 积分:1
-
multinomial
进行16进制多项式模运算,可用于多项式运算学习。(16 M-ary polynomial operation mode can be used for computing polynomial learning.)
- 2008-03-24 16:41:56下载
- 积分:1
-
dm_knn
knn method is established
- 2011-02-06 19:48:09下载
- 积分:1
-
SC2TC
简繁体转换的小程序,带源码,很简单,给初学者学习用(Simplified and traditional conversion of small procedures, with source code is very simple to use for beginners to learn)
- 2008-12-25 16:39:51下载
- 积分:1