Create stop list hashmap using stoplist file for removing stop words
标签: stop removing stoplist hashmap
上传时间: 2017-03-09
上传用户:古谷仁美
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