CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - y

搜索资源列表

  1. uisp-20050207.tar

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:162.84kb
    • 提供者:蔡平
  1. SDLRef

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:217.6kb
    • 提供者:craigliu
  1. readinifile_H

    0下载:
  2. /* * 读取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\"))
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:972byte
    • 提供者:eFun
  1. OperationsofMatrix

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.26kb
    • 提供者:刘俊
  1. wepdecrypt-0.8.tar

    0下载:
  2. 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:88.14kb
    • 提供者:刘小斌
  1. ymodem_linux

    1下载:
  2. linux下Y-Modem协议的实现源代码。 receive.c:数据接收代码 send.c:数据发送代码 ymodem.c:主文件
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:17.61kb
    • 提供者:xdjm
  1. ourdev.RAR

    0下载:
  2. HRRTTRHYTR Y TYRYEYRYTRYERTYTRE
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:24.97kb
    • 提供者:杨耀明
  1. qt-yuv.Qt实现视频采集

    0下载:
  2. Qt实现视频采集.其中把yuv格式转换成了RGB,方便Qt处理。,Qt video collection. Yuv format which has become the RGB, to facilitate handling Qt.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-21
    • 文件大小:143.1kb
    • 提供者:songzi
  1. yuv422_jpg

    1下载:
  2. 使用JPEG库将从摄像头得到的YUV格式数据缓冲区转换为JPG文件的示例代码.-example of how to convert YUV data from camera to JPG file using libjpeg
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1016byte
    • 提供者:不知道
  1. firstGTK

    0下载:
  2. 一个基于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+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1.76kb
    • 提供者:
  1. burn_gateway_id

    0下载:
  2. 这是I2c网关Id独立烧写程序, 烧写的ID必须要求是:“0~9”、“a~z”、“A~Z”的16为字符才能烧写成功。 其中当是输入的小写字母时,自动转换为大些烧入。 如: 1) # ./burnID 0123456789abcdef 烧入的是:0123456789ABCDEF 2] # ./burnID 0123456789@ cdef 烧入不成功,因为有其他字符 3) # ./burnID 0123456789abcdefDfs 烧入也
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:13.84kb
    • 提供者:鬼子皮
  1. gnuplot_skill.tar

    0下载:
  2. gnuplot相关的有用资料,主要可以用于设置gnuplot画图时候所需要设置的主要参数,比如坐标长度,横纵坐标对数化-gnuplot‘s skills,like modificate on attributes like scall of x/y,log of x/y
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:438.41kb
    • 提供者:李宗收
  1. ex02

    0下载:
  2. 设有二元函数 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:8.18kb
    • 提供者:孙凯
  1. calcoo-1.3.15-1.0-source

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:89.66kb
    • 提供者:pudnuploader
  1. com_serial_linux

    0下载:
  2. COMUNICACION SERIAL CON LINUX, EJEMPLOS Y DOCUMENTACION
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:420.47kb
    • 提供者:Carlos Fernandez
  1. S.Y.Q.tar

    0下载:
  2. robocup 源码 你可以任意下载 ok-robocup Source you can downlode it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:203.15kb
    • 提供者:倚门望
  1. AWK_2

    0下载:
  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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:312.93kb
    • 提供者:medec872
  1. adc_ts

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:32.45kb
    • 提供者:luhaowen
  1. tarea-4-1-y-4-3

    0下载:
  2. Tareas de Modelos y simulacion
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:86.04kb
    • 提供者:eliza
  1. mod.tar

    0下载:
  2. #define mod(x,y) x%y 宏定义实现函数功能(Macro definition realizes function function)
  3. 所属分类:Linux/Unix编程

« 12 3 4 5 6 »
搜珍网 www.dssz.com