-
用精简的visual c++ 编写 能够让人方便地读取位图的小程序
用精简的visual c++ 编写 能够让人方便地读取位图的小程序 -With a streamlined visual c++ to write code that makes easy to read digital map applet
- 2023-05-18 05:10:04下载
- 积分:1
-
Win32 API大全,全面的api函数,排版也很不错,大家收藏一下吧
Win32 API大全,全面的api函数,排版也很不错,大家收藏一下吧-Win32 API Guinness, comprehensive api function, layout is also very good, we Favorites yourself
- 2022-06-11 11:23:11下载
- 积分:1
-
解析BMP文件,并将BMP文件数据转换成C文件。可以应用于窗口…
解析BMP文件,并将BMP文件数据转换成C文件格式。 可适用于Windows CE开发时替换其LOGO画面。-analytic BMP file, and BMP file data into C files. Windows CE can be applied to the development of its replacement when LOGO picture.
- 2022-06-30 05:30:57下载
- 积分:1
-
汇编语言,完成至少4种玫瑰线 的作图,图形可参见数学手册(可以用定点运算;建议采用浮点运算)。...
汇编语言,完成至少4种玫瑰线 的作图,图形可参见数学手册(可以用定点运算;建议采用浮点运算)。-compiled language, the completion of at least four types of roses line drawing, graphics can be found in mathematics Manual (Operators can use sentinel; Proposed floating-point operations).
- 2022-03-14 21:00:04下载
- 积分:1
-
With a leap year, key adjustment, automatic power
带闰年,按键调整,掉电后可自动运行,掉电保护功能-With a leap year, key adjustment, automatic power-down operation, power-down protection
- 2023-03-03 06:25:04下载
- 积分:1
-
射频处理之 PC 仿真器, 可以在 PC 上仿真执行射频的解码过程, 并将解码结果通过串行口输出(115200bps). 另外, 该工具还有 Offline 及...
射频处理之 PC 仿真器, 可以在 PC 上仿真执行射频的解码过程, 并将解码结果通过串行口输出(115200bps). 另外, 该工具还有 Offline 及数据比较(解码前後)功能.-RF processing for PC emulator, the PC simulation of RF implementation decoding process, and will decode the results serial port output (115200bps). In addition, the tool also Offline and data comparisons (before and after decoding) function.
- 2023-04-09 22:20:46下载
- 积分:1
-
This code describes how to create instance from object in the run time in c#
This code describes how to create instance from object in the run time in c#
- 2023-07-14 21:05:02下载
- 积分:1
-
读取地理星系系统GIS开发中的DEN类型数据,并进行显示
读取地理星系系统GIS开发中的DEN类型数据,并进行显示-GIS galaxy system read the geographical development of DEN type of data and display
- 2022-02-06 16:34:24下载
- 积分:1
-
本书详细阐述了在编写C++程序的过程中应该注意什么尽量不要做什么,通读此书会对C++编程有更加使用的认识。...
本书详细阐述了在编写C++程序的过程中应该注意什么尽量不要做什么,通读此书会对C++编程有更加使用的认识。-This book describes in detail the preparation of C++ programs should pay attention to what the process try not to do, read the book will have a more C++ programming knowledge to use
- 2022-02-26 13:40:06下载
- 积分:1
-
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价...
A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A* algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of search, but in every generation is a sub-node calculated valuation function F, to estimate initial node to the node, the price and it arrived at the target node, and the price; Whenever expansion node, the question has always extended to all nodes with the smallest choosing F value of the node as expansion targets, in order to search as far as possible along the most promising direction.
- 2023-01-19 07:50:04下载
- 积分:1