首页 > 2014年05月02日 > 全部分享
随感
你那高傲冷艳的姿态已将多少激情拒之门外不喜欢零散的稿纸,只喜欢整本的稿纸就像不喜欢飘零的岁月,只喜欢有一个安稳的归属
分类:其他   时间:2014-05-02 17:49:41    收藏:0  评论:0  赞:0  阅读:351
YY语言
YY语音,又名“歪歪语音”,由广州多玩信息技术有限公司(NASDAQ:YY)研发,是一款基于网络团队语音的通信平台的计算机程式,主要功能是进行在线多人语音聊天,也有截图等一些辅助功能。该款软件的用户群主要集中在中国大陆,大多都用于网络游戏中的团队交流。是魔兽世界、cf等网络游戏玩家经常使用的软件。?...
分类:其他   时间:2014-05-02 17:47:29    收藏:0  评论:0  赞:0  阅读:608
linux ls -l 详解[转]
linux ls -l 详解[转]有几个字段老是记不住,就记载这里吧ls -l 列表信息详解我们平时用ls -l 命令查看一个目录下的文件和子目录的详悉信息时,会得到一个详细的文件和目录名列表.这个列表包含了文件的属性,所属用户,所属组,创建时间,文件大小等等信息.这些信息到底是什么意思呢?有很多初...
分类:系统服务   时间:2014-05-02 17:56:10    收藏:0  评论:0  赞:0  阅读:713
vc6.0 PK vs2010
从VC++6.0不足看VisualC++2010新特性 说起VC,有人想到维生素C(维C),有人想到风险投资(venture capital), 程序员们尤其是做底层开发的程序员或老程序员们第一感觉肯定会想到Visual C++6.0。为什么是6.0而不是其它的版本?这里的原因就不用我再多讲了,因....
分类:其他   时间:2014-05-02 17:54:02    收藏:0  评论:0  赞:0  阅读:662
用fseek和ftell获取文件的大小
#include #include #include int main(int argc,char *argv[]){ int n=0; FILE *fp; if((fp=fopen(argv[1],"r"))==NULL) { perror("fopen");...
分类:其他   时间:2014-05-02 18:04:49    收藏:0  评论:0  赞:0  阅读:584
MEX程序中的mexFunction函数【转】
与C中的main函数一样,MEX程序中的开始函数为mexFunction.默认变量参数是:void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])其中nlhs输出参数数目plhs[]指向输出参数的指针nr...
分类:其他   时间:2014-05-02 18:00:29    收藏:0  评论:0  赞:0  阅读:536
centos 6.4 /var/log/secure 不记录日志的問題
先确保日志服务开启;不妨重启下日志服务;由于目前RHEL 6/centos 6已经使用rsyslog替换了syslog.,所以不要在找/etc/syslog.conf了;重启命令:/etc/init.d/rsyslog restart尝试ssh重新登录進行测试,secure有信息了問題解决
分类:其他   时间:2014-05-02 17:58:21    收藏:0  评论:0  赞:0  阅读:731
codeforces Flipping Game 题解
本题因为数据量小,可以使用暴力法,时间效率是O(n^3) 但是这里巧用最大子段和的思想,可以把时间效率降到O(n) 思想: 1 想使用一个新的数列,计算连续出现了多少个1和连续出现了多少个零 2 求这个新数列的最大子段和 3 Flip最大子段中的 0 和 1, 4 计算出结果 比暴力法复杂很多了,但是时间效率却提高了三个档次。...
分类:其他   时间:2014-05-02 10:38:38    收藏:0  评论:0  赞:0  阅读:572
NYOJ 618 追击
NYOJ 618 追击...
分类:其他   时间:2014-05-02 10:36:23    收藏:0  评论:0  赞:0  阅读:361
codeforces A. Supercentral Point 题解
暴力法可过,效率O(n^2) 但是使用hash表可以把效率降到近乎O(n) 要巧妙使用两个map容器。 要对map和set容器很熟悉了,合起来一起使用。...
分类:其他   时间:2014-05-02 10:53:50    收藏:0  评论:0  赞:0  阅读:444
异常configure: *** apu library not found.
安装modsecurity时,出现“configure: *** apu library not found.”。      解决方法: yum install apr-util-devel...
分类:其他   时间:2014-05-02 10:51:38    收藏:0  评论:0  赞:0  阅读:383
出错mlogc.c:32:23: error: curl/curl.h: No such file or directory
出现下列错误: mlogc.c:32:23: error: curl/curl.h: No such file or directory mlogc.c:1091: error: expected ‘)’ before ‘*’ token mlogc.c: In function ‘logc_init’:      出错原因:缺少libcurl-dev or libcurl-devel ...
分类:其他   时间:2014-05-02 10:49:30    收藏:0  评论:0  赞:0  阅读:529
iOS 基础类解析 - NSDate
iOS 基础类解析 - NSDate...
分类:移动平台   时间:2014-05-02 10:47:18    收藏:0  评论:0  赞:0  阅读:436
UVA 之10010 - Where's Waldorf?
Where's Waldorf?  Given a m by n grid of letters, ( ), and a list of words, find the location in the grid at which the word can be found. A word matches a straight, uninterrupted line o...
分类:其他   时间:2014-05-02 10:58:10    收藏:0  评论:0  赞:0  阅读:519
UVA 之401 - Palindromes
A regular palindrome is a string of numbers or letters that is the same forward as backward. For example, the string "ABCDEDCBA" is a palindrome because it is the same when the string is read from lef...
分类:其他   时间:2014-05-02 10:32:01    收藏:0  评论:0  赞:0  阅读:522
UVA 之11300 - Spreading the Wealth
Problem A Communist regime is trying to redistribute wealth in a village. They have have decided to sit everyone around a circular table. First, everyone has converted all of their properties to co...
分类:其他   时间:2014-05-02 10:29:51    收藏:0  评论:0  赞:0  阅读:505
UVA 之11729 - Commando War
There is a war and it doesn't look very promising for your country. Now it's time to act. You have a commando squad at your disposal and planning an ambush on an important enemy camp located nearby. Y...
分类:其他   时间:2014-05-02 10:27:43    收藏:0  评论:0  赞:0  阅读:620
UVA之11292 Dragon of Loowater
Problem C: The Dragon of Loowater Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem. The shores of Rellau Creek in central Loowater had always been a prime...
分类:其他   时间:2014-05-02 10:06:04    收藏:0  评论:0  赞:0  阅读:466
矩阵求逆c++实现
矩阵求逆c++实现...
分类:编程语言   时间:2014-05-02 10:03:55    收藏:0  评论:0  赞:0  阅读:495
C++程序设计项目开发——银行自动提款机(二)
函数的有关知识在后面章节w,可以提前预习。不过,凭在“初识程序设计”部分的几个例子,模仿着也能写出相关的要求。模仿是一种非常重要的学习方法,尤其适用于没有“系统”学习之前的探索。挑战一下,尝试这种有效的学习方法。       显示功能选项   1.查询   2.取款   3.存款   4.转帐   0.退出   用户输入功能选择,根据给出的答复,用switch多分支完成对应的功能:...
分类:编程语言   时间:2014-05-02 10:01:47    收藏:0  评论:0  赞:0  阅读:390
513条   上一页 1 ... 3 4 5 6 7 ... 26 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!