码迷,mamicode.com
首页 >  
搜索关键字:le ge lt gt eq ne    ( 256714个结果
easyui datagrid java增删改查 动态补全
猛击——> easyui datagrid 增删改查 动态补全
分类:编程语言   时间:2014-05-04 12:22:48    阅读次数:658
Codeforces Round #244 (Div. 2) B. Prison Transfer
题目是选出c个连续的囚犯,而且囚犯的级别不能大于t#include using namespace std;int main(){ int n,t,c; cin >> n >> t >> c; int a,cnt = 0, res =0;; for(int i = 0 ; i...
分类:其他好文   时间:2014-05-04 12:14:55    阅读次数:340
eclipse 编译时不清空classes目录
windows -->java-->compiler-->building中的ouput folder 中的第一个scrub output folders when cleaning projets.前面那个勾去掉。
分类:系统相关   时间:2014-05-04 12:12:34    阅读次数:621
【译】 AWK教程指南 4通过文本内容和对比选择指定的记录
Pattern { Action }为awk中最主要的语法。若某Pattern的值为真则执行它后面的 Action。 awk中常使用"关系表达式" (Relational Expression)来当成 Pattern。 awk 中除了>, <, ==, != ,...等关系运算符( Relat...
分类:其他好文   时间:2014-05-04 12:05:45    阅读次数:305
如何利用 Visual Studio 自带工具提高开发效率
原文:如何利用 Visual Studio 自带工具提高开发效率 Visual Stuido 是一款强大的Windows 平台集成开发工具,你是否好好地利用了它呢?显示行号 有些时候(比如错误定位)的时候,显示行号将有利于我们进行快速定位。 如何显示 1. 工具 / 选项 / 文本编辑器 -> 选择...
分类:其他好文   时间:2014-05-04 12:01:23    阅读次数:327
Codeforces Round #244 (Div. 2) A. Police Recruits
题目的意思就是找出未能及时处理的犯罪数,#include using namespace std;int main(){ int n; cin >> n; int a,recruit = 0, crimes = 0;; for(int i = 0 ; i > a; ...
分类:其他好文   时间:2014-05-04 11:54:32    阅读次数:274
概率法计算PI
#include using namespace std;//概率计算PIint main(){ int inside=0; double val; int i; for ( i=0; i<100000000; i++) { double x = (dou...
分类:其他好文   时间:2014-05-04 11:47:49    阅读次数:262
MyLinuxStudy
1、echo 3 > /proc/sys/vm/drop_caches -------清理缓存2、free -------查看内存情况3、exit -------退出4、cd / -------到根目录5、cd ~ -------到本...
分类:系统相关   时间:2014-05-04 11:41:55    阅读次数:379
20140503
1、队列(建议采用带头结点的链式队列) 何时为空?答:当队列头指针等于尾指针时,队列为空。(对一般队列而言,循环队列除外) //不带头结点的链式队列 //不带头结点的链式队列#include #include #include using namespace std; (出队操作) node1-->...
分类:其他好文   时间:2014-05-04 11:31:15    阅读次数:335
Round #244 (Div. 2) A. Police Recruits
A. Police RecruitsThe police department of your city has just started its journey. Initially, they don’t have any manpower. So, they started hiring ne...
分类:其他好文   时间:2014-05-04 11:22:36    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!