按类别查询搜索结果
关于关键词 的检测结果,共 3612
xiaqian369 | 2015-10-10 09:50:52 | 阅读(1710) | 评论(0)
-c  Compile and assemble, but do not link  【阅读全文】
suiyuemanbu | 2015-10-09 14:58:42 | 阅读(1710) | 评论(0)
sheepbao | 2015-10-08 20:10:02 | 阅读(1130) | 评论(0)
<br /><div id="codeText" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><span style="color:#000000;">#include <span style="color:#0000CC;">&lt;</span>stdio<span style="color:#0000CC;">.</span>h<span style="color:#0000CC;">&gt;</span><br />...【阅读全文】
Ubuntu_LW | 2015-09-30 21:08:12 | 阅读(7880) | 评论(0)
编程语言中的闭包的理解【阅读全文】
zhanggf8220 | 2015-09-30 11:12:09 | 阅读(1160) | 评论(0)
<p align="left" style="margin-top:0px;margin-bottom:0px;font-family:Arial;font-size:14px;line-height:26px;white-space:normal;background:#FAFAFA;">Valgrind是一款用于内存调试、内存泄漏检测以及性能分析的软件开发工具。</p><p align="left" style="margin-top:0px;margin-bottom:0px;font-family:Arial;font...【阅读全文】
zhuimengcanyang | 2015-09-28 16:05:55 | 阅读(1030) | 评论(0)
huaiweizhe | 2015-09-28 08:31:22 | 阅读(1550) | 评论(0)
coolgw1106 | 2015-09-26 19:31:53 | 阅读(1560) | 评论(0)
操作系统:ubuntu10.04前言:    在稍微大点的项目中,基本都会遇到算法问题,特别是大数据的查找。    在当前项目中,使用到了哈希链表。一,概述【阅读全文】
511929155 | 2015-09-19 17:20:41 | 阅读(1290) | 评论(0)
1,分割字符串<br />char *strtok(char *str, const char *delim);<br />功能:分解字符串为一组字符串。str为要分解的字符串,delim为分隔符字符串。实质上的处理是,strtok在str中查找包含在delim中的字符并用NULL(’\0′)来替换,直到找遍整个字符串。<br />说明:首次调用时,str指向要分解的字符串,之后再次调用要...【阅读全文】
jackie_ikernel | 2015-09-18 09:17:02 | 阅读(940) | 评论(0)
boost and c++0x【阅读全文】
sailingnew | 2015-09-16 17:03:54 | 阅读(2390) | 评论(0)
<div class="article_title" style="margin:5px 0px;font-size:20px;line-height:30px;font-family:'Microsoft YaHei';white-space:normal;background-color:#FFFFFF;"><h1 style="margin:0px;padding:0px;display:inline;font-weight:normal;font-size:20px;vertical-align:middle;"><span class="link_title"><a hre...【阅读全文】
511929155 | 2015-09-12 11:54:12 | 阅读(0) | 评论(0)
今天在翻《C语言参考手册》查看文件操作的相关函数时,看到fgets() 与 gets()的一些“微妙”的地方<br />另外《C语言参考手册》是C程序员身边的一本非常好的“词典”,刚开始学习C的时候,或许用不上这书(只因为初学者对里面的内容看得不是很明白)但是觉得自己学到有一定程度的时候,这本书绝对是一本十分好的工具书!<b...【阅读全文】
lixinwei1985@si | 2015-09-11 12:04:17 | 阅读(450) | 评论(0)
<p style="margin-top:0px;margin-bottom:9px;white-space:normal;font-family:Arvo, 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;line-height:18px;color:#444444;background-color:#FFFFFF;">今天呢,就写一个命令<code style="font-family:Menlo, Monaco, 'Courier New', monospace;font-size:12p...【阅读全文】
hugo_something | 2015-09-09 09:11:49 | 阅读(670) | 评论(0)
    本文主要从进程栈空间的层面复习一下C语言中函数调用的具体过程,以加深对一些基础知识的理解。    先看一个最简单的程序:点击(此处)折叠或打开/*test.c*/#include int foo1(int m,int ...【阅读全文】
peonyding | 2015-09-08 19:33:10 | 阅读(4730) | 评论(0)
  库函数的实现也是面试中的常考题,因为这是最能体现C语言功底的。
一、strcpy与strncpy
    先看一下函数的原型:
       
  strcpy函数可以按如下的...【阅读全文】
爱洛殇 | 2015-09-06 16:47:46 | 阅读(220) | 评论(0)
my0929my | 2015-09-02 14:16:35 | 阅读(1130) | 评论(0)
在android的设计中,谷歌设计了一套专门为嵌入式设备使用的bionic C库,以替换原有的GUN Libc,这个精简的bionic库据说只有200多K,所以如果...【阅读全文】
liuyingjiewjs | 2015-09-01 19:13:03 | 阅读(1110) | 评论(0)
Charlie_gan | 2015-08-31 14:32:16 | 阅读(1280) | 评论(0)
C语言实现文件在线获取,使用httpget的方式【阅读全文】
sheepbao | 2015-08-28 18:03:55 | 阅读(950) | 评论(0)
<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code920')">此处</span>)折叠或打开</p></div><div id="code920" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><span style=...【阅读全文】