LISTas ordenadas [ordered LIST]
标签: ordenadas ordered LISTas LIST
上传时间: 2014-01-09
上传用户:waitingfy
//建立顶级窗口 toplevel = XtVaAppInitialize[&app, "LIST", NULL, 0, &argc, argv, NULL, NULL] //建立列表上的复合字符串 for[i=0 i<12 i++] str_months[i] = XmStringCreateSimple[months[i]] //建立列表 n = 0 XtSetArg[args[n], XmNitems, str_months] n++ XtSetArg[args[n], XmNitemCount, 12] n++ XtSetArg[args[n], XmNvisibleItemCount, 8] n++ //XtSetArg[args[n], XmNscrollBarDisplayPolicy, XmSTATIC] n++ //XtSetArg[args[n], XmNLISTSizePolicy, XmCONSTANT] n++ XtSetArg[args[n], XmNselectionPolicy, XmEXTENDED_SELECT] n++ LIST = XmCreateScrolledLIST[toplevel, "LIST", args, n] XtManageChild[LIST] for[i=0 i<12 i++] XmStringFree[str_months[i]] //显示窗口 XtRealizeWidget[toplevel] //进入事件循环 XtAppMainLoop[app]
标签: NULL XtVaAppInitialize toplevel LIST
上传时间: 2013-12-21
上传用户:asdkin
this program is link LIST that writted with c++. this program create a link LIST with object.
上传时间: 2014-01-25
上传用户:wsf950131
this program is link LIST that writted with c++. this program create a link LIST with stack.
上传时间: 2017-03-23
上传用户:leehom61
vc++ 6.0 使用ODBC 連接access data base 與使用LIST contol 範例
上传时间: 2014-01-05
上传用户:gundamwzc
It is an ebook about data structures,mainly linked LIST
标签: structures mainly linked about
上传时间: 2014-01-26
上传用户:恋天使569
It consists of problems related to linked LIST
标签: consists problems related linked
上传时间: 2017-03-27
上传用户:上善若水
LIST is a data dtructure. this is a data structure type implemantation and it is implemented in C prgramming language. General header contains pointer to object so LIST.c in c is implemented in generic way.
标签: data implemantation implemented dtructure
上传时间: 2017-03-27
上传用户:LIKE
c++ splitter LIST function
上传时间: 2013-12-18
上传用户:linlin
LINUX下FTP服务器需要的LIST。个人觉得还不错
上传时间: 2014-11-24
上传用户:TRIFCT