Alex 的文章
-
ModuleNotFoundError: No module named ‘tensorflow.keras.layers.core解决方法
遇到的问题 在使用keras的时候: from keras.layers.core import Dense, Activation 出现以下报错: ModuleNotFoundError: No module named 'tensorflow.keras…… -
笔记 | numpy-06.从数值范围创建数组
#%% md ## numpy.arange numpy 包中的使用 arange 函数创建数值范围并返回 ndarray 对象 #%% # numpy.arange(start, stop, step, dtype) """ 参数 描述 start …… -
稀疏数组与原数组的转换
package array; public class ArrayDemo9 { public static void main(String[] args) { //创建一个十一行十一列的数组 0代表没有棋子 1代表黑…… -
为何最近暂停分享ROS1和ROS2相关资料
主要原因是时机不合适: 本意是更新(⊙o⊙)?关于ROS2的应用内容,但是考虑到官方教程迭代速度快,学习成本高,在此就没有更新。 ROS1靠用户惯性还在持续适用中…… -
ashes of time
I must not fear, fear is the mind-killer Fear is the little-death that brings total obliteration I Will face my fear, I will permit it to pass over …… -
【104】DeepL翻译器-二十六国语言机器翻译工具
大家平时用的比较多的翻译工具一般是谷歌,百度,有道等。今天介绍一个德国团队用AI技术做的翻译工具,号称世界最准确的翻译工具,2021年也被很多媒体报道,…… -
-
试题 历届真题 解谜游戏【第十届】【决赛】【B组】
#include #include #include #include using namespace std; string a,b,c; int aa[4][30]; int p[105]; int func() { for (int i = 0; i < 12; i++)…… -
-
【学习笔记】月末操作-GR/IR重组
GR/IR重组 —文章整理自高林旭老师的《由浅入深学习SAP财务》一书,SAP相关从业人员值得一读。 上一节讲到,在SAP的采购收货和发票校验的时候凭证中采用GR/IR……
友情链接