-
iterative-pyramidal-LK
关于光流法的一个外文论文,很好的讲述了光流法算法(An optical flow method on foreign language papers, very good about the optical flow algorithm)
- 2013-11-16 10:10:42下载
- 积分:1
-
1
说明: 俄 罗 斯 方 块 小 程 序(Tetris Applet)
- 2009-12-22 11:30:52下载
- 积分:1
-
xindian-xiaobo
一组心电信号插值重采样以及采用db5小波滤波(A set of ECG signal interpolation resampling and the use of db5 wavelet filter)
- 2012-08-14 15:06:18下载
- 积分:1
-
QPSK123
qpsk信号瑞利信道的仿真程序 有ber仿真效果图 推荐(Rayleigh channel simulation program )
- 2013-11-14 12:56:32下载
- 积分:1
-
Demo_Broadlearning_MNIST
宽度学习是最近比较热的分类器,可用于图像分类等应用(image classification Broad learning)
- 2021-05-08 00:40:35下载
- 积分:1
-
eAlertSystem
It sends alert through email when the selected file may used by the any person in our system. It sends alert with user name and time
- 2014-10-13 00:33:04下载
- 积分:1
-
tow
随着应用的越来越复杂,对数据同步和存储的要求越来越多,有时候我们面对大量复杂的数据加载和数据同步代价,尤其是如果单服务器无法承载大量应用数据的时候,我们如何可以实现动态扩展服务器已达到负载均衡的目标(As applications are becoming more complex, the data synchronization and storage requirements are more and more, sometimes we are facing a large amount of data loading and data synchronization costs, especially if a single server cannot load a lot of the time of application data, how can we realize the dynamic extension of the server has reached the aim of load balancing)
- 2015-01-27 16:52:18下载
- 积分:1
-
chaining.tar
Matlab code for Chaining Pursuit
- 2009-09-09 21:39:32下载
- 积分:1
-
MatlabStudy
Matlab 操作技巧与常用函数。帮助Matlab初学者迅速掌握Matlab环境下编程技巧。(Matlab operating skills with commonly used functions. Help the Matlab environment for beginners to grasp the Matlab programming skills.)
- 2009-12-11 16:16:54下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1