
软件编程
greatwgb
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Visual Basic相关
vb教程原创 2022-05-28 10:47:24 · 137 阅读 · 0 评论 -
Ubuntu
双系统重装win7和ubuntu修复win7引导方法介绍修改Ubuntu引导项的顺序原创 2021-04-02 08:21:30 · 395 阅读 · 0 评论 -
git am error: patch failed冲突错误解决
检查patch/diff是否能正常打入:git apply --check 【path/to/xxx.patch】git apply --check 【path/to/xxx.diff】打入patch/diff:git apply 【path/to/xxx.patch】git apply 【path/to/xxx.diff】或者git am 【path/to/xxx.patch】[#]$git am 'Testpatch.diff'Applying: Google原创 2020-01-08 12:03:06 · 12907 阅读 · 0 评论 -
有限状态机在软件的应用
状态机思路在单片机程序设计中的应用最近看了一些游戏编程AI的材料,感觉游戏中的AI,第一要说的就是有限状态机来实现精灵的AI原创 2013-04-25 13:53:38 · 1120 阅读 · 0 评论 -
DOS批处理
批处理-批处理基础原创 2018-02-07 16:26:45 · 293 阅读 · 0 评论