上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 69 下一页

2020年8月9日

41 KMP子串查找算法

摘要: 41 KMP子串查找算法 原文:https://www.cnblogs.com/wanmeishenghuo/p/9671794.html参考狄泰软件相关教程 问题: 右移的位数和目标串没有多大的关系,和子串有关系。 已匹配的字符数现在已经有了,部分匹配值还没有。 前六位匹配成功就去查找PMT中的第 阅读全文

posted @ 2020-08-09 19:03 lh03061238 阅读(126) 评论(0) 推荐(0) 编辑

2020年8月6日

字符串变量存储位置

摘要: 参考: https://blog.csdn.net/bxw1992/article/details/74011951 https://blog.csdn.net/daiyutage/article/details/8605580?utm_medium=distribute.pc_relevant.n 阅读全文

posted @ 2020-08-06 13:49 lh03061238 阅读(431) 评论(0) 推荐(0) 编辑

2020年8月2日

java中wait和notify

摘要: 参考: https://www.cnblogs.com/ismallboy/p/6785312.html https://blog.csdn.net/eve8888888/article/details/84336617 https://www.jianshu.com/p/1dafbf42cc54 阅读全文

posted @ 2020-08-02 19:06 lh03061238 阅读(173) 评论(0) 推荐(0) 编辑

2020年7月26日

java 动态代理

摘要: 参考: https://www.jianshu.com/p/95970b089360 https://blog.csdn.net/baidu_23086307/article/details/54946624?utm_medium=distribute.pc_relevant.none-task-b 阅读全文

posted @ 2020-07-26 16:42 lh03061238 阅读(110) 评论(0) 推荐(0) 编辑

2020年7月21日

x86汇编语言:从实模式到保护模式

摘要: 《x86汇编语言:从实模式到保护模式》检测点和习题答案 参考:https://www.cnblogs.com/leec/p/8150645.html 阅读全文

posted @ 2020-07-21 15:15 lh03061238 阅读(1282) 评论(0) 推荐(0) 编辑

2020年7月18日

Java基础篇:反射机制详解

摘要: 参考: https://blog.csdn.net/sinat_38259539/article/details/71799078 https://blog.csdn.net/xu__cg/article/details/52877573?utm_medium=distribute.pc_relev 阅读全文

posted @ 2020-07-18 09:24 lh03061238 阅读(124) 评论(0) 推荐(0) 编辑

2020年7月16日

[C语言]变量的声明和定义有什么区别

摘要: 参考: https://www.cnblogs.com/LeeCookies/p/12663366.html https://blog.csdn.net/littledouble/article/details/46340137 https://blog.csdn.net/hxg130435477/ 阅读全文

posted @ 2020-07-16 14:30 lh03061238 阅读(165) 评论(0) 推荐(0) 编辑

C语言中void*详解及应用

摘要: https://blog.csdn.net/houzhizhen/article/details/90286984 阅读全文

posted @ 2020-07-16 08:58 lh03061238 阅读(299) 评论(0) 推荐(0) 编辑

2020年7月15日

使用中断处理程序实现loop功能

摘要: 思路: t2.asm: 运行过程: 先运行t1.exe,安装中断程序 再通过debug调试t2.exe 运行至int 7ch处时如下所示: 可以看出此时的CS 、IP、和栈中的内容,栈中的数值为之前单步中断保存的flag、CS、IP等寄存器的值,再执行一步-t,进入中断服务函数,如下所示 此时栈顶指 阅读全文

posted @ 2020-07-15 14:17 lh03061238 阅读(198) 评论(0) 推荐(0) 编辑

2020年7月10日

原码,反码,补码的深入理解与原理

摘要: 重点参考:https://blog.csdn.net/afsvsv/article/details/94553228 https://blog.csdn.net/nyhuachen/article/details/6424736 阅读全文

posted @ 2020-07-10 11:02 lh03061238 阅读(198) 评论(0) 推荐(0) 编辑

上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 69 下一页

导航