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

搜索资源列表

  1. typedef

    0下载:
  2. Linux系统下C语言开发 有关typedef-C language under the Linux system, the development of typedef
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:11515
    • 提供者:高军
  1. libc-html_node.tar

    0下载:
  2. 标准C库函数介绍,关于linux环境下的-HOW to use standard C lib
  3. 所属分类:software engineering

    • 发布日期:2017-11-13
    • 文件大小:1134001
    • 提供者:VIVI
  1. DAM6608-modbus-V6.0

    0下载:
  2. 很适合DAM的初学。如果你想要深入学习C或者是linux的话,这个是个基础文档-DAM' s very suitable for beginners. If you want in-depth learning C or linux, this is the basis of the document
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:134144
    • 提供者:王磊
  1. work

    0下载:
  2. linux enterprise 6系统上使用pro*c编程demo-this is pro*C demo ,it use RedHat AS6+ORACLE 11gR2 to develop.
  3. 所属分类:Communication

    • 发布日期:2017-11-24
    • 文件大小:24879
    • 提供者:flyducks
  1. qrencode-3.4.0.tar

    0下载:
  2. qrencode written in C language, performace on linux operation system that are useful to generate the two-dimension code
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:459138
    • 提供者:superpai
  1. WinToLinux

    0下载:
  2. c/c++ windows移植到LINUX 数据类型转换总结 很实用-c/c++ windows ported to LINUX data type conversion summarize very practical
  3. 所属分类:File Formats

    • 发布日期:2017-11-23
    • 文件大小:754
    • 提供者:chenshanshan
  1. Serial-communication-programming

    0下载:
  2. 串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是RS-232-C接口. 由于Linux引入了设备文件的概念,读写串口可以像读写普通文件一样进行操作,非常简单,方便。-The serial port is a common computer interface, with connecting lines is less simple communication, is widely used. Used serial RS-232-C interface.
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:1370
    • 提供者:caiwenxing
  1. linux_20121220

    0下载:
  2. linux下编译C++程序的环境搭建,包含详细的步骤-linux the compiled under C++ program environment to build, contains detailed steps
  3. 所属分类:Communication

    • 发布日期:2017-11-28
    • 文件大小:6727533
    • 提供者:杨鹏飞
  1. makefile

    0下载:
  2. linux下 C++和c混合编译,调用静态链接库和动态链接库-of linux under C++ and c mixed compile, call the static link library and dynamic link library
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:547
    • 提供者:熊自新
  1. chatrooom

    0下载:
  2. 基于Linux系统C语言的网络聊天室,采用CS架构,实现聊天等功能-Make a serve,When client connects,create an threads,According the command action * from the client decides to do regular things,then send handle message back to the client
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:20431
    • 提供者:陈如峰
  1. ZeroC

    1下载:
  2. ZeroC ICE 是指ZeroC公司的ICE(Internet Communications Engine)中件间平台。对于客户端和服务端程序的开发提供了很大的便利。   目前ICE平台中包括Ice,Ice-E,Ice Touch。   Ice为主流平台设计,包括Windows和Linux,支持广泛的语言,包括C++,Java,C#(和其他.Net的语言,例如Visual Basic),Python,Ruby,PHP和Actionscr ipt。也包括所有的ICE服务,例如Ice Gr
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:1839160
    • 提供者:孟一平
  1. ftp_client-server_c_linux

    0下载:
  2. 用C语言 实现Linux上的FTP传输。本设计旨在利用Winsock 2.0简单实现FTP(File Transfer Protocol,文件传输协议)的客户端和服务器端程序。-Using C language on Linux FTP transfers. The design is aimed at the Winsock 2.0 simple implementation of FTP (File Transfer Protocol, File Transfer Protocol) cli
  3. 所属分类:software engineering

    • 发布日期:2017-11-29
    • 文件大小:187454
    • 提供者:夜夜
  1. GCC-Make.tar.gz

    0下载:
  2. 介绍如何在Linux(Ubantu)系统用C和C++进行编程,并且介绍了如何编写和使用make Makefile,Describes how to use C and C++ programming in the Linux (Ubantu) system , and describes how to write and use make Makefile
  3. 所属分类:software engineering

    • 发布日期:2017-10-30
    • 文件大小:1325541
    • 提供者:jiang
  1. Multi-core-multi-threaded-program

    0下载:
  2. 多核多线程已经成为当前一个时髦的话题,早在2005年C++大师Herb Sutter就说过免费的午餐已经结束,并发编程的时代已经来临。从接触第一个多线程项目以来,已经是第四个年头了,一直想把这几年的点点滴滴写成文章,让刚接触的人少走弯路,这便是我写这本书的初衷。 很早就有了此想法,一是由于自己懒惰,二是业余时间比较少,三是才疏学浅不敢瞎写,所以一直未能成行。趁着这段休闲的日子,将以前发表过的文章集结成册,便于大家阅读。 虽然只是V1.0版,但我会不断的更新版本,后续会将自己心得或者项目的
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:1787246
    • 提供者:jamesmf
  1. linux_C

    0下载:
  2. linux操作系统下的C语言编程入门; linux操作系统下的C语言编程入门-Introduction to the C language programming under the Linux operating system linux operating system under the C programming language entry
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:556587
    • 提供者:terry
  1. web

    0下载:
  2. web服务器的c语言实现,在linux环境,实现电脑之间文件共享-web server c language in linux environment, file sharing between computers
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:2403
    • 提供者:何金丹
  1. shell-and-vi-compile

    0下载:
  2. Linux下的常用shell命令,文本编辑器vi和C语言编译、调试工具gcc、gdb的使用心得。-Commonly used shell commands under Linux text editor vi and C language compiler, debugging tools, gcc, gdb the use of experience.
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:7818
    • 提供者:商务
  1. test3

    0下载:
  2. 一个在linux的vi编辑器下进行的载入其他c语言程序的测试代码。-test under vi in linux
  3. 所属分类:Software Testing

    • 发布日期:2017-12-01
    • 文件大小:131072
    • 提供者:vaness
  1. smurf

    0下载:
  2. smurf的攻击检测与防御,使用c语言开发,运行在linux环境,已经经过测试-smurf attack detection and prevention, using c language development, running in linux environment, has been tested using state-based defense mechanisms
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:15709
    • 提供者:darrcky
  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 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com