CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - exception

搜索资源列表

  1. 比心算

    0下载:
  2. \"比心算\"是一个锻炼玩家心算和快速反应能力的游戏,非常适合java初级学习者,能够通过编写提高对数组,字符串与异常处理的能力.PS:我也是个java爱好者,希望与大家共同进步.-"than mental arithmetic" is a player mental arithmetic training and rapid reaction capability of the game and are very suitable for java primary lear
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:53642
    • 提供者:杨军
  1. 第九章 异常处理

    0下载:
  2. java课件-异常处理,对程序出现异常作分析-Courseware of Java, exception processing, processs the exception caused by program
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:122516
    • 提供者:sss
  1. linqt-2[1].8.3.tar

    0下载:
  2. 言规则,类和对象,流和I/O,异常处理,AWT/Swing高级编程,对 象序列化,高效I/O及正则表达式,...网络编程技术 TCP/IP协议,Socket套接字-on rule,class,object,stream,I/O,exception,AWT/Swing,seral,TCP/IP principle,Socket,and so on.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:314532
    • 提供者:丁飘
  1. QQS&C

    0下载:
  2. 本软件要在网络中实现点对点的实时对话,主要的工作大约有: A).软件界面的实现。 B).两台主机通过Socket进行通信的实现。 C).如何从本机接收到要发送给对方的消息与如何接收到从对方来的消息并显示的过程。 D).进行异常处理。-the software in peer-to-peer networks to achieve real-time dialogue, the main work around : A). Software interface is achieved. B). T
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:145659
    • 提供者:邓春燕
  1. sufa

    0下载:
  2. 假设人名为汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 测试数据:取本班同学姓名。-assumptions were called Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44415
    • 提供者:杨斌
  1. 梅花三弄版dezend V1.0

    0下载:
  2. php开源屠龙刀 梅花三弄dezend v1.1 [color=#FF0000]主要增加对用zendguard 4.01进行加密的dezend支持[/color]该类文件开头格式: <?php @Zend; 4147; 现改为:首行包含Zend的文件为需dezend文件 ***************************************** 梅花三弄dezend v1.0 一、特点: 1.基于"黑刀4.3"作为内核,
  3. 所属分类:反汇编

    • 发布日期:2009-02-03
    • 文件大小:1062308
    • 提供者:liu3zy
  1. VC异常捕获,Dmp文件提取

    2下载:
  2. 只需注册 ::SetUnhandledExceptionFilter(ExpFilter); 将代码放到工程中编译就可以抓获当前错误堆栈文件输出,并且生成当前出错程序的dump。
  3. 所属分类:其他小程序

    • 发布日期:2009-06-29
    • 文件大小:15481
    • 提供者:xuswjtu@163.com
  1. SMS扩展配置.rar

    0下载:
  2. 1、将jre文件夹复制到你本机所在的JDK下覆盖掉全部jre文件夹 2、将lib文件夹复制到你项目所在的lib,添加对应lib import org.smslib.IOutboundMessageNotification; import org.smslib.Library; import org.smslib.MessageEncodings; import org.smslib.MessageProtocols; import org.smslib.OutboundMessa
  3. 所属分类:J2ME

    • 发布日期:2009-01-03
    • 文件大小:1040178
    • 提供者:idhuanghao
  1. 带附件及Html显示的邮件发送类

    0下载:
  2. unit UnitSendMail; interface uses   Windows, SysUtils, Classes,StdCtrls, ExtCtrls, ComCtrls, Dialogs,   IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,   IdExplicitTLSClientServerBase,IdMessageClient, IdSMTP
  3. 所属分类:Delphi控件源码

    • 发布日期:2009-01-14
    • 文件大小:1685
    • 提供者:kennyxue
  1. commons-pool-1.5.4-src

    0下载:
  2. commons-pool-1.5.4 RELEASE NOTES This is a patch release containing a fix for POOL-152, a regression introduced in version 1.5. Changes in this version include: Fixed Bugs: o POOL-152: GenericObjectPool can block forever in borrowObjec
  3. 所属分类:数据库系统

  1. Java聊天室程序

    1下载:
  2. 这个是服务器 import java.awt.*; import java.awt.event.*; import java.net.*; import javax.swing.*; public class UDPServerDemo extends JFrame{ int port=2345; //端口号 public UDPServerDemo(){ try{ byte[] buffer=new byte[256]; //缓冲区数组 DatagramSocket socket=new Da
  3. 所属分类:JSP源码/Java

  1. 简单的四则运算题

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

    • 发布日期:2017-03-28
    • 文件大小:7962
    • 提供者:何晓龙
  1. train.火车进站排列

    0下载:
  2. 这个程序主要用是队列来实现利用队列结构实现车厢重排问题,同时还结合 了异常处理 ,Train stop with this procedure are mainly used to achieve the use of queue queue rearrangement inside the structure of implementation questions, but also a combination of exception handling
  3. 所属分类:Windows编程

    • 发布日期:2017-03-22
    • 文件大小:797826
    • 提供者:张涛
  1. Memory_and_Exception_Trace 内存泄漏检测工具及其源码

    0下载:
  2. 一个内存泄漏检测工具及其源码,值得研究研究,-A detector tool and source code of memory leaks,worth discussing
  3. 所属分类:其他小程序

    • 发布日期:2017-11-08
    • 文件大小:20464
    • 提供者:
  1. pic16c765.rar

    0下载:
  2. This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which tim
  3. 所属分类:SCM

    • 发布日期:2017-11-08
    • 文件大小:120354
    • 提供者:
  1. 金算盘财务及企业管理软件

    2下载:
  2. 金算盘软件代码,VB写的,功能还可以,除源码还有安装程序,Payment calculation software code, VB written functions can also, with the exception of the installation process there is source
  3. 所属分类:其他行业

    • 发布日期:2017-05-19
    • 文件大小:5574398
    • 提供者:nmgwmz
  1. AGA.rar

    0下载:
  2. 采用了保优的选择遗传算法 终止条件的判断是:到达一定的代数。可改进为:相邻若干代的种群平均适应值的变化来判断。若相邻若干代的种群平均适应值为变化或者是变化小于某一阈值,表示算法已经收敛,则退出算法。 选择算子:轮盘赌选择; 交叉算子:单点交叉,随机选择计算此适应度值,若大于当前最佳适应度值则降低交叉概率,否则不变; 变异算子:模板,对于优势个体,除采用低概率变异外,变异位置应采取权值越大,变异概率越小的原则,而对劣势个体则相反.,Paul used the choice of excel
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:6071
    • 提供者:棋子
  1. Cpracticereport.rar

    0下载:
  2. C++实习报告:包括源代码、需求分析、解题说明、调试报告等,主要内容是:循环和分支,数组和函数,指针、引用和异常处理,结构体和类,派生、继承和多态,文件和模板及综合等7大类型。 ,C++ internship report: including source code, needs analysis, problem-solving that debug report, the main contents are: circulation and branch, array and funct
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:281661
    • 提供者:elsa
  1. IDT-Hook-

    1下载:
  2. IDT是一个有256个入口的线形表,每个IDT的入口是个8字节的描述符,所以整个IDT表的大小为256*8=2048 bytes,每个中断向量关联了一个中断 处理过程。所谓的中断向量就是把每个中断或者异常用一个0-255的数字识别-IDT is a linear table 256 entry, each IDT entry is 8-byte descr iptors, so the size of the IDT table 256* 8 = 2048 bytes, each inter
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:112648
    • 提供者:wu
  1. BeginInvokeTest

    0下载:
  2. C#实现Invoke,主要用于异步调用。在Invoke或者BeginInvoke的使用中无一例外地使用了委托Delegate。-C# implementation of Invoke, is mainly used for asynchronous calls. In the Invoke or BeginInvoke to use, without exception, use a delegate Delegate.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:35413
    • 提供者:brightmind
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com