Download>Subject> Linux Resource Special Issue (V) Linux C Programming Special

Linux Resource Special Issue (V) Linux C Programming Special

Linux is a free-to-use and freely-distributed Unix-like operating system. It is a multi-user, multi-tasking, multi-threaded and multi-CPU operating system based on POSIX and UNIX. It can run major UNIX tool software, applications and network protocols. It supports 32-bit and 64-bit hardware. Linux inherits the network-centric design concept of Unix and is a multi-user network operating system with stable performance. Linux is widely used: network programming, embedded operating systems, device drivers, etc., especially in embedded ARM system applications, where Linux can be seen everywhere. The \"Linux Resource Special\" series of articles we have compiled covers classic textbooks, books, tutorials, application examples, etc. It can be said that through this collection, everyone can not only learn from entry to mastery, but also use it as a reference material at hand, which can be viewed and read at any time.

Document List

pdf
Linux C Function Reference Manual
Points it Requires : 1 Type:Technical DocumentationUploader:eeworkerDate:2013-10-23
Introduction:Linux C Function Reference Manual, found on the Internet. Download it for free.
rar
C language library function query——provides standard C function and C function query under Linux
Points it Requires : 1 Type:Application DocumentsUploader:baidu_linkerDate:2014-03-05
Introduction:C language library function query——provides standard C function and C function query under Linux
rar
C function manual under Linux CHM version
Points it Requires : 1 Type:Application DocumentsUploader:csdn_canDate:2013-09-22
Introduction:C function manual under Linux CHM version
ppt
C programming under Linux
Points it Requires : 1 Type:Application DocumentsUploader:sinceyouloveDate:2013-09-29
Introduction: C programming under linux, C programming under Linux...
rar
Basic knowledge of C programming under Linux
Points it Requires : 1 Type:Application DocumentsUploader:jujuyaya222Date:2013-09-29
Introduction: Basic knowledge of C language programming under Linux, Basic knowledge of C language programming under Linux...
pdf
Introduction to Linux C library functions
Points it Requires : 1 Type:Application DocumentsUploader:rubyonrailsDate:2013-09-29
Introduction: linux_c library function Untitled Document page number, 1/6atof (converts a string into a floating point number) Related functions atoi, atol, strtod, strtol, strtoul Header file #include Define function double atof(const char *nptr); Function description atof() scans the parameter nptr string, skipping the leading space characters until it encounters a number or a positive or negative sign before starting the conversion, and then ends the conversion when it encounters a non-number or the end of the string (\'\\0\'), and returns the result. The parameter nptr string can contain a positive or negative sign, a decimal point, or E(e) to indicate the exponent part, such as 123.456 or 123e-2. Return value Returns the converted floating point number. Additional notes atof() has the same result as using strtod(nptr,(char**)NULL). Example /* Convert string a and string b into numbers and add them together*/ #include main() { char *a=”-100.23”; char *b=”200e-2”; float c; c=atof(a)+atof(b); printf(“c=%.2f\\n”,c); } Execute c=-98.23atoi (convert a string into an integer) Related functions atof, atol, atrtod, strtol, strtoul Header file #include Define function int atoi(const char *nptr); Function description atoi() will scan the parameter nptr string, skip the leading space characters, and start the conversion until it encounters a number or a positive or negative sign. It will end the conversion when it encounters a non-number or the end of the string (\'\\0\'), and return the result. Return value Returns the converted integer. Additional description atoi() has the same result as using strtol(nptr, (char**)NULL, 10); Example /* Convert string a and string b into numbers and add them together*/ #include
rar
Linux programming introduction c language environment.rar
Points it Requires : 1 Type:Application DocumentsUploader:nkyqslDate:2013-09-29
Introduction: Linux programming introduction: C language environment.rar, Linux programming introduction: C language environment......
chm
Linux C Function Manual (A must-have for programming! Very convenient)
Points it Requires : 1 Type:Application DocumentsUploader:电子爱好者IKDate:2013-09-29
Introduction: Linux C function manual (a must-have for programming! Very convenient), Linux C function...
rar
Linux C Programming Encyclopedia
Points it Requires : 1 Type:Application DocumentsUploader:huhuhah0009Date:2013-09-22
Introduction:A preliminary understanding of the Linux system
pdf
C Programming Practice under Linux.pdf
Points it Requires : 1 Type:Application DocumentsUploader:nkyqslDate:2014-02-10
Introduction:C Programming Practice under Linux.pdf
rar
Learn C language on Linux platform
Points it Requires : 1 Type:Application DocumentsUploader:快乐的小星星Date:2013-08-29
Introduction:Learn C language on Linux platform
rar
Introduction to Linux C Programming
Points it Requires : 1 Type:Application DocumentsUploader:flexbuilderDate:2014-03-05
Introduction:Introduction to Linux C programming, suitable for beginners to read.
rar
Introduction to C programming in Linux (pdf format)
Points it Requires : 1 Type:Application DocumentsUploader:PKelectDate:2014-03-05
Introduction:Introduction to C programming in Linux (pdf format)

Latest Downloading

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
×

已收藏到:个人中心—我的下载—收藏