资源列表

« 1 2 ... .20 .21 .22 .23 .24 2125.26 .27 .28 .29 .30 ... 3400 »

[数学计算/工程计算lab3

说明:常见排序算法的实现与性能比较 问题描述:实现合并排序,插入排序,希尔排序,快速排序, 冒泡排序,桶排序算法 实验要求: (1) N=10时,排序结果。 (2) N=1000,10000,100000时, 每个排序用不同的样本多试验几次(最低5次)得出 平均时间,比较不同排序算法所用的平均时间。 -Common sorting algorithm implementation and perfor
<zero> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数学计算/工程计算lab4

说明:最长递增子序列 问题描述: 随机生成小于等于n的自然数的一个序列, 输出其最长递增子序列(任意一个即可)。 n 分别取 1000,3000,10000。 例: n=5 随机序列为 5 1 4 2 3,正确输出为1 2 3, 即长度为3的递增子序列。 提示:参考LCS,思考能否达到时间复杂度(O(nlogn)) -Longest increasing subsequence problem d
<zero> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数学计算/工程计算random

说明:随机算法,包括随机化快速排序,随机化取样,素数测试等-Randomized algorithms, including randomized quick sort, randomized sampling, testing prime test
<姜枫> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数学计算/工程计算Newton-Raphson-Algorithm

说明:常用牛顿拉夫逊潮流计算程序是用matlab编写的,本程序是用C语言编写,含有中文详细说明和源代码,可以直接粘贴使用。-Common Newton Raphson power flow calculation program is prepared using matlab, this program is written in C language, containing Chinese detailed descr iption an
<胡健> 在 2024-11-02 上传 | 大小:206848 | 下载:0

[数学计算/工程计算Stl

说明:关于stl的两个小程序,分别是计算一组数的中值和存入数字-2 cpps about stl, one of which is used to calculate the mean value of numbers and the other one is used to store numbers into a vector.
<柏良> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数学计算/工程计算lbm-simulation

说明:x方向节点为128,y方向节点为256的顶盖驱动流的lbmC++程序源代码-x direction of the node 128, y direction node lbmC++ source code 256 is lid-driven flow
<林涛> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数学计算/工程计算FFT

说明:fft--快速傅里叶变换 用verilog硬件语言编写-fft- fast Fourier transform verilog hardware language
<kiki> 在 2024-11-02 上传 | 大小:1334272 | 下载:0

[数学计算/工程计算contrast_strechng

说明:This used for contrast streching in an image to improve the image quality.-This is used for contrast streching in an image to improve the image quality.
<imtiyaaz > 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数学计算/工程计算Cours_Algo_Graphes

说明:this document describes all graph algorithms in the graph theory full of all information
<nassouma> 在 2024-11-02 上传 | 大小:276480 | 下载:0

[数学计算/工程计算GA

说明:遗传算法求解函数的极值,使用“轮盘赌”选择法-Genetic algorithm for solving the extreme value of function
<刘彬> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数学计算/工程计算123

说明:基于孙根年教授的本地趋势线,对回归分析的非线性拟合-Based on the local trend line, the regression analysis of nonlinear fitting
<胡凯逢> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数学计算/工程计算compare-two-strings-without-using-strcmp()-functi

说明:compare two strings without using strcmp() function
<Pralay Saha> 在 2024-11-02 上传 | 大小:1024 | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 2125.26 .27 .28 .29 .30 ... 3400 »

源码中国 www.ymcn.org