Welcome![Sign In][Sign Up]
Location:
Search - errno.h

Search list

[Internet-Networklinux_c_s

Description: 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1-based terminal Dinghua system _socket # include
Platform: | Size: 3930 | Author: xxf | Hits:

[Linux-UnixLinuxUART

Description: linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定义*/ /***@brief 设置串口通信速率 *@param fd 类型 int 打开串口的文件句柄 *@param speed 类型 int 串口速度 *@return void*/
Platform: | Size: 5289 | Author: Edward | Hits:

[Internet-Networklinux_c_s

Description: 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h> #include<sys/ipc.h> #include<unistd.h> #include<sys/shm.h> #include<sys/stat.h> #define MYPORT 3490 // num of port #define BACKLOG 5 // largest num of accept #define MAXDATASIZE 1-based terminal Dinghua system _socket# include
Platform: | Size: 4096 | Author: xxf | Hits:

[Linux-UnixLinuxUART

Description: linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定义*/ /***@brief 设置串口通信速率 *@param fd 类型 int 打开串口的文件句柄 *@param speed 类型 int 串口速度 *@return void*/ -linux serial port programming under# include
Platform: | Size: 5120 | Author: Edward | Hits:

[Windows CEwince5

Description: wince下的系统库文件,修改适用于windows移植到CE程序开发-wince under the system library files, modify the application of transplantation in the windows to the CE program development
Platform: | Size: 15360 | Author: pl | Hits:

[Communication-Mobileserial

Description: include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #include <termios.h> /*PPSIX终端控制定义*/ #include <errno.h> /*错误号定义*/ #define TRUE 1 #define FALSE 0 /***@brief 设置串口通信速率 *@-include <stdio.h>/* Standard input and output definitions* /# include <stdlib.h>/* Standard function library definition* /# include <unistd.h>/* Unix standard function definition* /# include <sys/types.h>/** /# Include <sys/stat.h>/** /# Include <fcntl.h>/* File control definition* /# include <termios.h>/* PPSIX terminal control definitions* /# include <errno.h>/* Error number definitions* /# define TRUE 1# define FALSE 0 /***brief set of serial communication rate* @
Platform: | Size: 9216 | Author: nameblue | Hits:

[Internet-Networkscan

Description: 采用编写的个人自动扫描器..#include<netinet/in.h> #include<errno.h> #include<netdb.h> -auto scan
Platform: | Size: 1024 | Author: yushui | Hits:

[Embeded Linuxwatchdog

Description: watchdog 这是一个例程!可以参考一下!-#include <errno.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <sys/io.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h>
Platform: | Size: 1024 | Author: | Hits:

[OtherEmbededCLanguageExpectionHandle

Description: 可嵌套的C语言异常处理机制。在现代语言中,异常机制包括两个方面,即抛出异常和处理异常。在C语言程序中,异常类型一般都是靠函数的返回值和一些全局变量(如stdio.h的errno变量)来确定的,这大概算是“异常抛出”吧;处理异常最简单的办法就是终止程序,如使用exit、abort函数,虽然还有套较完备的异常处理函数setjmp和longjmp,但是,C的标准库、一般的应用库都没有应用它们,所以我们也只能在自己的开发部分有限地运用一下,而且,很多不太精通C的人,还没法把它们运用好。-C language can be nested exception handling mechanism. In modern language, the exception mechanism includes two aspects, namely, an exception is thrown and handle exceptions. In the C language program, the exception type usually rely on the return value, and some global variables (such as stdio.h the errno variable) to determine, this is probably considered " throw exception" it the easiest way to handle the exception is termination procedures, such as using exit, abort function, although there is a more complete set of exception handling functions setjmp and longjmp, however, C' s standard library, the general application of libraries do not apply them, we can only develop their own part in the limited use of what, and many people not proficient in C, not a good method to use them.
Platform: | Size: 141312 | Author: zhangking314 | Hits:

[Internet-NetworkHTTP

Description: HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h> #include <netinet/in.h> #include <limits.h> #include <netdb.h> #include <arpa/inet.h> #include <ctype.h>
Platform: | Size: 3072 | Author: zyh | Hits:

[Internet-NetworkLinux-ping

Description: Linux-ping源代码,e "stdlib.h" #include "string.h" #include "stdio.h"-e "stdlib.h" #include "string.h" #include "stdio.h" #include "fcntl.h" #include "errno.h" #include "signal.h" #include "sys/types.h" #include "sys/socket.h" #include "sys/time.h" #include "netinet/in.h" #include "arpa/inet.h"
Platform: | Size: 2048 | Author: wxk1383 | Hits:

[Linux-UnixADTest

Description: 6410 ADC测试 #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <linux/fs.h> #include <errno.h> #include <string.h> #include <qlineedit.h> #include <qmessagebox.h> -6410 test #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <linux/fs.h> #include <errno.h> #include <string.h> #include <qlineedit.h> #include <qmessagebox.h>
Platform: | Size: 64512 | Author: xiankongyijue | Hits:

[mpeg mp3ffplay

Description: 最新版本的ffplay,已经调试成功的代码。-/* * Various utilities for command line tools * Copyright (c) 2000-2003 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation either * version 2.1 of the License, or (at your option) any later version. * * FFmpeg is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include <string.h> #include <stdlib.h> #include <errno.h> #include <math.h> /* Include only the enabled headers s
Platform: | Size: 90112 | Author: 金丰 | Hits:

[VC/MFCcstd

Description: 有关c函数库,对于新手进一步了解c语言。同时这也是一本很好的c语言参考文档。-THE STANDARD C PROGRAM Preface The Code Acknowledgments Chapter 0:Introduction Background What the C Standard Says Using the Library lmplementingthe Library Testing the Library References Exercises Chapter 1:<assert.h> Background What the C Standard Says Using <assert.h> lmplementing<assert.h> Testing <assert.h> References Exercises Chapter 2:<ctype.h> Background What the C Standard Says Using <ctype.h> lmplementing Kctype.h> Testing Kctype.h> References Exercises Chapter 3:<errno.h> Background What the C Standard Says Using <errno.h> lmplementing<errno.h> Testing <errno.h> References Exercises
Platform: | Size: 14118912 | Author: sd | Hits:

[Linux-Unixcconvtst

Description: NOTE: The KernelProxy is the only class that should be setting errno. All other classes should return Error (as defined by nacl_io error.h).
Platform: | Size: 3072 | Author: yaxonl | Hits:

[Linux-Unixnode

Description: NOTE: The KernelProxy is the only class that should be setting errno. All other classes should return Error (as defined by nacl_io error.h).
Platform: | Size: 2048 | Author: lnpebin | Hits:

[Linux-Unixtest_errno

Description: We are using ERANGE as it is part of the C++ ISO (see Table 26 in section 19.3) Using ERANGE improve the test as it means that the native errno.h file has really been included. -We are using ERANGE as it is part of the C++ ISO (see Table 26 in section 19.3) Using ERANGE improve the test as it means that the native errno.h file has really been included.
Platform: | Size: 2048 | Author: lbdudong | Hits:

[Linux-Unixdf

Description: include <sys param.h> include <errno.h> include <ufs fs.h> include <sys stat.h> include <sys vfs.h> Device Driver for linux.
Platform: | Size: 6144 | Author: hmhrxs | Hits:

[Linux-Unixnegotiate

Description: tring.h> include <stdio.h> include <errno.h> include <sys mount.h> include <sys types.h> include <rfs message.h> include <rpc rpc.h> Device Driver for linux.
Platform: | Size: 2048 | Author: bemuecr | Hits:

[Linux-Unixexpand

Description: Berkeley, California include sendmail.h include <errno.h> SCCSID(@()err.c 1.1 92 07 30 SMI) UCB 5.8 3 13 88 Device Driver for linux. -Berkeley, California include sendmail.h include <errno.h> SCCSID(@()err.c 1.1 92 07 30 SMI) UCB 5.8 3 13 88 Device Driver for linux.
Platform: | Size: 4096 | Author: dywume | Hits:
« 12 »

CodeBus www.codebus.net