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

搜索资源列表

  1. lua-5.0.2.tar

    0下载:
  2. Lua 语言解释器源码,可在linux,windows,unix下编译成功,是学习编译原理和用来做配置文件的好-Lua language interpreter source code, may in linux, windows, under unix translate successfully east, is studies the translation principle and uses for to make the disposition document to be go
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:190442
    • 提供者:周大塖
  1. step.tar.Z

    0下载:
  2. 将.rar去掉后用bin方式传到sco unix上解包。 需要在sco unix 5.0.5以上,informix7.0以上环境运行。在其它环境运行需要重新make. -will. Rar removed after using bin way sco unix reached on a package. Unix sco in 5.0.5 above, the operating environment informix7.0 above. In other environments
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:779803
    • 提供者:石磊
  1. extremedb2.3linux

    0下载:
  2. eXtremeDB完全工作在主内存中,不基于文件系统,减少了诸如磁盘访问、文件I/O操作、缓存同步等开销,使得eXt remeDB的存取速度提高到极限;通过数据库定义语言面向应用系统定制的API使得eXtremeDB能够面向应用最优化;事 件触发、字段优先级等特色使得eXtremeDB管理实时数据时具有确定性。   eXtremeDB根据用户需求定义的API使得eXtremeDB与应用程序无缝集成。因此,eXtremeDB不仅在系 统中嵌入,而且“嵌入”在应用程序中,是一种真正的嵌入式实时
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2304508
    • 提供者:张晓
  1. elipt210

    0下载:
  2. 用C语言实现的椭圆加密算法,可以UNIX平台下编译,也可以作小的改动在Windows下编译。-using the C language elliptical encryption algorithm can be compiled under Unix platform, can also make minor changes in Windows compiler.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:62099
    • 提供者:石代奎
  1. MD5_zka

    0下载:
  2. MD5加密算法,用标准C++完成,需要在UNIX系统上执行make来运行.可修改代码.-MD5 encryption algorithm, using standard C completed, in UNIX systems make the implementation run. code can be amended.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:24199
    • 提供者:赵康
  1. autoftp

    0下载:
  2. How to compile and install: --------------------------- First run \"./configure\", then \"make\". Then run \"make install\" as root. On RPM based Linux systems you can use this: rpm -ta puf-*.tar.gz && rpm -i /usr/src/redhat/RPMS/i38
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:67132
    • 提供者:yuewenfei
  1. os1-TheYalnixShell

    0下载:
  2. · Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to applicatio
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:42604
    • 提供者:wanghui
  1. Makefil-with-me

    0下载:
  2. 跟我一起写 Makefil,我们一步一步开始做!!! 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些 Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的 程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果 你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软 件编译,你就不能不自己写makefile了,会不会写makefile,从一个侧面说明 了
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:255226
    • 提供者:卢桂荣
  1. makecode

    0下载:
  2. GNU的UNIX的make源码,本源码为开源代码,对编写自动make及有好处-GNU make the UNIX source code, the source code of revenue, automatic right to prepare and make good
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:808556
    • 提供者:刘书含
  1. make

    0下载:
  2. Unix下的make各种具体指令的详尽介绍.-Unix under specific instructions to make a detailed introduction.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-31
    • 文件大小:901520
    • 提供者:李欣
  1. EECS_6728_Makefile_Generator

    0下载:
  2. makefile generator for gnu make, written in Qt 4.5
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1337020
    • 提供者:djulzz
  1. make

    0下载:
  2. unix环境下make all 的编译原理介绍-unix environment make all of the compiler to introduce the principle of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:741577
    • 提供者:jordan
  1. Server

    0下载:
  2. Windows Sockets规范以U.C. Berkeley大学BSD UNIX中流行的Socket接口为范例定义了一套Microsoft Windows下网络编程接口。它不仅包含了人们所熟悉的Berkeley Socket风格的库函数;也包含了一组针对Windows的扩展库函数,以使程序员能充分地利用Windows消息驱动机制进行编程。 -Windows Sockets specification to the University of UC Berkeley' s BSD U
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-25
    • 文件大小:264079
    • 提供者:Jake
  1. useageofgui-make.txt.tar

    0下载:
  2. GNU make 指南 翻译: 哈少 译者按: 本文是一篇介绍 GNU Make 的文章,读完后读者应该基本掌握了 make 的用法。而 make 是所有想在 Unix (当然也包括 Linux )系统上编程的用户必须掌握的工具。如果你写的程序中没有用到 make ,则说明你写的程序只是个人的练习程序,不具有任何实用的价值。也许这么说有点 儿偏激,但 make 实在是应该用在任何稍具规模的程序中的。希望本文可以为中国的 Unix 编程初学者提供一点儿有用的资料。中
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:15219
    • 提供者:刘海
  1. gnu-make

    0下载:
  2. gun-make是在unix或linux环境下编程的利器,文档介绍了如何使用make命令-gun-make is in the unix or linux environment, programming tool, the document describes how to use make command
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:693100
    • 提供者:张恒
  1. unix_oracle

    0下载:
  2. UNIX下ORACLE数据库读、写、删、更新等基本操作,还有如何制作UNIX环境下ORACLE动态库,如何调用动态库等功能。-ORACLE under UNIX database to read, write, delete, updating the basic operations, as well how to make dynamic library ORACLE UNIX environment, how to call DLL functions.
  3. 所属分类:Oracle

    • 发布日期:2017-03-29
    • 文件大小:249132
    • 提供者:huchanglin
  1. learning_unix_system

    0下载:
  2. Unix 系统编程实用参考书,和大家分享,详细描述见英文描述-Part basic primer, part reference guide, this slim volume will make your life with UNIX much simpler. This book is specifically designed for those who are new to UNIX and contains neither introductory-level condescensio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1377046
    • 提供者:dadao
  1. LinuxUnix-Make-Makefile

    0下载:
  2. LinuxUnix环境下的Make和Makefile语法和详解-Linux Unix Make Makefile
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:9511
    • 提供者:卡车
  1. The-Art-of-UNIX-Programming

    0下载:
  2. 编写更好的软件:30年的UNIX开发智慧在这本书中,五年的制作,作者概括了三十年的不成文的,来之不易的软件工程的智慧。雷蒙德汇集了第一时间的哲学、设计模式、工具、文化和传统,使UNIX拥有世界上最好的和最创新的软件,并展示了这些是结转在Linux和今天的开源运动。使用的例子从领先的开源项目,他显示了UNIX和Linux程序员如何应用这种智慧在构建软件更优雅、更轻便、更可重用,而且寿命。-Writing better software: 30 years of UNIX development w
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:22534747
    • 提供者:张少飞
  1. 38099792

    0下载:
  2. make ldpc code and something()
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:GGIajg!845639
« 12 3 4 »
搜珍网 www.dssz.com