我寫了一個A.htm,裡面包了一個IFRAME指向B.htm。
我要如果在B.HTM裡存取A.HTM的值?
我的A.htm:
2006-06-05 10:09:41 · 1 個解答 · 發問者 ? 1
請問我已經把我的youtube影片檔連結到我的網誌了.可是如何將youtube的字眼用掉.就是框框的右下角.可以把他改成正常的撥放程式就好.教教我吧!!
2006-06-04 15:20:40 · 4 個解答 · 發問者 Anonymous
我需要VB程式小遊戲程式,因為我剛學,想寫看看,可以寫給我參考一下嗎?
(需要啥按鍵,方塊請註明,thanks)
2006-06-04 13:48:07 · 2 個解答 · 發問者 ? 1
我看了一些其他有關的奇麼知識還是不懂,最好是有範例講解?
ps.下在好的影片,可以放在無名嗎?方便的話請說明一下,謝謝,感激不盡。
2006-06-04 12:07:43 · 2 個解答 · 發問者 ? 1
請教一下..
影印機上的觸控式面版,只要操作者在上面用手指設定,然後影印機就可以依自己的設定,去影印出東西來。
那,這是透過什麼程式寫出來的,我知道一定要一個觸控式的面版啦!
但我主要是想問,面版上的那些選單設計、功能執行,是要如何與硬體間產生作用,才能順利讓影印機印出東西來。
謝謝!
2006-06-04 04:39:23 · 3 個解答 · 發問者 ? 1
想知道大家為什麼會選擇使用Linux,一起談談自己的心路歷程@@...
小弟目前使用的是Suse Linux 10.1,會使用Linux是因為接觸自由軟體覺得很好用因而喜歡上自由軟體.......起點是因為Windows XP的IE常常掛掉(廣告什麼的...)心情不好看到雜誌上狂推Firefox,所以把瀏覽器換成Firefox使用,覺得很棒,之後試著把MS Office換成Open office...把很多軟體換成自由或免費軟體...之後對自由軟體非常的有興趣,所以慢慢的抓一些Linux發行版來使用(也使用過Live CD)...小弟用Linux主要用是用在桌面,現在Windows上的繪圖軟體也因為接觸到Linux上的GIMP而改成用這套了,,,,很好用...
重點是....我前面說了一堆廢話...XD我只是想知道各位Linux使用者為什麼會想用Linux呢?(架站...桌面...工作...興趣...好玩...?)希望大家一起來談談自己使用Linux的原因吧~感謝
2006-06-03 22:18:01 · 5 個解答 · 發問者 奇奇 3
電腦要期末考ㄌ!!這次的範圍是第四章-重複做事....
考題從課本裡出(會改數據)
主要題型有4-31的3.4.5.6.8題,以及4-32的10.11.12題
題目如下:
3.設計一個專案:計算2+4+6+8+...+N=? N為偶數由使用者輸入
4.設計一個專案:計算2*4*6*8*...*N=? N為偶數由使用者輸入
5.設計一個專案:計算1+1/2+1/3+1/4+...1/N=? N為偶數由使用者輸入
6.設計一個專案:計算1平方+2平方+3平方+4平方+…+N平方=? N為偶數由使用者輸入
8.略
10.「10元」可以由一個「10元」組成或由兩個「5元」組成或由1個「5元」和五個「1元」組成或由10個「1元」組成等四種方式,讓使用者輸入N元,將N元可以組成的方式列出。
11.在100~200的數字中,找出正因數恰好為4個的數字
12.列出500~800的數字中,每一位數相加的數字和. 如:500→5,501→6
感激不盡~~
2006-06-03 19:30:39 · 1 個解答 · 發問者 Vivi Chen 2
小弟是ASP的初學者,
想要做出兩個下拉式選單(A跟B)
當A選單選擇了一項,B選單就會出現相對應的選項來
有點類似104找尋工作的工作大類再選職務類別
因為我買的書沒有提到這個, 想請問各位這會很難嗎?
我想去買另ㄧ本書了,有可以推薦的嗎?
謝謝
2006-06-03 19:23:56 · 3 個解答 · 發問者 dennis 1
(一)請設計一除法出題程式,答案必須整除,字型大小14,位數為底下情況擇一:2位數(所謂2位數其範圍為10~99)對1位數、3位數對1位數。
(二)請設計一跑馬燈程式,速度可從1/1000~1秒調整,捲軸改變量為20,名字以標籤放置,字型大小20,顏色紅色,方向跑法為底下情況擇一:由左往右、由右往左、左右循環。
就這兩題,我試了好多次都做不出來,會的人拜託教教我吧。
2006-06-03 15:53:23 · 4 個解答 · 發問者 家榕 2
我再練習一個程式 可以算出1+2+4+8+.....+2的n次方 還以為這樣可以算出來= =但是好像只有算出次方而已 沒有辦法n-1的時候 在算一次 直到n=0的時候停止麻煩大家幫我看一下以下是程式碼:#include "stdafx.h"#include
2006-06-03
11:57:01
·
1 個解答
·
發問者
熊貓
4
雖然剛剛翻了翻之前的人寫過的文章,但仍然有些地方不甚了解。首先,class當中,static function和一般的function有什麼不同?什麼情況下需要再class當中宣告 static的function?其次,在讀有關Linux的核心程式碼的時候,看到許多宣告成 static 的函數,為什麼要宣告成 static 的函數呢?這樣的宣告和一般沒有宣告成 static 的函數有什麼不同?最後,就一般而言,inline 函數感覺有點像是把程式碼內嵌,以省略函數呼叫的方式,但我在 linux 的核心程式碼當中,卻看到相當多宣告成 static inline 的函數, static + inline ?這是什麼?有誰能告訴我?
2006-06-03 10:08:37 · 4 個解答 · 發問者 Rody 5
我想要在我的無名放我自己喜歡的音樂(有檔案跟網址) 不是無名所提供的音樂 一定要加入VIP才能放自己喜歡的音樂嗎? 還是有別的辦法?
2006-06-03 09:47:09 · 14 個解答 · 發問者 重臻 1
麻煩各位一下
我利用了W.J.S. 大大教的方法
新建了另一個新的picturebox來
方法如下
Private Sub newblock_Click(index As Integer)
Dim i%
i = Picture2.Count
Load Picture2(i)
Picture2(i).Top = Picture2(i - 1).Top + Picture2(i - 1).Height
Picture2(i).Visible = True
End Sub
的確是新建出一個picturebox出來了
但是 在我的mousedown的地方卻出現問題
我的Picture2(i)_MouseDown事件 卻沒有辦法建立
就是當我要寫出
Private Sub Picture2(i)_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
這個事件時 就發生錯誤
出現 Picture2(i)_MouseDown 的底線部份 為不正確的字元的訊息
我猜想應該不是字元的問題
是哪裡錯了 我想請各位大大幫我解答一下 謝謝
2006-06-03 09:38:00 · 1 個解答 · 發問者 Lacos 2
誰能免費幫我做1個php或asp版的會員管理程式
要有申請會員
登入會員
密碼查尋
登出
等功能....也能自己加其他功能
以上功能一定要
拜託
2006-06-03 08:51:25 · 1 個解答 · 發問者 ? 2
要如何學習網頁設計?
要怎麼用無名小站css?
誰有css語法(背景設定.邊框設定.文字設定.....等)?
要很好的答案唷!
2006-06-03 08:35:50 · 2 個解答 · 發問者 ? 1
最近在學VB阿,看到有個777拉霸遊戲想要了解他的內容,但有點看不懂,請問有高手可以跟我說程式解說嗎?謝謝唷~~~
Private Declare Sub Sleep Lib \"kernel32\" (ByVal dwMilliseconds As Long)
Dim Cash As Long
Private Sub Command1_Click()
Dim I As Integer, J As Integer, X As Integer
If Text1 = \"\" Then Exit Sub
If Text1 = 0 Then Exit Sub
If Text1 > Cash Then
MsgBox \"餘額不足!!\"
Text1.SetFocus
Exit Sub
Else
Cash = Cash - Text1
Label2 = \"餘額:\" & Cash
End If
Label4 = \"\"
Randomize
X = Int(Rnd * 8 + 3)
For I = 1 To X
For J = 0 To 8
Sleep I * 5
DoEvents
Label1(J) = Int(Rnd * 6 + 1)
Next
Next
Cal
Beep
End Sub
Private Sub Command2_Click()
Cash = 10000
Label2 = \"餘額:10000\"
End Sub
Private Sub Form_Load()
Dim I As Integer
Randomize
For I = 0 To 8
Label1(I) = Int(Rnd * 6 + 1)
Next
Cash = 10000
End Sub
Sub Cal()
Dim R As Integer, C As Integer, I As Integer, T As Integer, S As String, B As Boolean
For C = 0 To 6 Step 3
B = True: S = Label1(C)
For R = 1 To 2
If Label1(C + R) <> S Then B = False: Exit For
Next
If B Then T = T + 1
Next
For C = 0 To 2
B = True: S = Label1(C)
For R = 3 To 6 Step 3
If Label1(C + R) <> S Then B = False: Exit For
Next
If B Then T = T + 1
Next
S = Label1(4)
If S = Label1(0) And S = Label1(8) Then T = T + 1
If S = Label1(2) And S = Label1(6) Then T = T + 1
If T = 0 Then
Label4 = \"抱歉!你輸了\"
Else
Beep
Label4 = \"恭喜!你贏了\"
Cash = Cash + (T + 1) * Text1
Label2 = \"餘額:\" & Cash
End If
End Sub
Private Sub Text1_KeyPress(KeyAscii As Integer)
If InStr(\"0123456789\" & Chr(8), Chr(KeyAscii)) = 0 Then KeyAscii = 0
End Sub
2006-06-03 06:51:39 · 4 個解答 · 發問者 大熊 2
如題
它是英文介面的
最近發現很多東西都是要連上去youtobe
是否能告訴我使用ㄉ方法
如
要加入會員
加入方式
是否需要下載播放的東西
如果是英文介面麻煩請多家敘述
因為我ㄧ進去就一個頭兩個大什麼都看不懂
麻煩ㄌ
2006-06-03 00:33:09 · 2 個解答 · 發問者 yama-pi 1
我無名的背景不能換耶
是被套住了嗎?
那要怎麼解決丫????
2006-06-02 21:17:24 · 1 個解答 · 發問者 Joyce 1
我在網路上尋找到很多\"CommonDialog\"用法
我希望能夠利用\"CommonDialog\"來備份資料
但是使用CommonDialog1.ShowSave 只能呼叫出那介面而已
我實際的資料還是無法另存新檔! 資料根本就沒動過...
請各位大大知道的話,交交我一下!謝謝
2006-06-02 14:31:27 · 1 個解答 · 發問者 Anonymous
我用css的語法卻不行用耶…
還是說誰有捲軸變色的擴充工具可以提供給我下載
2006-06-02 11:55:40 · 1 個解答 · 發問者 Anonymous
如何vb中讓inputbox的輸入在螢幕上顯示為\"*\"號?
讓使用者輸入密碼時不會給他人看到了!
2006-06-02 09:20:10 · 3 個解答 · 發問者 ZAX . s c r 3
我是一個VB新手 想要用VB建立一個不存在的新資料夾
我用MSDN查到如下
語法: object.AddFolders folderName
AddFolders 方法的語法有如下個單元:
Object 必要引數。一個 Folders 集合物件的名稱。
FolderName 必要引數。新加入的 Folder 的名稱。
可是我不會用 不知道有沒有人可以寫給我 感謝
2006-06-02 07:39:17 · 2 個解答 · 發問者 ? 1
我是想請問大大假設我知道某一張圖的每一點的RGB值
那我想要把這一張的RGB值劃入PictureBox內的程式碼要如何寫ㄚ?
感恩ㄚ!
2006-06-02 07:24:13 · 1 個解答 · 發問者 鳴 5
記得在QB裡,製作動畫時可以用XOR來將重疊部份消除,使圖形移動流暢,試問:在VB裡如何將圖片做XOR運算?也就是去除影像重疊的部份。
2006-06-01 21:46:28 · 1 個解答 · 發問者 Augetom 7
我的意思大概是說
只要我按下一個command
就會替我新建出一個command
類似這樣的動作
請問一下各位大大
該怎樣才能做出這樣的功能
2006-06-01 21:10:56 · 2 個解答 · 發問者 Lacos 2
The value e^x can be approximated by the sum:1+x+x^2/2!+x^3/3!+......+x^n/n!Write a program that takes a value x as input and outputs this sum for n taken to be each of the values 1 to 10,50,and 100. Your program should repeat the calculation for new values of x until the user says she or he is through. The expression n! is called the factorial of n and is defined asN!=1*2*3*.....*nUse variables of type double to store the factorials (or arrange your calculation toavoid any direct calculation of factorials); otherwise, you are likely to produce inte-geroverflow, that is , integers larger than Java allows.煩請高手代為解答
2006-06-01 18:22:58 · 3 個解答 · 發問者 23歲九局下半 4
It is difficult to make a budget that spans several years, because prices are not stableIf your company needs 200 pencils per year, you cannot simply use this year\'s priceas the cost of pencils two years from now. Because of inflation, the cost is likely tobe higher than it is today>Write a program to gauge the expected cost of an item ina specified number of years. The program asks for the cost of the item, the numberof years from now that the item will be purchased, and the rate of inflation. The program should then convert the percent to a fraction, such as 0.056, and should use a loop to estimate the price adjusted for inflation.煩請高手幫忙解答
2006-06-01 18:22:04 · 2 個解答 · 發問者 23歲九局下半 4
One way to estimate the adult height of a child is to use the following formula,which uses the height of the parents:Hmale_child=((Hmother*13/12)+Hfather)/2Hfemale_child=((Hfather*12/13)+Hmother)/2All heights are in inches. Write a program that takes as input the gender of the child,the height of the mother in inches,and the height of the father in inches,and out-puts the estimated adult height of the child in inches. The program should allow the user to enter a new set of values, ouputting the predicted height, until the userdecides to exit. The user should be able to input the heights in feet and inches,andthe program should output the estimated height of the child in feet and inches. Usethe integer data type to store the heights.煩請高手幫忙解答
2006-06-01 18:21:06 · 2 個解答 · 發問者 23歲九局下半 4
In the game of craps,apass line bet proceeds as follows. Two six-sided dice are rolled;the first roll of the dice in a craps round is called the"come out roll."A comeout roll of 7 or 11 automatically wins, and a come out roll of 2,3, or 12 automati-cally loses. If 4,5,6,8,9, or 10 is rolled on the come out roll, that numberbecomes the point is rolled first, then the player wins the bet,If a 7 is rolled first,then the player loses.Write a program that simulates a game of craps using these rules without humaninput. Instead of asking for a wager, the program should calculate whether the playerwould win or lose.The program should simulate rolling the two dice and calculatethe sum.Add a loop so that the program plays 10,000 games.Add counters thatcount how many times the player wins, and how many times the player loses."At theend of the 10,000 games, compute the probability of winning [i.e., Wins/(Wins+Losses)] and output this value.Over the long run, who is going to win the most games,you or the house?Note.To generate a random number x , where 0x<=1,use x = Math.random();.For example, multiplying by 6 and converting to an integer results in an integer that is between 0 and 5.麻煩會的高手幫忙解答
2006-06-01 18:20:24 · 2 個解答 · 發問者 23歲九局下半 4
正在研究有關數獨方面的程式
9*9的
有人可以給我程式的原始碼嘛
我想知道該從哪方面下手
2006-06-01 17:46:41 · 3 個解答 · 發問者 Anonymous
Showing 3571 to 3600 of 4923 questions