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

搜索资源列表

  1. IntroductiontoLinuxCProgramming

    0下载:
  2. 关于Linux环境下C语言编程的入门。适合初学者。-On the Linux environment, C programming language entry. Suitable for beginners.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:20734
    • 提供者:gzx
  1. connection

    0下载:
  2. 进程间基于共享存储区的通信,用C语言编写的,在Linux下运行-connection during the memory
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:24111
    • 提供者:刘伟亮
  1. de_old

    0下载:
  2. Basic DE in C (Unix/Linux compatible)
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:30720
    • 提供者:xgq
  1. ccs_complier

    0下载:
  2. CS provides a complete, integrated tool suite for developing and debugging embedded applications running on Microchip PIC® MCUs and dsPIC® DSCs. This suite includes an IDE for project management, a context sensitive C aware editor, build tool
  3. 所属分类:File Formats

    • 发布日期:2017-03-26
    • 文件大小:172586
    • 提供者:davidchan
  1. c_flags_dennis

    0下载:
  2. c programming for linux, by dennis ritchie-c linux programming
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:4265
    • 提供者:james
  1. Linux_learnning_note

    1下载:
  2. 这是本人学习linux笔记,记载了一个从入门(怎么安装ubuntu),到linux下c语言编程,以及ubuntu上各种应用程序的安装。-This is my learning linux notes, recorded one from the entry (how to install ubuntu), to the c language programming under linux, and ubuntu installed on a variety of applications.
  3. 所属分类:编程文档

    • 发布日期:2012-12-07
    • 文件大小:48371
    • 提供者:黄星
  1. IOSystemCall

    0下载:
  2. 在LINUX平台用c编程逆序一个文本文件,显示逆转结果的必须是原文件名。分别用两种方法:(task1):标准C的IO库函数(task2):Unix的IO数-In the LINUX platform using c programming reverse a text file, showing the result must be a reversal of the original file name. Were used in two ways: (task1): Standard C-I
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:1347
    • 提供者:sunday
  1. linuxC

    0下载:
  2. This is a good tutorial to learn C language and linux system program in linux environment from the very base up and learn very fast Austria
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4469426
    • 提供者:xuliang
  1. threading

    0下载:
  2. threading learning for c language under linux
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:116806
    • 提供者:michaelnasief
  1. 802_11MAC_layer_handoff

    0下载:
  2. 文章从理论上分析了IEEE802.n无线网络MAC层切换原理和 程,对几种可行的算法进行了比较,分析、计算了切换的延迟时间 提出了带优先级的选择性扫描切换算法和双网卡并行算法等改进 略。借助于开放源代码,用Linux下的wirelesstoo1s提供的A 函数,编写C程序,实现了无线MAC层的快速切换。并且在网络无 覆盖和开放认证的情况下,利用该程序对提出的几种算法分别进行 实验测试分析。 -This paper theoretically analyzes the
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4678688
    • 提供者:汪舵
  1. QTinLinux

    0下载:
  2. 从实际应用中认识Qt,面向嵌入式系统的Qt版本,是Qt的嵌入式Linux窗口,是完整的自包含C++ GUI和基于Linux的嵌入式品台开发工具。Qt/Embeded API可用于多种开发项目。许多基于Qt的X Window程序可以非常方便地移植到嵌入式版本-Practical application of knowledge from Qt, the Qt version for embedded systems, embedded Linux is a Qt window, is a comp
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:563919
    • 提供者:douzi
  1. OpenSceneGraph-2.9.7

    0下载:
  2. OpenSceneGraph是一款高性能的3D图形开发库。广泛应用在可视化仿真、游戏、虚拟现实、高端技术研发以及建模等领域。使用标准的 C++和OpenGL编写而成,可以运行在Windows系列、OSX、GNU/Linux、IRIX、Solaris、HP-Ux、AIX以及 FreeBSD操作系统。 OpenSceneGraph从03年开始,在中国得到广泛的应用与发展,这里集中了一些OSG开发者以及OSG的典型案例和为初学者所准备的教程,无论您是专业的开发VR人员还是抽时间来研究OSG
  3. 所属分类:Document

    • 发布日期:2017-05-23
    • 文件大小:7656130
    • 提供者:noon1252
  1. i.MX53_EVK_Linux_BSP_UserGuide

    0下载:
  2. 飞思卡尔A9的使用手册i.MX53_EVK_Linux_BSP_UserGuide.pdf
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:206774
    • 提供者:awerwe
  1. archi-seance2-slides.pdf.tar

    0下载:
  2. the document present information about developping with c langage under linux
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:323679
    • 提供者:arabi
  1. sellandbought

    0下载:
  2. 本文论述了多进程同步方法解决生产者-消费者问题的过程。该程序使学生对操作系统的工作机制有了初步的了解,其主要目的是使学生了解和撑握在Linux系统平台下的C语言编程,用来解决实现生活中遇到的问题。并以Linux系统开发平台,以及虚拟机来实现。-This article discusses the multi-process synchronization solution to the producer- consumer issues in the process. The program a
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1895746
    • 提供者:武秀
  1. sellandbought-(2)

    0下载:
  2. 本文论述了多进程同步方法解决生产者-消费者问题的过程。该程序使学生对操作系统的工作机制有了初步的了解,其主要目的是使学生了解和撑握在Linux系统平台下的C语言编程,用来解决实现生活中遇到的问题。并以Linux系统开发平台,以及虚拟机来实现。-This article discusses the multi-process synchronization solution to the producer- consumer issues in the process. The program a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:44517
    • 提供者:武秀
  1. Interview-Materials

    0下载:
  2. 很全的面试资料,包括c/c++/linux 等等。不用再费劲网上搜了-Is the whole interview, including c/c++/linux and so on. No longer struggling Internet search
  3. 所属分类:IT Hero

    • 发布日期:2017-06-10
    • 文件大小:17139947
    • 提供者:长梦
  1. 30ArduinoProjectsfortheEvilGenius1st

    0下载:
  2. 这个有趣独出心裁的发明的指南,告诉你如何编写和建设用Arduino的微控制器开发的各种方案和项目。包括Windows,Mac和Linux平台上,30 个Arduino的的项目,可以用你需要知道的简化的C编程让你加快速度,不需要事先有编程经验。 使用容易找到的部件和设备,本书介绍自己动手,Arduino板如何连接到您的计算机中,编写程序并连接电子设备来创造不简单的有趣的项目。唯一的限制是你的想象力!-This wickedly inventive guide shows you how
  3. 所属分类:software engineering

    • 发布日期:2017-05-25
    • 文件大小:8291879
    • 提供者:
  1. TeeChart

    0下载:
  2. TeeChart Pro VCL/CLX是支持Windows(Delphi、C++Builder、.NET)和Linux(Kylix/CLX)系统平台的图表制作组件群,TeeChart Pro ActiveX 不仅适用于前者,而且也能满足Visual Studio C++、Visual Studio.NET 和ASP等系统平台的需要。本书在介绍TeeChart基本功能的基础上,比较全面地讲述TeeChart序列、函数以及维护方法,图表组件群中的各组件功能与应用,各种图表工具的功能和使用技术,图表
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:10439070
    • 提供者:liushiyi
  1. Wordware-Publishing---Memory-Management

    0下载:
  2. The book explains memory management methods from DOS to Windows and Linux. The explanation gives example in in C and Assembly language (some of them are inline assembly inside a C program). The book is the most comprehensive explanation in low-level
  3. 所属分类:Development Research

    • 发布日期:2017-05-20
    • 文件大小:5731348
    • 提供者:
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com