预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10
在线预览结束,喜欢就下载吧,查找使用更方便
如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
软件著作权-源代码范本注意事项:常见的源代码包含:C语言,VB,C++,JAVA,.NET等。提交的代码必须是源代码的开头载入程序,必须断开,是软件的程序结尾,代码中不得出现与申请表内容不符合的日期,著作权人,软件名字等,不能出现开源代码,不能出现任何版权纠纷。格式要求:一、源代码应提交前、后各连续30页,不足60页的,应当全部提交。二、源代码页眉应标注软件的名称和版本号,应当与申请表中名称完全一致,页眉右上应标注页码,源代码每页不少于50行。范例如下:#include<tybs/commandline.h>#include<tybs/dir.h>#include<tybs/entropy.h>#include<tybs/file.h>#include<tybs/hash.h>#include<tybs/os.h>#include<tybs/platform.h>#include<tybs/resource.h>#include<tybs/stdio.h>#include<tybs/string.h>#include<tybs/task.h>#include<tybs/timer.h>#include<tybs/util.h>#include<tybscc/result.h>#include<dns/dispatch.h>#include<dns/name.h>#include<dns/result.h>#include<dns/view.h>#include<dst/result.h>#defineNS_MAIN1#include<named/ns_smf_globals.h>#endif#ifdefDLZ#include<dlz/dlz_drivers.h>#endifstatictybs_boolean_twant_stats=TYBS_FALSE;staticcharprogram_name[TYBS_DIR_NAMEMAX]="named";staticcharabsolute_conffile[TYBS_DIR_PATHMAX];staticcharsaved_command_line[512];staticcharversion[512];staticunsignedintmaxsocks=0;voidns_main_earlywarning(constchar*format,...){va_listargs;va_start(args,format);if(ns_g_lctx!=NULL){tybs_log_vwrite(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,TYBS_LOG_WARNING,format,args);}else{fprintf(stderr,"%s:",program_name);vfprintf(stderr,format,args);fprintf(stderr,"\n");fflush(stderr);}va_end(args);}Voidns_main_earlyfatal(constchar*format,...){va_listargs;va_start(args,format);if(ns_g_lctx!=NULL){tybs_log_vwrite(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,TYBS_LOG_CRITICAL,format,args);tybs_log_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,TYBS_LOG_CRITICAL,"exiting(duetoearlyfatalerror)");}else{fprintf(stderr,"%s:",program_name);vfprintf(stderr,format,args);fprintf(stderr,"\n");fflush(stderr);}va_end(args);exit(1);}staticvoidassertion_failed(constchar*file,intline,tybs_assertiontype_ttype,constchar*cond){if(ns_g_lctx!=NULL){tybs_assertion_setcallback(NULL);tybs_log_write(ns_g_lctx,NS_LOGCATEGORY_GENERAL,NS_LOGMODULE_MAIN,