资源列表
[matlab例程] systemblockdiagram.pdf
说明:system radar in simulink<Igariox> 在 2025-11-25 上传 | 大小:137kb | 下载:0
[数值算法/人工智能] Ex24PointsGame
说明:一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序<xycheng> 在 2025-11-25 上传 | 大小:135kb | 下载:0
[matlab例程] CsCallMatlab
说明:C#调用Matlab2008b的两个例子,如果没有安装Matlab2008b,至少要安装MCRInstall.exe v7.9-C# call Matlab2008b example, if not installed Matlab2008b, at least to install MCRInstall.exe v7.9<xycheng> 在 2025-11-25 上传 | 大小:359kb | 下载:0
[matlab例程] code
说明:Matlab Code for Poisson Image Reconstruction from Image Gradients<jon connor> 在 2025-11-25 上传 | 大小:5kb | 下载:0
[人工智能/神经网络/遗传算法] SortAndLife
说明:Conway s Game of life 算法程序-This article is about a fast Conway s Game of Life version using MFC, thread and DirectX together with a visual demo for sorting algorithms. It is also a good demo for "Bubble" and "Quick Sort" algorithms.<JerryJiang> 在 2025-11-25 上传 | 大小:362kb | 下载:0
[数据结构常用算法] Maze
说明:迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more gri<JerryJiang> 在 2025-11-25 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] Fuzzy1
说明:build an exam grade calculation by using fuzzy logic<mustafa> 在 2025-11-25 上传 | 大小:46kb | 下载:0