Location:
Search - 2836
Search list
Description: tecwell 2835 motion function
初始化及設定值
4channel 輸入 motion ebable-tecwell 2835 motion function to initialize and set the value of motion ebable input 4channel
Platform: |
Size: 123904 |
Author: 黃志平 |
Hits:
Description: 0123四个随机函数,书本里面的,奉献给大家-
#define IA 16807
#define IM 2147483647
#define AM (1.0/IM)
#define IQ 127773
#define IR 2836
#define MASK 123459876
float ran0(long*idum)
{
long k
float ans
*idum ^= MASK
k=(*idum)/IQ
*idum=IA*(*idum-k*IQ)-IR*k
if (*idum < 0)*idum+= IM
ans=AM*(*idum)
*idum ^= MASK
return ans
}
#undef IA
#undef IM
#undef AM
#undef IQ
#undef IR
#undef MASK
Platform: |
Size: 2048 |
Author: 315430489 |
Hits: