《计算机组成及汇编语言原理》阅读笔记:p48-p81

2024-12-23
阅读 3 分钟
518
For example, a complex instruction set computing (CISC) chip may be able to move a large block of data, perhaps a string consisting of several thousand bytes, from one memory location to another without using any of the CPU’s internal storage. By contrast, a reduced instruction set computing (RIS...

2024年10月文章一览

2024-11-01
阅读 1 分钟
477
2024年10月编程人总共更新了21篇文章:1.2024年9月文章一览2.《Programming from the Ground Up》阅读笔记:p147-p1803.《Programming from the Ground Up》阅读笔记:p181-p2164.《Programming from the Ground Up》阅读笔记:p217-p2385.《Programming from the Ground Up》读后感6.《使用Gin框架构建分布式应用》阅读...

《使用Gin框架构建分布式应用》阅读笔记:p234-p250

2024-10-29
阅读 3 分钟
531
docker run -d --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:4.0.2

《Programming from the Ground Up》阅读笔记:p147-p180

2024-10-08
阅读 2 分钟
456
p152, Physical memory refers to the actual RAM chips inside your computer and what they contain.

2024年6月文章一览

2024-07-02
阅读 1 分钟
445
2024年6月编程人总共更新了5篇文章:1.2024年5月文章一览2.《编译原理》阅读笔记:p183.《编译原理》阅读笔记:p19-p244.《编译原理》阅读笔记:p25-p325.《Programming from the Ground Up》阅读笔记:p1-p186月再挖一个坑,开始《Programming from the Ground Up》的学习。欢迎搜索及关注:编程人(a_codists)

我为什么选择这样一份经常出差的工作

2023-09-27
阅读 1 分钟
471
这几个月进入出差模式,在酒店与工厂两点一线之间往返。周五,在返回酒店途中,一名同事问我:“你工作了那么多年,为什么选择这样一份出差的工作?”,言外之意就是出差不方便,与家人、朋友聚少离多。

翻译:《实用的Python编程》01_01_Python

2021-02-06
阅读 4 分钟
1.7k
Python 是一种解释型(译者注:区别于编译型)的高级语言, 通常被归类为 "脚本语言" 并被认为类似于Perl、Tcl 或 Ruby 等语言。Python 的语法大致受 C 编程语言的启发。Python 由吉多·范罗苏姆(Guido van Rossum)于 1990 年创建,用 Python 命名是为了纪念吉多·范罗苏姆所喜欢的马戏团 Monty Python。
封面图

翻译:《实用的Python编程》01_00_Overview

2021-02-02
阅读 1 分钟
1.2k
本章是第一章,将会从头开始介绍 Python 基础知识,让你从零开始,学会怎么编写、运行、调试一个简单的程序。最后,你可以运用这些 Python 基础知识,去编写一个简短的脚本,读取 csv 数据并执行一些简单的计算。
封面图

翻译:《实用的Python编程》README

2021-01-14
阅读 2 分钟
1.2k
大约 25 年前,当我第一次学习 Python 时,发现 Python 竟然可以被高效地应用到各种混乱的工作项目上,我立即被震惊了。15 年前,我自己也将这种乐趣教授给别人。教学的结果就是本课程——一门实用的学习 Python的课程。本课程自 2007 年面世以来,已经被应用到400多个团体的面对面教学中。这些团体中包含了交易员、系统管...
封面图