Wanna tell her - interactive DHTML|石家庄墓地|梨花粉加工
分类:
Web程序 时间:
2015-04-25 12:12:40
阅读次数:
166
this is the code:public class paint extends JFrame{ public paint(){ setLayout(new FlowLayout()); setLocation(0, 0); setSize(200, 200); setDefaul...
分类:
编程语言 时间:
2015-04-23 23:06:09
阅读次数:
168
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 22346
Accepted: 7924
Description
Given a connected undirected graph, tell if its minimum spanning tree is unique.
Def...
分类:
其他好文 时间:
2015-04-19 22:49:43
阅读次数:
237
所有的学习的内容都在注释当中,我的学习过程是,看到这个代码段之后,将其中需要的只是去大体的学习一遍。争取能够做到理解整体的部分。
下面展示出我的学习的代码:#ifndef _I386_BUG_H
#define _I386_BUG_H
/*
* Tell the user there is some problem.
* 告诉用户出现了一些问题
* The offending file an...
分类:
其他好文 时间:
2015-04-17 15:50:31
阅读次数:
112
要在公司中分享一个电影,为了能够简单的播放一些电影的片段,使用AppleScript和MPlayerX的seekto功能来播放指定时间段的电影。tell application "Finder" open document file "xxx.mkv" of folder "Movies" o...
分类:
移动开发 时间:
2015-04-15 19:20:01
阅读次数:
160
今天学习到《UNIX环境高级编程》程序清单8-7,遇到一个编译错误:TELL_WAIT, WAIT_PARENT, TELL_CHILD未定义。我在本书所附源代码中用下面这条命令找到了它们的定义文件(在apue.2e目录下执行):grep -r TELL_WAIT * 这些函数定义在./apue.2...
分类:
其他好文 时间:
2015-04-09 21:30:37
阅读次数:
208
Problem Description
Given two strings, you have to tell the length of the Longest Common Substring of them.For example:
str1 = banana
str2 = cianaicSo the Longest Common Substring is “ana”, and the...
分类:
编程语言 时间:
2015-04-09 15:33:59
阅读次数:
225
DescriptionGiven a directed graph containing n vertice (numbered from 1 to n) and m edges. Can you tell us how many different Hamiltonian Cycles are t...
分类:
其他好文 时间:
2015-04-06 21:34:45
阅读次数:
144
题意:Now tell you two nonnegative integer a and b. Find the nonnegative integer X and integer Y to satisfy X*a + Y*b = 1.
而且要满足X是通解中最小的。
注意X可以取0就可以了
//31MS 1808K 761 B G++
#include
#include
#include
...
分类:
其他好文 时间:
2015-04-02 09:13:28
阅读次数:
143
Binary String Matching
时间限制:3000 ms | 内存限制:65535 KB
难度:3
描述Given two strings A and B, whose alphabet consist only ‘0’ and ‘1’. Your task is only to tell how many times does A appear as...
分类:
其他好文 时间:
2015-03-31 09:12:58
阅读次数:
122