Chinaunix首页 | 论坛 | 博客
  • 博客访问: 249044
  • 博文数量: 11
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 129
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-09 23:45
个人简介

新手上路

文章分类

全部博文(11)

文章存档

2014年(10)

2013年(1)

我的朋友

发布时间:2014-03-13 15:35:41

* Generic hash function to calculate a hash code from the given string. * * For each byte of the string, this function left-shifts the value in an * accumulator and then adds the byte into the accumulator.  The contents of * the accumulator is returned after the entire s.........【阅读全文】

阅读(865) | 评论(0) | 转发(0)

发布时间:2014-03-11 15:03:59

编译版本时遇到ld连接错误  warning: multiple common of “CGM_MUTEX_SEM”, 把CGM_MUTEX_SEM的声明和定义放到同一个c文件中解决。其他c文件通过extern引用。附 ld warning信息:警告信息. 这里给出三种类型的全局符号的解释(用C语言): `int i = 1;' 一个定义, 它会存在于输出文件中的已初始化数据节. `ex.........【阅读全文】

阅读(2888) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册