登录
首页 » Windows开发 » This code for find object on the map

This code for find object on the map

于 2022-03-11 发布 文件大小:6.93 kB
0 182
下载积分: 2 下载次数: 1

代码说明:

This code for find object on the map

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

发表评论

0 个回复

  • 英文字符识别程序,可以快速识别英文字符
    英文字符识别程序,可以快速识别英文字符-English characters identification procedures can quickly identify English characters
    2022-08-12 06:39:24下载
    积分:1
  • DELpHi control DELpHi dial
    DELpHi拨号控件 DELpHi拨号控件-DELpHi control DELpHi dial-up dial-up control
    2023-08-12 16:20:02下载
    积分:1
  • with tools of the 3d effects
    工具条带有3d效果-with tools of the 3d effects
    2022-02-02 15:48:43下载
    积分:1
  • USB固件,基于C8051F320,对于USB不在是痛苦
    USB固件开发,基于C8051F320,对于开发USB不在是痛苦-USB firmware development, based on the C8051F320, for the development of USB is not painful
    2023-01-12 13:30:03下载
    积分:1
  • VB编写的小型FLASH播放器软件,播放FLASH还是比较好的
    VB编写的小型FLASH播放器软件,播放FLASH还是比较好的-VB prepared by the small Flash player software, Flash player is still relatively good
    2022-01-22 10:40:13下载
    积分:1
  • 用精简的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
  • Adlink Technology SDK digitizers example double buffer process
    凌华科技数字化仪SDK双缓冲区的例子程序-Adlink Technology SDK digitizers example double buffer process
    2023-06-15 05:30:04下载
    积分:1
  • Tsp的例子:程序计数器 差分计数器 4.1 将修改后的程序与它先前的版本进行比较。 4.2 找出在修改后的程序里增加和删除的代码行。 4.3 用记号来标出一个
    Tsp的例子:程序计数器 差分计数器 4.1 将修改后的程序与它先前的版本进行比较。 4.2 找出在修改后的程序里增加和删除的代码行。 4.3 用记号来标出一个改动。 计数器 4.4 统计在修改后的程序里增加和删除的代码行。 4.5 统计在修改后的程序里总的代码行数。 生成文件 4.6 为修改后的程序版本生成一个新的程序源文件,这个新的程序源文件带有修改标记和行标记信息。 4. 7 在程序的头部插入一节带有修改标记的注释 4.8 注释里提供改变行的行标号 4.9 注释里保存删除的代码行 4.10 注释里按顺序列出先前程序的改动 报告 4. 11 可以打印一份程序修改信息清单。(只包括被修改的代码行) 4.11 可以打印一份程序清单,包括修改标记和行标记信息。 (即是把新生成的程序源文件打印出来) 4.13 可以打印一份程序清单,在修改后的程序的每一行代码前插入行号。 4.14 可以打印一份程序清单,在原来的程序的每一行代码前插入行号。-Tsp examples : Differential procedures Counter 4.1 of the revised procedures and its earlier versions were compared. 4.2 identify changes in the procedure after the world has increased and the deletion of a line of code. With 4.3 mark to a marked change. Counter 4.4 statistical changes in the procedure after the world has increased and the deletion of a line of code. 4.5 The revised statistics in the program, like the total number of lines of code. Generation 4.6 document for the revision of the procedure after the formation of a new version of the source files, the new
    2022-05-23 01:04:55下载
    积分:1
  • 迷宫追寻小游戏 C++MFC
    应用背景 这个游戏为玩家控制红色方块,去吃掉棕色,绿色,蓝色的方块,一旦一个方块被吃,便会自动生成另一个相同颜色的方块。直到游戏时间结束为止。 程序函数功能: ondraw函数: 显示游戏界面(用画刷刷成白色),显示地图(黑色),显示食物0,1,2(分别为:棕色,绿色,蓝色),显示玩家(红色) 显示文字,时间,分数。 OnEraseBkgnd函数: 用来更新窗口背景,游戏以位图为窗口背景。 OnGameStart函数: 关联窗口菜单中的开始游戏。包括:     IniGame();(初始化游戏)     m_nGameStatus=1;(游戏状态1,开始)     SetTimer(1,100,NULL);(定时器0.1秒执行一次OnTime)     Invalidate();(转向OnDraw) IniGame函数: 初始化游戏,确定游戏显示位置,确定玩家初始位置,转向IniAim函数 IniAim函数: 初始化目标,这里的三个目标的位置为随机产生。 OnKeyDown函数: 监控设备按下的键,确定玩家移动方向。 ReDisPlay函数: 重画点所在的小方块。减少对Invalidate()的调用,使屏幕不太闪硕。 OmTimer函数: 完成时间的计算。 关键技术游戏中的人工智能: 棕色方块的移动算法为基本寻路算法—物体沿着墙走。 绿色方块的移动算法为基本的逃避算法—物体总会向玩家的反方向移动。 蓝色方块的移动算法为漫游算法—随机产生一个方向值,物体移动的方向不
    2022-03-23 18:25:51下载
    积分:1
  • 由于Visual Basic应用程序是基于对象的,所以应用程序的代码结构就是该程序在屏幕上物理表示的模型。根据定义,对象包含数据和代码。在屏幕上看到的窗体代表属...
    由于Visual Basic应用程序是基于对象的,所以应用程序的代码结构就是该程序在屏幕上物理表示的模型。根据定义,对象包含数据和代码。在屏幕上看到的窗体代表属性,这些属性定义了窗体的外观和内在特性。 本设计主要是运用Data控件。 -Applications because of Visual Basic are object-based, so the structure of application code is the program that the screen on the model physics. By definition, the object contains data and code. On the screen to see the form on behalf of the property, which defines the form of property appearance and internal characteristics. Designed mainly to use the Data control.
    2022-07-23 06:25:59下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载