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

搜索资源列表

  1. esnmp2-examples

  2. snmp编程 #!/usr/local/bin/perl # Filename: /usr/local/bin/perl_scr ipts/cputimes $|++; # Unbuffer the output! open(VMSTAT,"/bin/vmstat 2 |") || die "Can't Open VMStat"; while($CLINE=) { ($null,$r,$b,$w,$swap,$free,$re,$mf,$pi,$p o,$fr,$de,$sr,$aa,$dd1
  3. 所属分类:Perl

    • 发布日期:2009-05-16
    • 文件大小:25600
    • 提供者:veeyyaya
  1. C++ FAQs [By Marshall Cline, Greg Lomow, Mike Girou][English]

  2. C++ FAQs [By Marshall Cline, Greg Lomow, Mike Girou] 英文版,很经典的书
  3. 所属分类:C++

    • 发布日期:2009-09-07
    • 文件大小:917504
    • 提供者:qiudw
  1. C++ FAQs [By Marshall Cline, Greg Lomow, Mike Girou][English]

  2. C++ FAQs [By Marshall Cline, Greg Lomow, Mike Girou] 英文版,很经典的书
  3. 所属分类:C++

    • 发布日期:2009-09-07
    • 文件大小:891904
    • 提供者:qiudw
  1. Davis.Chapman.-.Visual.C++.6.in.21.Days

  2. DAY 1 THE VISUAL C++ DEVELOPMENT ENVIRONMENT—BUILDING YOUR FIRST VISUAL C++ APPLICATION 7 The Visual C++ Development Environment............................................................8 The Output Pane ...........................................
  3. 所属分类:C++

    • 发布日期:2009-10-21
    • 文件大小:5242880
    • 提供者:conquerwave
  1. Marshall P. Cline 著的《C++ FAQs》[Cline 1995]

  2. 会编写C++/C 程序,不要因此得意洋洋,这只是程序员基本的技能要求而已。如果把系统分析和系统设计比作“战略决策”,那么编程充其量只是“战术”。英文版
  3. 所属分类:C++

    • 发布日期:2009-12-12
    • 文件大小:920576
    • 提供者:zyzte
  1. Allegro小技巧集锦

  2. 1. Allegro颜色设定,保存,调入和显示..........................................................................................3 2. 如何加入不同的via.........................................................................................................................
  3. 所属分类:其它

    • 发布日期:2010-06-01
    • 文件大小:940032
    • 提供者:grfyzq
  1. 云计算 Cloud Computing--michael miller

  2. Cloud Computing--michael miller PDF格式 云计算经典权威原版书籍 About the Author Michael Miller is a successful and prolific author. He is known for his casual, easy-to-read writing style and his ability to explain a wide variety of complex topics to an everyday
  3. 所属分类:Web开发

    • 发布日期:2010-06-24
    • 文件大小:11534336
    • 提供者:paomadi
  1. 一个跨平台的CString源码

  2. // ============================================================================= // FILE: StdString.h // AUTHOR: Joe O'Leary (with outside help noted in comments) // // If you find any bugs in this code, please let me know: // // jmoleary@earthlink.
  3. 所属分类:C++

    • 发布日期:2010-10-15
    • 文件大小:33792
    • 提供者:rendao0563
  1. C++ FAQ Lite 英文版

  2. C++ FAQ LITE — Frequently Asked Questions(Copyright © 1991-98, Marshall Cline, cline@parashift.com)--------------------------------------------------------------------------------
  3. 所属分类:C++

    • 发布日期:2008-03-02
    • 文件大小:191488
    • 提供者:opipa
  1. 设计模式_可复用面向对象(英文版)

  2. This book isn't an introduction to object-oriented technology or design. Many books already do a good job of that. This book assumes you are reasonably proficient in at least one object-oriented programming language, and you should have some experie
  3. 所属分类:Web开发

    • 发布日期:2010-11-21
    • 文件大小:5242880
    • 提供者:jt850376753
  1. MFC实现橡皮筋画线

  2. 用MFC实现画线 infile.open(OpenDialog.GetPathName(),ios_base::binary); // if(!infile.is_open()) { return; } //读入个数 int nLine = 0; infile.read((char*)&nLine,sizeof(int)); //读入线 for(int i = 0; i < nLine; i ++) { CLine line; infile.read((char*)&line,sizeo
  3. 所属分类:C++

    • 发布日期:2011-04-17
    • 文件大小:1048576
    • 提供者:liming056
  1. C++ 大作业 图新编辑器 实验报告

  2. 1. 掌握继承、多形及相关的概念; 2. 了解类层次的设计方法,初步了解运算符重载、静态/动态联编及其在OOP中的应用等内容 1. 阅读附件中的VCAD程序的源代码,并将其编译、运行,简单地试验一下它的各项功能; 2. 分析VCAD程序的源代码中类层次的设计和实现。报告中应包含(但不限于)以下内容:  与图元类(CEntity、CLine、CRectangle、CCircle、CArc等类)和图元创建命令类(CCommand、CCreateLine、CCreateRect、CCreateCi
  3. 所属分类:专业指导

    • 发布日期:2011-04-17
    • 文件大小:5242880
    • 提供者:zzb13425138525
  1. Draw

  2. 执行错误CLine
  3. 所属分类:C++

  1. VC++课程设计 绘图

  2. class CLine : public CObject//,public CRect { private: CPoint m_pt1; CPoint m_pt2; UINT m_nStyle; COLORREF m_nColor; UINT m_nSize; public: void Serialize(CArchive &ar); DECLARE_SERIAL(CLine) CLine(); virtual ~CLine(); CLine(UINT m_nStyle,COLORREF Co
  3. 所属分类:C++

    • 发布日期:2011-07-14
    • 文件大小:3145728
    • 提供者:fuxp790028352
  1. C++实验源代码

  2. 1) 下面是“平面上点”类的定义: class CPoint { private: int x, y; static int nCount; // nCount用于保存点的个数 public: CPoint(int px=0, int py=0); CPoint(CPoint&); ~CPoint(); int GetX(); int GetY(); void SetX(int); void SetY(int); void ShowPoint(); }; 请完成该类中各成员函数的定义。 2)
  3. 所属分类:C/C++

    • 发布日期:2011-12-15
    • 文件大小:236544
    • 提供者:zhaoyunxiang721
  1. C++实验报告

  2. C++实验报告,为最终版本 1) 下面是“平面上点”类的定义: class CPoint { private: int x, y; static int nCount; // nCount用于保存点的个数 public: CPoint(int px=0, int py=0); CPoint(CPoint&); ~CPoint(); int GetX(); int GetY(); void SetX(int); void SetY(int); void ShowPoint(); }; 请完成该类
  3. 所属分类:C/C++

    • 发布日期:2011-12-28
    • 文件大小:266240
    • 提供者:zhaoyunxiang721
  1. 小型绘图系统

  2. 实现了画直线,画圆,充色等功能。 class CLine : public CObject { public: CPoint m_ptStart; CPoint m_ptEnd; UINT m_nLineStyle; UINT m_nLineWidth; COLORREF m_cLineColor; public: CLine(); CLine(CPoint pt1, CPoint pt2,UINT m_nLineStyle,UINT m_nLineWidth,COLORREF m_cLine
  3. 所属分类:C++

    • 发布日期:2012-12-05
    • 文件大小:3145728
    • 提供者:yhf869289716
  1. c习题(重点难点突破)

  2. 各种习题class CLine : public CObject { public: CPoint m_ptStart; CPoint m_ptEnd; UINT m_nLineStyle; UINT m_nLineWidth; COLORREF m_cLineColor; public: CLine(); CLine(CPoint pt1, CPoint pt2,UINT m_nLineStyle,UINT m_nLineWidth,COLORREF m_cLineColor); virtu
  3. 所属分类:C/C++

    • 发布日期:2012-12-05
    • 文件大小:70656
    • 提供者:yhf869289716
  1. cline:提示输入shell-源码

  2. 克莱因 快速而肮脏的命令提示符修饰符。 它试图与外壳无关。 这样做需要权衡取舍,您可能不喜欢这样做。 它直接使用xterm终端转义序列,而无需检查终端。 大多数终端仿真器都与xterm转义兼容,因此应该可以,但可能无法与其他终端仿真器一起正常工作。 GIT支持 基本上已经完成了。 如果您有git,则“ make configure”应会自动找到它。 如果没有,您可以稍后进行配置等等。 建造 git clone https://github.com/kutayuner/cline.g
  3. 所属分类:其它

    • 发布日期:2021-02-18
    • 文件大小:8192
    • 提供者:weixin_42169245
  1. Cline-Resume:Cline-Resume是受Deedy Resume启发并由Damian Watracz创作的TeX简历模板。-源码

  2. 简历简历 Cline-Resume是受Deedy Resume启发并由Damian Watracz创作的TeX简历模板 看起来像这样: 要求 Python 3 LaTeX发行版 如何建造 运行make来构建dan-cline-resume.pdf ,或运行make filename.pdf来创建具有所需文件名的pdf文件。 常见的编译器警告 通常会有Overfull \hbox警告,您通常可以忽略它们。 执照 这在GPLv2下。 它在文件中。 简历很简单,所以不要更改许可证。
  3. 所属分类:其它

    • 发布日期:2021-02-03
    • 文件大小:68608
    • 提供者:weixin_42098759
« 12 3 4 »