上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页
摘要: eclipse安装 0.下载 官方地址https://www.eclipse.org/downloads/packages/ 下载那个版本大家参见下图自行取舍叭 1.安装 解压缩 推荐的解压工具7-zip 打开应用程序,(o゜▽゜)o☆[BINGO!] 但是,如果你不幸的看到了这个提示 参见该博客 阅读全文
posted @ 2019-04-03 10:58 Moliay 阅读(25) 评论(0) 推荐(0)
摘要: 原题链接https://leetcode.com/problems/special-binary-string/ 题目描述 Special binary strings are binary strings with the following two properties: The number 阅读全文
posted @ 2019-04-02 21:10 Moliay 阅读(22) 评论(0) 推荐(0)
摘要: 汇编语言中 语句不区分大小写,编译软件会自动识别语句用户自定义的变量和符号必须区分大小写。 8086 1.寄存器 cpu在访问存储器时,必须指明: 段寄存器:所访问的存储单元属于哪个段偏移量:相应存储单元与段起始地址(段基址)的距离 notes : 在程序设计中,可以把一个程序划分为任意个存储段。但 阅读全文
posted @ 2019-04-01 20:04 Moliay 阅读(105) 评论(0) 推荐(0)
摘要: 以下内容输入笔记,并非总结 为什么要学习汇编语言 在根本上认识、理解计算机的工作过程在计算机系统中,一些功能必须使用汇编语言的程序来实现 eg : 系统初始化,机器的自检 计算机程序设计语言 共有机器语言,高级语言,汇编语言 1.机器语言:顾名思义,也就是机器能够识别的语言 把控制计算机的命令和各种 阅读全文
posted @ 2019-03-31 21:04 Moliay 阅读(21) 评论(0) 推荐(0)
摘要: 本次安装笔者借鉴了n篇前辈的文章,如有冒犯,请指正 https://blog.csdn.net/qq_20788055/article/details/80372577 https://blog.csdn.net/qq_37172528/article/details/80459490 https: 阅读全文
posted @ 2019-03-31 13:06 Moliay 阅读(32) 评论(0) 推荐(0)
摘要: 原题链接https://leetcode.com/problems/number-of-atoms/ 题目描述 Given a chemical formula (given as a string), return the count of each atom. An atomic element 阅读全文
posted @ 2019-03-30 09:41 Moliay 阅读(19) 评论(0) 推荐(0)
摘要: 给定一个数列 1 1 1 3 5 9 17……,这个数列第四项开始等于前三项的和,让你求出第20190324项的最后四位数。 package BlueCup; public class Main { public static void main(String[] args) { long res 阅读全文
posted @ 2019-03-29 19:46 Moliay 阅读(12) 评论(0) 推荐(0)
摘要: 原题链接https://leetcode.com/problems/partition-to-k-equal-sum-subsets/ 题目描述 Given an array of integers nums and a positive integer k, find whether it’s p 阅读全文
posted @ 2019-03-28 15:34 Moliay 阅读(24) 评论(0) 推荐(0)
摘要: 文章目录 一. DOSBox && debug使用1.安装配置(以下方法们按照从麻烦到简便的顺序)(1) 多步骤(可行,但不推荐)(2)一步到位(强烈推荐) 2. 窗口大小 二. debug两种状态三.debug命令及操作? :查看文档A :逐步汇编1.不给地址的话,默认为0101或者当前的IP地址 阅读全文
posted @ 2019-03-25 21:05 Moliay 阅读(1930) 评论(0) 推荐(0)
摘要: 原题链接https://leetcode.com/problems/longest-univalue-path 题目描述 Given a binary tree, find the length of the longest path where each node in the path has 阅读全文
posted @ 2019-03-25 15:38 Moliay 阅读(5) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页