码迷,mamicode.com
首页 >  
搜索关键字:low poly    ( 2316个结果
创建一个Low-touch Silverlight 集成
你可以创建一个Silverlight应用程序,与SharePoint之间self-contained, low-touch的集成。...
分类:Web程序   时间:2014-06-26 07:40:43    阅读次数:206
二分查找的递归与非递归算法
/*二分查找的递归与非递归算法*/#include #include using namespace std;bool bisrch( int low,int high,int v,int *text ) //递归写法{ int i,mid; mid=( low+high )/2; ...
分类:其他好文   时间:2014-06-25 13:51:56    阅读次数:174
Just a complaint about the college examinations
Well , you know. As a college student who want to find a good job after graduating  like me , scores are not that important. I just want to have some low scores which can help me graduate successfully...
分类:其他好文   时间:2014-06-25 09:59:37    阅读次数:202
Introduction to 555 timer 【数字电路】
Introduction to 555 timer 555 定时器 wiki 话说明天考数电,今天晚上最后时刻要搞定 555 timer啊!哈哈 各个引脚的介绍 Pin Name Purpose 1 GND Ground reference voltage, low level (0 V) 2 T...
分类:其他好文   时间:2014-06-24 17:55:26    阅读次数:209
折半排序 (稳定的排序)
$arr=array('','7','9','11','2','5','13','10','14','12'); $n=count($arr); for($i=2;$i$arr[0]) $high=$m-1; else $low=$m+1; } for($j=$i-1;...
分类:其他好文   时间:2014-06-24 14:09:04    阅读次数:223
php折半查找(数组必须为有序)
$arr=array('1','7','9','11','20','23','33','44','50'); $len=count($arr); $low=0;$high=$len-1; while($low'; if($arr[$mid]>9) { $high=$mid-1; ...
分类:Web程序   时间:2014-06-24 14:08:25    阅读次数:223
mysql load data infile的使用 和 SELECT into outfile备份数据库数据
LOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE 'file_name.txt' [REPLACE | IGNORE] INTO TABLE tbl_name [FIELDS [TERMINATED BY 'string'] [[OPTIONA...
分类:数据库   时间:2014-06-24 12:10:34    阅读次数:429
zoj-3795-Grouping-tarjan缩点求最长路
用tarjan进行缩点。 然后用dfs求最长路。水体。。。 #include #include #include #include #include #include #include using namespace std; #define maxn 110000 vectorold[maxn]; vectorvec[maxn]; int dnf[maxn],low[maxn],instac...
分类:其他好文   时间:2014-06-22 11:51:01    阅读次数:203
POJ 1952 BUY LOW, BUY LOWER
BUY LOW, BUY LOWER Time Limit: 1000MS   Memory Limit: 30000K Total Submissions: 8311   Accepted: 2883 Description The advice to "buy low" is half the formula to success i...
分类:其他好文   时间:2014-06-21 20:49:18    阅读次数:304
[转]Rapidly detecting large flows, sFlow vs. NetFlow/IPFIX
Figure 1: Low latency software defined networking control loop The articles SDN and delay and Delay and stability describe the critical importance of ...
分类:Windows程序   时间:2014-06-21 15:09:53    阅读次数:609
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!