随笔分类 -  算法 / 数据结构

摘要:遗传算法、模拟退火算法等优化问题算法 阅读全文
posted @ 2024-01-12 16:19 petercao 阅读(42) 评论(0) 推荐(0) 编辑
摘要:Leetcode 刷题顺序,看这一篇就够了!(第二版) 阅读全文
posted @ 2023-06-09 16:46 petercao 阅读(157) 评论(0) 推荐(0) 编辑
摘要:Google JSON 风格指南 阅读全文
posted @ 2023-04-13 16:07 petercao 阅读(29) 评论(0) 推荐(0) 编辑
摘要:有没有人一起从零开始刷力扣 阅读全文
posted @ 2022-11-23 01:08 petercao 阅读(264) 评论(0) 推荐(0) 编辑
摘要:数据结构资源视频地址 阅读全文
posted @ 2021-05-23 00:17 petercao 阅读(161) 评论(0) 推荐(0) 编辑
摘要:给定一个非负整数 num,反复将各个位上的数字相加,直到结果为一位数。 阅读全文
posted @ 2021-04-27 22:11 petercao 阅读(1104) 评论(0) 推荐(0) 编辑
摘要:java字符字符串大小写转换函数实现 阅读全文
posted @ 2021-03-28 19:59 petercao 阅读(3865) 评论(0) 推荐(0) 编辑
摘要:YUV视频格式详解(翻译自微软文档) 阅读全文
posted @ 2019-05-06 12:12 petercao 阅读(1415) 评论(0) 推荐(0) 编辑
摘要:YUV详解 阅读全文
posted @ 2019-05-06 11:33 petercao 阅读(1877) 评论(1) 推荐(0) 编辑
摘要:ISP基本框架及算法介绍 阅读全文
posted @ 2019-04-25 17:00 petercao 阅读(8256) 评论(0) 推荐(0) 编辑
摘要:秀尔算法:破解RSA加密的“不灭神话” 阅读全文
posted @ 2017-05-17 14:01 petercao 阅读(1293) 评论(0) 推荐(0) 编辑
摘要:Hash Collision DoS (Hash碰撞的拒绝式服务攻击) 阅读全文
posted @ 2014-04-29 10:49 petercao 阅读(1353) 评论(0) 推荐(0) 编辑
摘要:CString,string,char*之间的转换 阅读全文
posted @ 2013-07-03 04:03 petercao 阅读(141982) 评论(1) 推荐(6) 编辑
摘要:C语言itoa()函数和atoi()函数详解(整数转字符C实现) 阅读全文
posted @ 2013-07-03 03:56 petercao 阅读(423794) 评论(7) 推荐(24) 编辑
摘要:单链表逆转(借助辅助链表&就地逆置) 阅读全文
posted @ 2013-07-02 17:21 petercao 阅读(14070) 评论(1) 推荐(1) 编辑
摘要:八枚硬币问题 阅读全文
posted @ 2013-07-01 12:34 petercao 阅读(2026) 评论(0) 推荐(0) 编辑
摘要:归并排序的递归和非递归实现(C代码) 阅读全文
posted @ 2012-09-06 11:31 petercao 阅读(25369) 评论(3) 推荐(4) 编辑
摘要:编程输出2~100之间的质数,2~100之间的质数(素数)有25个,分别为:2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97。 质数定义:只能被1和它本身整除的数(即约数只有1和其本身) 阅读全文
posted @ 2012-08-14 11:48 petercao 阅读(4367) 评论(0) 推荐(0) 编辑
摘要:计算机的特点:运算速度快、精度高;具有存储与记忆能力;具有逻辑判断能力;自动化程度高,通用性强 阅读全文
posted @ 2012-06-20 21:35 petercao 阅读(10544) 评论(0) 推荐(0) 编辑
摘要:堆和栈的区别 阅读全文
posted @ 2012-05-03 12:08 petercao 阅读(522) 评论(0) 推荐(0) 编辑