码迷,mamicode.com
首页 >  
搜索关键字:compress advanced low    ( 4944个结果
medium and fine crushing
we series hydraulic cone crusher machine designed by our company is a new type of cone crusher machine with international advanced level which brings ...
分类:其他好文   时间:2014-05-27 17:00:26    阅读次数:271
c++11 条件变量 生产者-消费者 并发线程
http://baptiste-wicht.com/posts/2012/04/c11-concurrency-tutorial-advanced-locking-and-condition-variables.htmlstruct BoundedBuffer { int* buffer; ...
分类:编程语言   时间:2014-05-27 16:04:22    阅读次数:303
Selenium Webdriver 学习总结-Advanced Usage-Cookie、Profile(七)
1、webdriver如何处理profile 当我们初始化Firefox WebDriver时,可以使用一个已存在的Profile或一个新的Profile,WebDriver每次使用前都会复制一份(win7 默认存放路径C:\Users\ADMINI~1\AppData\Local\Temp\anonymous5354649999399361803webdriver-profile),如果没有指定firefox profile,webdriver会创建一个空的Profile并使用它,所以我们在每次webd...
分类:Web程序   时间:2014-05-26 06:14:22    阅读次数:392
poj1083
Moving TablesTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 25176Accepted: 8373DescriptionThe famous ACM (Advanced Computer Maker) Company ....
分类:其他好文   时间:2014-05-25 19:09:34    阅读次数:249
用php描述二分查找法
//二分查找$arr = array(0,1,2,3,4,5,6,7,8,9); function bin_sch($array, $low, $high, $k){ if ($low <= $high){ $mid = intval(($low+$high)/2); ...
分类:Web程序   时间:2014-05-25 19:05:46    阅读次数:338
Linux内核regulator架构和编写
电源种类介绍       (百度百科)LDO是low dropout regulator,意为低压差线性稳压器,是相对于传统的线性稳压器来说的。传统的线性稳压器,如78xx系列的芯片都要求输入电压要比输出电压高出2v~3V以上,否则就不能正常工作。但是在一些情况下,这样的条件显然是太苛刻了,如5v转3.3v,输入与输出的压差只有1.7v,显然是不满足条件的。针对这种情况,才有了LDO类的电源转换...
分类:系统相关   时间:2014-05-24 23:20:12    阅读次数:691
IOS Core Animation Advanced Techniques的学习笔记(五)
第六章:Specialized Layers CAGradientLayer CAReplicatorLayer CAScrollLayer CAShaperLayer CATextLayer CATransformLayer...
分类:移动开发   时间:2014-05-23 00:36:05    阅读次数:1026
几种清理IE缓存的方式
1.使用组策略配置IE退出时清空缓存。 1)在GPO编辑页面进入如下路径来配置IE退出时清空缓存 Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel\Advanced P...
分类:其他好文   时间:2014-05-21 04:01:56    阅读次数:322
【转】matlab读取文件各种方法
本技术支持指南主要处理:ASCII, binary, and MAT files.要得到MATLAB中可用来读写各种文件格式的完全函数列表,可以键入以下命令: help iofun MATLAB中有两种文件I/O程序:high level and low level. High leve...
分类:其他好文   时间:2014-05-19 14:01:25    阅读次数:393
IOS Core Animation Advanced Techniques的学习笔记(四)
第五章:Transforms...
分类:移动开发   时间:2014-05-18 18:47:43    阅读次数:534
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!