搜索资源列表
DELPHI_STL
- 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!
STLport-4.5.3.tar
- 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
handout-files
- 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
SQL2000bao
- 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
TestList2
- 链表实现程序。学习链表绝好示范资料。示例里让你零起点学链表!-this is listtext programe,the fuction if powful..
STLport-5.1.3
- 使用关联容器时能用到的C++模板库,需要进行一定的配置,具体请自己上网查看-a tool of C++ STL,you should do some configurition before using it.If you dont know how,just google it
f_GetFirstLetter
- 自动生成拼音简码 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
project1.tar
- 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
cshiyan2012
- 基于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,
CPP_STL
- 基本的STL的使用知识,涉及内容较全,如果全部掌握,对编程有很大帮助-Basic knowledge of the use of the STL involving than the whole, if all master programming
dump_mine
- 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.
GSing
- 某学校举行一场唱歌比赛,共有24个人参加,按参加顺序设置参赛号(参赛号为100至123)。每个选手唱完一首歌之后,由10个评委分别打分。该选手的最终得分是去掉一个最高分和一个最低分,求得剩下的8个评分的平均分。 比赛共三轮,前两轮为淘汰赛,第三轮为决赛。选手的名次按得分降序排列,若得分一样,按参赛号升序排名。 第一轮分为4个小组,根据参赛号顺序依次划分,比如100-105为一组,106-111为第二组,依次类推,每组6个人,每人分别按参赛号顺序演唱。当小组演唱完后,淘汰组内排名最后
code
- 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