在線網(wǎng)頁(yè)編輯器,可上傳圖片,插入表格,上傳flash等-Online page editor, can upload a picture, insert a table, flash, etc. From
上傳時(shí)間: 2017-06-09
上傳用戶:Miyuki
添加BDE別名:paikedata 設(shè)置path:[存放位置]\paike\data (如:e:\paike\data) 運(yùn)行:f_ssgl.exe --★運(yùn)行說(shuō)明------------------------------------------------ 13 用戶名:nwn 密碼:j
標(biāo)簽: paikedata f_ssgl path BDE
上傳時(shí)間: 2017-06-12
上傳用戶:talenthn
//初始化 initscr() //獲得屏幕尺寸 getmaxyx(stdscr, h, w) //畫背景 for(i=0 i<h i++) for(j=0 j<w j++){ mvaddch(i, j, ACS_CKBOARD) } refresh() //建立窗口 pad = newpad(80, 128) for(i=0 i<80 i++){ char line[128] sprintf(line, "This line in pad is numbered d\n", i) mvwprintw(pad, i, 0, line) } //刷新屏幕 refresh() prefresh(pad, 0, 1, 5, 10, 20, 45) for(i=0 i<50 i++){ prefresh(pad, i+1, 1, 5, 10, 20, 45) usleep(30000) } //等待按鍵 getch()
標(biāo)簽: getmaxyx initscr stdscr for
上傳時(shí)間: 2014-08-30
上傳用戶:龍飛艇
素?cái)?shù)環(huán): 把從1到10這10個(gè)數(shù)擺成一個(gè)環(huán),要求相鄰的兩個(gè)數(shù)的和是一個(gè)素?cái)?shù)。 〖問(wèn)題分析〗 這是一道回溯的題目。從1開始,每個(gè)空位有9種可能,每種可能加入約束條件即可 1.與前面所有的數(shù)不重復(fù) 2.與前一個(gè)數(shù)和為素?cái)?shù)(最后一個(gè)和第一個(gè)也要滿足)。 〖算法流程〗 1、數(shù)據(jù)初始化; 2、遞歸填數(shù): 判斷第J種可能是否合法; A、如果合法:填數(shù);判斷是否到達(dá)目標(biāo)(10個(gè)已填完): 是,打印結(jié)果;不是,遞歸填下一個(gè); B、如果不合法:選擇下一種可能;
標(biāo)簽:
上傳時(shí)間: 2013-12-20
上傳用戶:yiwen213
J2ME編程的經(jīng)典書籍,作者M(jìn)ARTIN J. WELLS,詳盡介紹了J2ME編程基礎(chǔ)
上傳時(shí)間: 2013-12-30
上傳用戶:xinyuzhiqiwuwu
設(shè)有由n個(gè)不相同的整數(shù)組成的數(shù)列,記為: a(1)、a(2)、……、a(n)且a(i)<>a(j) (i<>j) 例如3,18,7,14,10,12,23,41,16,24。 若存在i1<i2<i3< … < ie 且有a(i1)<a(i2)< … <a(ie)則稱為長(zhǎng)度為e的不下降序列。如上例中3,18,23,24就是一個(gè)長(zhǎng)度為4的不下降序列,同時(shí)也有3,7,10,12,16,24長(zhǎng)度為6的不下降序列。程序要求,當(dāng)原數(shù)列給出之后,求出最長(zhǎng)的不下降序列。
上傳時(shí)間: 2013-12-14
上傳用戶:tonyshao
This application i made for handle simple finance this project using VB 6.0, SQL Server 2000 with report using html page. You should load this components: -Kewlbuttonz -Ms Rich Textbox Control -Ms Windows Common COntrols 6.0 -Ms Windows Common COntrols-2 6.0 -VB 6 Resource Editor All components in this source isn t include in this zip file s. you should find them on web, if you don t have it :-) Before you run this source, you must run reg file on folder Info.
標(biāo)簽: application finance project Server
上傳時(shí)間: 2013-12-31
上傳用戶:zm7516678
嚴(yán)格按照BP網(wǎng)絡(luò)計(jì)算公式來(lái)設(shè)計(jì)的一個(gè)matlab程序,對(duì)BP網(wǎng)絡(luò)進(jìn)行了優(yōu)化設(shè)計(jì) 優(yōu)化1:設(shè)計(jì)了yyy,即在o(k)計(jì)算公式時(shí),當(dāng)網(wǎng)絡(luò)進(jìn)入平坦區(qū)時(shí)(<0.0001)學(xué)習(xí)率加大,出來(lái)后學(xué)習(xí)率又還原 優(yōu)化2:v(i,j)=v(i,j)+deltv(i,j)+a*dv(i,j)
標(biāo)簽: matlab yyy BP網(wǎng)絡(luò) 計(jì)算公式
上傳時(shí)間: 2014-11-30
上傳用戶:妄想演繹師
AHP toolbox AHPCALC Perform a complete AHP calculation. AHPHIER One-step hierarchical assembly of AHP weighting vector. AHPREORDER Internal reordering function called by AHPCALC. AHPVECTOR Calculate the AHP ranking or weighting vector from an AHP reciproal matrix. AHPMAKEMAT Turn a vector of comparisons into an AHP reciprocal matrix. Copyright (C) 2001 Michael J. Scott
標(biāo)簽: calculation hierarchic AHP One-step
上傳時(shí)間: 2013-11-28
上傳用戶:PresidentHuang
JavaServer Faces (JSF) is the “offcial” component-based view technology in the Java EE web tier. JSF includes a set of predefned UI components, an event-driven programming model, and the ability to add third-party components. JSF is designed to be extensible, easy to use, and toolable. This refcard describes the JSF development process, standard JSF tags, the JSF expression language, and the faces-confg.xml confguration fle.
標(biāo)簽: component-based JavaServer technology the
上傳時(shí)間: 2014-01-12
上傳用戶:songyue1991
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1