原创 Latex之BibTex引用參考文獻

參考網址 http://blog.sina.com.cn/s/blog_7e4ac8b50102uxlg.html http://blog.sina.com.cn/s/blog_642075770100o3sj.html 注意使用\bib

原创 記錄一下看過的書

C程序設計語言--The C programming Language C和指針 C陷阱與缺陷 數據結構與算法分析--C語言描述 程序員的自我修養--鏈接裝載與庫 C語言的科學和藝術 Linux環境下編程指南 Linux C編程一站式學習

原创 Multiwii Serial Procol的字段定義

地址https://github.com/betaflight/betaflight/edit/master/src/main/interface/msp_protocol.h/* * This file is part of Clean

原创 Eclipse下搭建C/C++開發環境教程

參考網址 http://tieba.baidu.com/p/3326314172 http://blog.163.com/linfeng_0212/blog/static/6222138201292501158785/ 1.jdk ht

原创 一些開源的項目

OpenPilot https://www.openpilot.org OpenPilot是一個開源的用於飛機模型的無人駕駛飛行器項目,最初由David Ankers、Angus Peart和Vassilis Varveropoulo

原创 C語言運算優先級

參考網址http://blog.csdn.net/zhzht19861011/article/details/7251644 優先級口訣 括號成員第一; 括號運算符[]() 成員運算符.

原创 PID控制相關在線教程

參考網址http://ctms.engin.umich.edu/CTMS/index.php?example=Introduction&section=ControlPIDIntroduction: PID Controller Desi

原创 push本地代碼到github出錯

參考網址http://www.douban.com/note/332510501/$ git push -u origin master To gi

原创 一個pid的簡單實現

這個是參考Pixhawk庫文件pid文件夾下的程序// -*- tab-width: 4; Mode: C++; c-basic-offset: 4

原创 Github忽略文件以及文件夾內容

參考網址http://blog.csdn.net/richardysteven/article/details/6069418具體使用請看 man gitignore 一般某個項目dev過程中都會產生一些中間文件,這些文件是我們不想要

原创 GMap.net控件學習記錄

主要參考網址 http://www.cnblogs.com/luxiaoxun/p/3802559.html http://www.cnblogs.com/luxiaoxun/p/3463250.html http://blog.csdn

原创 航行時,計算地球上2個位置的距離,方位角度程序

參考Pixhawk中location.cpp /// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- /* * location.cpp

原创 推薦閱讀dietlibc源代碼

參考網址http://sunxiunan.com/?p=1626推薦閱讀dietlibc源代碼 一般計算機專業的都學過C語言,至少我們那時候是這樣的,那時候我們寢室老六一句名言:C語言無所不能。這話想想其實還真沒錯,C語言寫出了各種操作

原创 Github初始經常使用的命令

基本的幾個命令,差不多夠用了 Git 使用 在文件夾 helloworld 下 git init//建立git可以記錄的文件夾 vim helloworld.c//新建文件 gti add . //把這個文件夾下的文件都

原创 github初步學習

不知不覺中發現代碼的數量多了起來,在電腦上存放太過於臃腫,並且還不能換時空工作,學習點github使用方法 Git 使用 在文件夾 helloworld 下 git init//建立git可以記錄的文件夾 vim helloworld.c