MISRA C Compliance Matrix
資源簡介:MISRA C Compliance Matrix
上傳時間: 2013-12-15
上傳用戶:wendy15
資源簡介:保定二中物理課件集錦
上傳時間: 2013-04-15
上傳用戶:eeworm
資源簡介:清華大學教授發表的安全C語言編程規范MISRA C:1998應用心得,采用C編程的同志都可以看看,學以致用啊。
上傳時間: 2014-01-04
上傳用戶:wweqas
資源簡介:MISRA C 規范,一個著名的汽車軟件開發規范,是不可多得的好東西
上傳時間: 2016-01-27
上傳用戶:xjz632
資源簡介:原創C++的Matrix類,有許多運算符重載,很簡單,但是好用,好看
上傳時間: 2014-01-21
上傳用戶:shanml
資源簡介:MISRA-C:2004 Coding Standard The LDRA tool suite is developed and certified to BS EN ISO 9001:2000. This comparison has used the revised MISRA standard, MISRA-C:2004 "Guidelines for the use of the C language in critical systems" was publi...
上傳時間: 2014-01-24
上傳用戶:hn891122
資源簡介:嵌入式C 標準研究報告(一) ---MISRA C標準工程師筆記 C語言是開發嵌入式應用的主要工具,然而C語言并非是專門為嵌入式系統設計,相當多的嵌入式系統較一般計算機系統對軟件安全性有更苛刻的要求。1998 年,MISRA指出,一些在C看來可以接受,卻存在安全隱...
上傳時間: 2016-07-18
上傳用戶:zhouchang199
資源簡介:Testbed基于MISRA-C:2004的靜態檢查功能詳解。
上傳時間: 2013-12-15
上傳用戶:ruan2570406
資源簡介:介紹了MISRA C中關于C編碼規范要求,適合安全性要求較高行業嵌入式軟件開發。
上傳時間: 2017-03-09
上傳用戶:wweqas
資源簡介:MISRA c guide lines 98
上傳時間: 2017-05-07
上傳用戶:BIBI
資源簡介:USB Type-C Connectors?and Cable Assemblies?Compliance Document Revision 2.1b? ?2021 國外網站下載的最新type-c? 快充資料,分享一下
上傳時間: 2021-11-14
上傳用戶:kingwide
資源簡介:MISRA (The Motor Industry Software Reliability Association 汽車工業軟件可靠性聯會) 是位于英國的一個跨國汽車工業協會,其成員包括了大部分歐美汽車生產商。其核心使命是為汽車工業提供服務和協助,幫助廠方開發安全的、高可靠性的嵌入式軟件。這個組織...
上傳時間: 2013-12-27
上傳用戶:wangzhen1990
資源簡介:嵌入式系統應用工程師借用計算機專家創建的C語言,使嵌入式系統應用得以飛速發展,而MISRAC是嵌入式系統應用工程師對C語言嵌入式應用做 出的貢獻。如今MISRA C已經被越來越多的企業接受,成為用于嵌入式系統的C語言標準,特別是對安全性要求極高的嵌入式系統...
上傳時間: 2013-12-27
上傳用戶:franktu
資源簡介:MISRA (The Motor Industry Software Reliability Association 汽車工業軟件可靠性聯會) 是位于英國的一個跨國汽車工業協會,其成員包括了大部分歐美汽車生產商。其核心使命是為汽車工業提供服務和協助,幫助廠方開發安全的、高可靠性的嵌入式軟件。這個組織...
上傳時間: 2013-12-22
上傳用戶:yuanyuan123
資源簡介:一個不錯的編程規范,MISRA C在嵌入式開發領域很有名氣
上傳時間: 2016-01-08
上傳用戶:hustfanenze
資源簡介:? ? 該函數庫是一個固件函數包,它由程序、數據結構和宏組成,包括了微控制器所有外設的性能特征。該函數庫還包括每一個外設的驅動描述和應用實例。通過使用本固件函數庫,無需深入掌握細節,用戶也可以輕松應用每一個外設。因此,使用本固態函數庫可以大大...
上傳時間: 2021-12-09
上傳用戶:
資源簡介:??本手冊介紹了 32 位基于 ARM 微控制器 STM32F101xx 與 STM32F103xx 的固件函數庫。該函數庫是一個固件函數包,它由程序、數據結構和宏組成,包括了微控制器所有外設的性能特征。該函數庫還包括每一個外設的驅動描述和應用實例。通過使用本固件函數庫,無...
上傳時間: 2022-04-17
上傳用戶:
資源簡介:本手冊介紹了32位基于ARM微控制器STM32F101xx與STM32F103xx的固件函數庫。該函數庫是一個固件函數包,它由程序、數據結構和宏組成,包括了微控制器所有外設的性能特征。該函數庫還包括每一個外設的驅動描述和應用實例。通過使用本固件函數庫,無需深入掌握細...
上傳時間: 2022-04-26
上傳用戶:
資源簡介:This Matrix C++ template class library is for performing common Matrix operations in your C++ program like any other built-in data types. To install the package, just copy Matrix.H file into the INCLUDE directory of your compiler and includ...
上傳時間: 2013-12-21
上傳用戶:wys0120
資源簡介:Computes the permanent of a nonnegative integer Matrix. Notes: Compile in C++, "g++ -o permanent permanent.c".
上傳時間: 2013-12-23
上傳用戶:zhangyi99104144
資源簡介:Computes the hafnian of a nonnegative integer Matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (t...
上傳時間: 2013-12-23
上傳用戶:lmeeworm
資源簡介:Matrix TCL Lite 1.12 This Matrix C++ template class library is for performing common Matrix operations in your C++ program like any other built-in data types. To install the package, just copy Matrix.H file into the INCLUDE directory of yo...
上傳時間: 2016-01-05
上傳用戶:h886166
資源簡介:Comments on the MISRA coding guidelines for C
上傳時間: 2013-11-28
上傳用戶:heart520beat
資源簡介:利用OPENMP實現矩陣相乘的C程序。Demonstrates a Matrix multiply using OpenMP.
上傳時間: 2014-01-02
上傳用戶:ayfeixiao
資源簡介:Initialize U=[uij] Matrix, U(0) At k-step: calculate the centers vectors C(k)=[cj] with U(k)                                 Update U(k) , U(k+1)       &nb...
上傳時間: 2013-12-29
上傳用戶:CSUSheep
資源簡介:Matrix implemented on C++
上傳時間: 2017-04-12
上傳用戶:牧羊人8920
資源簡介:I have aatched C code for Linear parity check Matrix.
上傳時間: 2013-11-25
上傳用戶:xinzhch
資源簡介:提供基本榘陣 ( Matrix ) 運算 ( product 、 sum 、 difference、 transpose、 traceof ) 的非可視構件 ( 1.0 版,附源碼 C++Builder 3.0/4.0/5.0 版適用 ),作者 : Jeff Hiscock。
上傳時間: 2013-12-17
上傳用戶:鳳臨西北
資源簡介:Computes estimates for the number of forests of a graph, input as a 0-1 incidence Matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the Matrix is symmetric with 0 diagonal, but uses only the...
上傳時間: 2013-12-26
上傳用戶:com1com2
資源簡介:矩陣運算的算法 用Type類數組創建矩陣對象 Matrix(int rows,int cols) //創建矩陣,值為0 Matrix(int n) //創建單位陣 Matrix(const Matrix &) //拷貝構造函數 BOOL IsMatrixf(){ return (rows==cols) } //判斷矩陣是否為方陣 modifyrowscols(...
上傳時間: 2015-07-14
上傳用戶:水口鴻勝電器