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

搜索资源列表

  1. dwt_hh_Source

    0下载:
  2. 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
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4799
    • 提供者:王君
  1. MultinomialOperation

    0下载:
  2. 多项式的加减乘运算,没有除运算,算法很清楚,都可以看懂-polynomial modified by the operator, the operator is no exception, the algorithm is very clear, can understand
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8339
    • 提供者:陈亮亮
  1. shenjingwangluomoshishibie

    0下载:
  2. 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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:566342
    • 提供者:奖励
  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. 简单的四则运算题

    0下载:
  2. 编程序,循环进行如下的处理过程:由计算机生成简单的四则运算题;用户给出答案;计算机判断对错。直到用户回答说不再继续做了时结束程序。 提示:可让用户选择指定出加、减、乘、除哪一种运算题,以及出一位数还是两位数的运算题;而后通过使用“rand()%10”或“rand()%100”来获得一个0到9的一位整数随机值或得到0到99的两位整数随机值来为用户出题。还可进一步对用户所做算术题的对错次数进行记录,结束程序时给出一个某种形式的成绩。 ,Programmed, recycling process
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-28
    • 文件大小:7962
    • 提供者:何晓龙
  1. Stack544014

    0下载:
  2. 用模板实现顺序栈的基本功能:初始化;判断栈空;判断栈满;置空栈;入栈;出栈;要求入栈时,栈非满是可以插入元素,否则抛除异常;出栈时,栈非空返回栈顶元素,否则抛除异常。(陈儒焕组) 5、队列是只允许在一端进行插入操作,而另一端进行删除操作的线性表。如何改造数组实现队列的顺序存储。要求:用模板实现队列的判空;判满;置队空;出队,队列非空时,出队队首元素,否则报错;出队,队列非满时,插入新元素到队尾,否则报错; -The template is the order of the stack t
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:38922
    • 提供者:钟书球
  1. value_operation

    0下载:
  2. 此程序是一个加,减,乘,除的算法.-This procedure is an add, subtract, multiply, with the exception of the algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-21
    • 文件大小:14522
    • 提供者:杨海毅
  1. BigNum

    0下载:
  2. 构造大数运算类 +;-;*;/ 并测试。<br>1. 不考虑括号 <br>2. 输入数据最大长度为40 位,要捕获异常 <br>3. 不考虑输入小数部分,<br>4. 测试要完整,先输入两个数,可输出上面两个数的运算结果 <br>5. 需要输出商和余数-Construction of large numbers+-*/computing and test category. <br> 1. Not consider brac
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:13583
    • 提供者:heqin
  1. czs

    0下载:
  2. 1. 本程序实现计算任意长的整数的四则运算. 以用户和计算机对话的方式,先后输入数字的最多位数,然后程序就计算并显示出这两个数的运算. 2. 利用双向循环链表现实长整数的存储,每个结点含一个整形变量.输入的形式以回车结束,可以直接输入正数或负数,程序会过滤掉无效的字符.按中国对于长整数的表示习惯,每四位一组,除数字和位于首位置的负号外,其它一切字符都将作为分隔符,连续多个分隔符当一个处理.但不使用分隔符也不影响结果. -1. This procedure calculating the
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:20051
    • 提供者:sqj
  1. psbosubak

    0下载:
  2. 打开一原始图像,产生含噪图像,用 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.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1081
    • 提供者:陈旭庚
  1. Addison.Wesley.Essential.C++

    0下载:
  2. • 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 ̶
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:665199
    • 提供者:udo
  1. C.program_antilogy

    0下载:
  2. 本书介绍了C++实用编程技术和最佳的实践方法,深入研究了异常处理。-This book describes the practical C++ programming techniques and best practices, in-depth study of exception handling.
  3. 所属分类:matlab

    • 发布日期:2017-06-09
    • 文件大小:16387406
    • 提供者:韩君
  1. ThrowTest

    0下载:
  2. 怎样运用各种各样的抛出的方法。在这个例子这个你就可以学习到这个异常的抛出-How to use a variety of throw method. In this example, you can learn from this to this exception is thrown
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:708
    • 提供者:michelle
  1. Transform

    0下载:
  2. 从十进制转换为其他进制,非常完美,含有异常处理等内容-Convert from decimal to hexadecimal to other, very perfect, contains the exception handling etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:7432
    • 提供者:杜秋野
  1. plus

    0下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:3116595
    • 提供者:张小凡
  1. exp9

    0下载:
  2. 程序是异常处理的,是程序能够正常运行 避免出错-Program is exception handling is the normal operating procedures to avoid making mistakes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:279740
    • 提供者:李平
  1. yichangbuhuo

    0下载:
  2. 异常捕获的代码,教学代码。适合新手学习参考-Exception caught in code, instruction code. Suitable for novice learning information
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:663
    • 提供者:zhangzhi
  1. hugeInt

    0下载:
  2. 一个练习时写的hugeInt,简单实用 给学习的人做参考,exception没有做太多考虑-Written by a practicing hugeInt, simple and practical。Exceptions are not considered fulluy.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1307064
    • 提供者:cxy
  1. quadraticCal

    0下载:
  2. 读取文本中的一元二次方程,并输出到目标文本其计算结果。完善出错机制-read quadratic equations from text file.And output the results to another text file. It updated the Exception throwing function.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2977
    • 提供者:
  1. JTC

    0下载:
  2. An unexpected exception has been detected in native code outside the VM.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3748
    • 提供者:朴美兰
« 12 3 »
搜珍网 www.dssz.com