登录
首页 » 其他项目 » astar算法,很有用,运行没有错误,又需要的同学赶紧下哦

astar算法,很有用,运行没有错误,又需要的同学赶紧下哦

于 2022-01-31 发布 文件大小:9.81 kB
0 66
下载积分: 2 下载次数: 1

代码说明:

astar算法,很有用,运行没有错误,又需要的同学赶紧下哦-astar algorithm, useful, run no errors, but also those students in need under the oh hurry

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这是一个模拟3D游戏中人物走动的程序,人物会跟随鼠标走动。...
    这是一个模拟3D游戏中人物走动的程序,人物会跟随鼠标走动。-This is a simulated 3D game characters to move the process, the characters will follow the mouse to move.
    2022-03-03 11:48:36下载
    积分:1
  • 使用LabVIEW编写的一个计算器程序。计算器完成计算…
    使用LabVIEW编写的一个计算器程序。 计算器能完成的运算: 加减乘除,求平方,求立方,求自然对数,求以10为底的对数,求阶乘求正弦余弦正切值,符号取反 能完成的操作:角度与弧度的切换,退格,清零 缺点:由于显示使用的是数值类型,所以无法实现小数输入;只能进行十进制的计算,不支持其它进制,统计功能未实现-LabVIEW prepared to use a calculator program. Calculator to complete the calculations: addition and subtraction multiplication and division, and square, and cubic, and the natural logarithm, and to 10 for the end of the logarithm, and factorial values for sine cosine tangent, symbols take to complete the operation of the anti: the angle with radian switch, backspace, Clear shortcomings: As the show using a numerical type, it is not possible to realize a small number of input only for the calculation of the metric system, do not support the other band, did not achieve statistical functions
    2023-08-17 06:20:03下载
    积分:1
  • I give you a good animation software
    我给大家介绍一个好的动画制作软件――飘雪动画秀 V3.02,希望大家喜欢。-I give you a good animation software-- Falling Snow animation- V3.02, hope you like them.
    2022-01-28 04:11:08下载
    积分:1
  • Adler
    adler-32crc校验,用VB做的一个程序-Adler-32crc checking, VB doing a procedure
    2022-04-08 05:34:25下载
    积分:1
  • Secondary development of one module, the bulk barcode generation, styles: from i...
    二次开发模块 一、条形码的批量生成, 款式:由存货(7)+颜色(2)+尺码(2)+供应码(2)+年份(4)+月份(2)+流水号(6)自由组合生成 面料:由存货(7)+颜色(2)+供应码(2)自由组合生成 (1)由于每件款式的条码是唯一的,其数据量相当大,在数据库存储方面若按以往的方式处理,估计数据库是无法承受。故需采用新的存储方式,在这存储方面就需花较多的时间方可解决。 (2)条码生成后需同时往用友数据库(表:InventoryBarCodeSet)插入数据,以供用友制单时提供对应关系。 -Secondary development of one module, the bulk barcode generation, styles: from inventory (7)+ Color (2)+ Size (2)+ Supply code (2)+ Year (4)+ Month (2) 2B ! serial number (6) to generate ensembles of fabrics: from inventory (7)+ color (2)+ supply code (2) free combination to generate (1) as a result of each style of bar code is the only, the amount of data quite large, if the database storage means in accordance with the previous treatment, it is estimated that the database is not unbearable. Therefore need to adopt a new way of storage in this storage area on the need to spend more time in order to resolve. (2) bar code generated at the same time after UFIDA to database (table: InventoryBarCodeSet) Insert the data for single-UF s
    2022-05-29 12:52:49下载
    积分:1
  • a short gray model simulation program, downloaded directly to the Matlab environ...
    一个简短的灰色模型计算仿真程序,下载直接到matlab环境下运行即可-a short gray model simulation program, downloaded directly to the Matlab environment can be run under
    2022-01-26 01:19:39下载
    积分:1
  • 在日历# Control,C实现,日历Control,C #实现,
    一个日历控件,C#实现, 一个日历控件,C#实现,-A calendar control, C# Realize, a calendar control, C# Realize,
    2022-03-16 01:10:02下载
    积分:1
  • Tetris is a classic for both young and old
    俄罗斯方块 是一个老幼皆宜的经典的游戏 是一种意志的小游戏-Tetris is a classic for both young and old-Safe game is a game of will
    2022-05-24 04:48:22下载
    积分:1
  • visual basic program in planetary gear design
    visual basic程序实现内行星轮机构设计-visual basic program in planetary gear design
    2022-12-06 17:35:03下载
    积分:1
  • VHDL电子时钟
    用VHDL实现的电子时钟,24小时格式,可以通过按键调整时间得益于数电知识中的计数器级联构成高进制计数器的启发,我的思路是这样的:1)各不同位的时钟问题。时钟共有6位,分别为秒的高低位、分的高低位、时的高低位。把秒低位的进位当作秒高位的时钟,秒高位的进位当作分低位的时钟,依次类推,可以解决不同位的不同时钟问题。2)各不同位的进制问题。与此同时要解决进制问题,秒分的低位为十进制,秒分的高位为六进制,以及时的高位为三进制(电子时钟为24小时制),这五种情况都易解决,但时的低位就有点复杂了,既有十进制的情形又有四进制的情形。仔细琢磨之后,根据两条IF语句解决了这个问题。那就是若小时高位为”0000”或”0001”时,时的低位为十进制,若小时高位为”0010”,时的低位为四进制。3)校时问题。刚开始时,对了校时没有个思路。但有一次我想看看整体进制等对不对,于是把整体时钟调快了很多,这样,很快就走了“24”小时,然后灵感就来了,就想可以设置这么两个不同频率的整体时钟,一个可能控制分,一个可以控制小时,然后为了可以精确到秒,又设置了一个可以让整个时钟系统暂停的按键,这样整个时钟的实现就完成了,最后又在时分和分秒中间加入了一个小横杠”-”。
    2023-08-22 19:40:04下载
    积分:1
  • 696524资源总数
  • 103904会员总数
  • 44今日下载