http://blog.csdn.net/xuesen_lin/article/details/8787779http://www.alloyteam.com/2013/12/android-audio-module-learning-summary/https://github.com/bboyf...
分类:
其他好文 时间:
2015-11-12 06:29:42
阅读次数:
271
Today when I am building my application, everything works well but when I try to run Azure Worker Role (Azure SDK 2.7) locally it gives the following ...
分类:
其他好文 时间:
2015-11-08 22:07:10
阅读次数:
753
在UNIX系统中文件分为四种:1普通文件(ordinary file),分为: (1) 文本文件 (2) 二进制文件2 目录文件(directory) 3 特殊文件(special file),分为: (1)块设备文件(2)字符设备文件 4 符号链接文件(symbolic lin...
分类:
其他好文 时间:
2015-11-08 16:30:02
阅读次数:
209
这个系列的博客贴的都是我大二的时候学习Linux系统高级编程时的一些实验程序,都挺简单的。贴出来纯粹是聊胜于无。实验题目:Linux环境下系统函数综合实验实验目的:熟悉并掌握Linux环境下数学函数、字符函数、系统时间与日期函数、环境控制函数、内存分配函数以及数据结构中常用函数的使用方法。一、Lin...
分类:
系统相关 时间:
2015-11-07 22:04:24
阅读次数:
331
奶牛们建了一家酸奶厂,在N周内每周需要出货Y_i单位酸奶,第i周成本为C_i,储存费为每周S。求总体最低成本。贪心策略是维持每周的最低单位成本,每周可能用上周剩下的,也可能生产新的。于是该周单位成本可能为上一周的单位成本加上储存费,也可能为该周的单位成本。 1 #pragma comment(lin...
分类:
其他好文 时间:
2015-11-07 14:44:46
阅读次数:
251
分析:产品之间存在着共性——需引入接口 ——定义共性——抽象产品类 工厂共同实现的接口——定义共同接口——抽象工厂类相关UML图:类总括:具体代码:using System;using System.Collections.Generic;using System.Lin...
分类:
其他好文 时间:
2015-11-07 10:48:43
阅读次数:
206
1.lin语句 int[] nums = { 5, 4, 1, 3, 9, 8, 6, 7, 2, 0, 3 }; DataTable table = new DataTable("Numbers"); table.Columns.Add(...
分类:
其他好文 时间:
2015-11-05 22:15:59
阅读次数:
264
http://www.tuicool.com/articles/v6j2AbSnort is by far the most popular open-source network intrusion detection and prevention system (IDS/IPS) for Lin...
分类:
系统相关 时间:
2015-11-02 17:21:29
阅读次数:
291
Slim SpanTime Limit:5000MSMemory Limit:65536KTotal Submissions:7102Accepted:3761DescriptionGiven an undirected weighted graphG, you should find one of...
分类:
其他好文 时间:
2015-10-30 23:00:16
阅读次数:
255
目前lua集成protobuf主要有两种方式1. protobuf-gen-lua方案https://github.com/sean-lin/protoc-gen-lua 参照说明即可集成这个方案是将proto文件导出成lua文件, 使用起来稍微麻烦, 不能直接创建lua table, 而是要用生成...
分类:
其他好文 时间:
2015-10-30 00:50:33
阅读次数:
1146