码迷,mamicode.com
首页 >  
搜索关键字:le    ( 2309个结果
HDU4864:Task(贪心)
Problem Description Today the company has m tasks to complete. The ith task need xi minutes to complete. Meanwhile, this task has a difficulty level yi. The machine whose level below this task’s le...
分类:其他好文   时间:2014-07-23 16:36:41    阅读次数:208
烙饼排序
1 #include 2 // print the array 3 int printArr(int* arr, int length) 4 { 5 int i = 0; 6 for(i=0;i=1)22 {23 if(arr[length]>arr[le...
分类:其他好文   时间:2014-07-23 12:52:16    阅读次数:187
ADF4350初始化程序(verilog)
//控制字有评估板得到,用此程序时候需要重新计算;//这个程序只给出了sdata和le的输出值,其他的复位和时钟需要单独给出;//本人应用时,配置时钟是2MHz(本模块sdata输出速率时钟),ADF4350时钟源时钟是10MHz;//可以添加跳频功能,需要另外加入else if控制程序;else ...
分类:其他好文   时间:2014-07-23 12:15:46    阅读次数:263
HDU 4864(多校)1004 Task
Problem Description Today the company has m tasks to complete. The ith task need xi minutes to complete. Meanwhile, this task has a difficulty level yi. The machine whose level below this task’s le...
分类:其他好文   时间:2014-07-22 23:57:27    阅读次数:601
push() & concat()
eg.var arr = [];arr.push(1);arr.push([2, 3]);arr.push(4, 5);arr = arr.concat(6);arr = arr.concat([7, 8]);arr = arr.concat(9, 10);for(var i=0; i<arr.le...
分类:其他好文   时间:2014-07-22 22:42:34    阅读次数:165
《C++ Primer Plus》学习笔记7
《C++ Primer Plus》学习笔记7 第12章 类和动态内存分配 1、动态内穿和类 1)静态数据成员在类声明中声明,在包含类方法的文件中初始化,初始化时使用作用域操作符来指出静态成员所属的类,但如果静态成员是整型或枚举型const,则可以在类声明中初始化。 2)new分配足够的内存的时候一般都是这种形式 len = strlen(s); str = new char[le...
分类:编程语言   时间:2014-07-21 23:29:04    阅读次数:388
LeetCode:Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:其他好文   时间:2014-07-21 09:07:24    阅读次数:207
HDUJ 1019 Least Common Multiple
Least Common Multiple Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 29480    Accepted Submission(s): 11136 Problem Description The le...
分类:其他好文   时间:2014-07-19 23:14:59    阅读次数:244
UVA 12657 Boxes in a Line
双向链表注意:如果算法是最后处理翻转情况时,注意指令4翻转后1,2两个指令也要翻转处理; 指令3 中交换盒子要注意两个盒子相邻的情况 1 #include 2 #include 3 using namespace std; 4 5 int ri[100010],le[100010]; 6 ...
分类:其他好文   时间:2014-07-19 17:15:13    阅读次数:154
SGU 152.Making round
不断向下取直到,忽略的数累计到一个百分比,给当前百分比加1。 这道题要避免处理浮点数,用余数来处理,不然会wa 9 #include #include using namespace std;int g[10001];int x, n, sum, le;int main() { cin >>...
分类:其他好文   时间:2014-07-17 23:21:20    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!