码迷,mamicode.com
首页 >  
搜索关键字:writing    ( 842个结果
【HDOJ】3505 Writing Robot
挺好的一道题目,我的做法是kmp+Dinic网络流。kmp求子串在P中出现的次数,从而计算love值。网络流主要用来处理最优解。case2中p1的love值是8,p2的love值是7,最终T包含p1和p2,hate值也仅仅算一次。这个题目难点在于思考为什么网络流的解法是合理,可以反证。从而导出最优解...
分类:其他好文   时间:2015-12-23 00:40:43    阅读次数:248
Writing Your Own jQuery Plugins
Setting Up1 2 The jQuery Plugin Structure1 (function($) {2 3 $.fn.helloWorld = function() {4 5 // Future home of "Hello, World!"6 7 }8...
分类:Web程序   时间:2015-12-22 01:03:19    阅读次数:300
[share]How to Become a Lazy but Productive Android Developer
How to Become a Lazy but Productive Android DeveloperHow can we optimize throughput time for writing the business logic for the app and avoid lazy cod...
分类:移动开发   时间:2015-12-19 16:17:57    阅读次数:273
Colorful Lecture Note(手工栈)
题目1 : Colorful Lecture Note时间限制:10000ms单点时限:1000ms内存限制:256MB描述Little Hi is writing an algorithm lecture note for Little Ho. To make the note more comp...
分类:其他好文   时间:2015-12-12 12:34:40    阅读次数:270
Ten Tips for Writing CS Papers, Part 2
Ten Tips for Writing CS Papers, Part 2This continues thefirst parton tips to write computer science papers.6. Ideal Structure of a ParagraphA paper ha...
分类:其他好文   时间:2015-12-11 22:07:56    阅读次数:201
Python Simple Unicode Instance
#!/usr/bin/env python#--*-- coding:utf-8 --*--'''An example of reading and writing Unicode string :Writes a Unicodestring to a file in utf-8 and reads...
分类:编程语言   时间:2015-12-02 22:21:32    阅读次数:188
[Redux] Writing a Todo List Reducer (Adding a Todo)
Learn how to implement adding a todo in a todo list application reducer.let todo = (state = [], action) => { switch(action.type){ case 'ADD_ITEM...
分类:其他好文   时间:2015-12-02 06:31:46    阅读次数:144
Ten Tips for Writing CS Papers, Part 1
Ten Tips for Writing CS Papers, Part 1As a non-native English speaker I can relate to the challenge of writing concise and clear English. Scientific w...
分类:其他好文   时间:2015-11-30 20:23:04    阅读次数:218
How to Shorten the Paper
1 1. Remember: you are writing for an expert. Cross out all that is trivial or routine. 2 3 2. Avoid repetition: do not repeat the assumptions of a t....
分类:其他好文   时间:2015-11-24 12:57:13    阅读次数:209
关于timestamp的二三事
之所以要写timestamp的随笔,是因为之前对它的理解存在误区,so. I have to remind myself by writing this informal essay.微软文档链接:https://msdn.microsoft.com/zh-cn/library/ms182776.a...
分类:其他好文   时间:2015-11-18 10:30:26    阅读次数:152
842条   上一页 1 ... 56 57 58 59 60 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!