-
C language is the perfect interpretation of a good C compiler language books ins...
C语言完美演绎是一本编译好的C语言书籍,里面分章节介绍了C语言编程中的一些基础知识和技巧,值得一看。-C language is the perfect interpretation of a good C compiler language books inside a sub-chapter on the C programming language some of the basic knowledge and skills overseas.
- 2022-08-16 01:38:11下载
- 积分:1
-
windows SDK 编程,里面每章都有完整的代码,是学习SDK编程的好帮手。...
windows SDK 编程,里面每章都有完整的代码,是学习SDK编程的好帮手。-programming windows SDK, which are each devoted to a complete code study SDK programming are a good helper.
- 2022-07-01 11:09:39下载
- 积分:1
-
ubuntu the complete reference介绍了ubuntu操作的方方面面,让你轻松入门....
ubuntu the complete reference介绍了ubuntu操作的方方面面,让你轻松入门.-ubuntu the complete reference describes the operation of all aspects of ubuntu, so you have ease of entry.
- 2022-07-27 19:44:53下载
- 积分:1
-
信息安全4关于密码学
信息安全4关于密码学-4 on information security cryptography
- 2022-12-19 20:00:02下载
- 积分:1
-
这是VC的学习课件,其对VC中涉及的各种内容做了详细的讲解。...
这是VC的学习课件,其对VC中涉及的各种内容做了详细的讲解。-learning courseware, the right VC involved in the detailed content of the talks.
- 2023-01-14 23:40:04下载
- 积分:1
-
VC在线杂志精华
VC在线杂志精华-VC-11 best magazines
- 2022-11-15 03:00:04下载
- 积分:1
-
USB1.1和USB2.0的标准规范
USB1.1和USB2.0的标准规范-USB1.1 and USB2.0 standard specifications
- 2022-03-19 09:09:51下载
- 积分:1
-
这是一本介绍JAVA编程的书籍,是简体中文版名称是<<JAVA极极编程>>...
这是一本介绍JAVA编程的书籍,是简体中文版名称是-This is a Java program on the books, is the English version of name
- 2022-06-26 04:00:53下载
- 积分:1
-
C 转换一幅bmp240+64图为点阵
C 转换一幅bmp240+64图为点阵-a map lattice bmp240 64
- 2022-02-24 08:43:50下载
- 积分:1
-
A* (A
A*(A-Star)算法是一种静态路网中求解最短路最有效的方法。
公式表示为: f(n)=g(n)+h(n),
其中f(n) 是节点n从初始点到目标点的估价函数,
g(n) 是在状态空间中从初始节点到n节点的实际代价,
h(n)是从n到目标节点最佳路径的估计代价。
-A* (A-Star) algorithm is a static network shortest path in solving the most effective way. Formula is expressed as: f (n) = g (n)+ H (n), in which f (n) is a node n from the initial point to the target point of the valuation function, g (n) in state space from the initial node to node n of the actual cost, h (n) from n to the target node of the estimated cost of the best path.
- 2022-01-25 23:27:36下载
- 积分:1