text = XmCreateScrolledText[paned, "text", args, n] XtManageChild[text] //顯示窗口 XtRealizeWidget[toplevel] //進入事件循環 XtAppMainLoop[app]
資源簡介:textf = XmCreatetextField[spinbox, "textf", args, n] XtManageChild[textf] //顯示窗口 XtRealizeWidget[toplevel] //進入事件循環 XtAppMainLoop[app]
上傳時間: 2017-03-25
上傳用戶:liglechongchong
資源簡介:text = XmCreateScrolledtext[paned, "text", args, n] XtManageChild[text] //顯示窗口 XtRealizeWidget[toplevel] //進入事件循環 XtAppMainLoop[app]
上傳時間: 2014-01-14
上傳用戶:lanwei
資源簡介://建立按鈕上標簽的字符串 label = XmStringCreateSimple["Hello World!"] n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "pushbutton", args, n] XtManageChild[button] XmStringFre...
上傳時間: 2017-03-21
上傳用戶:fredguo
資源簡介:n = 0 XtSetArg[args[n], XmNlabelString, label] n++ button = XmCreatePushButton[toplevel, "pushbutton", args, n] XtManageChild[button]
上傳時間: 2013-12-09
上傳用戶:671145514
資源簡介:THis is a web framework that use to do text parsing and extraction and update the text extract in a notepad file into the website. Using Django and mysql.
上傳時間: 2013-12-25
上傳用戶:vodssv
資源簡介://建立頂級窗口 toplevel = XtVaAppInitialize[&app, "Form", NULL, 0, &argc, argv, NULL, NULL] n = 0 XtSetArg[args[n], XmNwidth, 500] n++ XtSetArg[args[n], XmNheight, 500] n++ XtSetValues[toplevel, args, n] //建...
上傳時間: 2013-12-19
上傳用戶:亞亞娟娟123
資源簡介://建立頂級窗口 toplevel = XtVaAppInitialize[&app, "DrawArea", NULL, 0, &argc, argv, NULL, NULL] //建立drawarea n = 0 XtSetArg[args[n], XmNwidth, 500 ] n++ XtSetArg[args[n], XmNheight, 500 ] n++ drawarea ...
上傳時間: 2013-12-29
上傳用戶:a6697238
資源簡介://建立頂級窗口 toplevel = XtVaAppInitialize[&app, "Frame", NULL, 0, &argc, argv, NULL, NULL] //建立Frame組件 n = 0 XtSetArg[args[n], XmNshadowType, XmSHADOW_ETCHED_IN] n++ XtSetArg[args[n], XmNshadowThickness, 4] ...
上傳時間: 2013-12-08
上傳用戶:hasan2015
資源簡介://建立頂級窗口 toplevel = XtVaAppInitialize[&app, "Label", NULL, 0, &argc, argv, NULL, NULL] //建立按鈕上標簽的字符串 str = XmStringCreateLtoR["A Simple\n Label", XmFONTLIST_DEFAULT_TAG] n = 0 XtSetArg[args[n], X...
上傳時間: 2014-01-11
上傳用戶:bruce5996
資源簡介://建立頂級窗口 toplevel = XtVaAppInitialize[&app, "List", NULL, 0, &argc, argv, NULL, NULL] //建立列表上的復合字符串 for[i=0 i<12 i++] str_months[i] = XmStringCreateSimple[months[i]] //建立列表 n = 0 XtSet...
上傳時間: 2013-12-21
上傳用戶:asdkin
資源簡介:setlocale[LC_ALL, ""] XtSetLanguageProc[NULL, NULL, NULL] //建立頂級窗口 toplevel = XtVaAppInitialize[&app, "SpinBox", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] ...
上傳時間: 2017-03-25
上傳用戶:lmeeworm
資源簡介://建立頂級窗口 toplevel = XtVaAppInitialize[&app, "Scroll", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] n++ XtSetArg[args[n], XmNheight, 100 ] n++ //XtSetArg[ar...
上傳時間: 2013-12-26
上傳用戶:fxf126@126.com
資源簡介:Discuz!論壇首頁N個子論壇顯示代碼,不會溢出
上傳時間: 2014-12-21
上傳用戶:songrui
資源簡介:We address the problem of predicting a word from previous words in a sample of text. In particular, we discuss n-gram models based on classes of words. We also discuss several statistical algorithms for assigning words to classes based on...
上傳時間: 2016-12-26
上傳用戶:xfbs821
資源簡介:使用說明: 雙擊Demo.bat文件便可以執行 (需要配置好jre||JDK環境) 請輸入sql語法關鍵字來測試改程序謝謝 目前支持的語法關鍵字如下設置: text.getSettings().setCase_Insensitive(false) // 不區分大小寫 text.getSettings().addKeyWord1("selec...
上傳時間: 2016-01-10
上傳用戶:l254587896
資源簡介:Urwid is a Python library for making text console applications. It has many features including fluid interface resizing, support for UTF-8 and CJK encodings, standard and custom text layout modes, simple markup for setting text attributes, ...
上傳時間: 2013-12-16
上傳用戶:refent
資源簡介:// 學生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; ...
上傳時間: 2016-12-29
上傳用戶:767483511
資源簡介:// 學生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; ...
上傳時間: 2016-12-29
上傳用戶:767483511
資源簡介:LED? 數碼管 LCD屏等顯示器件Altium Designer AD原理圖庫元件庫CSV text has been written to file : 9.2? ?- 顯示器件.csvLibrary Component Count : 64Name? ? ? ? ? ? ? ? Description-------------------------------------------------------...
上傳時間: 2022-03-13
上傳用戶:
資源簡介:FSK/PSK調制頂層文件\r\n,正弦波模塊 \r\n,正弦波模塊初始化文件\r\n,振幅調整及波形選擇模塊\r\n,頻率顯示值地址產生模塊\r\n,頻率步進鍵核心模塊\r\n,彈跳消除電路
上傳時間: 2013-08-14
上傳用戶:sdq_123
資源簡介:液晶屏顯示花樣proteus仿真\r\n液晶屏顯示花樣proteus仿真
上傳時間: 2013-09-21
上傳用戶:wangjin2945
資源簡介:1.線段的顯示.線段的顯示.線段的顯示.線段的顯示點陣圖形式液晶由M行×N列個顯示單元組成,假設LCD顯示屏有64行,每行有128列,每8列對應1個字節的8個位,即每行由16字節,共16×8=128個點組成,屏上64×16個顯示單元和顯示RAM區1024個字節相對應,每一字...
上傳時間: 2013-11-06
上傳用戶:acwme
資源簡介:n algorithm for domain independent linear text segmentation This the Windows version of the C99 algorithm that was presented in my NAACL00 paper. [Directories] bin contains executables, JAR file and test files classes compiled cod...
上傳時間: 2017-01-07
上傳用戶:ghostparker
資源簡介:Dijkstra算法求最短路徑(C#版) using System using System.Collections using System.text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,pa...
上傳時間: 2013-12-29
上傳用戶:liglechongchong
資源簡介:給定一本字典dict和一段文本text,現在要統計文本text中不在字典dict中的單詞,且希望找到text 中出現次數最多的不在字典dict 中的單詞。 設計并實現解字典問題的O(nlog n)時間算法,對于給定的字典dict和文本text,找出text中出現次 數最多的不在字典d...
上傳時間: 2017-07-02
上傳用戶:llandlu
資源簡介:A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which the source code reads the dummy program n analyses it. The program can be extended by adding more.
上傳時間: 2017-07-19
上傳用戶:redmoons
資源簡介:text生成pdf文件
上傳時間: 2014-01-26
上傳用戶:trepb001
資源簡介:text retrieval
上傳時間: 2015-02-02
上傳用戶:362279997
資源簡介:HSA text Screen Lib for Turbo C, MSC
上傳時間: 2015-02-05
上傳用戶:陽光少年2016
資源簡介:在Visual C++6_0中使用text-to-Speech
上傳時間: 2015-02-16
上傳用戶:aa54