02 2021 档案

摘要:打开c语言生成exe文件,出现闪退的解决方法1.在代码段末尾加上getch();就可以了。(代码段末尾指你程序要执行完之前, 一般在return 0;之前) 2.加个头文件windows.h(#include<windows.h>),然后在代码段末尾加个 system("pause"); 阅读全文
posted @ 2021-02-26 09:09 楚千羽 阅读(2065) 评论(0) 推荐(0) 编辑
摘要:import numpy as np # 使用标准numpy,运算将在CPU上执行。 import time start = time.perf_counter() x = np.random.random([5000, 5000]).astype(np.float32) k = np.matmul 阅读全文
posted @ 2021-02-14 17:37 楚千羽 阅读(181) 评论(0) 推荐(0) 编辑
摘要:转自:https://blog.csdn.net/DBLLLLLLLL/article/details/82965722 (粒子群算法进阶讲解传送门:(https://blog.csdn.net/DBLLLLLLLL/article/details/103036067 https://blog.cs 阅读全文
posted @ 2021-02-10 15:51 楚千羽 阅读(1398) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示