搜索资源列表
dwt_hh_Source
- DWT变换源代码,As a special exception, you may use this file as part of a free software library without restriction. Specifically, if other files instantiate templates or use macros or inline functions from this file, or you compile this file and li
MultinomialOperation
- 多项式的加减乘运算,没有除运算,算法很清楚,都可以看懂-polynomial modified by the operator, the operator is no exception, the algorithm is very clear, can understand
shenjingwangluomoshishibie
- The code on this diskette has been organized by chapter. Each subdirectory containing listing has a readme.txt describing program usage and any relevent file formats. The readme will also describe how to compile the target programs under IBM OS
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
简单的四则运算题
- 编程序,循环进行如下的处理过程:由计算机生成简单的四则运算题;用户给出答案;计算机判断对错。直到用户回答说不再继续做了时结束程序。 提示:可让用户选择指定出加、减、乘、除哪一种运算题,以及出一位数还是两位数的运算题;而后通过使用“rand()%10”或“rand()%100”来获得一个0到9的一位整数随机值或得到0到99的两位整数随机值来为用户出题。还可进一步对用户所做算术题的对错次数进行记录,结束程序时给出一个某种形式的成绩。 ,Programmed, recycling process
Stack544014
- 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t
value_operation
- 此程序是一个加,减,乘,除的算法.-This procedure is an add, subtract, multiply, with the exception of the algorithm.
BigNum
- 构造大数运算类 +;-;*;/ 并测试。<br>1. 不考虑括号 <br>2. 输入数据最大长度为40 位,要捕获异常 <br>3. 不考虑输入小数部分,<br>4. 测试要完整,先输入两个数,可输出上面两个数的运算结果 <br>5. 需要输出商和余数-Construction of large numbers+-*/computing and test category. <br> 1. Not consider brac
czs
- 1. 本程序实现计算任意长的整数的四则运算. 以用户和计算机对话的方式,先后输入数字的最多位数,然后程序就计算并显示出这两个数的运算. 2. 利用双向循环链表现实长整数的存储,每个结点含一个整形变量.输入的形式以回车结束,可以直接输入正数或负数,程序会过滤掉无效的字符.按中国对于长整数的表示习惯,每四位一组,除数字和位于首位置的负号外,其它一切字符都将作为分隔符,连续多个分隔符当一个处理.但不使用分隔符也不影响结果. -1. This procedure calculating the
psbosubak
- 打开一原始图像,产生含噪图像,用 wdencmp函数给图像除噪,并绘出除噪图像。-To open a original image, resulting in noisy images, with the exception of wdencmp function to the image noise, and draw images in addition to noise.
Addison.Wesley.Essential.C++
- • Generic programming and the Standard Template Library (STL) • Object-based programming and class design • Object-oriented programming and the design of class hierarchies • Function and class template design and use ̶
C.program_antilogy
- 本书介绍了C++实用编程技术和最佳的实践方法,深入研究了异常处理。-This book describes the practical C++ programming techniques and best practices, in-depth study of exception handling.
ThrowTest
- 怎样运用各种各样的抛出的方法。在这个例子这个你就可以学习到这个异常的抛出-How to use a variety of throw method. In this example, you can learn from this to this exception is thrown
Transform
- 从十进制转换为其他进制,非常完美,含有异常处理等内容-Convert from decimal to hexadecimal to other, very perfect, contains the exception handling etc.
plus
- DC++是一个开放源码的免费的P2P客户端软件,用于文件交流,支持中文搜索。-DC++ Copyright (C) 2001-2006 Jacek Sieka, arnetheduck at gmail dot com This program is licensed under GPL-2 with the notable exception that you may compile it with OpenSSL (www.openssl.org). Here
exp9
- 程序是异常处理的,是程序能够正常运行 避免出错-Program is exception handling is the normal operating procedures to avoid making mistakes
yichangbuhuo
- 异常捕获的代码,教学代码。适合新手学习参考-Exception caught in code, instruction code. Suitable for novice learning information
hugeInt
- 一个练习时写的hugeInt,简单实用 给学习的人做参考,exception没有做太多考虑-Written by a practicing hugeInt, simple and practical。Exceptions are not considered fulluy.
quadraticCal
- 读取文本中的一元二次方程,并输出到目标文本其计算结果。完善出错机制-read quadratic equations from text file.And output the results to another text file. It updated the Exception throwing function.
JTC
- An unexpected exception has been detected in native code outside the VM.