码迷,mamicode.com
首页 >  
搜索关键字:total    ( 18887个结果
cat命令合并多个txt文件
cat是concatenate的缩写,意为串联。 cat命令两个常用的用法是: cat file1.txt file2.txt file3.txt > file_total.txt 命令可以将上面三个txt文件合并为一个名字为file_total.txt的文件 参考来源: https://www.c ...
分类:其他好文   时间:2019-10-08 12:14:59    阅读次数:249
COIS 12036 Human Computer Interaction
COIS 12036 Human Computer Interaction (HCI)Project B (Term 2 – 2019)Total marks: 45 marksProject B: TaskThe overall task is divided into two project p ...
分类:其他好文   时间:2019-10-07 19:53:57    阅读次数:99
FIT2076 Assignment
FIT2076 Assignment 2 Semester 2, 2019This assignment is worth 25% of the total mark for the unit.This is a group assignment and is to be completed by ...
分类:其他好文   时间:2019-10-07 19:33:52    阅读次数:101
Text Mining Twitter Data in R
Project 1 (20 Points Total)Text Mining Twitter Data in R (using “tidytext”) This is a two-week project spanning Weeks 2 and 3.All parts are due at the ...
分类:其他好文   时间:2019-10-07 19:18:34    阅读次数:87
传统分页
1 <?php 2 class Page { 3 private $total; //数据表中总记录数 4 private $listRows; //每页显示行数 5 private $limit; 6 private $uri; 7 private $pageNum; //页数 8 private ...
分类:其他好文   时间:2019-10-01 16:52:29    阅读次数:90
[LeetCode 560] Subarray Sum Equals K
Given an array of integers and an integer k, you need to find the total number of continuous subarrays whose sum equals to k. Example 1: Note: Solutio ...
分类:其他好文   时间:2019-09-29 09:52:23    阅读次数:81
11 Container With Most Water 42.Trapping Rain Water
11 和 42 本质上都是木桶原理: 11 如何才能存最多的水? 假设 a[left] < a[right] , total = a[left] *(right-left) , 那么 right -1, right-2 位置 都比 total 小, 此时就没必要move right 了, 因为所有的 ...
分类:移动开发   时间:2019-09-29 09:33:22    阅读次数:76
hdu 1238 字符串处理 暴力
Substrings Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 13779 Accepted Submission(s): 6689http ...
分类:其他好文   时间:2019-09-27 19:10:44    阅读次数:68
kmp dp hdu 3336
Count the string Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 17918 Accepted Submission(s): 81 ...
分类:其他好文   时间:2019-09-26 14:45:48    阅读次数:83
poj 3080 暴力
Blue Jeans http://poj.org/problem?id=3080 Time Limit: 1000MS Memory Limit: 65536K Total Submissions:23922 Accepted: 10572 Description The Genographic ...
分类:其他好文   时间:2019-09-25 21:14:07    阅读次数:111
18887条   上一页 1 ... 35 36 37 38 39 ... 1889 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!