-
一些关于C++的学习资料和习题,希望对大家有帮助
一些关于C++的学习资料和习题,希望对大家有帮助-On C++ Of learning materials and exercises, and they hope to help everyone
- 2022-01-25 23:06:53下载
- 积分: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
-
Visual C++ NET development of professional project examples
Visual C++NET专业项目实例开发-源代码Project01Chapter08BankOperation-Visual C++ NET development of professional project examples- source code Project01Chapter08BankOperation
- 2023-04-12 08:45:04下载
- 积分:1
-
一个用 VHDL语言编写的冒泡法程序,希望对学习该语言的同学有帮助。...
一个用 VHDL语言编写的冒泡法程序,希望对学习该语言的同学有帮助。-A use of VHDL language bubble law procedures, and they hope to learn the language of the students have to help.
- 2022-12-20 16:45:03下载
- 积分:1
-
UML documentation, UML for learning. Good Guide!
UML开发文档,用于学习UML.很好的教程!-UML documentation, UML for learning. Good Guide!
- 2022-04-12 15:40:10下载
- 积分:1
-
窗口显示为显示背景图,使用VC编写,窗口显示的背景图像的方法...
窗口显示为显示背景图,使用VC编写,窗口显示的背景图像的方法-window displays the map background to show that the use of VC preparation, the window shown in the background image
- 2023-06-17 03:45:02下载
- 积分:1
-
如何从桌面系统下安装WinCE平台下Pocket PC应用程序
如何从桌面系统下安装WinCE平台下Pocket PC应用程序
- 2022-02-04 01:55:23下载
- 积分:1
-
#包括“PCH。”
#include "pch.h"
#include "base64.h"
NAMESPACE_BEGIN(CryptoPP)
static const int MAX_LINE_LENGTH = 72
static const byte vec[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
static const byte padding = =
Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, bool insertLineBreak)
: insertLineBreak(insertLineBreak), Filter(outQueue)
{
inBufSize=0 -# Include
- 2023-02-26 13:15:03下载
- 积分:1
-
j2me development necessary, the new very useful to learn Oh, everybody can be do...
j2me 开发必备的,新学着很有用哦,大家可以免费下载的-j2me development necessary, the new very useful to learn Oh, everybody can be downloaded free of charge
- 2023-07-13 15:55:03下载
- 积分:1
-
C语言编程
The C programming Language
By Brian W. Kernighan and Dennis M. Ritchie.
Published by Prentice-Hall in 1988
c创始人的经典著作,被誉为c语言圣经-The C programming LanguageBy Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 c-founder of the classics, the Bible, known as c language
- 2022-05-24 07:44:27下载
- 积分:1