搜索资源列表
3ciyangtiao
- 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
duoxiangshi
- Status InitPolyn(polyn P) {/*建立一个空的一元多项式的链表*/ P=(polyn)malloc(sizeof(LNode)) if(P==NULL) exit (OVERFLOW) P->data.coef=0 P->data.expn=-1 P->next=NULL return OK }/*InitPolyn*/-Status InitPolyn (Polynesia P) (/ * est
mcs51Clocky
- 采用中断方式进行溢出次数累计; 从秒——分——时的计时是通过累加和数值比较实现的; 时钟显示缓冲区:时钟时间在方位数码管上进行显示,为此在内部 RAM中要设置显示缓冲区,共6个地址单元。显示缓冲区从左到右依次存放时、分、秒数值; -Overflow interrupt the use of the number of cumulative manner from seconds- minutes- when the time is through the cumulative
02063073
- 改程序是用来检测内存是否饱和的,若是则显示为溢出-Reform process is used to detect memory is saturated, if the overflow is shown as
Myexception
- C++异常处理类,可用来截获未处理异常,例如:非法存取、栈溢出等-C++ exception handling class can be used to intercept unhandled exceptions, such as: unauthorized access, stack overflow
fox
- Q版缓冲区溢出源码 关于foxmail5.0的 5个-Q-buffer overflow source on foxmail5.0 5
c2
- 请设计一个程序,以观察系统是如何处理整数上溢、 浮点数上溢和浮点数下溢这样的异常情况的。-Please design a program to observe the system is how to handle integer overflow, floating-point numbers overflow and floating point underflow this abnormal situation.
SHIN12-HJCS
- 每次开机都将次数加1 并存储到EEPROM。这样就能直观的看到机器的使用次数 用P1口 LED做为显示,次数大于256是将溢出,按复位模拟开机 或者直接通过开关开机-Each boot will add a number of times and stored to the EEPROM. So you can visually see the frequency of use of the machine as with P1 port LED display, the number i
factorial
- C#语言进行的阶乘,包括对溢出的处理和改正以及一些注释的方法-Factorial C# language, including overflow handling and correction as well as some of the annotated method
SYNFlood
- SYNFlood 网络操作系统的课程设计,简单实现SYNFlood溢出攻击,里面的代码或许有bug,大家一起学习了-SYNFlood network operating system curriculum design, a simple realization SYNFlood overflow attacks, which the code may have bug, we will study together.
1
- 程序首先定义读者以及图书上限,并同时规定了没位读者的借书上限。以防查找过于复杂,亦可防止数据溢出。在这个程序中,定义的读者与图书上限分别为100,100,借书上限为2。当然,上限的定义十分自由,可选择任意整数,对程序的运行并无影响。 当程序运行时,首先应当给读者提供一个选择操作的菜单。具体到这个程序中,则提供了借书、还书、图书维护、读者维护以及离开共五个选项。每个选项对应一个数字。(当然,对应哪个选项自由设定,对程序并无影响。)当读者按下对应数字键时自动调用函数。 -First defi
CheckedOverFlow
- 对于Checked关键字溢出的处理,对于Checked关键字溢出的处理-For Checked keyword overflow processing
queue
- 队列的基本程序代码,比如入队,出队,取队头,此代码用链表的方式采用的FIFO(first in first out),新元素(等待进入队列的元素)总是被插入到链表的尾部,而读取的时候总是从链表的头部开始读取。每次读取一个元素,释放一个元素。所谓的动态创建,动态释放。因而也不存在溢出等问题。由于链表由结构体间接而成,遍历也方便。-The basic code of the queue, for example into the team, the team, the first team to t