资源列表
02
- 合并两个有序链表,要求输入数据: list_first{56,67,78,89,90}; list_second{34,45,56,87,98,100} 输出合并后的链表 -Merge two sorted linked list to enter data: list_first {56,67,78,89,90} list_second {34,45,56,87,98,100} output the merged linked list
chengxu
- 二进制加法程序:两个多字节的二进制数分别放在以ADD1和ADD2为首地址的存贮单元中,两个数的字长度放在CONT单元中。最后相加结果放在以SUM为首地址的单元中。所有数的低字节在前,高字节在后。-Binary adder program: more than two-byte binary number on the ADD1 and ADD2 the first address of the storage unit, two word length on the CONT unit. Fin
fast-fft
- 快速傅里叶变换,多用于图像处理等方面。。完全是自己亲手敲的程序-Fast Fourier Transform, used for image processing. . Is entirely their own hands to knock the program
poj2299
- 这是poj2299线段树的点树解法代码。-This is the point of the tree line tree poj2299 solution code.
SDK-1500
- SDK of 1500 RFID Reader, SDK of 1500 RFID Reader, SDK of 1500 RFID Reader, SDK of 1500 RFID Reader-SDK of 1500 RFID Reader, SDK of 1500 RFID Reader, SDK of 1500 RFID Reader, SDK of 1500 RFID Reader, SDK of 1500 RFID Reader, SDK of 1500 RFID Reader
tashkish_khodro_dafilm
- detect cars numbers with matlab
CDF.ZIP
- cdf matlab code for Digital Image Processing cource
amp-latency-AR-test
- Burg算法功率谱估计,采样点数nfft不会影响MAX值和位置. s=data22(6,:) s=s(50:150) nfft=2048 fs=500 EEG [px1,f1]=pburg(s,6,nfft,fs) figure plot(f1,px1) title( CI——Burg算法功率谱估计 ) xlabel( Frequency(Hz) ) ylabel( Power ) IndMax=find(diff(sign(diff(p
6
- 定义一个CPoint类,利用成员函数的重载实现整数的两点间距离和浮点数的两点间距离。要求: (1) 分别用int,float数值类型设计成员函数重载; (2) 分别用int,float的数值测试该程序。-Define a CPoint class using overloaded member function implementations between two integer and floating-point distance between two points distan
BUS
- 基于FPGA的总线接口函数,用Verilog来编写,适合初学者了解FPGA-FPGA-based bus interface functions, written in Verilog, suitable for beginners to learn FPGA
Triangle
- vhdl 实现三角波输出,分辨率可调,与比较器连用可以实现PWM输出-VHDL generic Triangle,ENTITY Triangle IS port( rst : in std_logic clk : in std_logic tri_data:out std_logic_vector(7 downto 0) ) end Triangle
HDELIVER
- Simple implementation of connected components using BFS