09 2022 档案

摘要:GUI Graphical User Interface 图形用户接口 主界面 JFrame 框架 JMenuBar 菜单 ImageIcon 图片 JLabel 管理图片的容器 事件 鼠标监听机制 键盘监听机制 键盘监听典型案例:快捷键 阅读全文
posted @ 2022-09-24 21:39 D_coding_blog 阅读(22) 评论(0) 推荐(0) 编辑
摘要:第一章 计算机系统概述 第二章 数据的表示和运算 第三章 存储系统 第四章 指令系统 第五章 中央处理器 第六章 总线 第七章 I/O系统 阅读全文
posted @ 2022-09-20 22:27 D_coding_blog 阅读(48) 评论(0) 推荐(0) 编辑
摘要:原文 阅读全文
posted @ 2022-09-20 22:13 D_coding_blog 阅读(24) 评论(0) 推荐(0) 编辑
摘要:基本语法常识 杂乱语法 ① JavaScript是动态语言类型,let类似于auto,自动辨认数据类型。 ② 只定义变量不进行初始化,元素类型为undefined ③ 两个整数除法会出现小数 如:5/2 == 2.5 parseInt(5/2) == 2 ③ 取模可以为小数 如:2.5 % 2 == 阅读全文
posted @ 2022-09-16 18:06 D_coding_blog 阅读(36) 评论(0) 推荐(0) 编辑
摘要:static static表示静态,是Java中的一个修饰字符,可以修饰成员方法,成员变量 静态变量 需要用到静态的情况:共享的变量或方法 静态方法 static注意事项 ①this关键字和对象相关联,往往被创建为对象(实例)的类和方法,在被调用的时候隐含一个this ②静态方法和变量与类相关联,静 阅读全文
posted @ 2022-09-12 17:21 D_coding_blog 阅读(25) 评论(0) 推荐(0) 编辑
摘要:题目描述: 资源限制 内存限制:256.0MB C/C++时间限制:1.0s Java时间限制:3.0s Python时间限制:5.0s 问题描述 给定两个字符串,寻找这两个字串之间的最长公共子序列。 输入格式 输入两行,分别包含一个字符串,仅含有小写字母。 输出格式 最长公共子序列的长度。 样例输 阅读全文
posted @ 2022-09-11 14:02 D_coding_blog 阅读(47) 评论(0) 推荐(0) 编辑
摘要:蓝桥杯-算法提高-1174_最大连续子段和(线性DP) 蓝桥杯-算法提高-1020_最长公共子序列(线性DP) 阅读全文
posted @ 2022-09-11 13:33 D_coding_blog 阅读(70) 评论(0) 推荐(0) 编辑
摘要:蓝桥杯-算法提高-1174-最大连续子段和 蓝桥杯-算法提高-1020_最长公共子序列 阅读全文
posted @ 2022-09-11 13:31 D_coding_blog 阅读(35) 评论(0) 推荐(0) 编辑
摘要:题目描述: 资源限制 内存限制:256.0MB C/C++时间限制:1.0s Java时间限制:3.0s Python时间限制:5.0s 问题描述 给出一个长为n的数列,a1,a2,……,an,求和最大的连续子序列,即找到一对(i,j),i<=j,使ai+ai+1+……+aj的和最大,输出这个和 输 阅读全文
posted @ 2022-09-11 13:27 D_coding_blog 阅读(92) 评论(0) 推荐(0) 编辑
摘要:题目描述: Given any string of N (≥5) characters, you are asked to form the characters into the shape of U. For example, helloworld can be printed as: h d 阅读全文
posted @ 2022-09-06 20:59 D_coding_blog 阅读(26) 评论(0) 推荐(0) 编辑
摘要:题目描述: To store English words, one method is to use linked lists and store a word letter by letter. To save some space, we may let the words share the 阅读全文
posted @ 2022-09-06 20:52 D_coding_blog 阅读(15) 评论(0) 推荐(0) 编辑
摘要:题目描述: Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a 阅读全文
posted @ 2022-09-05 23:11 D_coding_blog 阅读(28) 评论(0) 推荐(0) 编辑

阅读目录(Content)

此页目录为空

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