码迷,mamicode.com
首页 >  
搜索关键字:performed    ( 142个结果
【SICP练习】151 练习4.7
练习4-7原文Exercise 4.7. Let* is similar to let, except that the bindings of the let variables are performed sequentially from left to right, and each binding is made in an environment in which all of the...
分类:其他好文   时间:2015-04-01 09:31:37    阅读次数:178
堆(Heap)和二叉堆(Binary heap)
堆(Heap):The operations commonly performed with a heap are:create-heap: create an empty heapheapify: create a heap out of given array of elementsfind-m...
分类:其他好文   时间:2015-02-11 16:27:49    阅读次数:217
(简单) POJ 3414 Pots,BFS+记录路径。
Description You are given two pots, having the volume of A and B liters respectively. The following operations can be performed:FILL(i) fill the po...
分类:其他好文   时间:2015-01-16 23:42:44    阅读次数:176
(简单) POJ 3087 Shuffle'm Up,枚举。
Description A common pastime for poker players at a poker table is to shuffle stacks of chips. Shuffling chips is performed by starting with two st...
分类:其他好文   时间:2015-01-16 23:40:54    阅读次数:326
CF 496E
E. Distributing PartsYou are an assistant director in a new musical play. The play consists of n musical parts, each part must be performed by exactly...
分类:其他好文   时间:2015-01-14 21:19:36    阅读次数:252
一次非典型的SQL报错
昨天调试一个表值函数,结果出现了这个错误。mplicit conversion of varchar value to varchar cannot be performed because the collation of the value is unresolved due to a coll...
分类:数据库   时间:2015-01-13 10:14:58    阅读次数:162
C++ Primer Notes [to be continued..]
The type determines the amount of storage that is allocated for the variable and the set of operations that can be performed on it.int ival(1024); // ...
分类:编程语言   时间:2015-01-08 07:03:32    阅读次数:237
ORA-15032、ORA-15071错误处理
遇到一下错误 ERROR at line 1: ORA-15032: not all alterations performed ORA-15071: ASM disk "NOCR_0002" is already being dropped 背景描述 因为之前做了alter diskgroup N...
分类:其他好文   时间:2014-12-24 11:20:00    阅读次数:238
wavelet feature 128D 小波特征
function f=WTF(I); % compute the 128-D wavelet transform feature of image I % Input: % I: the input image % Output: % f:128-D feature %%warning:normalization must be performed after all the features a...
分类:其他好文   时间:2014-12-07 23:14:00    阅读次数:265
Android笔记 Intent用法总结
Intent: 官方解释: An intent is an abstract description of an operation to be performed. It can be used with startActivity to launch an Activity, broadcastIntent to send it to any interested Broadcas...
分类:移动开发   时间:2014-12-05 15:37:03    阅读次数:237
142条   上一页 1 ... 10 11 12 13 14 15 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!