-
程序员必备书程序员开发宝典
程序员必备书程序员开发宝典-programmers must book on the development of programmers
- 2022-07-03 16:04:49下载
- 积分:1
-
c++ primer(第4版)习题解答 高清PDF版本
c++ primer(第4版)习题解答 高清PDF版本-c++ primer (4th edition) Problem Solutions
- 2023-07-25 15:15:03下载
- 积分:1
-
With single
有了单片机基础,可以做一些应用的例子,来提高单片机的应用水平-With single-chip basis, you can make some examples of applications to enhance the level of single-chip applications
- 2022-02-07 04:20:41下载
- 积分:1
-
c语言编程规范Style guidelines and programming practices for C/C++ code for Dynamic Sof...
c语言编程规范Style guidelines and programming practices for C/C++ code for Dynamic Software Solutions. Use the checklist at the end of this document prior to submitting code for peer review.-norms Style guidelines and programming practices for C/C code for Dynamic Software Solutions. Use the checklist at the end of this document prior to submitting code for peer review.
- 2023-08-11 12:55:03下载
- 积分:1
-
- 2022-02-24 19:02:20下载
- 积分:1
-
OCI Programming word document
OCI编程介绍word文档-OCI Programming word document
- 2022-02-04 15:35:41下载
- 积分: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
-
可实现24位或32位真彩色位图显示。
可实现24位或32位真彩色位图显示。-can achieve 24 or 32-bit true color chart shows.
- 2022-03-09 23:50:23下载
- 积分:1
-
游戏编程。如何开发一个游戏使用dotnet平台
Game programming. How to develop a game using dotnet platform
- 2022-03-07 07:10:22下载
- 积分:1
-
一个操作系统必须和作为它的基础的硬件系统紧密配合。操作系统需要使用一些只有硬件才能提供的功能。为了完整的了解 Linux ,你需要了解底层硬件的基础知识。本章对...
一个操作系统必须和作为它的基础的硬件系统紧密配合。操作系统需要使用一些只有硬件才能提供的功能。为了完整的了解 Linux ,你需要了解底层硬件的基础知识。本章对于现代 PC 的硬件进行了解说。-and as its hardware system based on the close tie. The operating system only need to use some of the hardware in order to provide the function. To complete understanding of Linux, you need to understand the underlying hardware of the knowledge base. This chapter for the modern PC hardware to know.
- 2022-06-18 14:36:33下载
- 积分:1