http://ivan7645.github.io/2016/07/12/vim_to_si/

CSCOPE 使用

紅線 發表在 痞客邦 留言(0) 人氣()

在轉換人臉辨識專題用程式時, 為了要加入File copy的code, 

要把GCC compiler  改用G++ 來build (openCV 等都會用到C++功能)

紅線 發表在 痞客邦 留言(0) 人氣()

gcin input 

http://blog.xuite.net/yh96301/blog/287374341-Ubuntu+14.04%E5%AE%89%E8%A3%9D%E9%8D%B5%E7%9B%A4%E8%BC%B8%E5%85%A5%E6%B3%95%E7%B3%BB%E7%B5%B1gcin

文章標籤

紅線 發表在 痞客邦 留言(0) 人氣()

如果有一台會自動判斷你是誰的打卡系統, 是不是比一般打卡系統方便呢?

https://www.youtube.com/watch?v=q9Ci9cUbv4w <= 人生有限公司

紅線 發表在 痞客邦 留言(0) 人氣()

Opengate 大大

http://mropengate.blogspot.tw/2017/08/cc-c.html

文章標籤

紅線 發表在 痞客邦 留言(0) 人氣()

未填入的數字輸入0, 然後慢慢+1來驗證, 如果超過9就設為0 從上一個堆疊開始算

http://oddest.nc.hcc.edu.tw/su304.htm

文章標籤

紅線 發表在 痞客邦 留言(0) 人氣()

Pass by Value, Pass by Address, Pass by Reference

好文分享

文章標籤

紅線 發表在 痞客邦 留言(0) 人氣()

Given an array of integers, return indices of the two numbers such that they add up to a specific target.

You may assume that each input would have exactly one solution, and you may not use the same element twice.

文章標籤

紅線 發表在 痞客邦 留言(0) 人氣()

Problem 665: Given an array with n integers, your task is to check if it could become non-decreasing by modifying at most 1 element.

We define an array is non-decreasing if array[i] <= array[i + 1] holds for every i (1 <= i < n).

文章標籤

紅線 發表在 痞客邦 留言(0) 人氣()

發現一個非常多練習程式演算法的題庫 LeetCode

其實是看到先前提到的網誌的作者 OpenGate 大大提到的

紅線 發表在 痞客邦 留言(0) 人氣()