- 博客(9)
- 收藏
- 关注
原创 Operations on Null Values in Pandas
Detecting null valuespandas data structures have two useful methods for detecting null data:isnull() and notnull(). Either one will return a boolean mask over the data.For example:
2022-03-21 16:57:06
1614
原创 Window上用VS Code编译C/C++文件(超详细)
安装扩展程序 1.打开VS Code安装。 2.安装结束之后,当你打开一个*.cpp文件,界面将会有智能补全,错误提示等显示。安装编译器 c++是一种编译语言,这意味着你的程序的源代码必须经过翻译(编译)才能在你的计算机上运行。VS Code依赖命令行工具来完成大部分的开发工作流程。C/ C++扩展***不包括***c++编译器或调试器。 1.先检查主机是否有已安装的编译器,打开命令行: 是否有GCC编译器: 输入 g++ --version
2021-11-15 15:01:24
1618
原创 深度学习之windows系统使用conda安装运行环境
#第一步根据操作系统在官网下载并安装Miniconda。两项都要勾选#第二步可以在浏览器的地址栏中输⼊ https://zh.d2l.ai/d2l-zh-1.0.zip 并按回⻋键进⾏下载。下载完成后,创建⽂件夹“d2l-zh”并将以上压缩包解压到这个⽂件夹。在该⽬录⽂件资源管理器的地址栏输⼊cmd进⼊命令⾏模式。在这里面输入cmd,这一步完成之后,可以输入命令"pip --version"和"conda --version"检测你的电脑里是否有这两个东西,我在安装的时候因为pip不是最新版
2021-04-10 18:25:12
2297
原创 北航计算机考研961初试之2019年选择题愚解愚解愚解!!
选择题1.32位MIPS指令中的立即数A.可以大于2^32B.可以等于2^32C.必然小于2^32D.必然大于0I-Format型:op(6bits)+rs(5bits)+rt(5bits)+immedi(16bits)这里的immedi可以表示正数也可以表示负数故选择C2.把指令设计为多级流水的方式原因不包括A.提高时钟频率B.解决数据冲突C.提高指令的并行性D.解决指令部件的复用问题从单周期指令到流水线指令,CPI增加了,故A正确多级流水方式本就存在数据冲突,并没有解
2021-03-09 16:32:30
2088
1
原创 《计算机组成与设计》David A.Patterson-英文原版之处理器4.5章节思维导图(三)
Figure 1Figure 2Figure 3Figure4Figure 5Figure 6
2020-06-17 21:53:00
509
原创 《计算机组成与设计》David A.Patterson-英文原版之处理器4.3章节思维导图(二)
1.Description:a memory unit : store the instructions of a program and supply intructions given an addressprogram counter : hold the address of the current instructionadder : increment the PC to the address of the next instructionCombination:2.3.
2020-06-16 20:21:46
477
原创 《计算机组成与设计》David A.Patterson-英文原版之处理器4.1,4.2章节思维导图(一)
《计算机组成与设计》David A.Patterson-英文原版之处理器学习笔记(一)![breif description:the value written into the PC can come from one of the addersthe data written into the register file come from either the ALU or the data memorythe second input of the ALU can come
2020-06-15 22:32:02
757
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅