#!/usr/local/bin/python2.7-32 # -*- coding: utf-8 -*- import wx app = wx.PySimpleApp() frame = wx.Frame(None, -1, u"DREAM") frame.Show(True) app.MainLoop()
Cross Script
很無意義的事情,或許有點成就吧
2011年12月6日 星期二
Python wxpython
雜
- 使用者介面
- html(Gmail檔案拖拉)//GUI (cross platform)
- 傳遞方式
- 多檔案
- Ftp/Socket
- 後端 Server
- Parallel Programming
- http://linux.vbird.org/linux_basic/0320bash.php
- g++ main.cpp
- 演算法
- Q:這次專案解決時間
2011年7月22日 星期五
Python 初見
之前在摸 Google App Engine 看到了Python 但是一直沒時間去理它
後來看看 pypy 感覺或許是個很有趣的語言
雖然執行速度 由上一篇可想而知,他的賣點應該不是速度
"There's only one way to do one thing" 的 Python
"There's MORE THAN one way to do one thing" 的 Perl。
優點到底是啥? 阿災... 有興趣可以看他簡介吧
想這麼多不如實際來寫個程式就可以體驗差別
後來看看 pypy 感覺或許是個很有趣的語言
雖然執行速度 由上一篇可想而知,他的賣點應該不是速度
"There's only one way to do one thing" 的 Python
"There's MORE THAN one way to do one thing" 的 Perl。
優點到底是啥? 阿災... 有興趣可以看他簡介吧
想這麼多不如實際來寫個程式就可以體驗差別
2011 執行速度比較 C++ Java Perl PHP Python Ruby1.9 Ruby1.8
單純數字加:
C++ > JAVA > PHP > Ruby1.9 > Perl > Python > Ruby1.8
字串連接:
C++ > JAVA > Perl > PHP >Python > Ruby1.9 > Ruby1.8
C++ > JAVA > PHP > Ruby1.9 > Perl > Python > Ruby1.8
字串連接:
C++ > JAVA > Perl > PHP >Python > Ruby1.9 > Ruby1.8
2011年7月17日 星期日
2011年7月16日 星期六
cmd 實用指令
test.exe <input.txt> out.txt
text.exe 內容:
XDDD
執行(cmd) >> test.exe <input.txt> out.txt
產生:out.txt
XDDD
text.exe 內容:
int main() { char ch[100] ="\0"; cin >> ch ; cout << ch ; }input.txt: (丟入scanf的內容)
XDDD
執行(cmd) >> test.exe <input.txt> out.txt
產生:out.txt
XDDD
訂閱:
文章 (Atom)