AE2ACE coursework 2019-2020This coursework is worth 25% of the final mark.Stock Trading & Algorithm Correctness.Deadline: 29 November 2019 16:00Part I ...
分类:
其他好文 时间:
2019-12-14 21:06:33
阅读次数:
88
482. License Key Formatting Easy You are given a license key represented as a string S which consists only alphanumeric character and dashes. The stri ...
分类:
其他好文 时间:
2019-12-13 12:23:56
阅读次数:
82
使用NSIS制作Windows安装程序快速入门 这里使用的NSIS版本为3.04,HM NIS Edit版本为2.0.3。 制作安装程序的过程: 1. 确定安装的功能和界面元素 2. 编写 NSIS 脚本 3. 使用 NSIS 提供的 makensis 或者 makensisw 程序,将步骤 2 编 ...
题目链接:http://codeforces.com/problemset/problem/602/E E. Kleofá? and the n-thlon time limit per test 1 second memory limit per test 256 megabytes input ...
分类:
其他好文 时间:
2019-12-08 17:14:20
阅读次数:
103
谈到事务一般都是以下四点 原子性(Atomicity)原子性是指事务是一个不可分割的工作单位,事务中的操作要么都发生,要么都不发生。一致性(Consistency)事务前后数据的完整性必须保持一致。隔离性(Isolation)事务的隔离性是多个用户并发访问数据库时,数据库为每一个用户开启的事务,不能 ...
分类:
其他好文 时间:
2019-12-04 14:53:38
阅读次数:
71
原题链接在这里:https://leetcode.com/problems/hand-of-straights/ 题目: Alice has a hand of cards, given as an array of integers. Now she wants to rearrange the ...
分类:
其他好文 时间:
2019-11-14 13:45:12
阅读次数:
105
Mysql-操作基本知识点: 1、/* Liunx服务 */ @启动Mysql服务 -- 启动MySQL systemctl start mysqld.service systemctl start mysqld.service @/* Windows服务 */ /* Windows服务 */ -- ...
分类:
数据库 时间:
2019-11-04 19:42:55
阅读次数:
108
Oct 28,2019 ~ Nov 3,2019 Algorithm 本周的学习的算法是二分法。二分法可以用作查找即二分查找,也可以用作求解一个非负数的平方根等。下面主要以二分查找为例。 为了后续描述方便理解,先作出如下定义: k:要查找的数字 L:待查找的有序序列 left:查找区间的左边界 ri ...
分类:
其他好文 时间:
2019-11-03 23:42:27
阅读次数:
87
1 题目 Write a function to check whether an input string is a valid IPv4 address or IPv6 address or neither. IPv4 addresses are canonically represented ...
分类:
其他好文 时间:
2019-11-03 15:04:37
阅读次数:
101
E - One-Dimensional Battle Ships CodeForces - 567D Alice and Bob love playing one-dimensional battle ships. They play on the field in the form of a li ...
分类:
其他好文 时间:
2019-10-31 23:42:16
阅读次数:
154