-
最简练的记忆游戏
要有简单易懂的交互界面。 2.允许用户输入数字,选择游戏类型,在显示菜单和输入选择过程中要有loading界面 3.按照选择的类型进行游戏,用户根据控制台显示的字符记忆进行输入,如果正确,进入下一关,分数增加并且难度增加 4.要对取胜做出判断,如果记忆的字符输入错误,提示是否继续,是则继续游戏,否则给出分数
- 2022-10-20 14:40:03下载
- 积分:1
-
A Reader Anti-collision Protocol for RFID-Enhanced Wireless Sensor Networks
资源描述Abstract Considering rapid developments in the technologies of both radio-frequency identification
(RFID) systems and wireless sensor networks (WSN), an integration of the two
technologies may lead to the formation of an RFID-enhanced WSN which would possess
improved functions and capabilities. In the RFID-enhanced WSN, many reader-enhanced
nodes have increasingly been employed. In such networks, RFID data contains a lot of duplication,
because the same tag may be read multiple times, and collision may occur among
readers, while energy constraints are also a serious problem. These three could in turn cause
serious problems. In this paper, we have proposed our CSMA-based algorithm since it is light,
efficiently minimizes all kinds of reader collision, and eliminates the duplicate data. For this
purpose, we have used a separate control channel and a tag ID forwarding mechanism with a
special co
- 2023-05-06 18:20:03下载
- 积分:1
-
卡尔曼滤波求解姿态
卡尔曼算法,封装完整,容易看懂,新手容易用于自己的程序当中,更容易移植于自己的程序当中。适用于飞思卡尔智能车、微型飞行器的姿态求解算法中。
- 2022-03-03 07:16:48下载
- 积分:1
-
共轭梯度法
Conjugate gradient method for non-linear equations inC
- 2022-02-26 09:12:17下载
- 积分:1
-
可以对一维波形数据进行拟合,高斯滤波,计算粗糙度等
可以对一维波形数据进行拟合,高斯滤波,计算粗糙度等-Can be one-dimensional wave-shaped to fit the data, Gaussian filtering, calculation of roughness
- 2023-01-14 21:25:03下载
- 积分:1
-
- 2022-02-13 16:14:05下载
- 积分:1
-
在 VBA 中的约束样条内插器
三次样条传统上遭受过冲(特别是在约束),这导致小于理想的精确度。通过牺牲在花键平滑一些,我们可以防止超调。这可以通过消除为等于第二阶导数的要求在每一个点,并与特定第一阶导取代它来实现。套餐包括由作者以及包含一个例子和代码Excel文件进行了研究。
- 2023-02-10 16:30:03下载
- 积分:1
-
绘制螺纹的MATLAB程序,对于生成螺纹管等几何体较为重要
绘制螺纹的MATLAB程序,对于生成螺纹管等几何体较为重要-A MATLAB program can draw bolt pattern, and is more important to produce bolt pattern pipe and other geometry body
- 2022-01-26 05:09:43下载
- 积分:1
-
c语言程序设计源程序
c语言入门学习的基础程序,常量空间与变量空间操作示例,
这是一个单文件的程序,文件名:li2_1.c */关键字(Keyword): C语言中预先规定的具有固定功能和意义的单词或单词的缩写,32个都有特定意义,用法固定
(2)标识符(identifier):以字母或下划线开头,后面跟字母、数字、下划线的任意序列。标识符又分为系统预定义标识符和用户自定义标识符两种。(标识符中的大小写字母有区别)
(3)运算符(operator):C语言提供了34个运算符,分为15个不同的优先级,完成不同的运算功能
(4)分隔符(separator):相邻的关键字、标识符之间必须使用分隔符,不同场合选用:空格、回车/换行、逗号、分号
(5)其它符号:有一些有特定含义的其它符号:{}、//、/* */
(6)数据(data):各种类型的字面值常量
- 2022-03-18 03:29:31下载
- 积分:1
-
数字图像处理,图像分割,阈值分割
这是数字图像处理过程中重要的基础算法,隶属图像分割,它通过设置阈值来区分图像中的各个不同物体,算法简单易懂,适合初学图像处理者。
- 2022-03-04 06:08:16下载
- 积分:1