CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux g

搜索资源列表

  1. zrayamp

    0下载:
  2. 利用射线理论来计算全局地球模型的合成地震记录。更详细的介绍见英文描述。对于做波场模拟的同学很有参考价值。-Ray-theoretical approach to the calculation of synthetic seismograms in global Earth models. Authors: Vlastislav Cerveny, Jaromir Jansky General: Wave propagation Code level: Research
  3. 所属分类:Algorithm

    • 发布日期:2017-06-13
    • 文件大小:21489971
    • 提供者:skyey
  1. k10ctl

    0下载:
  2. K10CTL by ZTEX The main purpose of k10ctl is overclocking and / or "undervolting" the CPU and to configure Cool n Quiet settings. In particular It is intended for AMD Family 10h (aka K10) CPU s (e.g. Phenom, Phenom II) It runs under Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:49565
    • 提供者:juula
  1. Mat_File-IO-Library-for-Labview

    1下载:
  2. 可以使Labview读写Matlab的Mat数据文件-This is a library of LabVIEW VIs that allow you to read and write level 5 MATLAB MAT-files without requiring MATLAB to be installed on the computer. The code is written in pure G (LabVIEW source code) with no external libra
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1839098
    • 提供者:包斌
  1. progressBar

    0下载:
  2. Unix/Linux下进程进度条显示代码,适用于程序初始化较长时间,用g++编译时需要指定pthread库。-Unix/Linux process progress bar shows the code for the program to initialize a long time, need to specify the use g++ compile the pthread library.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1022
    • 提供者:李一文
  1. pang

    0下载:
  2. linux的经典pang游戏,在终端g++ -lX11 -lGLU -lpthread 文件路径 -o 输出文件名-linux classic pang game, terminal g++-lX11-lGLU-lpthread file path-o output file name
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-05
    • 文件大小:1301
    • 提供者:cyh
  1. Introduction-to-Octave

    0下载:
  2. Octave 使用介绍。Octave 是 linux 下常用的计算、绘图软件,其功能类似于windows下的matlab。 本文档适用于Octave的初学者。 共56页。-Introduction to Octave Dr. P.J.G. Long Department of Engineering University of Cambridge
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:337050
    • 提供者:之东
  1. 3G-EM770

    0下载:
  2. 华为 EM770 linux 3g 上网 拨号-Huawei EM770 LINUX 3 g dial-up Internet access
  3. 所属分类:File Formats

    • 发布日期:2017-12-08
    • 文件大小:622906
    • 提供者:孙胜全
  1. intelfbdrv

    0下载:
  2. LINUX系统上Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/帧缓冲驱动程序。欢迎使用!-LINUX system Intel (R) 830 m/845 g/852 gm/855 gm/865 g/915 g/915 gm/frame buffer driver. Welcome to use!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-21
    • 文件大小:11338
    • 提供者:peonery
  1. mg_disk

    0下载:
  2. Support for the mGine m[g]flash IO mode driver for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-07
    • 文件大小:6652
    • 提供者:kwjowi698532
  1. yellowfin

    0下载:
  2. A Packet Engines G-NIC ethernet driver for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-28
    • 文件大小:13315
    • 提供者:baiuuiving
  1. Fx2fw-sdcc

    0下载:
  2. The code in this directory is for Cypress FX2 (e.g. CY7C68013A) and can be compiled with the SDCC compiler (I tried version 2.6 as shipped with Ubuntu 6.10). Once I had a version that could be compiled with Keil tools (until early 2007), bu
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:71552
    • 提供者:merkin
  1. azt3328

    0下载:
  2. driver for Aztech AZF3328 based soundcards (e.g. PCI168) driver for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:29504
    • 提供者:fouzongpi
  1. animation

    0下载:
  2. .A Token is an occurence of a term from the text of a field. It consists of a term s text, the start and end offset of the term in the text of the field, and a type string. The start and end offsets permit applications to re-associate a token with it
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-20
    • 文件大小:1536
    • 提供者:nuxenmen
  1. MakeFileGcc

    0下载:
  2. 学习linux的必备知识!Makefile和g-Learning linux knowledge necessary! ! !
  3. 所属分类:Driver develop

    • 发布日期:2017-11-24
    • 文件大小:2644250
    • 提供者:陈鹏
  1. qq_select

    0下载:
  2. 在Linux下创建udp套接字,select监听套接字实现局域网多人聊天。编译器G-Under Linux create udp socket, select the listening socket LAN multiplayer chat. GCC compiler
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:1110
    • 提供者:hanzhen
  1. producer_consumer

    0下载:
  2. 在Linux下创建两个线程,利用信号量和互斥锁实现生产者和消费者的典型问题。编译器G-Under Linux creates two threads using semaphores and mutexes to achieve the typical problems of producers and consumers. GCC compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:595
    • 提供者:hanzhen
  1. q3header

    0下载:
  2. The Q3Header class provides a header row or column, e.g. for tables and listviews for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:12792
    • 提供者:pefiefe
  1. GLib

    0下载:
  2. g l i b库是L i n u x平台下最常用的C语言函数库,该文档主要介绍glib基础知识-The glib library is the most commonly used C language function library on linux platform, the document describes the basics glib
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1477921
    • 提供者:youming huang
  1. NetTing

    0下载:
  2. 一个简易的网联网仓储管理qt程序,希望对做QT的嵌入式开发的您有帮助-../qt-everywhere-source/configure-prefix /qt-everywhere-embedded arm-release-opensource-fast-no-accessibility-no-scr ipttools-no-mmx-no-multimedia-no-svg-no-webkit-no-3dnow-no-sse-no-sse2-silent-qt-libpng-qt-libjpeg
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-26
    • 文件大小:9679661
    • 提供者:邰云波
  1. laplacian

    0下载:
  2. linux下可运行的拉普拉斯锐化算法,将代码和图片放在同一目录下,用g++直接编译运行即可。- Laplacian sharpening algorithm can run on linux.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:77286
    • 提供者:武岩
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com