PIXNET Logo登入

在我心中有一個夢

跳到主文

我的程式備忘錄

部落格全站分類:數位生活

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 4月 11 週三 201220:38
  • 字體變化

索引2
因為對Android系統感興趣,所以專題就決定朝這方向去做。然後每個禮拜都要做一個進度。這就是這禮拜的進度啦!功能是透過SeekBar去改變字體大小,RadioButton設定字體顏色。程式碼如下:
main.xml部分
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >

<TextView
android:id="@+id/textView0"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="HelloWorld!" />

<TextView
android:id="@+id/textView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="字體大小" />

<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="14px" />

<SeekBar
android:id="@+id/seekBar1"
android:layout_width="match_parent"
android:layout_height="wrap_content" />


<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="字體顏色" />

<RadioGroup
android:id="@+id/radioGroup1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >


<RadioButton
android:id="@+id/radio0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="true"
android:text="紅色" />


<RadioButton
android:id="@+id/radio1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="藍色" />


<RadioButton
android:id="@+id/radio2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="綠色" />

</RadioGroup>

</LinearLayout>
(繼續閱讀...)
文章標籤

jeff810123 發表在 痞客邦 留言(0) 人氣(226)

  • 個人分類:Android API
▲top
  • 11月 28 週一 201121:25
  • Java作業-約瑟夫問題

索引3
一、題目
   Josephus Problem
There are people standing in a circle waiting to be executed. After the first person is executed, certain number of people is skipped and one person is executed. Then again, people are skipped and a person is executed. The elimination proceeds around the circle (which is becoming smaller and smaller as the executed people are removed), until only the last person remains, who is given freedom.
(繼續閱讀...)
文章標籤

jeff810123 發表在 痞客邦 留言(0) 人氣(330)

  • 個人分類:Console
▲top
  • 11月 28 週一 201120:35
  • Java作業-帕斯卡三角形

索引2
  一、  題目
Pascal Triangle
 
(繼續閱讀...)
文章標籤

jeff810123 發表在 痞客邦 留言(1) 人氣(1,991)

  • 個人分類:Console
▲top
  • 11月 17 週四 201120:25
  • 讀BMP檔並用GLUT函式庫繪圖

索引
剛考完期中考,閒來無事,想到之前有看到別人用C語言來讀取bmp檔,想說自己也來寫一個XD之後過了3、4天才弄出來,看來還需多加磨練XD
程式介面如圖:
     
  
(繼續閱讀...)
文章標籤

jeff810123 發表在 痞客邦 留言(0) 人氣(1,713)

  • 個人分類:OpenGlut
▲top
«12

我的FB

個人資訊

jeff810123
暱稱:
jeff810123
分類:
數位生活
好友:
累積中
地區:

熱門文章

  • (113)Wav Player

文章分類

toggle Java (2)
  • Console (2)
  • GUI (1)
toggle Android (1)
  • Android API (3)
toggle 單晶片 (1)
  • AVR (1)
toggle C語言 (4)
  • OpenCV (1)
  • Windows API (2)
  • Console (1)
  • OpenGlut (1)
  • 社團教學文摘錄 (2)
  • 未分類文章 (1)

最新文章

  • BluetoothChatService改良
  • CUI Windows Application和 GUI Windows Application的實現概論
  • RS232傳輸(使用DMAR-128開發板,開發環境為AVR Studio)
  • OpenCV找球
  • Wav Player
  • C語言呼叫dll
  • 透過AVIcap32.dll抓WebCam影像
  • 索貝爾算子
  • Sobel算子
  • 字串串接

最新留言

  • [18/04/11] one 於文章「Java作業-帕斯卡三角形 ...」留言:
    厲害 啊 大師...

文章精選

文章搜尋

誰來我家

參觀人氣

  • 本日人氣:
  • 累積人氣: