程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> .NET網頁編程 >> C# >> C#入門知識 >> C#編程打字指法練習,

C#編程打字指法練習,

編輯:C#入門知識

C#編程打字指法練習,


很驚訝昨晚寫的第一篇學習筆記竟然有個評論了,只是今天還是對基礎知識提不起精神,還是先看那三本書了解一下程序開發的大概流程吧。

今天不知道怎麼閒逛就找到了這個網站,說是專門用於編程練習的,用google賬戶就能夠登錄,簡單整理了一下免費版可以直接使用的!如下表:

    編程語言 開源項目 代碼行數 源程序       Objective-C Cheddar 419 lines  Simple & Instant Task Manager — CDIListViewController.m       C#ASP.net   486 lines  Web Application Framework — CSharpCodeParser.cs       JavaScript jQuery 237 lines  Cross-Browser JavaScript Library — traversing.js       Ruby on Rails   269 lines  Full-stack Web Application Framework — relation.rb       Erlang Riak 357 lines  Distributed Key/Value DB — riak_core_gossip.erl       Scala   539 lines  Static, Functional, Object-Oriented PL — ParArray.scala       Java Guava 387 lines  Google Core Libraries for Java — Collections2.java       Haskell Xmonad 177 lines  X11 Tiling Window Manager — StackSet.hs       Python Mercurial 465 lines  Distributed Version Control — merge.py       Less Bootstrap 453 lines  HTML/LESS/JS Framework — mixins.less       PHP Symfony 221 lines  PHP Web Framework — PhpEngine.php       Perl Moose 269 lines  Object-Oriented Perl — Constructor.pm       C++ WebKit 368 lines  Web Browser Engine — HTMLDocumentParser.cpp       Shell Git 330 lines  Distributed Version Control — git-mergetool.sh       Clojure   220 lines  Dynamic, Functional, Concurrent Lisp — zip.clj       C Redis 475 lines  Data Structure Server — db.c       C  Linux0.0.1 213 lines Minix-like kernel for i386 — sched.c  

嘗試了一下C#的,還真是跟平時打字不同,有點別扭不很適應!這是第一次測試的 Lesson Summary:

typeable characters 309   typed characters 373   309 typeable characters + 10 incorrectly typed + 7 collaterally typed before backspacing + 32 backspaces unproductive keystrokes 21% 373 typed characters — 309 typeable characters -----------------------------------------------------                    309 typeable characters elapsed time 1:50   wpm 34 309 typeable characters           1 --------------------------- × ------------- 5 characters per word            1:50

第二次測試,看上去好象是略有提高的樣子

ypeable characters 376   typed characters 438   376 typeable characters + 16 incorrectly typed + 10 collaterally typed before backspacing + 31 backspaces unproductive keystrokes 16% 438 typed characters — 376 typeable characters -----------------------------------------------------                    376 typeable characters elapsed time 1:59   wpm 38 376 typeable characters           1 --------------------------- × ------------- 5 characters per word             1:59

不過一個486行的文件要打這麼久?2次才完成了30行啊:

30 lines typed 456 lines remaining

第三次測試,又有所提高,不過呢,厭倦了,就到這吧,看書去:

typeable characters 477   typed characters 519   477 typeable characters + 17 incorrectly typed + 4 collaterally typed before backspacing + 21 backspaces unproductive keystrokes 9% 519 typed characters — 477 typeable characters -----------------------------------------------------                     477 typeable characters elapsed time 2:14   wpm 43 477 typeable characters           1 --------------------------- × ------------- 5 characters per word             2:14

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved