资源列表

« 1 2 ... .64 .65 .66 .67 .68 21169.70 .71 .72 .73 .74 ... 28523 »

[matlab例程trans

说明:.把十进制整数转换为2至9之间的任一进制数输出。(利用堆栈) 提示:void transform(long num,int r) //把一个长整型数num转换为一个r进制数输出。 转换方法是逐次除基数r取余法。输出时需要反向输出得到的余数,因此需要用到堆栈。-. To convert a decimal integer between 2 to 9 for a hexadecimal number of any output. (Using stack) Tip: void tran
<pamela> 在 2025-11-14 上传 | 大小:1kb | 下载:0

[matlab例程stereomatch

说明:Stereovision: Takes two images showing the same scene from two displaced cameras and matches them, so that deepness can be obtained.
<sire> 在 2025-11-14 上传 | 大小:1kb | 下载:0

[数值算法/人工智能8QUEEN

说明:it solves the 8 queen problem
<lordaragorn> 在 2025-11-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法DS_homework1_1

说明:1 Mergesort, 2. Heapsort, 3. Quicksort.-1 Mergesort, 2. Heapsort, 3. Quicksort.
<hf> 在 2025-11-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算dd

说明:shell sort is a rather curious algorithm, quite different from other fast sorting algorithms. It s actually so different that it even isn t an O(nlogn) algorithm like the others, but instead it s something between O(nlog2n) and O(n1.5) depending on i
<sereen> 在 2025-11-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算heap_sort

说明:heap sort is the other (and by far the most popular) in-place non-recursive sorting algorithm used in this test. Heap sort is not the fastest possible in all (nor in most) cases, but it s the de-facto sorting algorithm when one wants to make sure tha
<sereen> 在 2025-11-14 上传 | 大小:2kb | 下载:0

[数学计算/工程计算insertion

说明:is the other (and by far the most popular) in-place non-recursive sorting algorithm used in this test. Heap sort is not the fastest possible in all (nor in most) cases, but it s the de-facto sorting algorithm when one wants to make sure that the sort
<sereen> 在 2025-11-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算quick

说明:quick sort is the most popular sorting algorithm. Its virtue is that it sorts in-place (even though it s a recursive algorithm) and that it usually is very fast. On reason for its speed is that its inner loop is very short and can be optimized very w
<sereen> 在 2025-11-14 上传 | 大小:1kb | 下载:0

[matlab例程6

说明:设计一个类,用自己的成员函数重载运算符,使对整型的运算符=、+、-、*、/ 适用于分数运算。要求: (1)输出结果是最简分数(可以是带分数); (2)分母为1,只输出分子。 -Design a class, with their overloaded operator member function, so that the operator on the integer =,+,-,*,/ apply to scores of computing. Requirements: (1
<大为> 在 2025-11-14 上传 | 大小:1.32mb | 下载:0

[数值算法/人工智能banda_base_manchester

说明:baseband manchester transmitter
<bruno> 在 2025-11-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Legendre

说明:Legendre polynoms in C.
<ProjetMaster> 在 2025-11-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算gradient-conjugue

说明:La méthode de gradient conjugué en C.
<ProjetMaster> 在 2025-11-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 21169.70 .71 .72 .73 .74 ... 28523 »

源码中国 www.ymcn.org