-
LRU
说明: LRU缓存淘汰策略,使用链表进行连接,里面有测试文件(LRU cache elimination strategy, using linked list for connection, with test files inside)
- 2020-03-22 20:38:02下载
- 积分:1
-
前方交会
前方交会摄影测量matlab编码。其中xy是相片坐标,XYZ是地理坐标,ms是摄影比例尺(Forward rendezvous photogrammetry matlab coding)
- 2017-12-14 15:09:24下载
- 积分:1
-
Untitled
光孤子传输特性模拟 在光纤通信中,光脉冲信号在光纤中传输的过程中会受到色散、损耗和非线性等作用的影响而不断地发生演化和畸变。脉冲演化的规律遵循非线性薛定谔方程(NLSE)。由于NSLE 在一般情况下无法求得它的解析解,因此通常需采要用数值方法来求解,最终归结于求解归一化的NLSE。本文使用了分步傅里叶方法对归一化NLSE 进行了求解,并模拟了输入为一到三阶双曲正割光脉冲条件下光脉冲传输演变情况。(soliton In optical fiber communications, the optical pulse signals in fiber-optic transmission process will be subject to dispersion, loss and non-linear effects, such as constant evolution and distortion occurs. Pulse to follow the evolution of the law of nonlinear Schrö dinger equation (NLSE). Because NSLE under normal circumstances can not achieve its analytical solution, it normally takes mining use numerical methods to solve, and ultimately attributed to solving normalized NLSE. This article uses the step-by-step Fourier method and normalized NLSE was solved, and analog input for the first-order,second-order and third-order hyperbolic secant optical pulses under the conditions of the evolution of optical pulse transmission.)
- 2009-11-17 17:40:32下载
- 积分:1
-
2018-2019-2离散数学复习资料
说明: 复习离散数学,提高学习能力,更加清楚离散(Reviewing Discrete Mathematics to Improve Learning Ability and Clear Discrete Mathematics)
- 2021-01-28 21:28:36下载
- 积分:1
-
matlab_toolbox
说明: 该程序为matlab实现图像特点检测匹配拼接等功能(The program realizes the functions of image feature detection, matching and stitching for matlab)
- 2020-06-18 22:20:02下载
- 积分:1
-
video
说明: 用opencv和mfc打开摄像头的小程序(use opencv and mfc open the camera)
- 2019-05-05 09:27:40下载
- 积分:1
-
Vcastr FLV视频播放器升级版
一款FLV网络播放器,适用于各类CMS系统或blog系统,Vcastr视频播放器拥有众多特点和自定义设置,具备用户需要的大多数基本功能。参数说明:
vcastr_file 方法2传递影片flv文件地址参数,多个使用|分开 空
vcastr_title 影片标题参数,多个使用|分开,与方法2配合使用 空
vcastr_xml 方法3 传递影片flv文件地址参数
IsAutoPlay 影片自动播放参数:0表示不自动播放,1表示自动播放 0
IsContinue 影片连续播放参数:0表示不连续播放,1表示连续循环播 1
IsRandom 影片随机播放参数:0表示不随机播放,1表示随机播放 0
DefaultVolume 默认音量参数 :0-100 的数值,设置影片开始默认音量大小 100
BarPosition 控制栏位置参数 :0表示在影片上浮动显示,1表示在影片下方显示 0
IsShowBar 控制栏显示参数 :0表示不显示;1表示一直显示;2表示鼠标悬停时显示;3表示开始不显示,鼠标悬停后显示 2
BarColor 播放控制栏颜色,颜色都以0x开始16进制数字表示 0x000033
BarTransparent 播放控制栏透明度 60
GlowColor 按键图标颜色,颜色都以0x开始16进制数字表示 0x66ff00
IconColor 鼠标悬停时光晕颜色,颜色都以0x开始
更多请参见压缩包说明……
- 2022-08-07 03:10:27下载
- 积分:1
-
C programming source code cases
C++程序设计源代码例-C programming source code cases
- 2023-04-02 00:55:03下载
- 积分:1
-
捕捉到运动物体,
摄像头静止,且光照等环境不变的情况下,捕捉到运动物体, 在这一节中,主要讲目标跟踪的一个重要的算法Camshift,因为它是连续自使用的meanShift,所以这2个函数opencv中都有,且都很重要。为了让大家先达到一个感性认识。这节主要是看懂和运行opencv中给的sample并稍加修改。 Camshift函数的原型为:RotatedRect CamShift(InputArray probImage, Rect& window
- 2022-12-06 16:55:04下载
- 积分:1
-
bp神经网络分类
1. 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为5。要求:自行编写代码完成后向传播算法,采用交叉验证的方式实现对于性能指标的评判(包含SE,SP,ACC和AUC,AUC的计算可以基于平台的软件包)。(. using BP neural network to design the classifier for male and female students. The features include height, weight, whether they like mathematics, whether they like literature, and whether they like sports. The BP neural network contains a hidden layer, and the number of hidden nodes is five (5). Requirements: self compiled code, post propagation algorithm, cross validation method to achieve performance evaluation (including SE, SP, ACC and AUC, AUC calculation can be based on platform software package).)
- 2017-10-21 20:58:22下载
- 积分:1