Results for 내가바로
#Lua Programming# Chap10. Comprehensive Example(종합 예제) #Lua Programming# Chap10. Comprehensive Example(종합 예제) Reviewed by kukanuc on 4월 16, 2019 Rating: 5

[LUA] Chap 9. Coroutine

4월 16, 2019
[예제] --suspended, running, dead, normal --coroutine is similar to thread in multi-thread co = coroutine.create(function() print("hi&q...
[LUA] Chap 9. Coroutine [LUA] Chap 9. Coroutine Reviewed by kukanuc on 4월 16, 2019 Rating: 5

#V-REP 매뉴얼 번역(API)

3월 18, 2019
API는 두 종류 입니다. 1. Remote API 2. Regular API 1. Remote API란( http://www.coppeliarobotics.com/helpFiles/en/remoteApiOverview.htm ) Remo...
#V-REP 매뉴얼 번역(API) #V-REP 매뉴얼 번역(API) Reviewed by kukanuc on 3월 18, 2019 Rating: 5
#V-REP 메뉴얼 번역(Main script, Child script, Parameter, Callback, Execution order) #V-REP 메뉴얼 번역(Main script, Child script, Parameter, Callback, Execution order) Reviewed by kukanuc on 3월 17, 2019 Rating: 5
#Lua Programming# Chap. 1~4 종합(타입, 연산자, if, while, for 등) #Lua Programming# Chap. 1~4 종합(타입, 연산자, if, while, for 등) Reviewed by kukanuc on 3월 17, 2019 Rating: 5
[LUA] Chap 8. Compile, Execution, Error [LUA] Chap 8. Compile, Execution, Error Reviewed by kukanuc on 3월 10, 2019 Rating: 5
[LUA] Chap 7. iterator and For Loop [LUA] Chap 7. iterator and For Loop Reviewed by kukanuc on 3월 10, 2019 Rating: 5

[LUA] Chap6. internal of Function

3월 10, 2019
[예제] --lexical scoping --1급 : first class citizen -- 1급 : 객체나 값 또는 어떤 기능 요소가 매개변수로 전달 가능하고 반환 가능하며 변수에 할당도 가능한 경우(실행 시간에 코드로 다룰 수 있는 것) --...
[LUA] Chap6. internal of Function [LUA] Chap6. internal of Function Reviewed by kukanuc on 3월 10, 2019 Rating: 5

[LUA] Chap 5. Function

3월 10, 2019
[예제] function add_(a)   local sum = 0   for i = 1, #a do     sum = sum + a[i]   end   return sum  end  function f(a, b) print(a, b) end  f(...
[LUA] Chap 5. Function [LUA] Chap 5. Function Reviewed by kukanuc on 3월 10, 2019 Rating: 5
[LUA] Chap 4. sentence (문장) [LUA] Chap 4. sentence (문장) Reviewed by kukanuc on 3월 07, 2019 Rating: 5
[LUA] Chap. 3 Expression and arthimetic [LUA] Chap. 3 Expression and arthimetic Reviewed by kukanuc on 3월 07, 2019 Rating: 5
[LUA] Chap. 2 Type and Value [LUA] Chap. 2 Type and Value Reviewed by kukanuc on 3월 06, 2019 Rating: 5
Powered by Blogger.