CLOC(Count Lines Of Code)程式碼統計工具
Digest::MD5 not installed; will skip file uniqueness checks.
27 text files.
27 unique files.
0 files ignored.
http://cloc.sourceforge.net v 1.60 T=0.36 s (75.6 files/s, 23255.7 lines/s)
-------------------------------------------------------------------------------------
File blank comment code
-------------------------------------------------------------------------------------
acpi/actbl1.h 171 225 567
acpi/actbl2.h 173 308 567
acpi/actypes.h 213 388 525
acpi/acrestyp.h 114 111 379
acpi/acpixf.h 120 102 344
acpi/acpi_bus.h 63 56 335
acpi/processor.h 44 21 290
acpi/actbl3.h 107 168 277
acpi/acexcep.h 24 65 212
acpi/actbl.h 48 136 196
acpi/platform/acenv.h 63 169 148
acpi/acoutput.h 43 115 129
acpi/acpiosxf.h 67 97 117
acpi/platform/aclinux.h 29 65 86
acpi/acpi_drivers.h 23 55 79
acpi/acconfig.h 62 129 57
acpi/apei.h 10 3 33
acpi/acnames.h 11 44 30
acpi/pdc_intel.h 7 1 27
acpi/video.h 7 0 27
acpi/button.h 3 0 22
acpi/acpi_numa.h 4 1 16
acpi/acpi.h 4 50 12
acpi/platform/acgcc.h 9 52 10
acpi/container.h 3 0 9
acpi/reboot.h 3 0 8
acpi/hed.h 4 8 6
-------------------------------------------------------------------------------------
SUM: 1429 2369 4508
-------------------------------------------------------------------------------------
相關推薦
CLOC(Count Lines Of Code)程式碼統計工具
[[email protected] include]# cloc -by-file acpi Digest::MD5 not installed; will skip file uniqueness checks. 27 text files. 27 unique file
如何在Windows中使用cloc程式碼統計工具
下載得到cloc-1.64.exe,https://sourceforge.net/projects/cloc/files/ 改名為cloc.exe (因為要在cmd中執行) 放到工程所在目錄,E:\Workspace\app,統計app資料夾內所有程式碼 開啟cmd視窗,
程式碼統計工具cloc
cloc是一個基於perl的、十分好用的程式碼統計工具(http://cloc.sourceforge.net/),它所支援的語言還算十分豐富。不過,還是有很多用的較少的語言是不支援的。專案中的一些功能模組用到re2c來實現字元匹配,因此,這些.re檔案是cloc無法統計的。
Microsoft Azure Tutorial: Build your first movie inventory web app with just a few lines of code
tro options core any call jpg should nav lines Editor’s Note: The following is a guest post from Mustafa Mahmutovi?, a Microsoft Student
Python每日一題:第6題:如何設計一個程式碼統計工具
這是Python之禪和他朋友們在知識星球的第6題:如何設計一個程式碼統計工具 問題 設計一個程式,用於統計一個專案中的程式碼行數,包括檔案個數,程式碼行數,註釋行數,空行行數。儘量設計靈活一點可以通過輸入不同引數來統計不同語言的專案,例如: # type用於指定檔案型別 python cou
Writing Redux in 15 lines of code
Writing Redux in 15 lines of codeI was inspired to write this today after a colleague new to React complained about how much boilerplate is involved when u
Face Recognition with Python, in Under 25 Lines of Code â Real Python
In this article, we’ll look at a surprisingly simple way to get started with face recognition using Python and the open source library OpenCV. Before y
Deep Learning in 7 lines of code
By "higher-level" they mean higher abstraction level, which is what we're after. So we have our 7 lines of code for a multi-layer neural net. This is magni
Telegram Bot With Node.js in 30 Lines Of Code
PreparationYou need register your bot first and obtain a token. It can be done quite quickly, just add ‘@BotFather’ bot, start the conversation and follow
Data Classes in Kotlin: save a good bunch of lines of code (KAD 10)
We’ve already seen the classes in an earlier article, but data classes go a little further in helping us simplify our code. What are data classes? A
SVN程式碼統計工具statsvn
http://pengtyao.iteye.com/blog/1001815 StatSVN簡單使用說明本文參考網上一些資料以及StatSVN官方手冊編寫 目錄 StatSVN簡單使用說明...1 1. 簡介...1 2. 前置條件...2 3. 快速上手...2 4. 命令
C++ 程式碼統計工具 & 判斷一行程式碼是否為註釋行
這兩天接手了一個專案,專案定義了一種自己語法,所以有了判斷註釋的需求。 這裡自己簡單實現了一個,程式碼非常精簡。 提供的註釋語法和C++是一模一樣的, 允許 // 和 /* */兩種註釋 兩個問題
程式碼行統計工具cloc
http://cloc.sourceforge.net v 1.64 T=0.35 s (26.1 files/s, 28419.1 lines/s) ------------------------------------------------------------------------------
程式碼量統計工具cloc
如何很快知道源程式量呢,使用程式碼統計工具cloc Step1:下載一個cloc的應用程式 Step2:將下載好的cloc拖動到專案根目錄下 Step3: cmd->專案根目錄->輸入cl
cloc代碼統計工具使用方法
接下來 svn star 工作 ror 兩個文件 命令 lock ont 1.cloc簡介 cloc是用perl開發的代碼行數統計工具,支持多種編程語言,同樣也支持verilog。 之前在sourceforge上開發,現在已經轉移到github上。 目前的開發
Python 程式碼覆蓋率統計工具 coverage.py
coverage.py是一個用來統計python程式程式碼覆蓋率的工具。它使用起來非常簡單,並且支援最終生成介面友好的html報告。在最新版本中,還提供了分支覆蓋的功能。 官方網站: http://nedbatchelder.com/code/coverage/ win32版
svn程式碼量統計工具
分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow 也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!  
基於py3的程式碼行數統計工具(簡易版)
#encoding = utf-8 import os def get_python_file_abspath(dirpath,all_files = []): '''獲取指定資料夾下python檔名''' #先判斷指定的路徑是檔案還是目錄 if o
[CareerCup] 18.4 Count Number of Two 統計數字2的個數
18.4 Write a method to count the number of 2s between 0 and n. 這道題給了我們一個整數n,讓我們求[0,n]區間內所有2出現的個數,比如如果n=20,那麼滿足題意的是2, 12, 20,那麼返回3即可。LeetCode上有一道很類似的題
svn程式碼量統計工具StatSVN的使用
1,下載地址:sourceforge.net/projects/statsvn/, 解壓縮到目錄D:\statsvn2,假設SVN目錄F:\Work\Project,若未Check Out請先cmd定位到D:\statsvn,然後執行命令svn co https://xxx.