搜索资源列表
3x4keyboard
- 一种较好的编码键盘,3x4矩阵键盘的扫描程序-a better coding keyboard, 3x4 matrix keyboard Scan
05
- 高斯列主元消去法,计算方法实现,已编译通过。使用例子 3x1+2x2+2x3+3x4=2.5 5x1+2x2+3x3+4x4=2.5 2x1+2x2+x3+2x4=2 3x1+x2+3x3+2x4=1.5 输入N=4,A={3 2 2 3 5 2 3 4 2 2 1 2 3 1 3 2},B={2.5 2.5 2 1.5}
3X4keyboard
- 3X4键盘扫描显示Proteus仿真程序
3x4keyboard
- 一种较好的编码键盘,3x4矩阵键盘的扫描程序-a better coding keyboard, 3x4 matrix keyboard Scan
05
- 高斯列主元消去法,计算方法实现,已编译通过。使用例子 3x1+2x2+2x3+3x4=2.5 5x1+2x2+3x3+4x4=2.5 2x1+2x2+x3+2x4=2 3x1+x2+3x3+2x4=1.5 输入N=4,A={3 2 2 3 5 2 3 4 2 2 1 2 3 1 3 2},B={2.5 2.5 2 1.5} -Gaussian elimination method out PCA method r
3X4keyboard
- 3X4键盘扫描显示Proteus仿真程序
KeyPadDrv
- 一个经典的3X4键盘扫描驱动,系统无延时 以最快速度扫描键盘 -A classic keyboard 3X4 scan driver, the system without delay to the fastest speed scanning keyboard
AVR_keypad
- Assembly AVR to tes 3x4 keypad
AT89C51
- 51单片机行列式键盘扫描程序,是用C语言编写的,3X4的键盘,-51 single-chip scanner keyboard determinant is the use of C language, 3X4 keyboard,
Jacobidiedai
- 用雅克比迭代法解下列方程组 10x1-x2+2x3=-11 8x2-x3+3x4=-11 2x1-x2+10x3=6 -x1+3x2-x3+11x4=25-Jacobi iterative method with the solution of the following equations 10x1-x2+2 x3 =- 11 8x2-x3+3 x4 =- 11 2x1-x2+10 x3 = 6-x1+3 x2-x3+
GaussSeideldiedai
- 高斯—赛德尔迭代法解下列方程组 10x1-x2+2x3=-11 8x2-x3+3x4=-11 2x1-x2+10x3=6 -x1+3x2-x3+11x4=25-Gauss- Seidel iterative solution of the following equations 10x1-x2+2 x3 =- 11 8x2-x3+3 x4 =- 11 2x1-x2+10 x3 = 6-x1+3 x2-x3+11 x4 =
2teclado
- Program for testing keyboard 3x4 keys (012345678*#) www.bricogeek.com for arduino -0017-Program for testing keyboard 3x4 keys (012345678*#) www.bricogeek.com for arduino -0017
KeyTest
- 汇编程序的矩阵键盘识别程序,通过设置键盘的行与列,继而进行扫描,识别3x4共12个按键!-Assembler matrix keyboard recognition program, by setting the keyboard rows and columns, and then scanned to identify a total of 12 keys 3x4!
3x4keyboraddriver
- arm linux 3x4的矩阵键盘驱动-arm linux 3x4 matrix keyboard driver
KBD_RDCHR
- The function kbd_rdchr() does not riqueres interrupts or timers. Just call it when your program needs to read a key, it also does not queue those keys in any way. This function handles a 3x4 matrix keyboard conected at p
keypad-manip-with-pic16f877
- a 3x4 keypad manipulation code wich can be used in several cases such as security and data acquisition
Keyboard-driver
- Driver for matrix keyboard 3x4
an144_files
- CodeLockAVR electronic combination lock is realised with Atmel AVR microcontroller AT90S2313. Program in hex code is 2 kB long. User code is consisted of 1 to 4 digits. If the code is entered in the correct sequenc
3-3X4key
- 3X4巨型键盘判断,用于对键码的测试,用户可以根据上述的例子自己进行扩展-3X4 giant keyboard judgment for the test key code, users can extend the above examples
3x4-Lineaire-Equation-system
- A C++ code that solves 3x4 Linear equation systems using the pivot gauss methode.