用單鏈表實現對兩個無序 A,B表進行合并并使的合并后的表按從小到大排序
上傳時間: 2013-11-30
上傳用戶:253189838
基于事件驅動的串口通訊控件 消息幀數據格式: 1 0 A B X X 其中 10 為消息標識, AB表示文本長度,L=A*100+B XX為配位字符,任意 控制幀數據格式 0 1 A B M N 其中 01為控制標識, AB為請求標識 MN為附加標識 11表示請求對方接收文件,M表示描述字串中文件名子串的長度 N表示描述字串中文件大小子串的長度 10通知對方放棄傳輸 00通知文件傳輸完畢 01請求對方發送數據, MN為10請求發送下一個 MN為00請求重發 數據幀數據格式 0 0 A B M N 其中 00 為數據標識, AB表示數據長度,L=A*100+B MN為校驗,M*100+N=A+B
上傳時間: 2015-10-06
上傳用戶:拔絲土豆
PWM控制電機,用PWM控制電機,熟悉定時器Timer A/B的編程方法。用Timer A作為脈寬調制信號產生的定時器.了一個函數F_Pwm(int a,int b) 用于PWM設置,傳入兩個參數第一個用于頻率設置,第二個用于占空比設置。
上傳時間: 2015-10-10
上傳用戶:athjac
直線加法的實驗報告 實現任意二位加法 (a+b)-(c+d)
上傳時間: 2013-12-27
上傳用戶:gxf2016
Romberg求定積分 輸入:積分區間[a,b],被積函數f(x,y,z) 輸出:積分結果
上傳時間: 2015-10-14
上傳用戶:妄想演繹師
追趕法解周期性方程 輸入:a[],b[],c[],x[] 輸出:求解結果X在x[]中
上傳時間: 2015-10-14
上傳用戶:thuyenvinh
Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC) algorithm. The CORDIC algorithm calculates the trigonometric functions of sine, cosine, magnitude, and phase using an iterative process. It is made up of a series of micro-rotations of the vector by a set of predetermined constants, which are powers of two. Using binary arithmetic, this algorithm essentially replaces multipliers with shift and add operations. In a Stratix™ device, it is possible to calculate some of these arithmetic functions directly, without having to implement the CORDIC algorithm.
標簽: representation Magnitude the magnitude
上傳時間: 2013-12-24
上傳用戶:金宜
中序轉后序, 適用于公式運算及相關轉換 如A=B+C
上傳時間: 2013-11-27
上傳用戶:皇族傳媒
About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl
標簽: C. hamsterdb structure database
上傳時間: 2013-12-11
上傳用戶:LouieWu
文法如下: (1)S->aAcBe (2)A->b (3)A->Ab (4)B->d 關於lr0的語法分析
上傳時間: 2015-11-22
上傳用戶:thinode