首頁 美術繪圖 | 美術設計 | 熱門標籤 | 首選 | 首頁宣傳 | 近期作品 論壇: 發表 | 美術工作 | 美術比賽 | 展覽活動 | 美術相關 | 一般討論 | 美術同好 CG 討論 :: Photoshop | Painter | 3D 行動 | AMP

【 立即註冊 】 : 更改個人資料 : : 登入

會員名稱: 登入密碼: 保持登入
Type(Type) 所有的發表文章

前往頁面 ←上一頁  1 ... 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 ... 558  下一頁→

[h1]手機版 Android/iOS 遊戲畫面[/h1]


手機版玩起來...

(1) 畫面比 PC 精緻(e.g. 場景景深)

(2) 處理碰撞比較寬鬆(也就是比較「不容易死 + 容易觸發加速」)

(3) 但,還是用玩 PC + 滑鼠玩比較有樂趣,容易得到高分。
(2014-06-21 21:28)

[h1]2014 June Record[/h1]

Without any C.F.F. Special(2014-06-21 21:04)

[h1]2014 June Record[/h1]

Without any Nanaca C.F.F. Special(2014-06-21 21:04)

[h1]Linux Task Manager / IO Monitor / Network Monitor: "top, htop, iotop, jnettop"[/h1]


Common-Seen Task Manager: "top"
Interactive TaskManager: "htop"
I/O Monitor / Disk Monitor: "iotop"
Network Traffic Monitor: "jnettop"



[h2]1. Install tools at Fedora 20 / Ubuntu 14.04[/h2]
代碼:

$ ################################ Ubuntu 14.04
$ sudo apt-get install top
$ sudo apt-get install iotop
$ sudo apt-get install jnettop
$ sudo apt-get install htop

Or

$ ################################ Fedora 20
$
$ sudo yum install iotop
$ sudo yum install jnettop
$ sudo yum install top
$ sudo yum install htop




[h2]2. Just run them (iotop & jnettop require root permission)[/h2]

代碼:

$ htop
$ top
$ sudo jnettop
$ sudo iotop
(2014-06-20 15:05)

[h1]日本語「乙」「xxx乙」是什麼意思(おつれさま)[/h1]


おつれさま = お疲れ様 = 辛苦了 = おつ (簡)


不管是微軟輸入法,或者 Google 輸入法,
只打「おつ」第一個選項就是「乙」

久而久之,偷懶的網友,對於辛苦奉獻的稱讚,
就變成打「某某某乙」或者「1F 乙」


(2014-06-20 00:02)

[h1]Ubuntu 14.04 64-bit LTS on Acer E11 E3-111 (Bay Trail)[/h1]


1. 可裝 Ubuntu 14.04 LTS Desktop ==> OK, Ubuntu 認到的 Bay Trail Graphics

2. 可裝 Fedora 20 Desktop ==> OK

代碼:

processor   : 3
vendor_id   : GenuineIntel
cpu family   : 6
model      : 55
model name   : Intel(R) Celeron(R) CPU  N2930  @ 1.83GHz
stepping   : 8
microcode   : 0x80c
cpu MHz      : 830.000
cache size   : 1024 KB
physical id   : 0
siblings   : 4
core id      : 3
cpu cores   : 4
apicid      : 6
initial apicid   : 6
fpu      : yes
fpu_exception   : yes
cpuid level   : 11
wp      : yes
flags      : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer rdrand lahf_lm 3dnowprefetch ida arat epb dtherm tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms
bogomips   : 3666.81
clflush size   : 64
cache_alignment   : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:



[h1]Stream_omp Performance Test[/h1]
代碼:

root@Aspire-E3-111:/tmp#
root@Aspire-E3-111:/tmp# ./stream_omp
-------------------------------------------------------------
This system uses 8 bytes per DOUBLE PRECISION word.
-------------------------------------------------------------
Array size = 2000000, Offset = 0
Total memory required = 45.8 MB.
Each test is run 10 times, but only
the *best* time for each is used.
-------------------------------------------------------------
Your clock granularity/precision appears to be 1 microseconds.
Each test below will take on the order of 9145 microseconds.
   (= 9145 clock ticks)
Increase the size of the arrays if this shows that
you are not getting at least 20 clock ticks per test.
-------------------------------------------------------------
WARNING -- The above is only a rough guideline.
For best results, please be sure you know the
precision of your system timer.
-------------------------------------------------------------
Function      Rate (MB/s)   Avg time     Min time     Max time
Copy:        4480.6452       0.0077       0.0071       0.0093
Scale:       4403.4688       0.0078       0.0073       0.0111
Add:         4713.2528       0.0110       0.0102       0.0144
Triad:       4840.6288       0.0108       0.0099       0.0142
-------------------------------------------------------------
Solution Validates
-------------------------------------------------------------
root@Aspire-E3-111:/tmp#
(2014-06-17 21:54)

[h1]VOA-ACT 補助已經發出[/h1]


本次 VOA-ACT April 2014 共有兩人申請
兩人都獲得全額補助

1. (kUma)(redeyes41) http://vovo2000.com/artist/redeyes41/
2. Vita維塔 http://vovo2000.com/artist/w145468/

Thank you!

(2014-06-17 00:08)

[h2]Linux run executable file "No such file or directory" error found but file exists there in fact![/h2]


[h1]Case #1. First, Usually a permission and path issue[/h1]


How to resolve? Just chmod 777 or 755, and use "./xxx" to execute it


代碼:

$ cd <path contains the file>
$ chmod 755 ./executable
$ ./executable




[h1]Case #2. Second, 32-bit vs 64-bit issues (Share Library Incompatible)[/h1]


It is because either you run a 32-bit executable on a 64-bit ENV,
or, you run a 64-bit executable on a 32-bit ENV,
or, you run a glibc-compiled-application upon a uclibc ENV!

Solution: How to Resolve? Just make sure your application fit with the library/32-bit-Arch/64-bit-arch.





*WARNING*
A 64-bit Kernel may co-exist with 32-bits Glibc ENV,
so make sure to be careful to use 32-bit application executable in such ENV.

(2014-06-16 18:00)

花床場景設計 Flower Bed(2014-06-15 23:05)

按摩椅動畫展示 GIF(2014-06-15 23:05)

浴缸場景設計 Bathtub Landscape(2014-06-15 23:05)

眼鏡行場景設計 Opticians Shop Landscape(2014-06-15 23:05)

愛情城市 Love City Landscape Design(2014-06-15 23:05)

賞月場景設計 Moon Festival Landscape(2014-06-15 23:05)

餐廳場景設計 Landscape Design of Cafeteria(2014-06-15 23:05)

龍椅場景 Dragon Chair(2014-06-15 23:05)

[center]Sexy Character Design[/center]
##DIV##
[center]
[h1]手機電玩人物設計、性感女性人設 - shawli(慧莉)'s Game Art Design[/h1]
shawli-fantasy-romantic-sexy-erotic-art-AzusaMiko-梓巫女 手機遊戲角色設定-「梓巫女」 - Game Art "Catalpa Priestess"
shawli-fantasy-romantic-sexy-erotic-art-KnightPrincess-騎士公主 手機遊戲角色設定-「騎士公主」 - Game Art "Knight Princess"
shawli-fantasy-romantic-sexy-erotic-art-Fairy-妖精 手機遊戲角色設定-「妖精」 - Game Art "Fairy"
shawli-fantasy-romantic-sexy-erotic-art-Dancers-舞孃 手機遊戲角色設定-「舞孃」- Game Art "Dancer"
shawli-fantasy-romantic-sexy-erotic-art-Succubus-夢魔 手機遊戲角色設定-「夢魔」- Game Art "Nightmare Devil"
[hr]
More shawli(Shawli)'s Artoworks

http://vovo2000.com/paintbbs/art/shawli/
http://vovo2000.com/artist/shawli/
[hr]
See Also:

[url=http://vovo2000.com/tags/電玩/]
「電玩」插畫插圖 :: "Game Art" Illustration Artworks

[/url]

[url=http://vovo2000.com/tags/角色/]
「角色」相關創作 :: "Char Design" Related Fine Artworks
[/url]

[url=http://vovo2000.com/tags/性感/]
「性感」美術作品 :: "Sexy" Character Design/Drawing
[/url]

[url=http://vovo2000.com/tags/女性/]
「女性」相關創作 :: "Knights" Artworks Creation
[/url]


[/center](2014-06-15 22:39)

[h1]Acer Aspire E11 (E3-111) 電磁波測試[/h1]


由於沒有風扇,電磁波很低,接近背景值

環境背景值: 0.8 ~ 1 mG (毫高斯)
Acer E11/E3-111: 1.1 ~ 1.3 mG (毫高斯)

(2014-06-15 15:18)



會員若有出版刊物、活動等,請參考此篇
會幫您進行「首頁宣傳」~!
http://vovo2000.com/phpbb2/viewtopic-32614.html

(2014-06-15 13:46)

[h1]Acer E11(E3-111) 可以玩 SC2?[/h2]


1. 可以裝 SC2 HotS: 當然可以!

2. 可以玩: 特效開最低,1 vs 1 小圖勉強可以玩!
只是...部隊 200 vs 200 會戰 frame rate(FPS) 會掉很多,活像是投影片放映。


若,想玩電動(3D)還是買有獨顯的一般筆電比較實在。小筆電就好好當小筆電吧!

粗略評估方式:
=> 2008 年「前」的 3D 遊戲,也許都 OK
=> 2008 年「後」的 3D 遊戲,應該都灌的起來,開最低特效吧!但...不要過份勉強這台小筆電!

=> 純 2D 的遊戲,這台應該是綽綽有餘。




[h1]Prime95 效能測試[/h1]


Acer Aspire E11 E3-111 (Celeron, 4C4T) vs Acer Aspire V571G (Core i7 Q3630QM, 4C8T)

代碼:

[Jun 15 14:25] Timing FFTs using 4 threads.
[Jun 15 14:25] Timing 26 iterations of 1024K FFT length.  Best time: 12.482 ms., avg time: 13.252 ms.
[Jun 15 14:25] Timing 21 iterations of 1280K FFT length.  Best time: 16.284 ms., avg time: 17.160 ms.
[Jun 15 14:25] Timing 17 iterations of 1536K FFT length.  Best time: 20.988 ms., avg time: 22.018 ms.
[Jun 15 14:25] Timing 15 iterations of 1792K FFT length.  Best time: 28.615 ms., avg time: 29.321 ms.
[Jun 15 14:25] Timing 13 iterations of 2048K FFT length.  Best time: 33.465 ms., avg time: 33.722 ms.
[Jun 15 14:25] Timing 10 iterations of 2560K FFT length.  Best time: 35.086 ms., avg time: 35.326 ms.
[Jun 15 14:26] Timing 10 iterations of 3072K FFT length.  Best time: 53.759 ms., avg time: 55.345 ms.
[Jun 15 14:26] Timing 10 iterations of 3584K FFT length.  Best time: 59.749 ms., avg time: 61.667 ms.
[Jun 15 14:26] Timing 10 iterations of 4096K FFT length.  Best time: 71.058 ms., avg time: 72.985 ms.
[Jun 15 14:26] Timing 10 iterations of 5120K FFT length.  Best time: 90.840 ms., avg time: 91.477 ms.
[Jun 15 14:26] Timing 10 iterations of 6144K FFT length.  Best time: 110.950 ms., avg time: 113.466 ms.
[Jun 15 14:26] Timing 10 iterations of 7168K FFT length.  Best time: 243.593 ms., avg time: 252.921 ms.


代碼:

[Work thread Jun 15 14:39] Timing FFTs using 8 threads on 4 physical CPUs.
[Work thread Jun 15 14:39] Timing 52 iterations of 768K FFT length.  Best time: 1.553 ms., avg time: 3.917 ms.
[Work thread Jun 15 14:39] Timing 45 iterations of 896K FFT length.  Best time: 1.903 ms., avg time: 4.833 ms.
[Work thread Jun 15 14:39] Timing 39 iterations of 1024K FFT length.  Best time: 2.280 ms., avg time: 6.169 ms.
[Work thread Jun 15 14:39] Timing 31 iterations of 1280K FFT length.  Best time: 2.969 ms., avg time: 8.669 ms.
[Work thread Jun 15 14:39] Timing 26 iterations of 1536K FFT length.  Best time: 3.709 ms., avg time: 8.904 ms.
[Work thread Jun 15 14:39] Timing 22 iterations of 1792K FFT length.  Best time: 4.727 ms., avg time: 11.618 ms.
[Work thread Jun 15 14:39] Timing 19 iterations of 2048K FFT length.  Best time: 5.317 ms., avg time: 14.159 ms.
[Work thread Jun 15 14:39] Timing 15 iterations of 2560K FFT length.  Best time: 6.699 ms., avg time: 13.840 ms.
[Work thread Jun 15 14:39] Timing 13 iterations of 3072K FFT length.  Best time: 9.063 ms., avg time: 20.897 ms.
[Work thread Jun 15 14:39] Timing 11 iterations of 3584K FFT length.  Best time: 10.149 ms., avg time: 29.082 ms.
[Work thread Jun 15 14:39] Timing 10 iterations of 4096K FFT length.  Best time: 12.133 ms., avg time: 38.382 ms.
[Work thread Jun 15 14:39] Timing 10 iterations of 5120K FFT length.  Best time: 15.045 ms., avg time: 45.858 ms.
[Work thread Jun 15 14:39] Timing 10 iterations of 6144K FFT length.  Best time: 18.444 ms., avg time: 36.238 ms.
[Work thread Jun 15 14:39] Timing 10 iterations of 7168K FFT length.  Best time: 22.506 ms., avg time: 46.788 ms.
(2014-06-15 02:08)

前往頁面 ←上一頁  1 ... 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 ... 558  下一頁→