上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: https://blog.csdn.net/liubing8609/article/details/85340015 阅读全文
posted @ 2022-11-08 11:19 墨尔基阿德斯 阅读(27) 评论(0) 推荐(0) 编辑
摘要: https://cloud.tencent.com/developer/article/2095690 阅读全文
posted @ 2022-11-08 10:57 墨尔基阿德斯 阅读(41) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/vincent3678/article/details/122226578 https://blog.csdn.net/zhuguanlin121/article/details/116073699 阅读全文
posted @ 2022-11-08 10:16 墨尔基阿德斯 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1、一篇文章彻底讲懂malloc的实现(ptmalloc):https://blog.csdn.net/songchuwang1868/article/details/89951543 2、Glibc内存管理-ptmalloc2 :https://www.cnblogs.com/mysky007/p 阅读全文
posted @ 2022-11-07 20:38 墨尔基阿德斯 阅读(18) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dloebl/cgif 阅读全文
posted @ 2022-11-05 11:51 墨尔基阿德斯 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 实现一:存在栈溢出的风险,来自:https://blog.csdn.net/wangjiannuaa/article/details/6598041 1 /**@func gif_get_scale_rgb 2 * @brief 双线性差值算法缩放RGB图片 3 * @param[in] uDstW 阅读全文
posted @ 2022-11-01 21:03 墨尔基阿德斯 阅读(90) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_27262241/article/details/109307229 阅读全文
posted @ 2022-11-01 16:14 墨尔基阿德斯 阅读(60) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/Tianqf505/article/details/92008061 总结一下: 1)枚举的大小是按照enum中元素最大值所占的内存大小来决定的,不像结构体那样有多少个元素就按各个元素所占字节叠加。 2)当枚举成员的值小于4个字节时,占4个字节。 3)当枚 阅读全文
posted @ 2022-11-01 16:02 墨尔基阿德斯 阅读(1596) 评论(0) 推荐(0) 编辑
摘要: 伪代码 1 void func() 2 { 3 /* 创建gif文件 strFilePath:文件保存路径*/ 4 GifFileType *pGifFile = EGifOpenFileName(strFilePath, FALSE, &iError); 5 6 /* 版本使用89a支持动画 */ 阅读全文
posted @ 2022-11-01 09:10 墨尔基阿德斯 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 编译器要求严格的时候,会警告返回值没有使用,使用(void)告诉编译器忽略返回值。 阅读全文
posted @ 2022-10-10 11:48 墨尔基阿德斯 阅读(36) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页