项目作者: jaejunha

项目描述 :
:notebook:This repository for Computer Security class
高级语言: C++
项目地址: git://github.com/jaejunha/Computer-Security-Class.git
创建时间: 2018-03-10T04:40:02Z
项目社区:https://github.com/jaejunha/Computer-Security-Class

开源协议:

下载


Computer-Security-Class

Study for Computer Security.


Member

Avartar Name Role Activity
Jae Jun Ha Maker jaejunha's Github chart

chart from : http://ghchart.rshah.org


Coding Convention

  • variable
    ```
    type_noun
    ex)div_content

type_roleNoun()
ex)int_switchHome

type_roleAdjectiveNoun
ex)int_switchLongMenu

  1. - fucntion

verbAdjectiveNoun()

verbNoun()
ex)initScreen()

isVariable()
ex)isSwitchHome()

setVariable()

getVariable()

  1. ---
  2. # Refer
  3. - Git chart

http://ghchart.rshah.org
```