form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20) subwin = derwin(win, rows, cols, 1, 2) set_form_sub(form, subwin) box(win, 0, 0) keypad(win, TRUE) post_form(form) refresh() wrefresh(win) wrefresh(subwin) //設(shè)置覆蓋模式 form_driver(form, REQ_OVL_MODE)
資源簡介:form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20) subwin = derwin(win, rows, cols, 1, 2) set_form_sub(form, subwin) box(win, 0, 0) keypad(win, TRUE) post_form(form) ...
上傳時間: 2017-06-12
上傳用戶:wff
資源簡介:可以用任何 bitmap 當(dāng)成 form 的外型 delphi 3.0, 4.0, 5.0, 6.0, 7.0 適用
上傳時間: 2014-05-30
上傳用戶:ghostparker
資源簡介://初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak() noecho() keypad(stdscr, TRUE) //建立菜單項 for(i=0 i<N_ITEMS i++){ items[i] = new_item(months[i], "") } //...
上傳時間: 2013-11-29
上傳用戶:小眼睛LSL
資源簡介:ACM試題An Easy Problem Description As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer...
上傳時間: 2013-12-11
上傳用戶:libenshu01
資源簡介:Executing a DTS package is very simple, in its simplest form the execution contains for 3 steps. These 3 steps form the foundation for all more complicated forms for package execution.
上傳時間: 2016-01-25
上傳用戶:zhengzg
資源簡介://建立頂級窗口 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
資源簡介:/* ********************************************************************************************************* * ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? uC/TCP-IP V2 * ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ...
上傳時間: 2015-11-22
上傳用戶:the same kong
資源簡介:Perl_CGI六天入門 第一天 1.1 Unix環(huán)境 1.2 chmod命令 1.3 定位Perl和sendmail 第二天 2.1 使用Emacs 2.2 Perl簡介 2.3 HTML form 第三天 3.1 回應(yīng)腳本 3.2 腳本解釋 3.3 BODY部分 第四天 4.1 email子過程 4.2 ...
上傳時間: 2015-05-20
上傳用戶:小儒尼尼奧
資源簡介:單片機應(yīng)用技術(shù)選編(9) 目錄 第一章 專題論述1.1 集成電路進(jìn)入片上系統(tǒng)時代(2)1.2 系統(tǒng)集成芯片綜述(10)1.3 Java嵌入技術(shù)綜述(18)1.4 Java的線程機制(23)1.5 嵌入式系統(tǒng)中的JTAG接口編程技術(shù)(29)1.6 EPAC器件技術(shù)概述及應(yīng)用(37)1.7 VHDL設(shè)計中電路簡化問題的...
上傳時間: 2014-04-14
上傳用戶:gtf1207
資源簡介:所需軟件列表:(本配置以下列軟件版本完成) 1、 APACHE_2.0.47-win32-x86-no_ssl (Apache web服務(wù)器) 2、 PHP-4.3.3-Win32 (PHP語言解析器) 3、 MySQL-4.0.12-win (MySQL數(shù)據(jù)庫) 4、 j2sdk-1_4_2-windows-i586 (JAVA 語言環(huán)境) 5、 Ja...
上傳時間: 2014-01-11
上傳用戶:koulian
資源簡介://初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //設(shè)置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TR...
上傳時間: 2013-12-20
上傳用戶:FreeSky
資源簡介:nx=length(x(:)); if nargin<2 || isempty(win) ? ? win=nx; end if nargin<4 || isempty(m) ? ? m=''; end nwin=length(win); if nwin == 1 ? ? lw = win; ? ? w = ones(1,lw); else ? ? lw = nwin; ? ? w = win(:)'; end
上傳時間: 2019-09-23
上傳用戶:minwenji
資源簡介:struts in action, 詳細(xì)介紹action,form的使用方法。經(jīng)典
上傳時間: 2013-12-22
上傳用戶:hustfanenze
資源簡介:如何使用圖形對象(如form,Image等)的畫布(Canvas)在C++Builder應(yīng)用程序中繪制圖形
上傳時間: 2013-12-18
上傳用戶:zgu489
資源簡介:改變form的標(biāo)題
上傳時間: 2013-12-11
上傳用戶:kristycreasy
資源簡介:XMDS is a code generator that integrates equations. You write them down in human readable form in a XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your ...
上傳時間: 2014-11-27
上傳用戶:hebmuljb
資源簡介:This article is a very simple introduction writing a Windows form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click...
上傳時間: 2015-04-09
上傳用戶:www240697738
資源簡介:PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consi...
上傳時間: 2014-01-16
上傳用戶:moerwang
資源簡介:The sd/mmc driver of linux 2.4.20 , it is much better than the one form samsung (good performance)
上傳時間: 2013-12-24
上傳用戶:鳳臨西北
資源簡介:一級倒立擺PIC單片機控制程序. DOWNLOAD form WWW.MICROCHIPS.COM
上傳時間: 2015-05-02
上傳用戶:hustfanenze
資源簡介:vb內(nèi)嵌flash應(yīng)用 Type=Exe form=frmMain.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation Object={D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0 SWFLASH.OCX Startup="frmMain"...
上傳時間: 2014-11-02
上傳用戶:lizhen9880
資源簡介:This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equations on a Cartesian grid. There are no internal materials or geometry. The code as delivered simulates an idealized rectangular waveguide ...
上傳時間: 2015-05-14
上傳用戶:水中浮云
資源簡介:這是一個簡單的小工具,有點類似我們使用form方式設(shè)計時,使用behaver方式讓各個form作轉(zhuǎn)場特效一樣,不過這個工具是針對各個movie clip,相信對一些Art設(shè)計師有一定的幫助囉, 使用的是Transition manager方式完成,相信不久會有利用tween class方式的程式產(chǎn)生器...
上傳時間: 2013-12-17
上傳用戶:hasan2015
資源簡介:MIB Browser allows you to view the hierarchy of SNMP MIB variables in the form of a tree and provides you with additional information about each node. With MIB Browser you can easily load (compile) standard and proprietary MIB files, view ...
上傳時間: 2015-06-30
上傳用戶:eclipse
資源簡介:oracle form 資料,大家可以好好學(xué)習(xí)啊
上傳時間: 2015-06-30
上傳用戶:nanxia
資源簡介:矩陣運算的算法 用Type類數(shù)組創(chuàng)建矩陣對象 matrix(int rows,int cols) //創(chuàng)建矩陣,值為0 matrix(int n) //創(chuàng)建單位陣 matrix(const matrix &) //拷貝構(gòu)造函數(shù) BOOL Ismatrixf(){ return (rows==cols) } //判斷矩陣是否為方陣 modifyrowscols(...
上傳時間: 2015-07-14
上傳用戶:水口鴻勝電器
資源簡介:This driver and utilities are published in form of source code under GNU General Public License in this version.這是專門針對研華工控機610,開發(fā)的PCICOM驅(qū)動程序,對應(yīng)用此機型的程序員很有幫助。
上傳時間: 2014-01-02
上傳用戶:hgy9473
資源簡介:// 修正內(nèi)容: // 1.產(chǎn)生作用范圍由原來的一個form擴大到整個Application。 // 即一個應(yīng)用程序只需要在主form放一個tdosmove就行. // 2.修正控件已釋放,但是指針不為空而導(dǎo)致的非法內(nèi)存訪問異常。 // 3.修正TActiveColor顯示不穩(wěn)定。
上傳時間: 2014-05-26
上傳用戶:nanshan
資源簡介:this a java example,it is concernging array instance,give some different type form
上傳時間: 2015-07-19
上傳用戶:gxrui1991
資源簡介:用用VB實現(xiàn)透明的form,使用更方便,界面更美觀
上傳時間: 2015-07-25
上傳用戶:yimoney