资源列表
eliminationgauss
- Systems of linear equations Our Matlab function for naive Gaussian elimination looks like this: function x = naiv_gauss(A,b) n = length(b) x = zeros(n,1) for k=1:n-1 forward elimination for i=k+1:n xmult = A(i,k)/A(k,k) for j=k+1:n
maogaitimu
- 课后的题,经过编译的,运行没有问题,可以放心使用-After-school title, compiled and run without problems, you can be assured
xinalvbozaiqiupinyu
- 对文本格式的信号先滤波再求频域,便于在神经网络中应用,这是用matlab做的,很有用。-The text format, the signal first and then seek the frequency domain filtering
P89V51RD2-DATA-ACQ
- Data Acquisituion System
Mematikan_Komputer_Dari_Jarak_Jauh
- Mematikan komputer dari jarak jauh
C-exam
- C语言实验题目,个个经典,难度适中,适合C语言考试或平时实验。-C language experimental subject, all of them classics, moderate difficulty, suitable for C language exam or peacetime experiment.
OOPs-All.docx
- Object Oriented Pragramming
PTT模板_2
- PTT模板_含整組圖示.背景.圖標.風格
wavelet
- 关于小波的一些基础知识,希望对初学者对小波有一个大概的了解-Some basic knowledge about wavelet, hope for beginners have a general knowledge of wavelet
Console-programming-two
- 控制台编程二, 接着上一 希望能给在帮到大家。-Console programming two and then went on a wish to give in to help everyone.
Question2
- its a file with java code. its a program for Morse code. The program is a client\server program for sending Morse code from a client to a server.
IRSCH
- 红外线报警器的线路图。 红外线报警器的线路图-Infrared alarm wiring diagrams. Infrared alarm wiring diagrams. . .
