-
C++编写程序矩阵乘法
矩阵乘法 的C++程序通过定义函数定义且进行相应的调用求过矩矩阵的乘积即,其中自行设定。因此我们只需要在上一个实验的基础上编写相应的函数,在调用函数中用指针进行实参和形参之间的传递,然后在相应的主函数中调用上述定义的函数,即能解决问题,在上述过程中,注意动态分配存储空间的使用,以及一级指针、二级指针的熟练使用以及合理使用
- 2022-04-12 15:16:10下载
- 积分:1
-
book-概率机器人.pdf
book-概率机器人.pdf
- 2021-05-07下载
- 积分:1
-
C51
51单片机连接射频芯片rc522的单片机程序(51 single connection RF chip microcontroller program rc522)
- 2014-10-23 10:13:49下载
- 积分:1
-
sonar
一种时频域联合捕捉主动声纳信号的方法.介绍了一种可应用于被动声纳的时频域联合捕捉主动声纳信号的方法及其工作流程。仿真相同噪声环境下使用该方法的发现距离与主动声纳探测距离,仿真结果表明使用该方法的发现距离远超过主动声纳探测距离,使用该方法可实现对目标的远程发现。(A time-frequency domain joint capture of active sonar signals. Introduced passive sonar, which can be applied when the frequency domain joint to capture active sonar signal its workflow. The discovery of the method used in the simulation of the same noise environment distance active sonar detection range, simulation results show that using the method found distance than active sonar detection range, the use of this method can be found remote target.)
- 2020-11-12 15:49:44下载
- 积分:1
-
Jacobi
雅戈比迭代法,用于数值分析课,正确,提供简单的参考!(Jacobi iterative method )
- 2009-05-08 00:28:43下载
- 积分:1
-
罗斯蒙特压力变送器表头液晶单片机C51驱动例程
/*********************************************************************************************
说明:罗斯蒙特压力变送器数字表头驱动
表头有个六针插座,双排三个.芯片是AMI公司的S4521H两片,每一片是32位移位寄存器,两片共64位对应液晶笔画和单位图标
标注1的是正5V,同排第二个是面板跳线HL切换的中间脚,即跳线跳到H时候,输出接电源正,跳到L时候输出接地,同排第三个是电源地
第二排与正挨着的是LOD引脚,接地时候显示不刷新,后台数据持续输入到内部移位寄存器,高电平时候立即把内部寄存器显示出来
第二排中间的是CLK时钟输入脚,每次从低变高就把数据引脚的电平移入移位寄存器
第二排与地挨着的是DAT引脚,高电平笔画点亮,低电平熄灭
本例程演示了利用50毫秒中断计数20次得1秒信号对计数器累加,主循环每100ms进行一次计算和显示,其中有一位直接带小数点显示
上电后显示0.000每一秒加0.001,最大到9.999归零
/*********************************************************************************************/
- 2022-07-19 20:37:14下载
- 积分:1
-
哈夫曼编码
(1)、I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。
(2)、E:编码(Encoding)。利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。
(3)、D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
(4)、P:印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。
(5)、T:印哈夫曼树(Tree printing)。将已在内存中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中((1), I: initialization (Initialization). From the terminal to read the character set size n, as well as n characters and N weights, build Huffman tree and save it in file hfmTree.
(2), E: Code (Encoding). Using the built Huffman tree (if not in memory, read from the file hfmTree), the text in the file ToBeTran is encoded, and the result is stored in the file CodeFile.
(3), D: decoding (Decoding). Using the built Huffman tree to decode the code in file CodeFile, the result is stored in file TextFile.
(4), P: printed code file (Print). The file CodeFile is displayed in a compact format on the terminal, with 50 codes per line. At the same time, the encoding file of this character form is written to file CodePrin.
(5), T: Tree printing. The Hoffman tree, already in memory, is displayed on the terminal in an intuitive way (tree or concave form), and the Hoffman tree of this character is written into the file TreePrint.)
- 2018-06-05 09:11:16下载
- 积分:1
-
convert_cascade
Opencv. algorithm for convert cascade using the opencv library. is only one example of the capacity of opencv
- 2012-05-23 20:17:30下载
- 积分:1
-
flash-driver
在wince下实现的对flash的驱动源码(Wince under the flash driver source code)
- 2012-05-24 21:32:46下载
- 积分:1
-
rn8302_bao
说明: rn8302数据读取包,电能数据表,rn8302电压电流校验(Rn8302 data read packet)
- 2020-12-18 10:08:18下载
- 积分:1