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
UART library for x51, can be used with any c cross compiler and can be used for X51 uC. I had used keil.
上传时间: 2014-01-23
上传用户:yiwen213
Cross Platform Development in C plus plus
标签: plus Development Platform Cross
上传时间: 2013-11-29
上传用户:kristycreasy
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
Cross street lights driver in VHDL. It have been tested on XILINX 9500.
标签: street lights driver XILINX
上传时间: 2017-03-24
上传用户:gengxiaochao
vc++ 6.0 使用ODBC 連接access data base 與使用list contol 範例
上传时间: 2014-01-05
上传用户:gundamwzc
Apply Bending Moment or Torque on a Cross Section
标签: Bending Section Moment Torque
上传时间: 2017-03-25
上传用户:a673761058
It is an ebook about data structures,mainly linked list
标签: structures mainly linked about
上传时间: 2014-01-26
上传用户:恋天使569