原创 OpenWrt(三)源碼學習

佔位~

原创 範圍素數的求解算法

arr[]初始化爲1,合數標記爲0 1.從素數的概念直接得到的求解算法 void prime_solve(int arr[], int n) { for(int i=3;i<=n;i++) { for

原创 1000!位數的估計

令1000!=a*10^N,其中0<a<10,則N爲1000!的位數 lg(1000!)=∑(1-->1000)lg(i)=lg(a)+N 因爲lg(a)爲一個小於1的數,可忽略,下面估算N的值: 考慮1000以內的幾個特殊數1,10,1

原创 [LeetCode OJ 1] Reverse Words in a String

Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky t

原创 EDAS上傳字體嵌入問題及解決辦法

word轉PDF後上傳,EDAS網站提示PDF格式錯誤:“The PDF file cannot be accepted: Publishers require that PDF fonts are embedded so that d

原创 OpenWrt(一)初探

最近接觸到的都是OpenWrt開發項目,把所瞭解的做個總結。 一、去哪找資料 https://openwrt.org/ 能得到以下信息: http://www.openwrt.org.cn/ 能得到以下信息: 二、去哪找源碼 https:

原创 approach to和access to等幾組詞彙辨析

(1)approach to & access to approach to:接近,靠近 access to:獲得,達到 (2)estimate & estimation estimate可以作爲動詞,也可以作爲名詞。estimat