03 2022 档案

摘要:如何在Photoshop中创建工作路径?_百度知道 PS创建一个新的路径 阅读全文
posted @ 2022-03-31 22:46 bH1pJ 阅读(50) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/article/03b2f78c43af981fa337ae57.html 非常好! 阅读全文
posted @ 2022-03-31 22:45 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要:str(1).zfill(3) Python 数字转 字符串,补零 补0 zfill 阅读全文
posted @ 2022-03-31 22:45 bH1pJ 阅读(90) 评论(0) 推荐(0) 编辑
摘要:1、 2、 钢笔工具中选择↓ 3、框选 4、移动 阅读全文
posted @ 2022-03-31 22:45 bH1pJ 阅读(121) 评论(0) 推荐(0) 编辑
摘要:https://towardsdev.com/how-to-not-misunderstand-correlation-75ce9b0289e 阅读全文
posted @ 2022-03-31 22:44 bH1pJ 阅读(58) 评论(0) 推荐(0) 编辑
摘要:matlab 保存变量 1、 save a.mat A 2、 3、 save("neuron.mat", "neuron"); 保存多个变量到一个mat中: save("neuron.mat", "neuron", "neuron1", "neuron2"); 4、加载 load("neuron.m 阅读全文
posted @ 2022-03-31 22:44 bH1pJ 阅读(127) 评论(0) 推荐(0) 编辑
摘要:Preview 阅读全文
posted @ 2022-03-31 22:44 bH1pJ 阅读(51) 评论(0) 推荐(0) 编辑
摘要:x = randn(6,1); y = randn(6,1); A = [x y 2*y+3]; R = corrcoef(A); 如何保存mat文件 阅读全文
posted @ 2022-03-31 16:44 bH1pJ 阅读(150) 评论(0) 推荐(0) 编辑
摘要:Pairwise Correlation的定义是啥?配对相关性?和pearson correlations有什么区别? Pairwise Correlation顾名思义,用来计算两个变量间的相关性,而pearson correlations只是计算相关性的一种方法罢了。 1、pearson相关系数: 阅读全文
posted @ 2022-03-31 15:22 bH1pJ 阅读(366) 评论(0) 推荐(0) 编辑
摘要:太牛了 1、新建图层,并选中; 2、ctrl + shift + alt + E; 3、奇迹出现; 阅读全文
posted @ 2022-03-31 11:40 bH1pJ 阅读(168) 评论(0) 推荐(0) 编辑
摘要:好像不行,得自己做一个方角的画笔! How to Make a Square Brush in Photoshop | Tradexcel Graphics PS 画笔 取消 圆角 PS 画笔 圆角 PS 画笔取消圆角 阅读全文
posted @ 2022-03-30 21:52 bH1pJ 阅读(40) 评论(0) 推荐(0) 编辑
摘要:PS绘制的路径不见了 需要新建; PS 画笔 取消 圆角 PS 画笔 圆角 PS 画笔取消圆角 好像不行,得自己做一个方角的画笔! How to Make a Square Brush in Photoshop | Tradexcel Graphics 阅读全文
posted @ 2022-03-30 21:50 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:ps 绘制的 路径丢失了 绘制完成后,双击,进行重命名,以保存。否则就会自己丢了。 真的fo PS 钢笔工具如何拖拽滑杆: 1、先用钢笔工具绘制好曲线; 2、按下ctrl键,可以调整锚点的位置; 3、按下alt键,可以调整锚点处的斜率; == PS,按住空格键,可以拖拽画布 阅读全文
posted @ 2022-03-30 21:50 bH1pJ 阅读(58) 评论(0) 推荐(0) 编辑
摘要:PS 钢笔工具如何拖拽滑杆 【Kurt】手把手教你用钢笔工具,七分钟从小白到钢笔大师,AI,PS,AE通用_哔哩哔哩_bilibiliP ps 的钢笔工具给我用吐了! PS 钢笔工具如何拖拽滑杆: 1、先用钢笔工具绘制好曲线; 2、按下ctrl键,可以调整锚点的位置; 3、按下alt键,可以调整锚点 阅读全文
posted @ 2022-03-30 21:49 bH1pJ 阅读(105) 评论(0) 推荐(0) 编辑
摘要:1、创建路径 2、点击按钮↓ 阅读全文
posted @ 2022-03-30 17:51 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:PS的钢笔,路径,选取,描边 如何使用虚线进行描边? 方案1: 但这种不好;感觉很鸡肋, 这种非常推荐↓ 阅读全文
posted @ 2022-03-30 17:49 bH1pJ 阅读(88) 评论(0) 推荐(0) 编辑
摘要:裁切功能 阅读全文
posted @ 2022-03-30 17:31 bH1pJ 阅读(111) 评论(0) 推荐(0) 编辑
摘要:1、matlab访问structure rois(1).x001 2、matlab的字符串如何转化为变量名 3、eval函数是干什么的? tmproi = eval(['rois.' tmpid]); 4、Matlab如何获取结构体的属性,并访问 tmpid = cell2mat(ids(i)); 阅读全文
posted @ 2022-03-30 12:48 bH1pJ 阅读(122) 评论(0) 推荐(0) 编辑
摘要:MATLAB 访问结构体 如何查看matlab的结构体中有多少个元素? ids = fieldnames(rois); length(ids) 阅读全文
posted @ 2022-03-30 10:51 bH1pJ 阅读(42) 评论(0) 推荐(0) 编辑
摘要:qt.qpa.screen: QXcbConnection: Could not connect to display Could not connect to any X display. 方案1: xhost + xhost: unable to open display "" 按照如下的方案来 阅读全文
posted @ 2022-03-29 10:57 bH1pJ 阅读(761) 评论(0) 推荐(0) 编辑
摘要:pycharm ssh terminal Pycharm 如何打开 ssh terminal 阅读全文
posted @ 2022-03-29 10:19 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要:在51单片机上好像不行,但是在其他单片机上好像可以。比如支持Linux的操作系统下; 阅读全文
posted @ 2022-03-29 10:11 bH1pJ 阅读(108) 评论(0) 推荐(0) 编辑
摘要:Adriano,树莓派,STM32,51单片机,CodeWarrior,恩智浦,单片机,微控制器MCU,CPU,8086架构,Clion; 重新梳理和了解以上名词之间的逻辑关系; 如果重新拾取硬件这一套东西,需要复习和掌握哪些知识,以及从什么角度切入才能最快的掌握这些内容,学习或者说复习这些东西的目 阅读全文
posted @ 2022-03-29 10:09 bH1pJ 阅读(68) 评论(0) 推荐(0) 编辑
摘要:bot_kick (踢出所有电脑) sv_showimpacts 1 (显示弹痕) mp_roundtime_defuse 60 (休闲/竞技模式每局时间60分钟) give weapon_hegrenade (获取一枚手雷) give weapon_flashbang (获取一枚闪光震撼弹) gi 阅读全文
posted @ 2022-03-29 10:09 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要:参考资料: ​​​​​​https://www.youtube.com/watch?v=nU-nXlAlX7g&ab_channel=EasyProgramming system("CLS");是什么意思? 清屏 windows操作系统中的键盘编码 Virtual-Key Codes (Winuse 阅读全文
posted @ 2022-03-29 10:08 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:在输入法中,修改为只使用英文的标点符号即可。 坑 阅读全文
posted @ 2022-03-29 10:08 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要:shift+F2 X 阅读全文
posted @ 2022-03-29 10:07 bH1pJ 阅读(118) 评论(0) 推荐(0) 编辑
摘要:1, 2, 导入的时候,请选择: 阅读全文
posted @ 2022-03-29 10:07 bH1pJ 阅读(157) 评论(0) 推荐(0) 编辑
摘要:这个是模板文件 1, 2, 阅读全文
posted @ 2022-03-28 22:32 bH1pJ 阅读(118) 评论(0) 推荐(0) 编辑
摘要:Endnote为什么我第一篇参考文献的编号不是1 Numbers in text will not be in consecutive order.(顺序不是连续的,请不要纠结) 阅读全文
posted @ 2022-03-28 22:32 bH1pJ 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-28 22:32 bH1pJ 阅读(96) 评论(0) 推荐(0) 编辑
摘要:坑 阅读全文
posted @ 2022-03-28 22:31 bH1pJ 阅读(150) 评论(0) 推荐(0) 编辑
摘要:如何做? 官网有教程 阅读全文
posted @ 2022-03-28 22:31 bH1pJ 阅读(39) 评论(0) 推荐(0) 编辑
摘要:偶然遇到的答案: 阅读全文
posted @ 2022-03-28 15:33 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要:坑 阅读全文
posted @ 2022-03-28 12:14 bH1pJ 阅读(28) 评论(0) 推荐(0) 编辑
摘要:Cpp PlaySound 播放系统的提示音 1、找到windows系统都有哪些声音? 2、在代码中直接进行播放,请写全部的路径 PlaySound(TEXT("C:/Windows/Media/Windows Notify Calendar.wav"),NULL, SND_ASYNC); 阅读全文
posted @ 2022-03-28 11:56 bH1pJ 阅读(46) 评论(0) 推荐(0) 编辑
摘要:坑 1、PotPlayer取消自动播放 2、PotPlayer取消按照专辑的顺序进行播放 阅读全文
posted @ 2022-03-28 11:52 bH1pJ 阅读(247) 评论(0) 推荐(0) 编辑
摘要:方案1: int main() { ShowWindow (GetConsoleWindow(), SW_HIDE); // do something } 方案2: void Stealth() { HWND Stealth; AllocConsole(); Stealth = FindWindow 阅读全文
posted @ 2022-03-28 00:04 bH1pJ 阅读(101) 评论(0) 推荐(0) 编辑
摘要:坑 Cpp Cmake 构建的 exe如何查询相对路径 阅读全文
posted @ 2022-03-27 23:51 bH1pJ 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-27 23:50 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:坑 1、这是一个公认的难题 2、 Poor display performance using Fusion 360 on a high-resolution monitor | Fusion 360 | Autodesk Knowledge Network 好像效果不怎么样。 阅读全文
posted @ 2022-03-27 23:50 bH1pJ 阅读(273) 评论(0) 推荐(0) 编辑
摘要:坑 阅读全文
posted @ 2022-03-27 23:50 bH1pJ 阅读(168) 评论(0) 推荐(0) 编辑
摘要:坑 ·1、 2、 AD22 为什么我没有zhihuijun的MyPCBLib的库, 当时查看电路板的时候,却能看到3D模型? 阅读全文
posted @ 2022-03-27 23:50 bH1pJ 阅读(71) 评论(0) 推荐(0) 编辑
摘要:1、C++如何写系统的中断函数? 2、C++中While(true)的替换方案yo 有个方案是,通过for(;;){ Sleep(10);} 来降低对CPU的占用; 阅读全文
posted @ 2022-03-27 23:49 bH1pJ 阅读(65) 评论(0) 推荐(0) 编辑
摘要:如何理解ARM、STM32、51单片机,Intel之间的关系? 1、STM32是使用了ARM核的MCU; 2、其实除了STM32,ARM核的使用范围很广,TI与Freescale也有使用ARM核的MCU与SOC。我们通常把使用ARM核作为核心运算功能的片上系统叫做ARM芯片,于是对ARM芯片的开发, 阅读全文
posted @ 2022-03-27 13:42 bH1pJ 阅读(217) 评论(0) 推荐(0) 编辑
摘要:uVision 编译(build)的时候用的什么编译器? 默认的编译器,我也不知道,可能是uVision(Keil)公司,自己写的编译器吧。 这个软件,和编译器都是收费的; 当然在Keil中也可以使用免费的编译器(GCC编译器组件),如何配置呢?; 手把手教你升级Keil MDK的ARM编译器 手把 阅读全文
posted @ 2022-03-27 13:11 bH1pJ 阅读(148) 评论(0) 推荐(0) 编辑
摘要:Altium Designer 22,为什么我明明没有相应的元器件库,但是还是能查看到3D模型?很奇怪,求问。为什么啊? 坑 参考资料: 1、AltiumDesigner——元器件 3D 模型失效_霁风AI的博客-CSDN博客 2、 关于Altium Designer中PCB 3D模型失效 变成方块 阅读全文
posted @ 2022-03-26 15:13 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:fusion 360 手指虎建模 教学视频: Fusion 360 中文入门教程_哔哩哔哩_bilibili 一、绘制草图 1、插入贴图 2. 3. ... 阅读全文
posted @ 2022-03-26 13:48 bH1pJ 阅读(171) 评论(0) 推荐(0) 编辑
摘要:1、计算机组成原理:刘宏伟, 哈工业 2、操作系统:南京大学,蒋炎岩老师 《深入理解计算机系统》《现代操作系统》 3、数据库:初学者《MySQL必知必会》,深入《MySQL技术内幕——lnnodb存储引擎》,中国人民大学的数据库系统概论课程; 4、计算机网络:强推计算机网络微课堂,书籍《计算机网络: 阅读全文
posted @ 2022-03-26 10:06 bH1pJ 阅读(211) 评论(0) 推荐(0) 编辑
摘要:电路模块 1、熟悉电路设计;(从最简单的MCU 51,到NXP的XS128,再到K60),以及未来要学的STM32 2、能够独立绘制电路板;(能够根据具体需求,设计相应的电路板;) 3、能够进行打样;(如何打样?) 4、能够进行焊接;(焊接的装备) 5、测试、调试、以及优化;() 机械设计 1、从0 阅读全文
posted @ 2022-03-26 01:17 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:​​​​​​2022年5个好用的 BT/ 磁力链接下载工具推荐 |Windows 、安卓系统 | 科技雷达 A full-featured download manager 阅读全文
posted @ 2022-03-26 00:41 bH1pJ 阅读(465) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-25 18:14 bH1pJ 阅读(77) 评论(0) 推荐(0) 编辑
摘要:参考一下 1、信号层(Signal Layers),有16个信号层,TopLayer BottomLayer MidLayer1-14。 2、内部电源/接地层(Internal Planes),有4个电源/接地层Planel1-4。 3、机械层(Mechanical Layers),有四个机械层。 阅读全文
posted @ 2022-03-25 18:02 bH1pJ 阅读(352) 评论(0) 推荐(0) 编辑
摘要:1、选择库; 2、选择元器件; 3、点开model 阅读全文
posted @ 2022-03-25 17:34 bH1pJ 阅读(280) 评论(0) 推荐(0) 编辑
摘要:Altium Designer软件界面右边Libraries(库)不见了;界面下面的system不见了; 真的好隐蔽哦。 阅读全文
posted @ 2022-03-25 17:30 bH1pJ 阅读(827) 评论(0) 推荐(0) 编辑
摘要:现象: 具体原因:因为你的元器件库中,没有添加相应元器件的模型 如何做? 1、为AD 22安装元器件库; (1)拿到原始库文件; _Library_Base_20170106.rar (2)解压; (3)在AD中打开; (4)选择PCBLIB (4)打开PCB Library (5)找到LQFP11 阅读全文
posted @ 2022-03-25 17:26 bH1pJ 阅读(257) 评论(0) 推荐(0) 编辑
摘要:AD 22 如何从SchDoc文件生成PcbDoc文件,进行布局和走线? 请参考这个视频: Defining the Board Shape in Altium Designer | Altium Designer 22 用户手册 | 文档 系统地学习如何使用AD进行绘图? Altium Desig 阅读全文
posted @ 2022-03-25 17:01 bH1pJ 阅读(338) 评论(0) 推荐(0) 编辑
摘要:1、打开libPkg项目 2、编译 3、查看添加好的库 4、查看添加好的库 当然,如果你手上有IntLib文件(已经编译好的库) 可以直接点击install,进行安装。 比如从这个地方去下载: 1、Other Installers | User Manual | Documentation 所有制造 阅读全文
posted @ 2022-03-25 16:13 bH1pJ 阅读(2069) 评论(0) 推荐(0) 编辑
摘要:1、 ​​​​​​Free Online PCB CAD Library | Ultra Librarian 2、 https://www.3dcontentcentral.cn/ 我一般去第一个地方, 下载后的文件如下图所示: 然后去AD的PCB Library中, 重新编译库 阅读全文
posted @ 2022-03-25 16:11 bH1pJ 阅读(376) 评论(0) 推荐(0) 编辑
摘要:1、点击Pcbdoc文件; 2、点击空白处 3、点击数字3 阅读全文
posted @ 2022-03-24 23:54 bH1pJ 阅读(160) 评论(0) 推荐(0) 编辑
摘要:1、拿到 _Library_XXX_20170106.rar库文件 将其解压到 路径下 C:\Users\Public\Documents\Altium\AD22\Library\_Library_Base_20170106 2、使用AD 22.3打开项目 3、进行编译 4、 确定生成了输出文件: 阅读全文
posted @ 2022-03-24 17:34 bH1pJ 阅读(292) 评论(0) 推荐(0) 编辑
摘要:Fusion 360的快捷键大全_烙铁岂能画眉的博客-CSDN博客_fusion360快捷键 fusion 360 admin project什么意思 阅读全文
posted @ 2022-03-24 14:45 bH1pJ 阅读(206) 评论(0) 推荐(0) 编辑
摘要:Fusion 360 滚轮方向调整 1、 2、 阅读全文
posted @ 2022-03-24 12:46 bH1pJ 阅读(129) 评论(0) 推荐(0) 编辑
摘要:1、计算机辅助工具CAD? 不是的,用的是fusion 360 【自制】我把自行车做成了 自 动 驾 驶 !!【硬核】_哔哩哔哩_bilibili 这个是 CAD 2020 工具栏并不一样。 2、在readme中使用的是Fusion360 3、使用Unity进行仿真,用来检测参数是否合理? 赋给小车 阅读全文
posted @ 2022-03-24 11:14 bH1pJ 阅读(433) 评论(0) 推荐(0) 编辑
摘要:1、使用edu邮箱进行注册; 2、AD软件的安装; 阅读全文
posted @ 2022-03-24 01:24 bH1pJ 阅读(93) 评论(0) 推荐(0) 编辑
摘要:什么是编译、什么是连接。C++代码如何变成机器码,如何跨平台和嵌入式? 坑,未填完 1、编译和连接是两个过程。前者是将源码变成机器码。后者是将机器码组织起来,形成一个可执行文件;组织的过程中,需要用到从源码的来的机器码,以及被调用的系统标准库,和动态连接库。 2、什么是动态连接库呢? 非人话: 动态 阅读全文
posted @ 2022-03-24 00:59 bH1pJ 阅读(206) 评论(0) 推荐(0) 编辑
摘要:突发奇想,想写点东西。先说一下我的目标:我希望能够统一自己脑海中的知识,形成一个系统的框架,知道哪里是自己的薄弱,哪些是自己的长处和积累。然后懂得扬长避短,发挥自己的优势和价值。来应对复杂多变的社会和生活环境。 1、嵌入式开发经历的总结(使用的都是C语言;): (1)玩过51单片机; (2)玩过xs 阅读全文
posted @ 2022-03-24 00:37 bH1pJ 阅读(76) 评论(0) 推荐(0) 编辑
摘要:c++播放音频 0、使用的IDE : CLion 1、CMAKE中 cmake_minimum_required(VERSION 3.21) project(Cpp) set(CMAKE_CXX_STANDARD 14) set(CMAKE_EXE_LINKER_FLAGS "-static") a 阅读全文
posted @ 2022-03-22 16:07 bH1pJ 阅读(253) 评论(0) 推荐(0) 编辑
摘要:1、调整增益 2、导出请参考: https://www.youtube.com/watch?v=Qe-jmP1SiTw&ab_channel=AdobeinaMinute 如果想导出片段,请关注这三个地方: 阅读全文
posted @ 2022-03-22 15:12 bH1pJ 阅读(162) 评论(0) 推荐(0) 编辑
摘要:科研绘图系列之Ai从入门到精通全集_哔哩哔哩_bilibili 1、选择对象; 2、扩展外观; 3、扩展 4、选择对象 路径查找器 合并后的效果 5、填充渐变色 阅读全文
posted @ 2022-03-22 11:47 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:坑 1、 2、 这个空间 如何修改成? H 的色调空间? adobe illustrator 颜色修改为色调空间 坑; 好像不行, 阅读全文
posted @ 2022-03-22 11:18 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:北大红,对应的HSB值是 H351,S100 ,B54 属于灰色调;RGB是139 0 18 清华紫,对应的HSB值是 H290 ,S92 ,B45 属于灰色调;RGB是102 8 116 1、 对应的HSB值是 H351,S100 ,B54 属于灰色调; 54运动发源地嘛?用54 2、 对应的HS 阅读全文
posted @ 2022-03-22 10:58 bH1pJ 阅读(275) 评论(0) 推荐(0) 编辑
摘要:1、 选择对齐画板 2、选中对象; 3、进行对齐 4、需要注意的是,当你选择一个对象的时候,默认得对齐画板。当你选择多个对象的时候。默认相互对齐; 阅读全文
posted @ 2022-03-22 10:14 bH1pJ 阅读(98) 评论(0) 推荐(0) 编辑
摘要:1、方案1: #include <windows.h> #include <conio.h> #include <iostream> using namespace std; int main() { system("chcp 65001 > nul"); std::cout << "Hello, 阅读全文
posted @ 2022-03-22 10:02 bH1pJ 阅读(367) 评论(0) 推荐(0) 编辑
摘要:Virtual-Key Codes (Winuser.h) - Win32 apps | Microsoft Docs 阅读全文
posted @ 2022-03-22 10:01 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑
摘要:https://www.youtube.com/watch?v=L271J_lKyRA&ab_channel=CasualGamer cs 阅读全文
posted @ 2022-03-22 10:00 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:1、高帧率录制 【4K120hz】30秒教你录制高质量4k120hz投稿_哔哩哔哩_bilibili 码率控制 配置好之后的结果如下: 1、 2、 3、视频帧率 记得设置 如何使用potplayer查看录制视频的帧率,坑 (1)可以用pr看,有30 fps,60fps。 (2)或者自己计算? 2、O 阅读全文
posted @ 2022-03-22 10:00 bH1pJ 阅读(579) 评论(0) 推荐(0) 编辑
摘要:uint64_t getCurrentTime(); uint64_t getCurrentTime() { using namespace std::chrono; uint64_t ctime = duration_cast<milliseconds>(system_clock::now().t 阅读全文
posted @ 2022-03-21 18:05 bH1pJ 阅读(94) 评论(0) 推荐(0) 编辑
摘要:main.cpp中如何创建其他的方法? 阅读全文
posted @ 2022-03-21 18:04 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:c++中如何区分按键被按下和弹起来? GetKeyState函数详解_小米的修行之路-程序员资料_getkeystate - 程序员资料 有些高端了; 线索 1、GetKeyboardState function (winuser.h) - Win32 apps | Microsoft Docs 2 阅读全文
posted @ 2022-03-21 18:04 bH1pJ 阅读(78) 评论(0) 推荐(0) 编辑
摘要:c++的extern是什么东西? extern 阅读全文
posted @ 2022-03-21 17:30 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:C++ 数据类型 | 菜鸟教程 阅读全文
posted @ 2022-03-21 16:47 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:% 阅读全文
posted @ 2022-03-21 16:47 bH1pJ 阅读(86) 评论(0) 推荐(0) 编辑
摘要:C++ 字符串格式化 有没有类似python string format函数的写法 坑 阅读全文
posted @ 2022-03-21 15:26 bH1pJ 阅读(43) 评论(0) 推荐(0) 编辑
摘要:win11 clion 编写C++的代码,为什么exe无法执行呢? build之后的exe文件,总是执行不起来; 总是报错:↓ 牛逼了,我的大兄弟: #include <iostream> int main() { system("chcp 65001 > nul"); //解决命令行中的中文编码问 阅读全文
posted @ 2022-03-21 14:29 bH1pJ 阅读(55) 评论(0) 推荐(0) 编辑
摘要:1、 解决CLion中文乱码问题_weixin_43912367的博客-CSDN博客_clion乱码 并没有解决问题。console中还是乱码; 2、我的console还是有编码问题 #include <iostream> int main() { system("chcp 65001 > nul" 阅读全文
posted @ 2022-03-21 14:24 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要:CTRL+ALT+I 自 动缩进 (我主要是找这个功能,其他的没有试过) 查询快捷键 CTRL+N 查找类 CTRL+SHIFT+N 查找文件 CTRL+SHIFT+ALT+N 查 找类中的方法或变量 CIRL+B 找变量的来源 CTRL+ALT+B 找所有的子类 CTRL+SHIFT+B 找变量的 阅读全文
posted @ 2022-03-21 00:36 bH1pJ 阅读(84) 评论(0) 推荐(0) 编辑
摘要:python 判断字符串是否相等 is 或者 == 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(630) 评论(0) 推荐(0) 编辑
摘要:https://jingyan.baidu.com/album/cdddd41c2e83e113ca00e158.html?picindex=1 有意思 解决了问题 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(100) 评论(0) 推荐(0) 编辑
摘要:这个太详细了! https://blog.csdn.net/kejibo__/article/details/89681889 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要:matlab 判断两个字符串是否相等 strcmpi(filenames{i}, filenames2{j}) 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(461) 评论(0) 推荐(0) 编辑
摘要:git config --global credential.helper store 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(47) 评论(0) 推荐(0) 编辑
摘要:想要的效果是这种表,没有! https://www.jb51.net/article/156283.htm 这个算是我想要的吧 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(96) 评论(0) 推荐(0) 编辑
摘要:Nice 有线索 toolkit是工具箱的集合; toolbox是存放工具箱的地方; 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(481) 评论(0) 推荐(0) 编辑
摘要:import traceback print_exc() 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:timeStr = time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime()) + "-" + PMStr + "-Report.csv" dfDate3.to_csv(timeStr,mode="w") ... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(257) 评论(0) 推荐(0) 编辑
摘要:可以跟插件,先把插件装到imagej中,然后在用宏 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:如何同步几个笔记本,OneNote、印象笔记、网易云笔记 放弃使用印象笔记,因为高级版需要付费 几个笔记的总结:(来源https://blog.csdn.net/KarlMarxs/article/details/72996875) ... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(5) 评论(0) 推荐(0) 编辑
摘要:=IF(C2=B2,"相同","不同") 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(133) 评论(0) 推荐(0) 编辑
摘要:GraphPad如何绘制散点图,然后在散点图上加上趋势线 参考: https://blog.csdn.net/weixin_33615688/article/details/113566785 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(1921) 评论(0) 推荐(0) 编辑
摘要:*c* argument looks like a single numeric RGB or RGBA sequence, which should be avoided as value-mapping will have precedence in ... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(454) 评论(0) 推荐(0) 编辑
摘要:如何去掉后缀 https://blog.csdn.net/u012419550/article/details/110069504 这个文档中是各种删除前缀、后缀的方法 最简单的,直接切掉后边的尾巴就好。 s='12grtbytnbtynytn' s2... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(615) 评论(0) 推荐(0) 编辑
摘要:,header=0 不写列名 index=False 不写index 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(428) 评论(0) 推荐(0) 编辑
摘要:PR 如何查看裁剪后视频的大小? https://community.adobe.com/t5/premiere-pro/measure-distance-in-premiere-pro/m-p/10630683 好吧,没有这样的东西,当然是选择... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(75) 评论(0) 推荐(0) 编辑
摘要:菜鸡挖坑↑ 菜鸡求证↓ (1)更改画布大小 (2)剪裁视频 (3)我也不知道啥意思,为啥适应之后,画布还空了那么大啊?难道只适应原始视频大小?我懵逼了... 到底是啥意思啊???会不会把显示的黑边都给去了?还是说,继续按照源素材进行去黑边。 ... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(191) 评论(0) 推荐(0) 编辑
摘要:绝了: 使用shift + ctrl + v 即可 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(164) 评论(0) 推荐(0) 编辑
摘要:非常可以: https://zhidao.baidu.com/question/538702856.html 需要注意的是,直接右键另存为是不可以的。 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(789) 评论(0) 推荐(0) 编辑
摘要:1.用scipy import scipy scipy.misc.imsave('test.jpg', img) 没有misc module 'scipy.misc' has no attribute 'imsave' 艹 行不通! 2.用PIL fr... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(1017) 评论(0) 推荐(0) 编辑
摘要:img = img[:,:,0] 不负责任的转换方法↑ 坑 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(114) 评论(0) 推荐(0) 编辑
摘要:https://www.gaitubao.com/tools/pixel2cm.html 使用上述网站进行互换 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(101) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/zhengxu25689/article/details/87347700/ data = data.sample(n=1000,random_state=1) #随机抽取1000行 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(343) 评论(0) 推荐(0) 编辑
摘要:坑 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(145) 评论(0) 推荐(0) 编辑
摘要:坑 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(44) 评论(0) 推荐(0) 编辑
摘要:XSHEEL连接Linux虚拟机,访问22端口。为什么连过去的环境和VNC的环境不一致呢? 具体现象为: (1)XSHEEL连过去之后,连conda都没装呢; (2)python竟然是2.7版本; (3)用VNC连接过去之后,有conda指令,也有python... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(54) 评论(0) 推荐(0) 编辑
摘要:order by time desc 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(865) 评论(0) 推荐(0) 编辑
摘要:split 不是splite 服了,连这么简单的单词还拼错!!! 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要:问题清单: 1、中括号是什么意思? 方括号"["内是需要匹配的字符,花括号"{"内是指定匹配字符的数量。 圆括号“(“ 则是用来分组的。 如下: [] 中括号里边代表需要匹配的内容; 2、点代表什么含义? .代表单个任意字符。 *代表多个任意字符。 ()里边... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(71) 评论(0) 推荐(0) 编辑
摘要:为pg软件添加快捷键 # 我想为软件添加一个快捷键self.shortcutAddRegion = QShortcut(QKeySequence('F9'), self)self.shortcutAddRegion.activated.connect(se... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(75) 评论(0) 推荐(0) 编辑
摘要:treeWidget修改列宽 如何支持动态修改? treewidget.header().setResizeMode(QtGui.QHeaderView.ResizeToContents)treewidget.header().setStretchLa... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(137) 评论(0) 推荐(0) 编辑
摘要:self.treeWidget.setDragEnabled(False) 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(115) 评论(0) 推荐(0) 编辑
摘要:os.path.exist() 但是比较奇怪的是 如果 os.path.exist(False) 返回值是True 真的好奇怪 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(49) 评论(0) 推荐(0) 编辑
摘要:item.setFlags(item.flags() | QtCore.Qt.ItemIsEditable) self.treeWidget.editItem(item, col) # 打开一次编辑状态 ... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(236) 评论(0) 推荐(0) 编辑
摘要:pip install xlrd 坑 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:这个内容有点扯: https://jingyan.baidu.com/article/54b6b9c09eb0352d583b47ff.html 我要的是,如何求解一维信号的一阶导数的对应函数。 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(236) 评论(0) 推荐(0) 编辑
摘要:定义了一个符号变量 具体解释如下: https://jingyan.baidu.com/article/ad310e803c4d051849f49ef3.html 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(178) 评论(0) 推荐(0) 编辑
摘要:search = ['python','java','go'] found = [s['language].str.contains(x) for x in searchfor] 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(88) 评论(0) 推荐(0) 编辑
摘要:https://baijiahao.baidu.com/s?id=1640199012623775403&wfr=spider&for=pc 最后再plt.show就好 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(122) 评论(0) 推荐(0) 编辑
摘要:如何使用matlab进行 希尔伯特 黄变换 可以使用小波变换 data = csvread(inputpath); data2 = medfilt1(data,8); figure; plot(data,'LineWidth',0.5); hold on... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(446) 评论(0) 推荐(0) 编辑
摘要:a = np.array([1,2,3,4,4,5,2,1]) 是np.array而不是arange() 还可以加参数dtype = float 例如a = np.array([1,2,3,4,4,5,2,1],dtype = float) ... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(114) 评论(0) 推荐(0) 编辑
摘要:plt.interactive(True) 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(130) 评论(0) 推荐(0) 编辑
摘要:import matplotlib.pyplot as plt #这里应该把trace plot 出来,同时,还应该把峰值给plot出来;plt.figure()plt.plot(sigAv, color='red', label='dis')plt.plot... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(131) 评论(0) 推荐(0) 编辑
摘要:https://www.runoob.com/python/att-string-format.html 保留小数点后两位 :.2f "{:s}, Time:{:.2f}min, Size:{:.2f}Gb".for... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(85) 评论(0) 推荐(0) 编辑
摘要:size = [int(likely*max)] if int(likely*max) > 10 else 10 #最小是10 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(666) 评论(0) 推荐(0) 编辑
摘要:1、注册博客园 2、管理 3、搬家 4、执行 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要:1、Fork原始仓库imagePy fork ImagePy仓库 #将父仓库fork到自己账户下,XXXX/.git(A仓库) 2、汉化 在lang/Chinese/Plugins下创建*.dic 进行汉化 汉化后,push到自己的仓库中(A仓库中) ... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(124) 评论(0) 推荐(0) 编辑
摘要:网上的理解五花八门,千奇百怪。但是很少有人能触碰到逻辑回归的精髓。我认为wiki上的讲解是最正统的。以下是我看wiki之后,自己的思考: https://en.wikipedia.org/wiki/Logistic_regression ... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(201) 评论(0) 推荐(0) 编辑
摘要:似然函数J(\theat),theat代表模型参数。就是下图中w^T*x-b= 0这条直线。 1、似然函数和损失函不一个概念。但两者的目的都用来评价模型的好坏。 2、损失函数loss function。是通过加法的形式,对每个样本进行遍历(或者说判定),... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(71) 评论(0) 推荐(0) 编辑
摘要:# 解决分类问题import mathfrom LinearRegression import *def calDistance(x,y,w,b): r""" 计算一个点(x,y)到直线(w,b)的距离 :param x: point x ... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(93) 评论(0) 推荐(0) 编辑
摘要:SVM深层次理解: 1、如果训练样本是线性可分的; 2、那么可以找到两个超平面,将训练样本分开; 3、两个超平面间的距离就是margin; 4、两个超平面的中间平面就是我们要的目标结果,定义为:w^T*x - b = 0; 5、那么,其中一个超平面定义为:w^... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(28) 评论(0) 推荐(0) 编辑
摘要:def getData2(): r""" 使用numpy生成随机数; 使用pandas构造满足条件的随机数; :return: """ df = pd.DataFrame() df['X'] = np.random.r... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(465) 评论(0) 推荐(0) 编辑
摘要:## 线性回归模型import numpy as npimport pandas as pdimport matplotlib.pyplot as pltdef getData(): r""" 使用numpy构造满足条件的随机数() :re... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(60) 评论(0) 推荐(0) 编辑
摘要:ax.plot(np.r_[0,100],1.2*np.r_[0,100]+0.2,color = "C1",linewidth=3.0,label='GT')ax.plot(np.r_[0,100],w*np.r_[0,100]+b,color = "C2"... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(1095) 评论(0) 推荐(0) 编辑
摘要:numpy随机采样; numpy直方图; normal def getData3(): r""" 生成正太分布的随机数; :return: """ # data = np.random.uniform(0, 1, size... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(621) 评论(0) 推荐(0) 编辑
摘要:方案1: plt.xlim(dates[0] , dates[-1] ) 方案2: print("线性回归模型")fig, ax = plt.subplots()# 绘制散点图;# G1, G2 = getData2()# ax.scatter(G1[0,:... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(600) 评论(0) 推荐(0) 编辑
摘要:import numpy as npimport pandas as pdimport matplotlib.pyplot as pltdef getData(): r""" 使用numpy构造满足条件的随机数() :return: "... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(182) 评论(0) 推荐(0) 编辑
摘要:id(var) vara is varb 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(106) 评论(0) 推荐(0) 编辑
摘要:G1 = df[(df['X']>50) & (df['Y']>50)]G2 = df[(df['X']<50) & (df['Y']<50)] 一定要加括号哦 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(184) 评论(0) 推荐(0) 编辑
摘要:https://numpy.org/doc/1.21/user/numpy-for-matlab-users.html 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(51) 评论(0) 推荐(0) 编辑
摘要:dataX = np.expand_dims(np.random.randint(0,10,size=100), axis = 0)dataY = np.expand_dims(np.random.randint(0,10,size=100), axis = ... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(139) 评论(0) 推荐(0) 编辑
摘要:Auto update for WinForms application Auto update for Python application 方案1: https://www.pyupdater.org/ 方案2: 真正的解决方案↓ https://... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(124) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/Yanjy-OnlyOne/p/11288098.html 总结的真好 test_size=0.4 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/hd-chenwei/p/a679d6eee216db0b261e0ebf855545ec.html 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(92) 评论(0) 推荐(0) 编辑
摘要:from sklearn.metrics import confusion_matrix 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(40) 评论(0) 推荐(0) 编辑
摘要:https://scikit-learn.org/stable/modules/svm.html#classification 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:https://youtu.be/He-1O8Pa4SE?list=PLlGZc17KPrVCGRKtgbdvnGshN8AePlqpd&t=814 jyloo.com 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(42) 评论(0) 推荐(0) 编辑
摘要:https://youtu.be/XfqV5AbCqLU?t=388 如何设计JFrame GUI 请使用netbeans 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(54) 评论(0) 推荐(0) 编辑
摘要:exe转换为安装包 https://youtu.be/61eX0bFAsYs?t=10629 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(83) 评论(0) 推荐(0) 编辑
摘要:使用blender,有点宰牛刀杀鸡的感觉 一步步接近 blender呢,游戏建模,有点复杂了: 目前来说,学习成本太高 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(330) 评论(0) 推荐(0) 编辑
摘要:功能1 功能2 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(74) 评论(0) 推荐(0) 编辑
摘要:x_2 = x_1[::len(loss_record['train']) // len(loss_record['dev'])] // 代表整除 步进13 所以 x_2 = x_1[::len(loss_record['train']) /... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(1798) 评论(0) 推荐(0) 编辑
摘要:这种DIY的函数不管用,应该每次返回的都是刚构建的tonsor。 他的梯度保存不下来。 # import math# # L2 function mean squaril error(MAE)# error = 0# if pred.shape[0] ==... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(39) 评论(0) 推荐(0) 编辑
摘要:x = torch.tensor([[1,2],[3,4]]) 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(208) 评论(0) 推荐(0) 编辑
摘要:讲解的非常详细 https://blog.csdn.net/qq_31244453/article/details/112473947 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(217) 评论(0) 推荐(0) 编辑
摘要:如果我不想用SGD了怎么办? 用 getattr(torch.optim, config['optimizer']) 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(80) 评论(0) 推荐(0) 编辑
摘要:从第40列开始,之后所有列的数据,都需要进行归一化。data是 torch.FloatTensor(data[indices])格式的数据,跟numpy 差不太多哈。1、减去均值;2、除上这一列的std(标准差);# Normalize features (y... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(195) 评论(0) 推荐(0) 编辑
摘要:使用alt+F8 别再想其他的了。。。 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(121) 评论(0) 推荐(0) 编辑
摘要:坑 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(148) 评论(0) 推荐(0) 编辑
摘要:False 坑 搜索了一圈,感觉是cuda版本的问题 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(38) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_43868754/article/details/106558004 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(60) 评论(0) 推荐(0) 编辑
摘要:模型的金标准标签给错了。cao!!! 结果只要模型的输出是0,就满分! pd.DataFrame(data = y_test).value_counts() 如果用pd.DataFrame(data = y_test).value_counts()看... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(125) 评论(0) 推荐(0) 编辑
摘要:方案1 https://www.jianshu.com/p/5cf2abe4385c 方案2: https://www.pythonf.cn/read/91137 方案3: x_train, x_test, y_train, y_test = tr... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(189) 评论(0) 推荐(0) 编辑
摘要:坑 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(90) 评论(0) 推荐(0) 编辑
摘要:\begin{figure}[htbp] \centering \begin{minipage}[c]{0.3\textwidth} \centering \includegraphics[width=1... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(166) 评论(0) 推荐(0) 编辑
摘要:overleaf dropbox上边是保存了所有的 history version嘛? 好像是的。 在淘宝上升级成伪pro账号之后,可以绑定dropBox dropBox好像是有所有的历史版本。 放心的修改吧! 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(123) 评论(0) 推荐(0) 编辑
摘要:坑 有没有懂的大哥,讲讲? 这是CUda的安装 为什么包含了驱动选项呢? 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(47) 评论(0) 推荐(0) 编辑
摘要:以下是手写字识别的整个代码 1、读取data(pd.read_csv()); 2、构造trainData, valData; 3、对trainData进行增强(dataGeneration); 4、创建model = keras.model(); 5、使用增强... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(96) 评论(0) 推荐(0) 编辑
摘要:(1)一个点,代表跟运行脚本同级别(平行级别)的路径; (2)两个点,代表在运行脚本上级的路径; trainData = pd.read_csv(r'../resources/train.csv') 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(769) 评论(0) 推荐(0) 编辑
摘要:os.getcwd() 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(45) 评论(0) 推荐(0) 编辑
摘要:结论: 1、如果timer中的任何一个环节,发生堵塞。整个程序都会被堵塞掉。 2、师弟的需求:clean function运行10秒之后,把它给中断掉。无法通过timer完成。 3、当计时器的时间到了的时候,会执行TimerFcn 。但是在TimerFcn 中... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(374) 评论(0) 推荐(0) 编辑
摘要:我感觉,type代表的就是输入的类型 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(45) 评论(0) 推荐(0) 编辑
摘要:坑 解答如下: https://www.cnblogs.com/zxm1993/p/10737664.html 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要:坑 怎么办呢? https://stackoverflow.com/questions/4296138/use-wildcard-with-os-path-isfile 实不实用,不知道↑ 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(299) 评论(0) 推荐(0) 编辑
摘要:import ossourceDataPath = r'X:/PM210513163247708'for home, dir, file in os.walk(sourceDataPath): if len(os.listdir(home)) == 0:... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(15) 评论(0) 推荐(0) 编辑
摘要:1、安装nvm(类似与anaconda,包管理器) https://github.com/coreybutler/nvm-windows/releases nvm install v14.17 nvm use v14.17 2、全局安装elec... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(155) 评论(0) 推荐(0) 编辑
摘要:坑。 暂时放弃,选择在AI里添加。prism,太麻烦了 https://www.graphpad.com/guides/prism/latest/user-guide/legendsxy.htm 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(308) 评论(0) 推荐(0) 编辑
摘要:强烈推荐使用EDFbrowser分析edf时间序列 open一个edf 选择加载的edf信号 对信号进行可视化 快捷键: + - ctrl++ ctrl+- 缩放时间和幅值; 最终的是,还可以设计带通、高通、低通、陷波器 ... 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(412) 评论(0) 推荐(0) 编辑
摘要:直白理解,就是 1、输入原始图片; 2、输出 最终结果; 之前的特征提取的步骤,直接省略了; 阅读全文
posted @ 2022-03-20 21:37 bH1pJ 阅读(312) 评论(0) 推荐(0) 编辑

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