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

搜索资源列表

  1. myIntGate

    0下载:
  2. 通过中断门访问内核 象全局描述符表GDT一样,在整个系统中,中断描述符表IDT只有一个。中断描述符表寄存器IDTR指示IDT在内存中的位置。由于80386只识别256个中断向量号,所以IDT最大长度是2K。 中断描述符表IDT所含的描述符只能是中断门、陷阱门和任务门。也就是说,在保护模式下,80386只有通过中断门、陷阱门或任务门才能转移到对应的中断或异常处理程序。 -By interrupt doors to access the kernel Like the Glo
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:11562
    • 提供者:jack
  1. The-traffic-light-control-system

    0下载:
  2. 通过汇编语言实现交通灯系统的基本交通灯功能通行时间手动设置,可倒计时显示,急车强行通过,交通异常处理等相关功能-Passage time manually set, assembly language basic traffic light traffic light system countdown show, forced through the emergency vehicle exception handling, transportation and other related fu
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:601319
    • 提供者:熊露
  1. ucc_uart

    0下载:
  2. Freescale QUICC Engine UART device driver Implements upper edge DSP exception handling (DEH) functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:11344
    • 提供者:ptywy8
  1. VclSkin_v5.6

    1下载:
  2. VclSkin_v5.6 Full Source VCLSkin 是Delphi应用程序的扩展VCL类库用来制作用户界面的皮肤。不像其他的部件,要变换应用程序的皮肤,必须修改源代码重新编译,VCLSkin可以变换现有应用程序的皮肤不用修改源代码。 VCLSkin自动变换应用程序中的各种窗口的皮肤。包括Delphi Forms, MDIForm和通常的Windows对话框(MsgBox,Open/Save,Font,Print),甚至Exception对话框。 VCLScrin不仅支持Del
  3. 所属分类:Delphi控件源码

    • 发布日期:2013-11-20
    • 文件大小:603658
    • 提供者:zyx
  1. lab8

    0下载:
  2. a Java program (with the necessary I/O exception handling code) which will sort the names into two files based on their length. Names with 5 letters or less should be written to a file named “small.txt”. Names with more than 5 letters should be w
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:2158
    • 提供者:jo
  1. src

    0下载:
  2. 自己写的用canny算法实现的边缘检测,实现了一个异常类-Write your own canny algorithm implemented edge detection, an exception class
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:3979
    • 提供者:曾翔
  1. zdyyc

    0下载:
  2. 自定义异常:其运行时,可以接受用户输入若干个数并依次存入数组中。要求用户输入的整数必须大于0小于100。如果不符合这个范围则抛出异常。请自定义一个异常类来表示这种情况,并在用户的输入不符合要求时抛出该异常。-Custom exception: when it is running, you can accept user input certain number and sequentially stored in the array. Require user input integer mu
  3. 所属分类:Java Develop

    • 发布日期:2017-11-29
    • 文件大小:3897
    • 提供者:
  1. VEH

    0下载:
  2. 当程序发生异常的时候,一共有两种处理异常的方式。一种是SEH,这个不在本次的讨论范围内。另一种就是VEH了,那么VEH到底是什么呢?下面来随我体验VEH之旅。-When the program when an exception occurs, a There are two ways to handle exceptions. A SEH, this is not in the scope of. Another is VEH, VEH in the end what is it? Follo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:88316
    • 提供者:ljh
  1. yichang

    0下载:
  2. MSP430f149的异常处理的真个工程,当单片机运行过程中出现异常会执行对应的代码-A project of MSP430f149 s exception handling, when an exception will execute the corresponding to the appearance of SCM operation procedure
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:15254
    • 提供者:wloi
  1. exception-handling-

    0下载:
  2. 用C语言编写的用于解决异常问题的最基本的源码-Basic source of the C language for solving unusual problems
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:7876
    • 提供者:由小米
  1. C-Programming-A-Modern-Approach

    0下载:
  2. C语言程序设计现代方法这本书在讲关于C语言开发方面很实用,本书从基础语法讲起,有错误如何处理、异常处理,库函数等介绍。记住:此书不同于一般的C程序设计。并且本书在开始就介绍了C语言和C++的兼容性,因此对C++的后续学习有很大帮助。并且本书中对常见的和容易出错的地方做出了符号特别提示。在内容上也对C语言的开发如何具有很强可移植性做了讲解。在压缩文件中附带有本书的源代码。-The C Programming Language modern methods of the introduction o
  3. 所属分类:source in ebook

    • 发布日期:2017-11-06
    • 文件大小:27199492
    • 提供者:
  1. ApacheMina

    0下载:
  2. 一个Apache MINA使用案例源代码,消息接收的例子,显示接收到的消息,通过这个例子你可以学习一下会话创建、打开会话,与sessionCreated最大的区别是它是从另一个线程处调用的、会话结束,当连接关闭时被调用、异常捕获,Mina会自动关闭此连接、接收到消息、发送消息、设置日志记录器、设置连接超时检查时间、设置编码过滤器、创建客户端连接器、释放连接等。-A the Apache MINA Use Case source code examples of message reception
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-11
    • 文件大小:944549
    • 提供者:Zhou
  1. PNGImage

    0下载:
  2. This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-08
    • 文件大小:347952
    • 提供者:Ivan_m
  1. JAVA

    0下载:
  2. 此为JAVA中包、数组、异常处理的实现的例子,能够说明程序包、数组、和异常处理是如何使用的。-This is a JAVA package, array, exception handling implementation example, be able to explain how to use the package, arrays, and exception handling.
  3. 所属分类:JavaScript

    • 发布日期:2017-12-10
    • 文件大小:3619
    • 提供者:林海
  1. xuexi

    0下载:
  2. 主程序 关于学生信息管理系统的 程序开发的代码- Public void jButton1_actionPerformed(ActionEvent e) { driver=jTextField1.getText() URL=jTextField2.getText() table=jTextField3.getText() name=jTextField4.getText() password=
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-17
    • 文件大小:1508
    • 提供者:潘云阳
  1. TestStackExeption

    0下载:
  2. java里面抛出异常的测试程序,或许对一些初学者有所帮助。-java test program which throws an exception,maybe it can help some beginners.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:733
    • 提供者:应高选
  1. EJB-of-bank-ATM

    0下载:
  2.  EJB来模拟银行ATM机的流程及操作:获取系统属性,初始化JNDI,取得Home对象的引用,创建EJB对象,并将当前的计数器初始化,调用每一个EJB对象的count()方法,保证Bean正常被激活和钝化,EJB对象是用完毕,从内存中清除,从账户中取出amt,如果amt>账户余额抛出异常,一个实体Bean可以表示不同的数据实例,我们应该通过主键来判断删除哪个数据实例-EJB to simulate the process of bank ATM machines and operation
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:5818
    • 提供者:pudn1322
  1. print_format

    0下载:
  2. 各种int型的输出说明符的详细展示,避免因为格式说明符造成输出结果的异常-Int type the output specifier show, avoid caused the exception of the output format specifiers
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:517
    • 提供者:郝既得
  1. winchip

    0下载:
  2. IDT Winchip specific Machine Check Exception Reporting for linux- IDT Winchip specific Machine Check Exception Reporting for linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:610
    • 提供者:venbeijong
  1. PictureDemo

    0下载:
  2. Android相机拍照、相册选取后直接显示以及截图后显示,解决因Bitmap导致的内存溢出问题,源码实现过程部分注释讲解:   将保存在本地的图片取出并缩小后显示在界面上、由于Bitmap内存占用较大,这里需要回收内存,否则会报out of memory异常、将处理过的图片显示在界面上,并保存到本地、使用ContentProvider通过URI获取原始图片、为防止原始图片过大导致内存溢出,这里先缩小原图显示,然后释放原始Bitmap占用的内存、释放原始图片占用的内存,防止out of me
  3. 所属分类:android

    • 发布日期:2017-12-09
    • 文件大小:1179149
    • 提供者:hpudn5
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com