- 博客(10)
- 收藏
- 关注
转载 Compare the Triplet hackerrank算法
有两个数组a [] = {a1,a2,a3} .b [] = {b1,b2,b3}比较两个数组的对应元素.a1> b1则a + 1 .a2 <b2,则b + 1.依次比较,大的一方加一。最后输出比较结果。Sample Input 05 6 73 6 10Sample Output 01 1...
2018-09-04 13:54:00 107
转载 备份词
原来一切早已安排好从那以后我以故人的身份活在你的世界最让人心疼的原来是我们曾经就差一点就永远了就像所爱隔山海 山无路 海无边就像都爱隔你我 我在等 你在哪转载于:https://www.cnblogs.com/jinmo/p/9465084.html...
2018-08-12 21:44:00 104
转载 Struts2的相关配置 IDEA配置
一.环境配置: 1.Struts2包下载,官网下载Strust2的组件。官网包分类:完全分发:struts-2.5.16-all.zip 示例应用:struts-2.5.16-apps.zip 仅限基本依赖:struts-2.5.16-min-lib.zip 所有依赖关系:struts-2.5.16-l...
2018-08-03 22:22:00 126
转载 代码
#include<stdio.h>#include<signal.h>#include<unistd.h>#include<sys/types.h>#include<sys/wait.h>int wait_mark;void waiting(),stop();void main(){int p1...
2018-04-04 09:06:00 184
转载 C语言学生宿舍管理系统代码(可运行)
#include<stdio.h>#include<stdlib.h>#include<conio.h>#include<string.h>#include<windows.h>#include <malloc.h>#include<dos.h>#define len sizeof(struct dorm...
2018-03-09 18:29:00 4610
转载 Java图形化界面实例:
package ss;import java.awt.*;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.awt.event.ItemEvent;import java.awt.event.ItemListener;import javax.swing.*;pub...
2018-03-09 18:28:00 310
转载 操作系统实验一(瑾墨)
基础篇:#include<stdio.h>#include<dos.h>#include<stdlib.h>#include<conio.h>#define SCR 0x10void cls(void){ union REGS r; r.h.ah=6; r.h.al=0; r.h.cl=0; r.h.ch=0; r.h.dh=24; r...
2018-03-09 10:52:00 102
转载 HTML常用标签
基础标签描述<!DOCTYPE>定义文档类型。<html>定义 HTML 文档。<title>定义文档的标题。<body>定义文档的主体。<h1> to <h6>定义 HTML 标题。<p>定义段落。...
2018-02-09 18:13:00 120
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人