登录
首页 » 算法 » 基于您的源代码和 descriptio 的质量

基于您的源代码和 descriptio 的质量

于 2022-05-20 发布 文件大小:115.24 kB
0 188
下载积分: 2 下载次数: 1

代码说明:

t 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会获得更多积分为t 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会获得更多积分为t 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会获得更多积分为t 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会获得更多积分为t 至少 1

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

发表评论

0 个回复

  • 教工工资管理系统
    资源描述一个用c语言写的简易教工工资管理系统,没有用到复杂的东西,未调用数据库,大家可以简单看一下,学习学习。
    2022-08-21 03:22:43下载
    积分:1
  • code adsadadsadsadsdadadsadsadsadsadadsasdasd
    code adsadads adsdadads ads adadsasdasd-code adsadadsadsadsdadadsadsadsadsadadsasdasd
    2023-07-16 07:00:03下载
    积分:1
  • 冒泡排序和汉诺塔问题的递归实验报告好东西来下载啊
    冒泡排序和汉诺塔问题的递归算法实验报告好东西来下载啊-Bubble Sort and Tower of Hanoi " problem of the recursive algorithm experimental reports, good things to download ah
    2022-01-25 15:49:01下载
    积分:1
  • 基于BP神经网络的RFID室内定位研究
    资源描述:针对室内物体或者人员使用主动式射频识别(RFID)技术问题,设计了适用于室内环境的定位算法。传统的RFID室 内定位算法由于室内环境复杂多变,路径损耗系数很难准确估计,定位精度不高。为解决上述问题,提出一种采用BP神经 网络的RFID室内定位算法,算法引入参考标签辅助定位,利用BP神经网络建立场强信号转化模型。在模型中输入接收信 号强度值,输出路径损耗系数,网络模型提高了路径损耗系数的准确性,再利用距离一损耗模型实现精确定位,从而减小定位 误差。与传统的RFID定位算法比较,仿真和实验结果表明,改进算法的定位精度有显著的提高,可用于仓库、监狱、超市等 室内环境。
    2022-09-18 04:45:03下载
    积分:1
  • 在许多情况下我们需要的如密码字典穷举组合..
    在许多情况下我们需要穷举组合的算法,比如密码词典。这个算法的关键是密码下标进位的问题。另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。如果要提高写文件的效率,可以使用缓冲区,分批写入。-in many cases we need exhaustive combination of algorithms such as password dictionary. The algorithm is the key indices into password-issue. Another example of this document written statement low efficiency, in order to reduce the complexity of the algorithm has not been optimized. If the document was to improve the efficiency, the use of buffer zones, into batches.
    2022-03-20 01:48:47下载
    积分:1
  • 圆形的图像阈值分割
    本代码实现循环阈值基于内类方差最小化 (就这样做的 Otsufor 线性阈值) 的两个的版本。我们的方法是适用于 circulardata,例如颜色、 方向等。
    2022-10-11 01:10:04下载
    积分:1
  • leach
    该算法基本思想是:以循环的方式随机选择蔟首节点,将整个网络的能量负载平均分配到每个传感器节点中,从而达到降低网络能源消耗、提高网络整体生存时间的目的。仿真表明,与一般的平面多跳路由协议和静态分层算法相比,LEACH协议可以将网络生命周期延长15%。LEACH在运行过程中不断的循环执行蔟的重构过程,每个蔟重构过程可以用回合的概念来描述。每个回合可以分成两个阶段:蔟的建立阶段和传输数据的稳定阶段。为了节省资源开销,稳定阶段的持续时间要大于建立阶段的持续时间。蔟的建立过程可分成4个阶段:蔟首节点的选择、蔟首节点的广播、蔟首节点的建立和调度机制的生成。
    2022-03-24 03:15:23下载
    积分:1
  • C实现的Matlab函数filtfilt
    应用背景功能强大的Matlab零相移数字滤波器filtfilt函数的C语言实现。数字信号处理非常有用的哦关键技术滤波器的频率响应由幅度响应和相位响应两部分组成,在信号处理的某些场合中, 希望设计的滤波器的相位响应能够严格为零。那就要用到Matlab的这个函数,这里将Matlab语言翻译了为C语言。主要就是一些矩阵的运算,高等数学的知识
    2023-05-17 13:15:03下载
    积分:1
  • C#计
    using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.Runtime.InteropServices; using System.IO; namespace 计算器 { /// /// Form1 的摘要说明。 /// public class Form1 : System.Windows.Forms.Form { private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button9; private System.Windows.Forms.Button button11; private System.Windows.For
    2023-01-30 17:15:03下载
    积分:1
  • stl文件读取与显示
    应用背景STL = STL文件,一种3D模型文件格式STL(STereo Lithography的缩写) STL文件格式是由3D SYSTEMS 公司于1988 年制定的一个接口协议,是一种为快速原型制造技术服务的三维图形文件格式。STL 文件由多个三角形面片的定义组成,每个三角形面片的定义包括三角形各个定点的三维坐标及三角形面片的法矢量。三角形顶点的排列顺序遵循右手法则。 STL 文件有2 种类型:文本文件(ASCII格式)和二进制文件(BINARY)。关键技术This program may crash your system or run poorly depending on your   hardware.  The program and code contained in this archive was scanned   for virii and has passed all test before it was put online.  If you   use this code in project of your own, send a shout out to the author!
    2022-05-08 08:33:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载