E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
XTU程序设计实践
xtu
summer individual 6 B - Number Busters
Number Busters Time Limit: 1000ms Memory Limit: 262144KB This problem will be judged on CodeForces. Original ID: 382B 64-bit integer IO format: %I64d  
·
2015-10-31 08:23
number
xtu
summer individual 5 F - Post Office
Post Office Time Limit: 1000ms Memory Limit: 10000KB This problem will be judged on PKU. Original ID: 1160 64-bit integer IO format: %lld Java class
·
2015-10-31 08:23
Office
xtu
summer individual 5 A - To Add or Not to Add
To Add or Not to Add Time Limit: 2000ms Memory Limit: 262144KB This problem will be judged on CodeForces. Original ID: 231C 64-bit integer IO format: %I64d  
·
2015-10-31 08:23
dual
xtu
summer individual 5 D - Subsequence
Subsequence Time Limit: 1000ms Memory Limit: 32768KB This problem will be judged on HDU. Original ID: 3530 64-bit integer IO format: %I64d Java clas
·
2015-10-31 08:23
sequence
C++ STL体系结构、 编程方法及存在的问题
在
程序设计实践
中积累了许多经验和代码,充分利用这些经验和代码是降低程序复杂性的有效途径。程序设计语言必须提供代码重用的机制。
·
2015-10-30 17:05
体系结构
读《
程序设计实践
》之一 风格
1. 名字 名字应该是非形式的、简练的、容易记忆的,如果可能的话,最好是能拼读的。 1.1 全局变量使用具有说明性的名字,局部变量用短名字。 1.2 保持一致性。相关的东西应该给以相关的名字,以说明它们的关系和差异。 1.3 函数采用动作性的名字。函数名应当用动作性的动词,后面可以跟着名字。 1.4 要准确。名字不仅是个标记,它还携带着给读程序人的信息。误用的名字可能
·
2015-10-30 14:39
程序设计
读《
程序设计实践
》之二 算法与数据结构
1. 检索 顺序检索。逐个查看每个数据元素是不是要找的那一个。顺序检索非常简单,但是它的工作量与被检索数据的数目成正比。这种检索也成为线性检索。 二分检索。做检索的表格本身必须是排好序的,程序还必须知道表格的长度。算法复杂度:log(n)。 // lookup: binary search for value in arr; returen it's index
·
2015-10-30 14:39
数据结构
xtu
summer individual-4 D - Martian Strings
Martian Strings Time Limit: 2000ms Memory Limit: 262144KB This problem will be judged on CodeForces. Original ID: 149E 64-bit integer IO format: %I64d &nbs
·
2015-10-30 11:03
String
xtu
summer individual 3 F - Opening Portals
Opening Portals Time Limit: 2000ms Memory Limit: 262144KB This problem will be judged on CodeForces. Original ID: 196E 64-bit integer IO format: %I64d &nbs
·
2015-10-30 11:03
Portal
xtu
summer individual 5 E - Burning Bridges
Burning Bridges Time Limit: 5000ms Memory Limit: 32768KB This problem will be judged on ZJU. Original ID: 2588 64-bit integer IO format: %lld Java c
·
2015-10-30 11:03
bridge
xtu
read problem training 3 B - Gears
Gears Time Limit: 2000ms Memory Limit: 65536KB This problem will be judged on ZJU. Original ID: 3789 64-bit integer IO format: %lld Java class name:
·
2015-10-30 11:02
read
xtu
summer individual-4 A - Beautiful IP Addresses
Beautiful IP Addresses Time Limit: 2000ms Memory Limit: 262144KB This problem will be judged on CodeForces. Original ID: 292C 64-bit integer IO format: %I64d &nb
·
2015-10-30 11:02
dual
xtu
read problem training 3 A - The Child and Homework
The Child and Homework Time Limit: 1000ms Memory Limit: 262144KB This problem will be judged on CodeForces. Original ID: 437A 64-bit integer IO format: %I64d &nb
·
2015-10-30 11:01
read
xtu
summer individual-4 B - Party All the Time
Party All the Time Time Limit: 2000ms Memory Limit: 32768KB This problem will be judged on HDU. Original ID: 4355 64-bit integer IO format: %I64d Ja
·
2015-10-30 11:01
time
xtu
summer individual 4 C - Dancing Lessons
Dancing Lessons Time Limit: 5000ms Memory Limit: 262144KB This problem will be judged on CodeForces. Original ID: 45C 64-bit integer IO format: %I64d  
·
2015-10-30 11:01
less
xtu
summer individual 3 C.Infinite Maze
B. Infinite Maze time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output We've got a rectangular
·
2015-10-30 11:00
init
xtu
DP Training C.炮兵阵地
炮兵阵地 Time Limit: 2000ms Memory Limit: 65536KB This problem will be judged on PKU. Original ID: 1185 64-bit integer IO format: %lld Java class name:&
·
2015-10-30 11:59
ini
xtu
read problem training 2 B - In 7-bit
In 7-bit Time Limit: 2000ms Memory Limit: 65536KB This problem will be judged on ZJU. Original ID: 3713 64-bit integer IO format: %lld Java class na
·
2015-10-30 11:59
read
xtu
DP Training B. Collecting Bugs
B. Collecting Bugs Time Limit: 10000ms Memory Limit: 64000KB 64-bit integer IO format: %lld Java class name: Main Special Judge Ivan is fond
·
2015-10-30 11:59
bugs
xtu
summer individual 2 E - Double Profiles
Double Profiles Time Limit: 3000ms Memory Limit: 262144KB This problem will be judged on CodeForces. Original ID: 154C 64-bit integer IO format: %I64d &nbs
·
2015-10-30 11:59
profile
xtu
summer individual 1 A - An interesting mobile game
An interesting mobile game Time Limit: 1000ms Memory Limit: 32768KB This problem will be judged on HDU. Original ID: 3295 64-bit integer IO format: %I64d &
·
2015-10-30 11:58
mobile
xtu
summer individual 2 D - Colliders
Colliders Time Limit: 2000ms Memory Limit: 262144KB This problem will be judged on CodeForces. Original ID: 155D 64-bit integer IO format: %I64d Jav
·
2015-10-30 11:58
dual
xtu
summer individual 2 C - Hometask
Hometask Time Limit: 2000ms Memory Limit: 262144KB This problem will be judged on CodeForces. Original ID: 154A 64-bit integer IO format: %I64d Java
·
2015-10-30 11:58
meta
xtu
summer individual 1 D - Round Numbers
D - Round Numbers Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Description The cows, as you kn
·
2015-10-30 11:57
number
xtu
summer individual 1 E - Palindromic Numbers
E - Palindromic Numbers Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu Description A palindromic nu
·
2015-10-30 11:57
number
xtu
summer individual 1 C - Design the city
C - Design the city Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu Description Cerror is the mayor
·
2015-10-30 11:57
design
xtu
read problem training B - Tour
B - Tour Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Description John Doe, a skilled pilot, en
·
2015-10-30 11:56
read
xtu
read problem training A - Dividing
A - Dividing Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u Description Marsha and Bill o
·
2015-10-30 11:56
read
xtu
字符串 C. Marlon's String
C. Marlon's String Time Limit: 2000ms Memory Limit: 65536KB 64-bit integer IO format: %lld Java class name: Main Long long ago, there
·
2015-10-30 11:56
String
xtu
字符串 D. 病毒侵袭
D. 病毒侵袭 Time Limit: 1000ms Memory Limit: 32768KB 64-bit integer IO format: %I64d Java class name: Main 当太阳的光辉逐渐被月亮遮蔽,世界失去了光明,大地迎来最黑暗的时刻。。。。在这样
·
2015-10-30 11:55
字符串
XTU
二分图和网络流 练习题 C. 方格取数(1)
C. 方格取数(1) Time Limit: 5000ms Memory Limit: 32768KB 64-bit integer IO format: %I64d Java class name: Main 给你一个n*n的格子的棋盘,每个格子里面有一个非负数。 从中取出若干个
·
2015-10-30 11:53
二分图
xtu
字符串 B. Power Strings
B. Power Strings Time Limit: 3000ms Memory Limit: 65536KB 64-bit integer IO format: %lld Java class name: Main Given two strings a and b we de
·
2015-10-30 11:51
String
JQuery原理介绍及学习方法
由于ITeye不支持markdown,所以关于博客内容详情,请参照我的CSDN博客:http://blog.csdn.net/
xtu
_xiaoxin/article/details/49494315
XTU_xiaoxin
·
2015-10-30 11:00
JavaScript
jquery
XTU
二分图和网络流 练习题 J. Drainage Ditches
J. Drainage Ditches Time Limit: 1000ms Memory Limit: 32768KB 64-bit integer IO format: %I64d Java class name: Main Every time it rains on Farm
·
2015-10-28 08:04
二分图
xtu
数据结构 H. City Horizon
H. City Horizon Time Limit: 2000ms Memory Limit: 65536KB 64-bit integer IO format: %lld Java class name: Main Farmer John has taken his cows
·
2015-10-28 08:02
数据结构
xtu
数据结构 I. A Simple Tree Problem
I. A Simple Tree Problem Time Limit: 3000ms Memory Limit: 65536KB 64-bit integer IO format: %lld Java class name: Main Given a rooted tree, e
·
2015-10-28 08:01
simple
xtu
数据结构 G. Count the Colors
G. Count the Colors Time Limit: 2000ms Memory Limit: 65536KB 64-bit integer IO format: %lld Java class name: Main Painting some color
·
2015-10-28 08:00
count
xtu
数据结构 D. Necklace
D. Necklace Time Limit: 5000ms Memory Limit: 32768KB 64-bit integer IO format: %I64d Java class name: Main Mery has a beautiful necklace. The
·
2015-10-28 08:00
数据结构
xtu
数据结构 C. Ultra-QuickSort
C. Ultra-QuickSort Time Limit: 7000ms Memory Limit: 65536KB 64-bit integer IO format: %lld Java class name: Main Submit Status In this pr
·
2015-10-28 08:59
Quicksort
xtu
数据结构 B. Get Many Persimmon Trees
B. Get Many Persimmon Trees Time Limit: 1000ms Memory Limit: 30000KB 64-bit integer IO format: %lld Java class name: Main Submit Status Seij
·
2015-10-28 08:59
数据结构
20141026--娱乐-箱子
System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace
XTU
0
·
2015-10-28 08:00
娱乐
5、
程序设计实践
读书笔记
1、对于字符串,最常见的散列算法之一就是:逐个把字节加到已经构造的部分散列值的一个倍数上。乘法能把新字节在已有的值中散开来。这样,最后结果将是所有输入字节的一种彻底混合。根据经验,在对ASCII串的散列函数中,选择31和37作为乘数是很好的。P45 如下所示: enum {MULTIPLIER = 31}; unsigned int hash(char *str) { unsig
·
2015-10-27 16:29
读书笔记
今天开始读《
程序设计实践
之路》这本书
以前大学学编译原理等学的不好,所以买了该书,打算读一次,加深理解,今天开始看了,该书实在不错。下面是摘录的书评: 接受程序设计语言的再教育--王咏刚 创建人: DearBook_Tech 查看/发表评论 本书评获得 0 D币 如果你在试用了28种开源框架和69种eclipse插件后仍不清楚自己眼前的垃圾代码该如何“重构”,那么,你也许需要抽出一些时间,补习一下你曾经极度蔑视的、看起来没有
·
2015-10-21 12:48
程序设计
“珠玑之椟”系列简介与索引
内容提要: 主要是算法收集,结合了《
程序设计实践
》 (Practise of Programming)、《编程精粹:编写高质量C语言代码》(Writing solid code)和《算法导论》的部分相关内容
·
2015-10-21 11:21
索引
程序设计实践
-阅读笔记(一)
有一段时间未读什么书了,周末两天于是拿起
程序设计实践
大概翻了一遍,以下便是个人总结第一章的主要的内容。
·
2015-10-21 10:13
程序设计
新手程序员的学习之路
阅读经典著作:《代码大全(第二版)》, 《程序员修炼之道》, 《
程序设计实践
》, 《设计模式》 等。 学习别人的代码。开
·
2015-10-20 08:09
程序员
springmvc工作原理
http://blog.csdn.net/
xtu
_xiaoxin/article/details/8796499SpringMVC工作流程图图一图二 Spring工作流程描述 1.用户向服务器发送请求
u014799292
·
2015-10-12 12:00
spring
spring
mvc
mvc
【前端学习】javascript正则表达式和字符串RegExp and String(二)
思维导图思维导图可参照:http://blog.csdn.net/
xtu
_xiaoxin/article/details/48810583字符串的创建方
starfd
·
2015-09-30 18:00
JavaScript
正则表达式
String
字符串
【前端学习】javascript正则表达式和字符串RegExp and String(一)
csdn博客地址:http://blog.csdn.net/
xtu
_xiaoxin/article/details/48810583 前言正则表达式是javascript非常重要和常用的功能,在jquery
XTU_xiaoxin
·
2015-09-29 20:00
JavaScript
正则表达式
C++
程序设计实践
题1
(1)、定义一个人员类Person,包括成员变量:编号、姓名、性别和用于输入input、输出output的成员函数;(2)、在此基础上派生出学生类Student(增加一个成员变量:成绩)和教师类Teacher(增加一个成员变量:教龄);(3)、学生类和教师类分别有输入input、输出output的成员函数;在人员类中加入对+符号的重载,使其达到以下目的:(4)两个人员类进行相加,其结果仍然是一个人
tianchaoinn
·
2015-09-15 13:19
c/c++
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他