登录
首页 » Windows开发 » water voice signal deal with the robot locating the target and offering the feed...

water voice signal deal with the robot locating the target and offering the feed...

于 2022-07-15 发布 文件大小:1.64 kB
0 167
下载积分: 2 下载次数: 1

代码说明:

水声信号的处理水下机器人对目标的定位并提供反馈信息-water voice signal deal with the robot locating the target and offering the feedback under the water

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

发表评论

0 个回复

  • a very good js tree, download, direct point all.htm View
    一个很不错的js树,下载后,直接点all.htm查看-a very good js tree, download, direct point all.htm View
    2023-06-19 03:40:04下载
    积分:1
  • Apriori算法的实现
    这是一个先验算法的一个简单的应用程序,在这里使用两个代码,,即,,穿着一个数据库,而不是用它把所有 ISIS文件夹到本地主机...
    2022-01-25 14:40:31下载
    积分:1
  • windows扫雷游戏
    利用vc++ 6.0 平台和C语言编写的扫雷程序,完成了扫雷中除去英雄榜和颜色之外的所有功能。这个程序是中国科学院大学Windows高级程序设计的作业,上过杨力祥老师课的应该都清楚。程序主要包括两个部分,主窗口程序和窗口消息处理程序,思路清晰,搞清楚mine数组中各数字表示的意义后,非常容易理解。
    2022-02-20 18:24:17下载
    积分:1
  • 文法分析器 在c环境下编写的 我认为还可以
    文法分析器 在c环境下编写的 我认为还可以-c grammar analyzer in the preparation of the environment I think I can
    2022-02-24 13:07:34下载
    积分:1
  • 奖金管理程序,用DELPHI,包括奖金计算、报表管理等
    奖金管理程序,用DELPHI开发,包括奖金计算、报表管理等-management bonus program, Delphi development, including bonuses, and other statements of management
    2022-02-22 03:17:20下载
    积分:1
  • 取网络上本机的IP地址
    取网络上本机的IP地址-network from the machine"s IP address
    2022-07-06 15:44:57下载
    积分:1
  • 初学编程写的一个简易整数计算器,希望大家喜欢
    初学编程写的一个简易整数计算器,希望大家喜欢-Novice programmer wrote a simple integer calculator, I hope everyone likes
    2022-04-09 09:43:03下载
    积分:1
  • C语言实现贪吃蛇
    //: Snake.c /* * * * * * * * * * * * * * * * * * * * * * * // Project: RedSnake(贪吃蛇) // Author: Problue // Version: 1.0 // Date: 19:55 2012-10-29 * * * * * * * * * * * * * * * * * * * * * * */ #include #include #include #include "pcc32.h" // 定义地图的尺寸及坐标 #define MAP_WIDTH 32 // 地图宽度 #define MAP_HEIGHT 32 // 地图高度 #define OFFSET_X 1 // 地图左右的边距 #define OFFSET_Y 1 // 地图上下的边距 #define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度 #define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度 #define GotoMap(x, y) gotoTextPos((x) * 2, (y)) // 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物 #define BS_SPACE 0 #define BS_SHEAD 1 #define BS_SBODY 2 #define BS_STAIL 3 #define BS_FOOD 4 // 蛇默认长度 #define SNAKE_MIN_LEN 5 // 定义蛇运动方向: 上、下、左、右 #define DIR_UP 1 #define DIR_DOWN 2 #define DIR_LEFT 3
    2022-05-15 19:59:34下载
    积分:1
  • 双链表缓冲类,可以用来实现键盘和鼠标的输入缓冲
    双链表缓冲类,可以用来实现键盘和鼠标的输入缓冲-Double-linked list buffer class, can be used to realize the keyboard and mouse input buffer
    2023-07-22 23:05:03下载
    积分:1
  • 如题是很好的GPS读取数据基类的程序代码,希望对你们有用
    如题是很好的GPS读取数据基类的程序代码,希望对你们有用-If the title is a good read GPS data base class code, I hope useful for you
    2022-02-19 23:28:45下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载