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

搜索资源列表

  1. S3C44B0_LINUX_BOX_PORTING_GUIDE

    0下载:
  2. s3c44b0x for linux guide include IDE setting.
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2056102
    • 提供者:金永杰
  1. facedetectorlinux

    0下载:
  2. linux 下的人脸识别代码,编译的时候需要配置好IDE-face detection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4469197
    • 提供者:xulq
  1. anjuta-2.1.0.tar

    0下载:
  2. linux下常用的一个比较不错IDE,经常与Glade工具联合使用,方便开发。-under linux a more common good IDE, often in combination with the Glade tool to facilitate the development.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:7028573
    • 提供者:徐国金
  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. ThemeGenerator2005Gay

    0下载:
  2. 以前,我都是在 Linux 的 Vim 下寫程式,所以早就習慣黑底白字的環境了。今年用C#,灌了 VS 2005 第一個不習慣的就是 IDE 白底黑字環境,看起來很刺眼。幸好,現在有了 TextMate Theme,真是太棒了! 安裝方式: (1) 解壓後的 VibrantInk_V2_Export.vssettings 檔案,<ApplicationIdentity version="9.0"/> 需改為 <ApplicationIdentity version
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1235
    • 提供者:红红
  1. Programming_with_vim

    0下载:
  2. LINUX下的程序员没有不知道VIM的,本文是一篇非常好的文章,教你如何把VIM设置成IDE环境-LINUX is not under the programmers do not know VIM, and this is a very good article to teach you how to set VIM IDE environment
  3. 所属分类:File Formats

    • 发布日期:2017-05-08
    • 文件大小:1580970
    • 提供者:cm
  1. ftpclient

    0下载:
  2. 源码中实现了linux下的ftp客户端界面编写,基于qt4.5.3,开发环境IDE是kdevelop3.3.5,但可以很容易就转到QTCreator中实现-Implemented in the linux source ftp client interface under preparation, based on qt4.5.3, development environment, IDE is kdevelop3.3.5, but can be easily realized to QTCre
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:16246
    • 提供者:林海仲
  1. Embedded_Sys

    0下载:
  2. 嵌入式系统简介,包括嵌入式系统总介,嵌入式LINUX介绍,以及常用IDE介绍-About embedded systems, including embedded systems always mediated, embedded LINUX introduction, and the common IDE descr iption
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2056543
    • 提供者:王庆
  1. install.zip

    0下载:
  2. Ubuntu 10.4 embedded arm 9 linux debug IDE eclipse install full guide by Jesse Stone Taiwan,Ubuntu 10.4 embedded arm 9 linux debug IDE eclipse install full guide by Jesse Stone Taiwan
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:3150
    • 提供者:小誠
  1. make

    0下载:
  2. Makefile,linux下管理大型项目的工具,一般IDE环境都集成了此make-Makefile, linux tools to manage large projects, the general environment are integrated IDE this make
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1189
    • 提供者:yuyong
  1. gps

    0下载:
  2. 嵌入式linux底层驱动程序,高级应用源码包含GPS,IDE,RS485-Embedded linux low-level drivers, high-level application source code contains the GPS, IDE, RS485 .......
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:20043
    • 提供者:david.chan
  1. lcd

    0下载:
  2. 嵌入式linux底层驱动程序,高级应用源码包含GPS,IDE,RS485-Embedded linux low-level drivers, high-level application source code contains the GPS, IDE, RS485 .......
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:397523
    • 提供者:david.chan
  1. tftp

    0下载:
  2. 嵌入式Linux底层驱动高级应用程序,GPS,IDE,RS485.... -Senior Embedded Linux applications the underlying drivers, GPS, IDE, RS485 ....
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:142132
    • 提供者:david.chan
  1. opengl1.pdf.tar

    0下载:
  2. When you start to program in OpenGL, you might need a decent Integrated Development Environ- ment (IDE). Being free, open-source and platform independent, Eclipse (http://www.eclipse. org/) is an excellent choice. Although officially a Java Devel
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:151526
    • 提供者:akram
  1. How_to_Write_makefile

    0下载:
  2. makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个解释make
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:431777
    • 提供者:mall
  1. VimtoIDE

    0下载:
  2. 很多人不习惯利用文本编辑工具编写代码,本文教你将vim改造成一个IDE环境,使你在Linux下写代码得心应手-Many people are not used to using a text editor to write code, the culture and education you will be transformed into an IDE, vim, so you write code in Linux, handy
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1793530
    • 提供者:mario
  1. LEX

    0下载:
  2. assemble lex for ide,small talk and lex for assemble linux .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:792
    • 提供者:jiangzhaoguo
  1. linuxDR

    0下载:
  2. 嵌入式linux设备驱动是嵌入式系统中十分重要的组成部分。本书详细讲解了嵌入式linux的各种设备驱动,包括字符设备驱动、数字显示驱动、键盘驱动、a/d驱动、d/a驱动、lcd驱动、触摸屏驱动、can总线驱动、iic总线驱动、音频总线驱动、ide接口驱动、闪存芯片驱动、usb驱动、串口驱动、网络设备驱动等,并结合大量实例进行讲解,读者可以快速熟悉和掌握相关知识。 -Embedded linux device driver is a very important part of embedd
  3. 所属分类:Linux驱动

    • 发布日期:2017-06-01
    • 文件大小:13872463
    • 提供者:zhj
  1. LitERP

    0下载:
  2. Multiplatform stock software, developed under Codeblocks IDE using ncurses library in linux and pdcurses in windows.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-06
    • 文件大小:875673
    • 提供者:Totoxa
  1. iQQ_source

    0下载:
  2. iQQ 使用Java语言跨平台开发,基于腾讯WebQQ 3.0网络协议。可以使用于Java所支持的各种平台上运行。作者基于Linux(Ubuntu 12.04)系统,使用IDE NetBeans开发,以源代码公开方式贡献给各个程序爱好者,希望可以一起开发此项目。iQQ使用Java语言开发,运行时需要安装Java运行环境。如果系统已经安装好Java运行时,直接点击run.sh方可运行iQQ或者iQQ.jar右键使用Java Runtime进行运行 -iQQ cross-platform dev
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:6939760
    • 提供者:liyongbing
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com