资源列表
[matlab例程] NRLF
说明:Power system load flow analysis using NR Power Flow method<Jaymin Pancholi> 在 2025-07-09 上传 | 大小:2kb | 下载:0
[matlab例程] NR_crout
说明:Power system load flow analysis using NR Power Flow method with implementation of crout algorithm .<Jaymin Pancholi> 在 2025-07-09 上传 | 大小:3kb | 下载:0
[matlab例程] IEEE_14_Bus_Data
说明:IEEE 14 bus system data function file.<Jaymin Pancholi> 在 2025-07-09 上传 | 大小:1kb | 下载:0
[matlab例程] 精通matlab神经网络
说明:关于神经网络的matlab代码 内容很详实<599068479@qq.com> 在 2013-11-04 上传 | 大小:390.15kb | 下载:0
[压缩解压] test_shearlet
说明:包含剪切波变换(以拉普拉斯金字塔变换为尺度剖分),以及该变换的压缩感知重构测试应用程序。-Contains shear wave transform (Laplace pyramid transform for the scale subdivision), as well as the transformation of compressed sensing reconstruction test application.<suga> 在 2025-07-09 上传 | 大小:41kb | 下载:0
[数据结构常用算法] migong
说明:数据结构大作业“迷宫搜索”的MFC程序。含深度优先和宽度优先两种演示,可以鼠标编辑地图。界面良好,代码清晰。-Data structure operations " Labyrinth search" MFC program. Containing two kinds of depth-first and breadth-first presentation, you can edit the map mouse. Good interface, clear code.<费定宇> 在 2025-07-09 上传 | 大小:16.68mb | 下载:0
[人工智能/神经网络/遗传算法] demo
说明:基于VC++的灰度车牌定位系统 开发环境vc6.0-Based VC++ gray plate positioning system development environment vc6.0<lvtie> 在 2025-07-09 上传 | 大小:5.71mb | 下载:0
[数学计算/工程计算] C-random-walk
说明:用C语言实现的随机漫步算法的模拟,最终的计数器数组,显示出漫步的“密度”,即输出在实验中每一块瓷砖被接经过的次数。-C language simulation of random walk algorithm, the final counter array, showing stroll " density" , ie each output in the experiment was taken after a number of tiles.<beihaijiahua> 在 2025-07-09 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Integer_Partition
说明:整数划分,是指把一个正整数n写成如下形式: n=m1+m2+...+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。 如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) 例如但n=4时,他有5个划分,{4},{3,1},{2,2},{2,1,1},{1,1,1,1} -Integer division<谢文> 在 2025-07-09 上传 | 大小:2.34mb | 下载:0