目前分類:python (14)

瀏覽方式: 標題列表 簡短摘要

os.listdir('./')   # 等價linux ls

os.getcwd() #等價linux pwd

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


# wirte  DATA  to a file

f = open('../test.dat','w')

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

  • Nov 11 Fri 2011 10:58
  • PyCUDA

PyCUDA 初步

Pycuda 第二步:讀取硬體資訊

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

1.矩陣乘法

如果矩陣是存成matrix ('matrix class'),C = A*B 是正常的矩陣乘法

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

1. 使用c library or bulit-in function: (這個比較簡單)

    python 裡有一個模組 "ctype" 利用這個模組 你可以直接使用c library

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

import time

st=time.time()

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

1.Module 使用

  (1) 假設寫了一個file 叫 test.py

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

原文教學

中譯教學

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

if you have data

[1,2,3,4,5]

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

good web

eigenvalue problem

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


# wirte  DATA  to a file

f = open('../test.dat','w')

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

random number generator:

  for interger

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

using  library on Python:

numpy(x) 

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

註解#

加減乘除  +-*/    商 //  餘數 %

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