gps.c:GPS主代碼
constant.h:GPS的頭文件
PC temperature control .c:電腦溫度控制
code.c:數(shù)字血壓計(jì)的代碼
Computer side.c:無(wú)線鍵盤(pán)電腦端代碼
KeyboaRD side.c:無(wú)線鍵盤(pán)鍵盤(pán)端代碼
實(shí)現(xiàn)的模擬鍵盤(pán)代碼,模擬ps2協(xié)議,可以與計(jì)算機(jī)相連實(shí)現(xiàn)鍵盤(pán)的功能,在keil c下開(kāi)發(fā)的。-89s51 achieved through KeyboaRD simulation code, simulation ps2 agreement with the computer KeyboaRD connected to the functions of the c Keil under development
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A).
2) Write a program which accepts an input k from the KeyboaRD, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output:
Enter k>0: 100
144 is the smallest fibonacci number greater than or equal to 100.
It is the 12th fibonacci number.
miXo is a buzz machine (www.buzzmachines.com) - a plugin for the freely available jeskola buzz tracker. it allows using the pc KeyboaRD as a mixer which comes in handy when doing live performances with buzz.
Laser Control is a java program that using a webcam detects when a laser pointer is in a specified hotspot and then does the equivalent of pressing a specified KeyboaRD key. thus controlling Media Portal through it s hot keys. the hotspots can be set by the user as well as the actions taken. Make your wall into a remote controll.