您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Oracle PL SQL Programming

  2. The fourth edition is a comprehensive update, adding significant new content and extending coverage to include the very latest Oracle version, Oracle Database 10g Release 2. It describes such new features as the PL/SQL optimizing compiler, condition
  3. 所属分类:Oracle

    • 发布日期:2009-06-22
    • 文件大小:3145728
    • 提供者:mlu618
  1. emacs c++开发工具集

  2. 这个文件里面包含了四个版本的cedet,ecb2.40,display-line-number,gdb包,还有本人总结的安装过程。如果有不明白的还可以去http://cedet.sourceforge.net/setup.shtml上面看一下。 在这个包里面,cedet是cvs版的,在这里公布一下,各位就不必用cvs去下载了,(在windows下用cvs下载比较麻烦),他跟最新的emacs-23.1配合,在windows下比较好。cedet-1.0pre6比较适合早版本的,本人在linux下用
  3. 所属分类:C++

    • 发布日期:2009-08-14
    • 文件大小:9437184
    • 提供者:Luciferstear
  1. 2009 达内Unix学习笔记

  2. 集合了 所有的 Unix命令大全 登陆服务器时输入 公帐号 openlab-open123 telnet 192.168.0.23 自己帐号 sd08077-you0 ftp工具 192.168.0.202 tools-toolss 老师测评网址 http://172.16.0.198:8080/poll/ 各个 shell 可互相切换 ksh:$ sh:$ csh:guangzhou% bash:bash-3.00$ 一、注意事项 命令和参数之间必需用空格隔开,参数和参数之间也必需用空格隔开
  3. 所属分类:C

    • 发布日期:2010-02-10
    • 文件大小:31744
    • 提供者:lq_1987
  1. Linux命令行_学习参考

  2. 很好的linux命令行学习和参考书籍 Part 1 – Introduction.........................................................................1 1 – Introduction................................................................................................2 Why Use The Command
  3. 所属分类:Linux

    • 发布日期:2010-07-02
    • 文件大小:1048576
    • 提供者:gjhdy
  1. STM8 原装库 单片机

  2. This file contains the main function for AWU Active Halt Mode example. More... #include "stm8a_lib.h" #include "mono_lcd.h" Go to the source code of this file. Defines #define BUTTON_PIN (GPIO_PIN_0) #define BUTTON_PORT (GPIOC) #define LED1_PIN (GPI
  3. 所属分类:硬件开发

    • 发布日期:2010-08-03
    • 文件大小:6291456
    • 提供者:hejie1415926
  1. Eurekalog v6.0.24_2 _ Part1

  2. EurekaLog is a complete bug resolution tool for Delphi and C++Builder developers that gives your application the power to catch every exception and memory leak, directly on the end user PC, generating a detailed log of the call stack (with file, cla
  3. 所属分类:Web开发

    • 发布日期:2010-08-19
    • 文件大小:14680064
    • 提供者:Keshtkar1
  1. Eurekalog v6.0.24_2 _ Part2

  2. EurekaLog is a complete bug resolution tool for Delphi and C++Builder developers that gives your application the power to catch every exception and memory leak, directly on the end user PC, generating a detailed log of the call stack (with file, cla
  3. 所属分类:Web开发

    • 发布日期:2010-08-19
    • 文件大小:5242880
    • 提供者:Keshtkar1
  1. coreutils linux终端源码

  2. coreutils-8.5.tar.gz 贴段CAT的大伙瞅瞅 /* cat -- concatenate files and print on the standard output. Copyright (C) 1988, 1990-1991, 1995-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the t
  3. 所属分类:C

    • 发布日期:2010-09-02
    • 文件大小:10485760
    • 提供者:paomadi
  1. Lcc C Compiler

  2. aWhat's new in the new version of lcc-win ---------------------------------------- Dec 3: Added SphericalBesselY + SphericalBesselK + SphericalBesselJ to the special functions package. Updated the documentation. Dec 2: Fixed problems with comparison
  3. 所属分类:C

    • 发布日期:2010-09-30
    • 文件大小:6291456
    • 提供者:ywj1225
  1. On-line Pricing of Secondary Spectrum Access with Unknown Demand Function and Call Length Distribution

  2. We consider a wireless provider who caters to two classes of customers, namely primary and secondary users. Primary users have long term contracts while secondary users are admitted and priced according to current availability of excess spectrum. Se
  3. 所属分类:Access

    • 发布日期:2010-10-26
    • 文件大小:376832
    • 提供者:ywt198509
  1. vld(Visual Leak Detector 内存泄露检测工具 源码)

  2. 初识Visual Leak Detector   灵活自由是C/C++语言的一大特色,而这也为C/C++程序员出了一个难题。当程序越来越复杂时,内存的管理也会变得越加复杂,稍有不慎就会出现内存问题。内存泄漏是最常见的内存问题之一。内存泄漏如果不是很严重,在短时间内对程序不会有太大的影响,这也使得内存泄漏问题有很强的隐蔽性,不容易被发现。然而不管内存泄漏多么轻微,当程序长时间运行时,其破坏力是惊人的,从性能下降到内存耗尽,甚至会影响到其他程序的正常运行。另外内存问题的一个共同特点是,内存问题本身
  3. 所属分类:C++

    • 发布日期:2010-12-16
    • 文件大小:5242880
    • 提供者:rendao0563
  1. gdb debug中文手册

  2. 用GDB调试程序 GDB概述 2 使用GDB 5 GDB中运行UNIX的shell程序 8 在GDB中运行程序 8 调试已运行的程序 两种方法: 9 暂停 / 恢复程序运行 9 一、设置断点(BreakPoint) 9 二、设置观察点(WatchPoint) 10 三、设置捕捉点(CatchPoint) 10 四、维护停止点 11 五、停止条件维护 12 六、为停止点设定运行命令 12 七、断点菜单 13 八、恢复程序运行和单步调试 13 九、信号(Signals) 14 十、线程(Threa
  3. 所属分类:Linux

    • 发布日期:2011-03-30
    • 文件大小:1048576
    • 提供者:sandy_luo
  1. JAD解决MISSING_BLOCK_LABEL心得

  2. jad的bug和限制: 1.包含有内部类,则jad处理构造函数的参数时会出错; 2.不支持zip和jar包。(注:如果使用Eclipse插件,则很容易得到包中的某个类的反编译代码) 3.当有标签块,嵌套循环中有break/continue,有goto语句的时候,会提示信息“Couldn't fully decompile method ”;当有try-catch-finally语句的时候会提示信息“Couldn't resolve all exception handlers in metho
  3. 所属分类:Java

    • 发布日期:2011-04-03
    • 文件大小:1024
    • 提供者:lajilaji
  1. The Linux® Command Line.pdf

  2. Reading...............................................................................................................7 Colophon........................................................................................................................7
  3. 所属分类:Linux

    • 发布日期:2011-10-18
    • 文件大小:1048576
    • 提供者:a10999990
  1. Transmission Line Calculator

  2. 传输线计算工具 Transmission Line Calculator etc Radio Frequency and Microwave Javascr ipt Calculator.chm About Our Calculators Introduction The Chemandy calculators are designed to be easy to use and follow a common theme and layout where possible. Most of
  3. 所属分类:教育

    • 发布日期:2011-10-26
    • 文件大小:2097152
    • 提供者:nethouyi
  1. VC显示行号_VC6LineNumberAddin

  2. if you want to make the vc6.0 appear line number. do it.
  3. 所属分类:C++

    • 发布日期:2011-12-23
    • 文件大小:184320
    • 提供者:cheng2009201114
  1. Line Number Addin for VC6.0

  2. Very useful and convenient add-in for VC6.0 With this add-in, line number will be showed at the left of the editor. Read the 'README' file before get started.
  3. 所属分类:C++

    • 发布日期:2014-10-08
    • 文件大小:164864
    • 提供者:linwhwylb
  1. emacs显示行号linum.el

  2. linum.el emacs line number emacs显示行号linum.el
  3. 所属分类:专业指导

    • 发布日期:2009-02-06
    • 文件大小:7168
    • 提供者:streez
  1. Uncomment this to preserve the line number information for

  2. Uncomment this to preserve the line number information for
  3. 所属分类:Android

    • 发布日期:2018-10-12
    • 文件大小:55574528
    • 提供者:qq_21199331
  1. number-line-distance:“ Number Line:Distance”是由PhET Interactive Simulations在HTML5中进行的教育模拟-源码

  2. 数字线:距离 “ Number Line:Distance”是HTML5中的教育模拟,由科罗拉多大学博尔德分校的提供。 此模拟正在开发中,尚未发布。 文献资料 是PhET仿真开发的最完整指南。 本指南包括如何获取仿真代码及其依赖项,有关体系结构和设计的注释,如何测试和构建sims以及其他重要信息。 执照 请参阅
  3. 所属分类:其它

    • 发布日期:2021-02-18
    • 文件大小:994304
    • 提供者:weixin_42129970
« 12 3 4 5 6 7 8 9 10 ... 40 »