CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 STL 搜索资源 - if

搜索资源列表

  1. DELPHI_STL

    0下载:
  2. C++中的STL真的让人爱不释手,如果你使用DELPHI,现在你也有了类似于STL的标准库,还不赶快下载啊!-C STL really appeal to people, if you are using Delphi, now you also have STL similar to the standard library, not quickly download ah!
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:264065
    • 提供者:娄金虎
  1. STLport-4.5.3.tar

    0下载:
  2. What s inside :README - this fileINSTALL - installation instructionsstlport - main STLport include directorysrc - source and makefiles for iostreams implementationlib - installation directory for STLport library (if you use STLport iostreams only)tes
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:739943
    • 提供者:来无影
  1. handout-files

    0下载:
  2. SSD5_EXE3练习题 if (!testConstructors()) { cerr << "Constructor and\\or accessors failed check\n" return EXIT_FAILURE } if (!testLessThan()) { cerr << "Operator < failed check\n" return EXIT_FAILURE } i
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:2383
    • 提供者:sadsea
  1. SQL2000bao

    0下载:
  2. int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) } -int getDivisor (int iNum) (int i = 1
  3. 所属分类:STL

    • 发布日期:2017-04-06
    • 文件大小:2526
    • 提供者:json
  1. TestList2

    0下载:
  2. 链表实现程序。学习链表绝好示范资料。示例里让你零起点学链表!-this is listtext programe,the fuction if powful..
  3. 所属分类:STL

    • 发布日期:2017-04-06
    • 文件大小:179414
    • 提供者:李天
  1. STLport-5.1.3

    0下载:
  2. 使用关联容器时能用到的C++模板库,需要进行一定的配置,具体请自己上网查看-a tool of C++ STL,you should do some configurition before using it.If you dont know how,just google it
  3. 所属分类:STL

    • 发布日期:2017-04-09
    • 文件大小:1283017
    • 提供者:
  1. f_GetFirstLetter

    0下载:
  2. 自动生成拼音简码 1. 此方法基于汉字的国标汉字库区位编码的有效性,不符合此编码的系统此函数无效! // 2. 若汉字串含有非汉字字符,如图形符号或ASCII码,则这些非汉字字符将保持不变.-1 simple code automatically generated phonetic This method is based on Chinese national standard character encoding of the effectiveness of the bit re
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:3451
    • 提供者:汪秋棠
  1. project1.tar

    0下载:
  2. implement a class called Distinct_list (in short, D_list) that maintains a group of integers. The class is expected to have the following functionalities takes user inputs and initialize its elements accordingly, 2) remove the duplicate elements, i
  3. 所属分类:STL

    • 发布日期:2017-03-28
    • 文件大小:1915
    • 提供者:mike
  1. cshiyan2012

    2下载:
  2. 基于EDA软件平台上,用硬件描述语言verilog设计完成分频器、计数器、串行移位输出器、伪码发生器、QPSK I/Q调制器、QPSK I/Q解调器,基于选项法中频调制器,再将各个模块综合起来组成一个完整系统;并用quartusII软件对其进行仿真验证。-EDA software platform based on the hardware descr iption language verilog design complete shift of the frequency divider,
  3. 所属分类:STL

    • 发布日期:2014-01-27
    • 文件大小:1906064
    • 提供者:赵旋
  1. CPP_STL

    0下载:
  2. 基本的STL的使用知识,涉及内容较全,如果全部掌握,对编程有很大帮助-Basic knowledge of the use of the STL involving than the whole, if all master programming
  3. 所属分类:STL

    • 发布日期:2017-11-23
    • 文件大小:377366
    • 提供者:可可
  1. dump_mine

    0下载:
  2. windows画图板的C#实现,是自己花了较长时间写出来的,如果读者能够理解,必将对自己的学习有帮助。-C# windows drawing board to realize is that he spent a long time to write out, if the reader can understand, will be helpful for their own learning.
  3. 所属分类:STL

    • 发布日期:2017-04-16
    • 文件大小:59144
    • 提供者:gemire
  1. GSing

    0下载:
  2. 某学校举行一场唱歌比赛,共有24个人参加,按参加顺序设置参赛号(参赛号为100至123)。每个选手唱完一首歌之后,由10个评委分别打分。该选手的最终得分是去掉一个最高分和一个最低分,求得剩下的8个评分的平均分。 比赛共三轮,前两轮为淘汰赛,第三轮为决赛。选手的名次按得分降序排列,若得分一样,按参赛号升序排名。 第一轮分为4个小组,根据参赛号顺序依次划分,比如100-105为一组,106-111为第二组,依次类推,每组6个人,每人分别按参赛号顺序演唱。当小组演唱完后,淘汰组内排名最后
  3. 所属分类:STL

    • 发布日期:2017-04-15
    • 文件大小:7459
    • 提供者:j将夜
  1. code

    0下载:
  2. Package consists of 3 files. First, to calculate number of deletions required in a string so that no two consecutive characters are same, where string consists of only 2 characers with repetition. Second to detect if a string contains all english alp
  3. 所属分类:STL

    • 发布日期:2017-04-12
    • 文件大小:1277
    • 提供者:Codeshi
搜珍网 www.dssz.com