一直以来都没有好好的研究过,最近在看一个菜单的框架,里面用到了指针和结构体。指针本来就不是很懂了,加上不熟悉结构体,就打算静下心来好好的学习下。 什么是结构体 结构体其实就是一种数据类型,不同的是它可以容纳好多不同的数据值;一旦结构体类型被声明并且其数据成员被标识,即可创建该类型的多个变量(就像是J ...
分类:
其他好文 时间:
2020-03-03 14:34:51
阅读次数:
73
考虑到 $ans_{i+1} \leq ans_i$ 且 $ans_{i} \leq \frac{n}{i}$ 然后胡乱分析一波,考虑根号分治,一部分暴力,一部分按根号的性质来,考虑到块取成 $q$,一部分暴力的复杂度是 $nq$,然后你发现剩下的值域仅仅是 $[0,\frac{n}{q}]$,由于 ...
分类:
其他好文 时间:
2020-03-03 14:31:10
阅读次数:
74
(1) sent one mail to IC inbox via outlook: (2) go to SWEL to check if there is one entry for the mail you just sent (3) go to tcode SWI1, you will fin ...
分类:
其他好文 时间:
2020-03-03 10:47:28
阅读次数:
64
不得不说cf题目都是毒瘤,一篇读下来我头都裂开了 (哭) 个人认为这次的大坑点是E题 不谈有生之年的F题 和平常一样A,B,C都是思维题不过这次C题有坑还是贴一下 C题: https://codeforces.ml/contest/1321/problem/C You are given a str ...
分类:
其他好文 时间:
2020-03-03 00:47:42
阅读次数:
79
昨天我们讲了vbs中的msgbox,并没有细讲,今天我们就来深度了解一下msgbox 再讲之前,我区分一下msgbox的格式,msgbox("")这个正式一点,msgbox""这个方便一点,大家可以自己去选择自己喜欢的。 msgbox"a",b,"c" 我们先来讲一下这abc有什么用,a就是输入的内 ...
分类:
其他好文 时间:
2020-03-02 23:19:40
阅读次数:
79
[TOC] "原文地址" Folding in comment 四、注释的折叠 This keyword set is new in UDL 2.1. It allows you to fold anything as long as your language supports comments. ...
分类:
其他好文 时间:
2020-03-02 21:00:10
阅读次数:
68
[TOC] "原文地址" Keywords 七、关键词 This section describes new options user have when defining keyword lists. Number of keyword lists has been expanded to eig ...
分类:
其他好文 时间:
2020-03-02 20:50:10
阅读次数:
84
[TOC] "原文地址" Defaults 二、默认设置 This is the simplest option. You can only change styler of default text. After you click “Styler” button, you will see “S ...
分类:
其他好文 时间:
2020-03-02 20:44:59
阅读次数:
71
今天一大早起来,zabbix报错了 我去查看了mysql的状态 MySQL is not running, but lock file (/var/lock/subsys/mysql) exists 启动的时候发现 ERROR! The server quit without updating PI ...
分类:
其他好文 时间:
2020-03-02 20:34:54
阅读次数:
80
实验目的: 1)了解分布式分布式版本控制系统的核心机理; 2) 熟练掌握git的基本指令和分支管理指令; 实验内容: 1)安装git 2)初始配置git ,git init git status指令 3)掌握git log ,git add ,git diff 指令 4) 掌握git tag git ...
分类:
其他好文 时间:
2020-03-02 15:03:57
阅读次数:
90