资源列表

« 1 2 ... .11 .12 .13 .14 .15 4216.17 .18 .19 .20 .21 ... 28522 »

[数学计算/工程计算Trapz

说明:梯形算法,用于数值分析中的代码,提供给各位参考。-Trapezoidal algorithm for the numerical analysis of the code, provided to you reference.
<卫立波> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[matlab例程N-R

说明:将用matlab编译的N-R法用于潮流计算是以导纳矩阵为基础的,由于利用了导纳矩阵的对称性、稀疏性及节点编号顺序优化等技巧,使N-R法在收敛性、占用内存、计算速度方面的优点都超过了阻抗法,成为六十年代末期以后普遍采用的方法。-Matlab compiler will use the N-R method for power flow calculation is based on admittance matrix-based, due to the use of the admittance
<郝立颖> 在 2025-07-24 上传 | 大小:5kb | 下载:0

[STLSTL

说明:c++的标准模板STL操作,对初学者很有用,帮助更快入们-c++ standard template STL operation, useful for beginners to help more quickly into their
<王坚> 在 2025-07-24 上传 | 大小:4.61mb | 下载:0

[matlab例程PQ

说明:PQ分解法在计算潮流速度上大大超过N-R法,不但能应用于离线潮流计算,而且也能应用于在线潮流计算。-PQ decomposition method in the calculation of the trend of speed much higher than the N-R method, not only applies to off-line power flow calculation, but also can be used in-line power flow calculati
<郝立颖> 在 2025-07-24 上传 | 大小:5kb | 下载:0

[matlab例程prony

说明:可以用来识别包装系统的总体参数以及原响应函数的初始相位和振幅-Packaging systems can be used to identify the general parameters as well as the original response function of the initial phase and amplitude
<李明> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[matlab例程kruskal

说明:用matlab语言编写的最小生成树kruskal算法的通用源程序 。-Using matlab language Kruskal minimum spanning tree algorithm for general-purpose source.
<郝立颖> 在 2025-07-24 上传 | 大小:3kb | 下载:0

[matlab例程prim

说明:用matlab语言编写的最小生成树的prim算法的通用源程序。-Using matlab language prim
<郝立颖> 在 2025-07-24 上传 | 大小:5kb | 下载:0

[数据结构常用算法DC

说明:基于图形的二叉树工作演示程序,包括创建、查找、插入、删除操作。-The binary tree-based graphical presentation of work procedures, including creation, search, insert, delete operation.
<PLUM> 在 2025-07-24 上传 | 大小:234kb | 下载:0

[数学计算/工程计算AppleTree

说明:acm题目 pku题目APPLE TR-acm topic subject PKU APPLE TR
<gsdf > 在 2025-07-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法qSort

说明:快速排序算法是基于分治策略的另一个排序算法。其基本思想是,对于输入的字数组a[p:r],按以下3个步骤进行排序: (1)分解:以a[p]为基准元素将a[p:r]划分成3段a[p:q-1],a[q]和a[q+1:r],使得a[p:q-1]中任何元素小于等于a[q],a[q+1:r],中的任何元素大于等于a[q]。下标q在划分过程中确定 (2)递归求解:通过递归调用快速排序算法,分别对a[p:q-1]和a[q+1:r]进行排序 (3)合并:在a[p:q-1]和a[q+1:r]已经排好序的
<忠波> 在 2025-07-24 上传 | 大小:1kb | 下载:0

[数据结构常用算法hash

说明:数据结构课程设计,哈希表。设计文档都已经写好了,可以直接拿来用。-Curriculum design data structure, hash table. Design documents have been written, can be directly used to use.
<嘎嘎> 在 2025-07-24 上传 | 大小:377kb | 下载:0

[数据结构常用算法haf

说明:哈弗曼编码的课程设计报告,报告文档已经写好了,可以直接拿来用,适合大多数学校的课程设计-哈弗曼encoded curriculum design report has been written document, can be directly used to use, suitable for the majority of the school curriculum design
<嘎嘎> 在 2025-07-24 上传 | 大小:454kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 4216.17 .18 .19 .20 .21 ... 28522 »

源码中国 www.ymcn.org