亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

signed

  • c語言深度剖析

    第一章關(guān)鍵字...................................................................................................................................9 1.1,最寬恒大量的關(guān)鍵字----auto..........................................................................................11 1.2,最快的關(guān)鍵字---- register............................................................................................... 11 1.2.1,皇帝身邊的小太監(jiān)----寄存器............................................................................. 11 1.2.2,使用register 修飾符的注意點.............................................................................11 1.3,最名不符實的關(guān)鍵字----static........................................................................................12 1.3.1,修飾變量...............................................................................................................12 1.3.2,修飾函數(shù)...............................................................................................................13 1.4,基本數(shù)據(jù)類型----short、int、long、char、float、double........................................... 13 1.4.1,數(shù)據(jù)類型與“模子”............................................................................................... 14 1.4.2,變量的命名規(guī)則...................................................................................................14 1.5,最冤枉的關(guān)鍵字----sizeof...............................................................................................18 1.5.1,常年被人誤認為函數(shù)...........................................................................................18 1.5.2,sizeof(int)*p 表示什么意思?........................................................................18 1.4,signed、unsigned 關(guān)鍵字................................................................................................19 1.6,if、else 組合.................................................................................................................... 20 1.6.1,bool 變量與“零值”進行比較...............................................................................20 1.6.2, float 變量與“零值”進行比較.................................................................................21 1.6.3,指針變量與“零值”進行比較...............................................................................21 1.6.4,else 到底與哪個if 配對呢?...............................................................................22 1.6.5,if 語句后面的分號............................................................................................... 23 1.6.6,使用if 語句的其他注意事項.............................................................................. 24 1.7,switch、case 組合........................................................................................................... 24 1.7.1,不要拿青龍偃月刀去削蘋果.............................................................................. 24 1.7.2,case 關(guān)鍵字后面的值有什么要求嗎?.............................................................. 25 1.7.3,case 語句的排列順序...........................................................................................25 1.7.4,使用case 語句的其他注意事項..........................................................................27 1.8,do、while、for 關(guān)鍵字................................................................................................... 28 1.8.1,break 與continue 的區(qū)別.....................................................................................28 1.8.2,循環(huán)語句的注意點...............................................................................................29 1.9,goto 關(guān)鍵字......................................................................................................................30 1.10,void 關(guān)鍵字....................................................................................................................31 1.10.1,void a?............................................................................................................31 1.10,return 關(guān)鍵字................................................................................................................. 34 1.11,const 關(guān)鍵字也許該被替換為readolny....................................................................... 34 1.11.2,節(jié)省空間,避免不必要的內(nèi)存分配,同時提高效率.................................... 35 1.12,最易變的關(guān)鍵字----volatile.......................................................................................... 36 1.13,最會帶帽子的關(guān)鍵字----extern.................................................................................... 37 1.14,struct 關(guān)鍵字..................................................................................................................38

    標簽: c語言深度剖析

    上傳時間: 2015-05-01

    上傳用戶:cascas

  • distmesh

    matlab有限元網(wǎng)格劃分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.

    標簽: matlab有限元網(wǎng)格劃分程序

    上傳時間: 2015-08-12

    上傳用戶:凜風拂衣袖

  • 舵機電機PID控制算法

    #include <hidef.h>      /* common defines and macros */ #include "derivative.h"      /* derivative-specific definitions */ #include <mc9s12xs128.h> //定義PID參數(shù) #define VV_KPVALUE 3       //比例 #define VV_KIVALUE 40     //積分 #define VV_KDVALUE 3     //微分 #define VV_MAX 10000       //返回的最大值,是pwm的周期值 #define VV_MIN 0 #define VV_DEADLINE 0X08   //速度PID,設(shè)置死區(qū)范圍 typedef struct PID       //定義數(shù)法核心數(shù)據(jù) { signed int vi_Ref;      //速度PID,速度設(shè)定值 signed int vi_FeedBack;  //速度PID,速度反饋值

    標簽: PID 舵機 電機 控制算法

    上傳時間: 2016-04-27

    上傳用戶:547453159

  • Cognitive+Radio+Networks

    According to the statistics of the Federal Communications Commission (FCC), temporal and geographical variations in the utilization of the as- signed spectrum range from 15% to 85%. The limited available radio spec- trum and the inefficiency in spectrum usage necessitate a new commu- nication paradigm to exploit the existing spectrum dynamically. 

    標簽: Cognitive Radio Networks

    上傳時間: 2020-05-26

    上傳用戶:shancjb

  • VIP專區(qū)-嵌入式/單片機編程源碼精選合集系列(157)

    VIP專區(qū)-嵌入式/單片機編程源碼精選合集系列(157)資源包含以下內(nèi)容:1. 嵌入式486手冊.2. 奔騰-486處理器指令集手冊.3. 1602液晶顯示程序+1302溫度測量+18b20顯示時間(C語言).4. 51寫的SLE4442程序?qū)嶒炗玫腟LE4442卡初始密碼PSC1、PSC2、PSC3均為0FFH.5. 語音芯片的驅(qū)動程序.6. 嵌入式平臺入門--嵌入式系統(tǒng)內(nèi)存泄漏的檢查和預(yù)防.7. 從PCI一直講到PCI EXPRESS的文章.8. 基于TMS320F2812的工控實時時鐘.9. 新代數(shù)控系統(tǒng).10. S3C2442 官方 原理圖 網(wǎng)上收集的一份原理圖!.11. 高級數(shù)據(jù)鏈路控制(HDLC)協(xié)議的介紹文檔.12. ARMSYS實驗二十四:FAT16文件系統(tǒng)的移植與應(yīng)用 描述:對Nandflash進行格式化.13. pxa270 的bootloader源碼.14. ds1302源程序 (為輔試驗箱調(diào)試通過).15. FPGA開發(fā)板的原理圖很詳細的.16. HT單片機模擬I2C通訊.17. easy web build on NXP LPC2300 LPc2400.18. 藍牙耳機的SCH,與PCB圖,可適合于自己動手的朋友們進行創(chuàng)作..19. ti的12位AD采集c實現(xiàn).20. wince 下測試串口.21. 本系列所采用的所有技術(shù)都將“以實例來定義”.22. 用運算放大器做正弦波振蕩器在學校時老師就教過.23. FPGA/CPLD數(shù)字電路設(shè)計經(jīng)驗分享。大唐公司的!.24. NorFlash的燒寫及相關(guān)說明可以通過串口實現(xiàn)程序的在線升級.25. 嵌入式操作系統(tǒng)實時性比對與評價,尤其對windowsce性能的測試大有幫助。.26. 東芯IV的SEP3203ARM的源代碼.27. 1702的資料.28. 數(shù)字邏輯交通信號燈課程設(shè)計代碼請指正.29. C#程序開發(fā)范例寶典 圖書光盤附帶源碼 第20章.30. 介紹了嵌入式linux操作系統(tǒng)的知識以及arm編程.31. P,PI D控制系統(tǒng)仿真設(shè)計的例子.32. 32位元2進位signed乘法器32位元signed乘法器.33. 用8051單片機和6個數(shù)碼管加一片DS1302時鐘芯片做成實用鬧鐘.34. UP-NETARM 2410-S 開發(fā)平臺 電路原理圖.35. 通過時鐘芯片計算按鍵開關(guān)閉合次數(shù)和時間.36. 通過對雙口ram 操作判斷硬件正確性.37. Nokia 3310 驅(qū)動程序 ... KeilC.38. MPC03-LV運動控制卡驅(qū)動程序.39. 一個51整開發(fā)板的應(yīng)用(源程序電路圖功能全實用給有需要的人).40. I2C : 用C語言編譯的I2C.

    標簽: 光學 溫度變送器

    上傳時間: 2013-07-21

    上傳用戶:eeworm

主站蜘蛛池模板: 江都市| 叶城县| 太原市| 比如县| 南陵县| 亚东县| 绥滨县| 芷江| 长岛县| 瓦房店市| 武平县| 芷江| 濮阳市| 临朐县| 时尚| 县级市| 阿拉善盟| 栖霞市| 青阳县| 武安市| 五家渠市| 邛崃市| 和龙市| 舟曲县| 黄石市| 九龙坡区| 绥阳县| 十堰市| 揭东县| 诏安县| 三台县| 互助| 永新县| 蒲城县| 张家川| 牙克石市| 汤原县| 股票| 临泉县| 中阳县| 绥宁县|