- Refactoring/MakingMethodCallsSimpler . . . . 5 matches
double getValueForPeriod (int periodNumber) {
return _values[periodNumber];
double getValueForPeriod (int periodNumber) {
if (periodNumber >= _values.length) return 0;
return _values[periodNumber];
- LazyInitialization . . . . 3 matches
int getPeriod()
if(!period)
period = defaultPeriod();
return period;
int defaultPeriod()
- MedusaCppStudy/석우 . . . . 3 matches
void deleteperiod(Words& word);
deleteperiod(word);
void deleteperiod(Words& word)
- [Lovely]boy^_^/EnglishGrammer/PresentPerfectAndPast . . . . 3 matches
A. When we talk about a period of time that continues from the past until now, we use the present perfect.(앞에 나온말)
Here are more examples of speakers talking about a period that continues until now(recently/ in the last few days/ so far/ since breakfast, etc.)
B. We use the present perfect with today/ this morning/ this evening, etc. when these periods are not finished at the time of speaking.(그렇대요;;)
- StructuredText . . . . 2 matches
* A paragraph that begins with a sequence of sequences, where each sequence is a sequence of digits or a sequence of letters followed by a period, is treated as an ordered list element.
* Text enclosed in brackets which is preceded by the start of a line, two periods and a space is treated as a named link. For example:
- 주요한/노트북선택... . . . . 2 matches
* [http://www.caucse.net/DongmunBoard/view.php?table=board_alumni06&page=1&id=172&search_condition[subj]=&search_condition[period]=&search_condition[text]=&search_condition[category]= 글1]
* [http://www.caucse.net/DongmunBoard/view.php?table=board_alumni06&page=1&id=180&search_condition[subj]=&search_condition[period]=&search_condition[text]=&search_condition[category]= 글2]
- ExplicitInitialization . . . . 1 match
period = defaultMillisecondPeriod(); // C++/JAVA에서는 그냥 상수로 써도 될듯하다.
int defaultMillisecondPeriod()
- FocusOnFundamentals . . . . 1 match
the fundamentals that will be valid and useful over that period and emphasise those principles in
- Linux/RegularExpression . . . . 1 match
(3) . (period) : 임의의 한 문자를 표시
- [Lovely]boy^_^/EnglishGrammer/PresentAndPast . . . . 1 match
C. We use the present continuous when we talk about things happening in a period around now. (today / this week / tonight, etc..)
Found 10 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.