-
xapp1014-xilinx-sdi
用fpga实现SDI,每一步都很清楚 搞视频的可以参考(Fpga realization of SDI, each step are clearly engaged in the video can refer to)
- 2020-11-10 19:19:46下载
- 积分:1
-
BackGroundSubtraction
Background subtraction matlab code for object motion estimation and tracking in video
- 2015-04-17 01:58:35下载
- 积分:1
-
Antenna_and_EM_Modeling_with_MATLAB_Sergey_N_Maka
Antenna and EM Modeling with MATLAB - Sergey N. Makarov (.m Files).rar(Antenna and EM Modeling with MATLAB- Sergey N. Makarov (.m Files).rar)
- 2009-07-03 21:11:30下载
- 积分:1
-
UVCDriver-V2.5
AVEO摄像头sensor控制芯片驱动程序 windows xp 和 window7均适用(AVEO camera sensor controller driver windows xp and window7 apply)
- 2013-10-21 09:15:01下载
- 积分:1
-
noisex-92
标准NOISEX-92噪声库,对于声音信号分析的人有用。(Standard noise NOISEX-92 library, the human voice signal analysis for useful.)
- 2014-08-18 22:47:50下载
- 积分:1
-
-variador-casero-d
manual para el diseñ o e implementacion de un variador de frecuencia casero y sencillo de bajo costo
- 2015-03-26 17:20:34下载
- 积分:1
-
video_of_VERILOG
the video about verilog source
the video about verilog source
the video about verilog source
the video about verilog source
- 2010-04-01 13:13:56下载
- 积分:1
-
Video_measures_analog_IUT
video analisys aplication note
- 2014-12-12 03:23:06下载
- 积分:1
-
csvt_overview_0305
Overview of the H.264/AVC Video Coding Standard
- 2013-10-10 14:12:32下载
- 积分:1
-
BinaryIntegerProg
说明: 也在找关于这方面的资料着~~我是有matlab程序,但是在Java里没法触发调用它~~
付上matlab程序,有需要的自己拿吧。
function BinaryIntegerProg(f_file_name, A_file_name, b_file_name, Aeq_file_name, beq_file_name,write_file_name)
f = load(f_file_name)
A = load(A_file_name)
b = load(b_file_name)
Aeq = load(Aeq_file_name)
Beq = load(beq_file_name)
x = bintprog(f, A, b, Aeq, beq)
fp = fopen(write_file_name, w )
fprintf(fp, d\n ,x)
fclose(fp)(good daima!)
- 2011-04-17 09:24:01下载
- 积分:1