码迷,mamicode.com
首页 >  
搜索关键字:nsis    ( 535个结果
CSCI3180 – Principles of Programming Languages
CSCI3180 – Principles of Programming Languages – Spring 2019Assignment 1 — Human Resources Management System in FORTRAN and COBOLDeadline: Feb 03, 201 ...
分类:其他好文   时间:2019-02-06 19:56:53    阅读次数:125
MySQL-事务
MySQL 事务介绍 标签(空格分隔): Mysql 事务 [TOC] MySQL事务 ACID 1. 原子性(Atomcity) 一个事务的最小单元,要么全部成功要么全部失败,执行的过程中是不能被打断或者执行其他操作的。 2. 一致性(Consistent) 事务开始前和结束后,数据库的完整性约束 ...
分类:数据库   时间:2019-02-01 18:06:30    阅读次数:171
Jack Straws POJ - 1127 (简单几何计算 + 并查集)
In the game of Jack Straws, a number of plastic or wooden "straws" are dumped on the table and players try to remove them one-by-one without disturbin ...
分类:其他好文   时间:2019-01-28 20:07:49    阅读次数:119
1052 Linked List Sorting (25 分)
1052 Linked List Sorting (25 分) A linked list consists of a series of structures, which are not necessarily adjacent in memory. We assume that each st ...
分类:其他好文   时间:2019-01-27 21:45:35    阅读次数:142
Karen and Game CodeForces - 816C (暴力+构造)
On the way to school, Karen became fixated on the puzzle game on her phone! The game is played as follows. In each level, you have a grid with n rows ...
分类:其他好文   时间:2019-01-26 12:40:39    阅读次数:185
861. Score After Flipping Matrix
We have a two dimensional matrix A where each value is 0 or 1. A move consists of choosing any row or column, and toggling each value in that row or c ...
分类:其他好文   时间:2019-01-22 20:41:09    阅读次数:157
给大佬的奖杯排序(CodeForces - 1082B)
题目链接:http://codeforces.com/problemset/problem/1082/B B. Vova and Trophies time limit per test 2 seconds memory limit per test 256 megabytes input stan ...
分类:编程语言   时间:2019-01-20 15:04:51    阅读次数:204
Cpp读写文件、CString转String、String转CString
场景 C++读取文件 技术点 读取文件 fstream提供了三个类,用来实现c++对文件的操作。(文件的创建、读、写)。 文件打开模式: 文件指针位置在c++中的用法: 例子: 移动的是字节,不是行。 常用的错误判断方法: 按行读取文件 String转CString c_str()函数返回一个指向正 ...
分类:其他好文   时间:2019-01-16 20:44:20    阅读次数:241
Array Division CodeForces - 808D (构造+实现)
Vasya has an array a consisting of positive integer numbers. Vasya wants to divide this array into two non-empty consecutive parts (the prefix and the ...
分类:其他好文   时间:2019-01-16 16:33:59    阅读次数:186
postgresql事务
pgsql事务与并发控制 事务与并发控制 数据库几大特性: ACID: Atomicity:原子性:一个事务要么全部执行,要么全部不执行 Consistency :一致性:执行事务的时候,数据库从一个一致的状态变更到另一个状态 Isolation:隔离性: 确保在并发执行的时候,每个事务感觉不到其他 ...
分类:数据库   时间:2019-01-08 01:00:49    阅读次数:208
535条   上一页 1 ... 13 14 15 16 17 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!