搜索资源列表
uisp-20050207.tar
- Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC
SDLRef
- SDL Library Documentation. The SDL library is designed to make it easy to write games that run on Linux, *BSD, MacOS, Win32 and BeOS using the various native high-performance media interfaces, (for video, audio, etc) and presenting a single source-co
readinifile_H
- /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey(\"config.ini\", \"config\", \"dbhost\"))
OperationsofMatrix
- performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix-performs one of the matrix-vector operati ons y : = alpha * A * x * y
wepdecrypt-0.8.tar
- About WepDecrypt: Wepdecrypt is a Wireless LAN Tool written in c which guesses WEP Keys based on a active dictionary attack, key generator, distributed network attack and some other methods, it s based on wepattack and GPL licensed. W
ymodem_linux
- linux下Y-Modem协议的实现源代码。 receive.c:数据接收代码 send.c:数据发送代码 ymodem.c:主文件
ourdev.RAR
- HRRTTRHYTR Y TYRYEYRYTRYERTYTRE
qt-yuv.Qt实现视频采集
- Qt实现视频采集.其中把yuv格式转换成了RGB,方便Qt处理。,Qt video collection. Yuv format which has become the RGB, to facilitate handling Qt.
yuv422_jpg
- 使用JPEG库将从摄像头得到的YUV格式数据缓冲区转换为JPG文件的示例代码.-example of how to convert YUV data from camera to JPG file using libjpeg
firstGTK
- 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+
burn_gateway_id
- 这是I2c网关Id独立烧写程序, 烧写的ID必须要求是:“0~9”、“a~z”、“A~Z”的16为字符才能烧写成功。 其中当是输入的小写字母时,自动转换为大些烧入。 如: 1) # ./burnID 0123456789abcdef 烧入的是:0123456789ABCDEF 2] # ./burnID 0123456789@ cdef 烧入不成功,因为有其他字符 3) # ./burnID 0123456789abcdefDfs 烧入也
gnuplot_skill.tar
- gnuplot相关的有用资料,主要可以用于设置gnuplot画图时候所需要设置的主要参数,比如坐标长度,横纵坐标对数化-gnuplot‘s skills,like modificate on attributes like scall of x/y,log of x/y
ex02
- 设有二元函数 f(x,y) = f(x) + f(y) 其中:f(x) = f(x-1) * x (x>1) f(x) = 1 (x=1) f(y) = f(y-1) * f(y-2) (y>2) f(y) = 1 (y=1,2) 请编程建立3个并发协作进程,它们分别完成f(x,y),f(x),f(y) -linux c process communicate
calcoo-1.3.15-1.0-source
- both RPN and algebraic modes bitmapped button labels and display glyths undo/redo copy/paste interaction with the X clipboard two memory registers with displays displays for Y, Z, and T registers
com_serial_linux
- COMUNICACION SERIAL CON LINUX, EJEMPLOS Y DOCUMENTACION
S.Y.Q.tar
- robocup 源码 你可以任意下载 ok-robocup Source you can downlode it
AWK_2
- Recibir un nombre de archivo como parámetro e indicar, imprimiendo todas las leyendas que correspondan, si el archivo es legible, modificable y ejecutable por el usuario
adc_ts
- s3c2440上的AD程序,本程序提供一个菜单,可以从中选择测试ADC或触摸屏。测试ADC时,程序不断测量AIN0,AIN1的电压,并在串口上显示出来。当测试触摸屏时,只是测试按下松开事件,并把采集到的X,Y坐标打印出来。-s3c2440 on the AD program, this program provides a menu, you can choose from ADC or a touch screen test. ADC testing, the program continuo
tarea-4-1-y-4-3
- Tareas de Modelos y simulacion
mod.tar
- #define mod(x,y) x%y 宏定义实现函数功能(Macro definition realizes function function)