代码搜索:高精度处理

找到约 10,000 项符合「高精度处理」的源代码

代码结果 10,000
www.eeworm.com/read/343026/11982384

sql 复杂年月处理.sql

--定义基本数字表 declare @T1 table(代码 int,名称 varchar(10),参加时间 datetime,终止时间 datetime) insert into @T1 select 12,'单位1','2003/04/01','2004/05/01' union all select 22,'单位2','2001/02/01','2003/02/01' uni
www.eeworm.com/read/336700/12423477

doc 错误处理.doc

www.eeworm.com/read/129269/14255459

txt 硬件处理函数.txt

函数名: harderr 功 能: 建立一个硬件错误处理程序 用 法: void harderr(int (*fptr)()); 程序例: /*This program will trap disk errors and prompt the user for action. Try running it with no disk in drive A: to
www.eeworm.com/read/230848/14272442

txt 接口处理篇.txt

accept(接受socket连线) 相关函数 socket,bind,listen,connect 表头文件 #include #include 定义函数 int accept(int s,struct sockaddr * addr,int * addrlen); 函数说明 accept()用来接受参
www.eeworm.com/read/230848/14272465

txt 信号处理篇.txt

alarm(设置信号传送闹钟) 相关函数 signal,sleep 表头文件 #include 定义函数 unsigned int alarm(unsigned int seconds); 函数说明 alarm()用来设置信号SIGALRM在经过参数seconds指定的秒数后传送给目前的进程。如果参数seconds 为0,则之前设置的闹钟会
www.eeworm.com/read/230766/14274978

pps 数据预处理.pps

www.eeworm.com/read/229203/14349251

doc 图像预处理.doc