代码搜索:bible 有哪些应用?

找到约 10,000 项符合「bible 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/107489/15606005

c strarray.c

#include int strlen(char str[]) { int i = 0; while (str[i] != NULL) i++; return(i); } void main(void) { printf("Length of ABC is %d\n", strlen("ABC"));
www.eeworm.com/read/107488/15606049

c strcase.c

#include #include void main(void) { printf(strlwr("Jamsa\'s C/C++ Programmer\'s Bible!\n")); printf(strupr("Jamsa\'s C/C++ Programmer\'s Bible!\n")); }
www.eeworm.com/read/107488/15606087

c strdup.c

#include #include void main(void) { char *title; if ((title = strdup("Jamsa\'s C/C++ Programmer\'s Bible"))) printf("Title: %s\n", title); else
www.eeworm.com/read/107487/15606090

c printfok.c

#include void main(void) { int result; result = printf("Jamsa\'s C/C++ Programmer\'s Bible!\n"); if (result == EOF) fprintf(stderr, "Error within printf\n"); }
www.eeworm.com/read/107487/15606106

c str_out.c

#include void main(void) { char title[255] = "Jamsa\'s C/C++ Programmer\'s Bible"; printf("The name of this book is %s\n", title); }
www.eeworm.com/read/105160/15676968

txt vc中对数据库访问的方式很多,什么最方便实用.txt

作者:robbinwoo email: robbinwoo@163.net 日期:8/23/2001 4:53:02 PM 好象有ODBC,DAO,mfc数据库类,另外据说还有ado,不过我的一本Bible上没讲。
www.eeworm.com/read/102161/15792097

vc

作者:robbinwoo email: robbinwoo@163.net 日期:8/23/2001 4:53:02 PM 好象有ODBC,DAO,mfc数据库类,另外据说还有ado,不过我的一本Bible上没讲。
www.eeworm.com/read/101305/15838254

vc

作者:robbinwoo email: robbinwoo@163.net 日期:8/23/2001 4:53:02 PM 好象有ODBC,DAO,mfc数据库类,另外据说还有ado,不过我的一本Bible上没讲。
www.eeworm.com/read/126803/14402090

txt 说明.txt

演示如何在应用程序中使用菜单,处理菜单事件。
www.eeworm.com/read/126803/14402441

txt 说明.txt

一个简单的报表应用程序演示。