iT邦幫忙

海綿寶寶 的所有回答 4427

Python 第二版 第四章 迴圈問題

乾脆連第6題也順便問好了

2022-10-31 ‧ 由 ling00 提問

Bundle的使用

一般是用 Intent 或 Bundle 的方式傳遞參數倒是沒用過你這種寫法

2022-10-31 ‧ 由 max_0814 提問

我想問C/C++語言裡動態記憶體配置,與JAVA裡面的垃圾回收差在哪裡?

目的相同方法有差 In languages like C and C++, the programmer is responsible for both the...

2022-10-27 ‧ 由 Wang_CC 提問

javascript canvas 更新速度太快 按鈕無法反應

不要用 Pooling 寫用 socket的方式寫

2022-10-26 ‧ 由 alanotmt 提問

Excel 判定欄位並寄送Email

想請教是否能做到如下圖 是能做到

2022-10-25 ‧ 由 u8810239 提問

Arduino 中使用LED呈現二進位計數

int index = 8 - bits + 1; //要從哪個LED開始顯示 改成 int index = 8 - bits - 1; //要從哪個LED開...

2022-10-24 ‧ 由 vuj8104 提問

Excel set 好vba code後如何儲存?

1.開啟 Excel2.開啟檔案3.輸入資料/寫 VBA code4.儲存檔案5.關閉 Excel VBA code 會存在你的「檔案」裡下次開啟檔案時還會存在...

2022-10-23 ‧ 由 tomqooas 提問

while 迴圈!急!!

sum = 0 avg = 0 cnt = 0 n = int(input("Enter a number (-1 to end):"))...

2022-10-22 ‧ 由 choiyulau 提問

c語言苦手 malloc相關問題求解

struct/malloc 的文字解釋可以參考這篇malloc/free 的範例程式可以參考這篇