搜索资源列表
RunMonitor
- 一个监控指定外部程序运行的软件。支持外部程序异常关闭重启,以及定时重启功能。对于监控要求长时间无职守的服务器程序,特别有用。-an external monitor appointed to run the software. Support for external procedures abnormal restart closed, and regularly reset. Monitoring requirements for the long-duty server programs,
cubecon
- 一个数学问题: 输入8个数,作为立方体顶点,判断能否构成满足要求的立方体 涉及输入输出异常等方法,适合JAVA初学者打基本功-a mathematical problem : Admission Number 8, as cube vertex, a judge can meet the requirements posed the cube involving abnormal input and output methods, for Java beginners the basic
yccl
- 以前做过的项目中的关于异常处理的程序,关于异常处理的方法只起到抛砖引玉的作用 -done before the project on the abnormal handling procedures, on the way to deal with the anomalies only play the role of stimulus
delphi-calculator
- 完成Windows程序中计算器中的所有功能,使用类似Windows计算器的图形界面; (2) 使用可视化方法设计,并编写合适的按钮和菜单事件代码; (3) 使用delphi语言编写代码 程序具有处理异常的能力,以防止用户输入和操作错误而导致的异常-complete Windows calculator procedures of all functions, similar to the Windows Calculator graphics interface; (2) the u
WindowsExampleCode
- 关于视窗WINDOWS系统的一些基本技术,包括多线程的演示程序,文件的读写操作以及对异常错误处理的相关内容。-Windows on Windows systems, the basic technology, including multithreading demonstration program, document literacy and the abnormal operation of the wrong content.
exception
- 一个异常类示例程序-an abnormal type sample program
square0297
- 编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和应用程序中使用着的 该类对象的模式号做比较,如果两模式号不匹配,则MFC发送一个CArchiveException,其m_cause 等于CArchiveException::badSchema。没有得到处理的该类异常会促使MFC显示一个对话框,提示 “非预期的文件格式”。如果每次修改对象的串行化存储格式时都能做到增加模式号,那么就不怕
EXAMPLE9-SAMEBALL
- Sameball/// ////History Apr.30 完成DirectDraw 初始化,可以在Release Edition 正常工作 May.1 完成了主要的数据类 May.2 更正了SameBallMap 的错误,完成了界面。 May.2 再次更正SameBallMap 的错误 May.8 添加DirectSound 部分,主要代码引自 Eugene Olafsen(美)等 著 MFC Programming with Visual C++ 6 Unleashed
浮点异常的控制位
- //浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*-----------------------------
xuxing
- 马踏棋盘,即从8*8的棋盘中任一点出发,按马的走法走,直至走完整个棋盘,并且每一步不能重复。找出一条走的路线,如不能走,异常.-chessboard horse riding, from 8 * 8 chessboard term point of view, Ma by the law to go until the end of the whole chessboard, and each step be repeated. Go find a route, if we can not go
MFCC
- 计算MFCC的程序,修改了原代码中对于滤波器的除数,以达到用于异常声音特征提取的作用-Calculation of MFCC program, modify the source code for the filter s divisor in order to achieve abnormal noise feature extraction
20081022
- 确认指纹仪驱动是否为4000b。如果不是提示异常。-Confirm whether the fingerprint device driver for the 4000b. If not prompted abnormal.
yichang
- 除零异常和捕获三种类型异常,int,char,double类型的异常.-In addition to zero-anomaly and capture three types of abnormal, int, char, double types of anomalies.
jxcglxt
- 操作系统:Windows ME/2000/XP 开发工具:Delphi 7.0 数据库:SQL Server 2000 硬件配置:CPU:Pentium 200MHz 以上 内存:32MBRAM以上 硬盘:100MB以上磁盘空间 显示分辨率:最低800×600像素 建议1024×768像素 颜色:256色 进销存管理软件:软件包括强大的数据存储、查询和汇总功能,提供多角度的业务分析报表和数据查询;严谨的权限和业务流程控制、系统自动维护和备份功能确保数据的安全
dengpao
- 模拟灯泡的开关,出现异常的小程序 delphi 磁性窗体-Simulation of switching light bulbs, small abnormal procedures
hmmself
- 隐马尔科夫异常声音识别程序,无噪声情况下训练后可识别-Hidden Markov abnormal voice recognition program, no noise can be identified under training
yongshuo
- 永硕网盘刷分器,刷分速度非常快,不过可能会因为访问量异常而不让你登陆,所以请低调刷!-The the Unihan the network disk Shuafen, Shuafen speed is very fast, but may be because abnormal visits without letting you log in, so low-key brush!
Abnormal-waveform-generator
- 能够产生电压中断、电压凸起、凹陷、以及谐波的波形,并将波形的采样数组通过串口发送-Able to generate a voltage is interrupted, the voltage projections, recesses, and harmonics of the waveform, and waveform sampling array is transmitted through the serial
simple-trigger-event
- 这是一个测量扭矩的Labview测试平台程序,每当确定数量的采样完成时,事件结构就会触发,结构内部的处理程序就会运行。如果信号出现异常,就会停止下来。当按下调试按钮之后,程序又会跑起来。-This is a measurement of torque Labview test platform program, complete Whenever determine the number of sampling, the event structure will trigger the stru
not-null-check
- c#进行非空验证,有助于登录或填写信息时数据字段为空时报异常.-The c# non-empty validation helps Login or fill out the information when the data field is empty Times abnormal.
