A. 求有大量c語言源代碼的網站
我個人推薦csdn網站,在裡面你點擊C語言,會出現好多代碼。
B. (追加100分!)誰能幫我找到linux/unix系統下創建文件夾的C語言源碼
去下液察載busybox的源碼,在busybox-XXXX/coreutils/mkdir.c
/* vi: set sw=4 ts=4: */
/*
* Mini mkdir implementation for busybox
*
* Copyright (C) 2001 Matt Kraai <[email protected]>
*
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
/* BB_AUDIT SUSv3 compliant */
/* http://www.opengroup.org/onlinepubs/007904975/utilities/mkdir.html */
/* Mar 16, 2003 Manuel Novoa III ([email protected])
*
* Fixed broken permission setting when -p was used; especially in
* conjunction with -m.
*/
/掘好* Nov 28, 2006 Yoshinori Sato <[email protected]>: Add SELinux Support.
*/
#include "libbb.h"
/* This is a NOFORK applet. Be very careful! */
#if ENABLE_FEATURE_MKDIR_LONG_OPTIONS
static const char mkdir_longopts[] ALIGN1 =
"mode\0" Required_argument "m"
"鬧散茄parents\0" No_argument "p"
#if ENABLE_SELINUX
"context\0" Required_argument "Z"
#endif
;
#endif
int mkdir_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
int mkdir_main(int argc, char **argv)
{
mode_t mode = (mode_t)(-1);
int status = EXIT_SUCCESS;
int flags = 0;
unsigned opt;
char *smode;
#if ENABLE_SELINUX
security_context_t scontext;
#endif
#if ENABLE_FEATURE_MKDIR_LONG_OPTIONS
applet_long_options = mkdir_longopts;
#endif
opt = getopt32(argv, "m:p" USE_SELINUX("Z:"), &smode USE_SELINUX(,&scontext));
if (opt & 1) {
mode = 0777;
if (!bb_parse_mode(smode, &mode)) {
bb_error_msg_and_die("invalid mode '%s'", smode);
}
}
if (opt & 2)
flags |= FILEUTILS_RECUR;
#if ENABLE_SELINUX
if (opt & 4) {
selinux_or_die();
setfscreatecon_or_die(scontext);
}
#endif
if (optind == argc) {
bb_show_usage();
}
argv += optind;
do {
if (bb_make_directory(*argv, mode, flags)) {
status = EXIT_FAILURE;
}
} while (*++argv);
return status;
}
C. 請問哪裡可以下載用c寫的小程序的源代碼,不需要注冊不要積分的網站,是純c語言寫的
進
www.csdn.net
吧,裡面的資料很詳乎森穗前盡。
而且注冊也很容歲族畝易的。
D. C語言中頭文件里的函數源代碼哪裡有
VC++裡面就有源代碼啊,你在VC的目錄裡面陪枯亮去找,有個library文件夾,裡面就是源蘆寬代碼
具體目錄我忘了,或者是include文件夾裡面,你在VC的根目錄下搜索*.C或*.cpp的文件就可以找到了,再不然就是你沒有安裝源文敗彎件,請重新運行安裝程序,把源文件添加進去就行了。
E. 在哪裡可以找到C語言標准庫的實現源代碼
Linux下的glic庫的源碼鏈接:
http://ftp.gnu.org/gnu/glibc/,你可以下載最新版本的glibc-2.24.tar.gz這個壓縮文件,在Windows系統下直接用WinRAR解壓即可,如果在Linux系統下用命令行解壓的話,命令如下:tar -xzvf glibc-2.24.tar.gz。
F. 求C語言源碼下載地址,目的是學深層次的內容。
C函數實現:
(擾旅VS2008版)C:\Program Files\Microsoft Visual Studio 9.0\VC\crt\仿李輪src
(VC6.0版)C:\備信Program Files\Microsoft Visual Studio\VC98\CRT\SRC
MYsql的源碼包:
http://dev.mysql.com/downloads/mirror.php?id=397222#mirrors
G. C語言庫函數源代碼在哪裡有看
有安裝vs2008或2010嗎,悉備在安裝目錄下面的VC/src中自帶有源代碼。比如我的茄沖就在
D:\Program Files\Microsoft Visual Studio 10.0\VC\crt\src中。沒顫陸殲有的話發給你