摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-09-25 16:09 xxf2 阅读(136) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-09-25 15:36 xxf2 阅读(168) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-09-24 18:33 xxf2 阅读(346) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2020-09-23 22:35 xxf2 阅读(155) 评论(0) 推荐(0)
摘要: 基础版只生成数字 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> 阅读全文
posted @ 2020-09-23 20:38 xxf2 阅读(149) 评论(0) 推荐(0)
摘要: Scanner input = new Scanner(System.in) datetype(char,int,double......) 变量名 = input.nextdatetype() java的标准输入,定义的Scanner对象是input,如果想给程序从键盘中输入一个值,必须是变量名前 阅读全文
posted @ 2020-09-21 22:40 xxf2 阅读(140) 评论(0) 推荐(0)
摘要: 软件系统通常可分为三大类,即系统软件,应用软件和支撑软 linux操作功能:控制硬件:控制计算机硬件,与硬件交换信息,并协调各硬件的动作。资源管理:linux系统支持多用户共享计算机系统的资源. 输入输出处理:把用户的输入加工成程序可识别的形式,并把程序的输出转换成用户能能理解的形式。系统监控:解决 阅读全文
posted @ 2020-09-20 21:42 xxf2 阅读(114) 评论(0) 推荐(0)
摘要: # include <stdio.h> # include <stdlib.h> #define OK 1 #define OVERFLOW 0 #define LIST_INIT_SIZE 100 //可以存放的数据个数 #define LISTINCREMENT 10 typedef struc 阅读全文
posted @ 2020-09-20 15:55 xxf2 阅读(239) 评论(0) 推荐(0)
摘要: 记录来到博客的第一天 阅读全文
posted @ 2020-09-19 11:22 xxf2 阅读(60) 评论(0) 推荐(0)