-
udnqm
这个软件是本人学习VB的一点小成果,由于技术问题,有很多不足()
- 2017-11-05 08:01:04下载
- 积分:1
-
基本蚁群聚类算法及其改进算法[带Matlab源代码]
基本蚁群聚类算法及其改进算法,附带Matlab源代码,该算法,解决了不收敛的问题,聚类效果非常好(The basic ant colony clustering algorithm and its improved algorithm, with Matlab source code, solve the problem of non-convergence, the clustering effect is very good)
- 2018-05-31 15:37:24下载
- 积分:1
-
buckboost
降压升压仿真电路,buck-boost Circuit(buck-boost Circuit SIMULINK Simulation Model)
- 2019-06-17 14:44:51下载
- 积分:1
-
JAZZ原理图
STM32F407VGT6 SCH Designed by Altium
- 2020-07-16 22:48:49下载
- 积分:1
-
test3
1)产生高斯白噪声;
2)产生高斯色噪声;
3)产生高斯谱相关对数正态分布随机序列;
4)对产生的上述随机序列进行功率谱估计;
5)对产生的上述随机序列进行概率密度函数估计。(Generating a Gaussian spectral correlation logarithmic normal distribution random sequence;)
- 2017-06-10 14:19:25下载
- 积分:1
-
atmega128 project segway autobalancing robot
atmega128 project segway autobalancing robot
- 2022-02-07 15:23:07下载
- 积分:1
-
天堂2行者1.78_For_C6
天堂2 6章私服脱机挂,内含教程,复制保存sec即可(In the 2 chapter of paradise, it contains a tutorial, and SEC can be copied and saved)
- 2021-02-10 22:29:52下载
- 积分:1
-
PSDAT (1)
说明: PSDAT Power system dynamics tool box
- 2020-09-28 06:00:29下载
- 积分:1
-
一个类结构,非常实用的工具,在RPG游戏和战略游戏中,经常需要角色自动根据地图寻找最短路径绕过建筑物...
一个类结构,非常实用的工具,在RPG游戏和战略游戏中,经常需要角色自动根据地图寻找最短路径绕过建筑物-A class structure, a very useful tool, in the RPG games and strategy games, role often need to automatically map to find the shortest path to bypass the building
- 2022-05-14 20:59:10下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1