-
sqstack
和线性表类似,栈也有两种存储表示:顺序栈和链栈。
顺序存储结构简称为顺序栈。和顺序表类似,对顺序栈也需要事先为它分配一个可以容纳最多元素的存储空间。
(and linear scale similar Stack also have two storage : order Stack and Stack chain. Sequence storage structure referred to as the sequence of stack. Table and order similar to the order Stack also needs prior to allocate it can accommodate a maximum of elements of storage space.)
- 2007-04-18 16:43:18下载
- 积分:1
-
SPI接口+TM7705+AD7705+16位ADC数据+采集模块+输入增益可编程
SPI接口+TM7705+AD7705+16位ADC数据+采集模块+输入增益可编程,可以改动到stm32
- 2022-02-14 08:50:18下载
- 积分:1
-
drlt
C#多人聊天程序源码下载,客户端实现过程:创建Socket聊天实例,得到服务器的IP地址,创建远程终结点,连接到远程服务器,异步等待数据,当连接上的客户有写的操作的时候,调用回调函数,该类保存Socket以及发送给服务器的数据,EndReceive完成BeginReceive异步调用,返回服务器写入流的字节数,用UTF8格式来将string信息转化成byte数组形式。
多人聊天服务端:创建侦听的Socket,将Socket 绑定到本地的终结点上,开始侦听,最大的连接数是 5,开始一个异步操作接受客户的连接请求,(Multiplayer chat program)
- 2013-12-01 20:51:15下载
- 积分:1
-
Matlab_BP
基于MATLAB神经网络工具箱的BP网络实现,该本书对初学神经网络的读者应该比较有用。(Based on the MATLAB neural network toolbox of the BP network, the book for beginner readers neural network should be more useful.)
- 2007-09-29 00:40:37下载
- 积分:1
-
新建 WinRAR ZIP 压缩文件
说明: APDS9960模块基于STM32 STC15的代码(The code of APDS9960 module based on STTM32 STC15)
- 2019-01-14 14:22:14下载
- 积分:1
-
MYPICK1
OpenGL高级编程篇所附源代码例选取窗口中的一个对象进行放大。(OpenGL high-level programming articles cases attached to the source code window to select an object to enlarge.)
- 2004-06-14 16:30:46下载
- 积分:1
-
Personal-data-space-information-technology-researc
个人数据空间信息标注技术的研究与实现Personal data space information technology research and implementation of mark(Personal data space information technology research and implementation of mark)
- 2011-01-08 19:39:41下载
- 积分:1
-
舵机电机调试程序
飞思卡尔智能车舵机电机调试程序,可对舵机中值测定,以及电机测试
- 2022-10-29 01:50:04下载
- 积分:1
-
STC12C5A60S2_24C02_Test
联合开发网 - pudn.com
- 2016-05-04 09:01:00下载
- 积分:1
-
C语言实现角点检测
用C语言实现的角点检测算法,里面是一个word文档,详细描述了角点检测的实现过程,有很强的参考价值:
第一步:利用差分算子对图像进行滤波 第一步:利用差分算子对图像进行滤波
第二步:对Ix2/Iy2/Ixy进行高斯平滑,以去除噪声
第三步:计算角点量
第四步:进行局部非极大值抑制以获得最终角点
- 2022-10-07 03:40:03下载
- 积分:1