码迷,mamicode.com
首页 >  
搜索关键字:written    ( 1077个结果
可持久化数据结构之主席树
转自:http://finaltheory.info/?p=249HomeACM可持久化数据结构之主席树06十2013可持久化数据结构之主席树Written byFinalTheoryon. Posted inACM引言首先引入CLJ论文中的定义:所谓的“持久化数据结构”,就是保存这个数据结构的所有...
分类:其他好文   时间:2014-12-03 01:41:45    阅读次数:353
[翻译] KYCircularProgress
KYCircularProgressFlexible progress bar written in Swift.用Swift语言编写的灵活的进度条控件。FeaturesGradation Color 渐变的颜色Progress Closure 进度渐变UIBezierPath Progress B...
分类:其他好文   时间:2014-12-03 00:15:58    阅读次数:172
HOWTO: Be more productive
---by Aaron SwartzHOWTO: Be more productive“With all the time you spend watching TV,” he tells me, “you could have written a novel by now.” It’s hard....
分类:其他好文   时间:2014-12-01 23:57:39    阅读次数:370
高级语言与低级语言
【高级语言与低级语言】 本文记录Mono如何让你工作更高效,以及如何让软件在无需把C/C++重写成C#代码的情况下拥有扩展性。 In the past, software used to be written entirely in a single programming language. .....
分类:编程语言   时间:2014-11-28 17:44:18    阅读次数:268
Android中Parcelable接口用法
1. Parcelable接口Interface for classes whose instances can be written to and restored from a Parcel。 Classes implementing the Parcelable interface must ...
分类:移动开发   时间:2014-11-28 16:13:54    阅读次数:299
[LeetCode] ZigZag Converesion 之字型转换字符串
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2014-11-28 14:14:43    阅读次数:154
Leetcode: ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他好文   时间:2014-11-26 22:24:09    阅读次数:154
java学习随笔之异常A class file was not written.
今天写一个程序,出现异常java.lang.NoClassDefFoundError然后错误提示是A class file was not written. The project may be inconsistent, if so try refreshing this project and ...
分类:编程语言   时间:2014-11-26 15:40:02    阅读次数:158
把数字数值转换成单词形式
《C和指针》第7章第6道编程题:编写函数void written_amount( unsigned int amount, char *buffer );它把 amount 表示的值转换为单词形式,并存储于 buffer 中。这个函数可以在一个打印支票的程序中使用。例如,如果 amount 的值是 ...
分类:其他好文   时间:2014-11-25 23:25:21    阅读次数:203
Django Web在Apache上的部署
1. 安装配置Apache2. 安装wsgi_mod模块3. 开放相应端口vim /etc/sysconfig/iptables# Firewall configuration written by system-config-firewall# Manual customization of th...
分类:Web程序   时间:2014-11-23 18:56:24    阅读次数:168
1077条   上一页 1 ... 90 91 92 93 94 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!