编程语言
BiorhythmsTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 107569Accepted: 33365DescriptionSome people believe that there are three cycles in ...
分类:编程语言 时间:2014-01-19 15:50:42 收藏:0 阅读:495
//自己写的找零贪心算法#include using namespace std;int main(){ float mianer[]={100,50,10,5,1,0.5,0.1}; int fanan[]={0,0,0,0,0,0,0}; float qianshu; cout>qianshu;...
分类:编程语言 时间:2014-01-19 09:04:22 收藏:0 阅读:436
rpm -ivhhttp://pkgs.org/centos-5/epel-x86_64/python26-mod_wsgi-3.3-1.el5.x86_64.rpm.htmlhttp://blog.163.com/wangkangming2008@126/blog/static/782779282...
分类:编程语言 时间:2014-01-19 08:50:42 收藏:0 阅读:497
//参考书上的算法#include #define N 12#define V 100using namespace std;typedef struct box{int id;int boxsize;struct box* next;}BOX;void initboxlist(BOX ** H){...
分类:编程语言 时间:2014-01-19 08:49:22 收藏:0 阅读:496
python文件搜索,玩具系列
分类:编程语言 时间:2014-01-19 08:34:17 收藏:0 阅读:370
此篇博客为《C++学习之路—运算符重载》系列的第一篇,主要介绍三个方面的内容:(1)什么是运算符重载;(2)运算符重载的方法;(3)运算符重载的规则。
分类:编程语言 时间:2014-01-19 08:37:12 收藏:0 阅读:928
#include//int float double short char longint main(){ //int printf(const char *format,[argument]); //format的格式 %[flags][width][.prec][F|N|h|l]type //t...
分类:编程语言 时间:2014-01-19 08:36:52 收藏:0 阅读:472
FileFormatDefine.h#ifndef _WIN32TOOLS_FILEFORMATDEFINE_H_ #define _WIN32TOOLS_FILEFORMATDEFINE_H_ const char FILE_END_CHAR = 26; #endif _WIN32TOOLS_FI...
分类:编程语言 时间:2014-01-19 08:36:47 收藏:0 阅读:447
写文件:#include #include #include int main() { FILE *fp; fp = _tfopen(_T("d:\\sss.ini"), _T("w")); //if (fp == NULL) //{ // fp=_tfopen(_T("d:\\sss.ini"),...
分类:编程语言 时间:2014-01-19 08:36:07 收藏:0 阅读:427
(转载,绝对的有用)lib被我们正确调用确总是无法解析。这是C++编译和C编译的区别时常在cpp的代码之中看到这样的代码: #ifdef __cplusplus extern "C" { #endif //一段代码 #ifdef __cplusplus } #endif 这样的代码到底是什么意思呢?...
分类:编程语言 时间:2014-01-19 08:36:02 收藏:0 阅读:386
151264512655126651284
上一页512833下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!