由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - [转载] How to detect overflow in C?
相关主题
请教一个好的算法I/O cost
how to compute binomial distribution without overflow?security groups
TCP的丢包假设的queue overflow,一般是哪层的overflowHow to detect if a number is a fibonacci number?
程序中的各个变量/数组的内存地址是否会混在一起?请推荐几个network security方面的主要journal或者conference
那些用buffer overflow来attack的人是怎么计算出要覆盖的内存地 (转载)An unexpected error has been detected by HotSpot Virtual Machine:
嵌入式系统用什么sorting算法比较好?请教几个image feature detection的问题
em算法里log-likelihood = -inf请问现在polymorphic malware detection主流的方法是什么?
能不能找到这样的例子现在shape detection有哪些通用(流行)方法?
相关话题的讨论汇总
话题: overflow话题: detect话题: www话题: xuan话题: post
进入CS版参与讨论
1 (共1页)
a******g
发帖数: 320
1
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: alexwang (alex), 信区: Programming
标 题: How to detect overflow in C?
发信站: Unknown Space - 未名空间 (Wed Jun 8 16:58:45 2005) WWW-POST
Overflow like: Try to use an int32 type to represent a 64-bit integer. Is
there any command or easy way to judge this in C?
Thanks a lot!
Xuan
b******p
发帖数: 23
2
turn on all compiler warnings

【在 a******g 的大作中提到】
: 【 以下文字转载自 Programming 讨论区,原文如下 】
: 发信人: alexwang (alex), 信区: Programming
: 标 题: How to detect overflow in C?
: 发信站: Unknown Space - 未名空间 (Wed Jun 8 16:58:45 2005) WWW-POST
: Overflow like: Try to use an int32 type to represent a 64-bit integer. Is
: there any command or easy way to judge this in C?
: Thanks a lot!
: Xuan

1 (共1页)
进入CS版参与讨论
相关主题
现在shape detection有哪些通用(流行)方法?那些用buffer overflow来attack的人是怎么计算出要覆盖的内存地 (转载)
android 还是 iphone 作 vision 开发比较好?嵌入式系统用什么sorting算法比较好?
x86 通过BIOS detect memory sizeem算法里log-likelihood = -inf
请问自动检测系统异常有什么好的算法吗?能不能找到这样的例子
请教一个好的算法I/O cost
how to compute binomial distribution without overflow?security groups
TCP的丢包假设的queue overflow,一般是哪层的overflowHow to detect if a number is a fibonacci number?
程序中的各个变量/数组的内存地址是否会混在一起?请推荐几个network security方面的主要journal或者conference
相关话题的讨论汇总
话题: overflow话题: detect话题: www话题: xuan话题: post