按类别查询搜索结果
关于关键词 的检测结果,共 9877
ChalmersZen | 2015-09-20 02:35:29 | 阅读(590) | 评论(0)
   申报了学校的新苗计划,主要是针对图像处理的。说实话,真心对图像处理不是很懂,所以最近一直处于充电学习阶段。通过这段时间的基础学习,作为一个图像处理方面的小菜鸟,还是想对图像处理谈一些自己的刍见。  在我看来,作为图像处理的入门,会文件操作,能顺利得到图像的像素就足够了。但是在这方面...【阅读全文】
【C/C++】 C++运算符重
大尾巴贝贝 | 2015-09-19 20:50:25 | 阅读(110) | 评论(0)
<p><span style="color:#FF0000;">运算符重载实质上是函数的重载</span></p><p>重载运算符的函数一般格式如下:</p><p>函数类型&nbsp;&nbsp;&nbsp; operator&nbsp; 运算符名称&nbsp;&nbsp;&nbsp; (形参表列)</p><p>{对运算符的重载处理}</p><p>例如,想将“+”用于Complex(复数)的加法运算,函数的原...【阅读全文】
ztguang | 2015-09-19 11:50:42 | 阅读(890) | 评论(0)
在Android系统上运行C/C++程序 【阅读全文】
ReverseGame | 2015-09-18 21:04:13 | 阅读(110) | 评论(0)
ReverseGame | 2015-09-18 20:59:51 | 阅读(110) | 评论(0)
ReverseGame | 2015-09-18 20:59:31 | 阅读(140) | 评论(0)
ReverseGame | 2015-09-18 20:59:24 | 阅读(120) | 评论(0)
pangyemeng | 2015-09-18 15:54:51 | 阅读(850) | 评论(0)
【C/C++】 解哈希表
intelllili | 2015-09-18 07:51:33 | 阅读(180) | 评论(0)
adustdu2015 | 2015-09-17 23:29:44 | 阅读(1160) | 评论(0)
<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code238')">此处</span>)折叠或打开</p></div><div id="code238" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><span style=...【阅读全文】
adustdu2015 | 2015-09-17 23:09:33 | 阅读(1190) | 评论(0)
<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code902')">此处</span>)折叠或打开</p></div><div id="code902" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><span style=...【阅读全文】
adustdu2015 | 2015-09-17 23:07:11 | 阅读(1380) | 评论(0)
多个进程可以同时向一个消息队列写消息,也可以同时向一个消息队列中 读取消息。<br /><br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code926')">此处</span>)折叠或打开</p></div><div id="code926" class="codeText"><ol style="margin:...【阅读全文】
adustdu2015 | 2015-09-17 23:02:41 | 阅读(1190) | 评论(0)
<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code961')">此处</span>)折叠或打开</p></div><div id="code961" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><span style=...【阅读全文】
kylin886 | 2015-09-17 22:10:17 | 阅读(370) | 评论(0)
kongyu68 | 2015-09-17 17:59:29 | 阅读(930) | 评论(0)
夜添香 | 2015-09-16 20:44:03 | 阅读(1560) | 评论(0)
des 加密 算法【阅读全文】
夜添香 | 2015-09-16 20:44:01 | 阅读(1520) | 评论(0)
des 加密 算法【阅读全文】
ztguang | 2015-09-15 17:01:04 | 阅读(1250) | 评论(0)
(OK) CentOS7 安装 Codeblocks【阅读全文】
vilsen | 2015-09-15 08:53:44 | 阅读(160) | 评论(0)
mude918 | 2015-09-14 23:46:52 | 阅读(1440) | 评论(0)
信号量、互斥锁和条件变量的区别【阅读全文】