资源列表

« 1 2 ... .25 .26 .27 .28 .29 14430.31 .32 .33 .34 .35 ... 28523 »

[数据结构常用算法duishizi

说明:算法设计与分析 堆石子问题 #include<stdio.h> #include<algorithm> int a[100][100],b[100][100],c[100] int max0(int a,int b) { if(a>b) return a else return b } int min0(int a,int b) { if(a<b) return
<李玲> 在 2025-09-19 上传 | 大小:3kb | 下载:0

[数据结构常用算法binary-tree

说明:二叉树,编写程序任意输入二叉树的结点个数和结点值,构造一棵二叉树,采用三种递归遍历算法(前序、中序、后序)对这棵二叉树进行遍历并计算出二叉树的高度。-binary tree
<ww> 在 2025-09-19 上传 | 大小:204kb | 下载:0

[matlab例程SuiteTooth

说明:ZigBee network wireless sensor networks This document describes software examples for the CC2430 System-on-Chip solution for IEEE 802.15.4/ZigBee. It also describes the necessary hardware and software to run the examples, and how to get started
<Eng> 在 2025-09-19 上传 | 大小:1.79mb | 下载:0

[数值算法/人工智能gaborAnnulusKernel

说明:November 24,2004 - Modified version,faster and better performance November 18,2005 - Modified by Peter Bone, University of Sussex, England, peterbone@hotmail.com Much faster and better performance. Circles drawn properly (without gaps) usi
<mohsen> 在 2025-09-19 上传 | 大小:1kb | 下载:0

[数值算法/人工智能Lesson2

说明:November 24,2004 - Modified version,faster and better performance November 18,2005 - Modified by Peter Bone, University of Sussex, England, peterbone@hotmail.com Much faster and better performance. Circles drawn properly (without gaps) us
<mohsen> 在 2025-09-19 上传 | 大小:5kb | 下载:0

[数值算法/人工智能dgesvd_502502307

说明:SVD (奇异值分解) fortran下的奇异值分解代码,可以完成矩阵的奇异值分解以及基于奇异值分解的图片压缩-Singular Value Decomposition
<zs> 在 2025-09-19 上传 | 大小:9kb | 下载:0

[数学计算/工程计算transient-conduction

说明:非定常导热,附件包含3个源代码。分别对应着FTCE、BTCS和紧致格式的程序代码-unsteady conduction
<zs> 在 2025-09-19 上传 | 大小:2kb | 下载:0

[数学计算/工程计算HOMEWORK_3

说明:定常热传导方程求解,采用时间法。编程语言fortran,主要是实现求解椭圆型方程的功能。-steady conduction
<zs> 在 2025-09-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算zhuiganfa

说明:数值分析中的求解方程组中的追赶法,包括追、赶的过程。-Numerical analysis to solve equations in the pursuit method, including the chase, drive the process
<陈禧> 在 2025-09-19 上传 | 大小:1kb | 下载:0

[matlab例程local-wave-MATLAB

说明:为进一步细化频谱,提取有效的时频特征值,将信号进行局域波分解,本程序为主要程序-For further specified spectrum, extracting effective time-frequency characteristic value, signal will be decomposed with local wavelet.
<阿兰> 在 2025-09-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法zheban

说明:折半查找法,二叉树为基础,代码结构严谨精炼-Binary search method, binary tree as the foundation, the code structured refining
<prove> 在 2025-09-19 上传 | 大小:215kb | 下载:0

[matlab例程digital-modulation

说明:文件用于数字通信信号的调制方式识别,包含调制信号的产生,模拟通信信道,以及特征量的计算(共5个特征量,分两个程序计算),最后是信号调制方式的识别。-Files for digital modulation recognition of communication signals, including modulation signal generation, Simulation communication channel, and the calculation of features(a t
<lushanshan> 在 2025-09-19 上传 | 大小:4kb | 下载:0
« 1 2 ... .25 .26 .27 .28 .29 14430.31 .32 .33 .34 .35 ... 28523 »

源码中国 www.ymcn.org