本書(shū)以最新的資訊家電、智慧型手機(jī)、PDA產(chǎn)品為出發(fā)點(diǎn),廣泛並深入分析相關(guān)的嵌入式系統(tǒng)技術(shù)。 適合閱讀: 產(chǎn)品主管、系統(tǒng)設(shè)計(jì)分析人員、欲進(jìn)入此領(lǐng)域的工程師、大專院校教學(xué). 本書(shū)效益: 為開(kāi)發(fā)嵌入式系統(tǒng)產(chǎn)品必備入門聖經(jīng) 進(jìn)入嵌入式系統(tǒng)領(lǐng)域的寶典 第三代行動(dòng)通訊終端設(shè)備與內(nèi)容服務(wù)的必備知識(shí).
上傳時(shí)間: 2015-09-03
上傳用戶:阿四AIR
O Reilly系列書(shū)籍之Java網(wǎng)絡(luò)編程(第二版),英文原版書(shū)籍,內(nèi)容講的比較全面。
標(biāo)簽: Reilly Java 書(shū)籍 網(wǎng)絡(luò)編程
上傳時(shí)間: 2014-01-17
上傳用戶:gououo
1.功能 用全選主元高斯消去法計(jì)算矩陣A的秩(C語(yǔ)言) 2.函數(shù)參數(shù)說(shuō)明 double a[m][n] : 存放mxn階矩陣A的元素,返回時(shí)將被破壞 int m : 矩陣A的行數(shù) int n : 矩陣A的列數(shù) int rank() : 函數(shù)返回A的秩 3.文件說(shuō)明 rank.c為函數(shù)程序 rank0.c為主函數(shù)程序
上傳時(shí)間: 2015-09-03
上傳用戶:xuan‘nian
1.功能 用全選主元高斯消去法計(jì)算n階方陣A所對(duì)應(yīng)的行列式的值(C語(yǔ)言) 2.參數(shù)說(shuō)明 double a[n][n] : 存方陣A的元素,返回時(shí)被破壞 int n : 方陣A的階數(shù) double sdet() : 函數(shù)返回行列式的值 3.文件說(shuō)明 sdet.c為函數(shù)程序 sdet0.c為主函數(shù)程序
標(biāo)簽: double 高斯 計(jì)算 C語(yǔ)言
上傳時(shí)間: 2014-01-14
上傳用戶:rocwangdp
1.功能 利用廣義逆求解無(wú)約束條件下的優(yōu)化問(wèn)題(C語(yǔ)言) 2.參數(shù)說(shuō)明 int m : 非線性方程組中方程個(gè)數(shù) int n : 非線性方程組中未知數(shù)個(gè)數(shù) double eps1 : 控制最小二乘解的精度要求 double eps2 : 用于奇異值分解中的控制精度要求 double x[n] : 存放非線性方程組解的初始近似值X(0),要求各分量不全為0 int ka : Ka=max{m,n}+1 void (*f)() : 指向計(jì)算非線性方程組中各方程左端函數(shù)值的函數(shù)名(用戶自編) void (*s)() : 指向計(jì)算雅可比矩陣的函數(shù)名 int ngin() : 函數(shù)返回一個(gè)標(biāo)志值 3.文件說(shuō)明 ngin.c函數(shù)文件 ngin0.c主函數(shù)文件
上傳時(shí)間: 2013-12-23
上傳用戶:大三三
1.功能 用高斯方法計(jì)算n重積分(C語(yǔ)言) 2.參數(shù)說(shuō)明 int n : 積分重?cái)?shù) int js[n] : js[k]表示第k層積分區(qū)間所劃分的子區(qū)間 void (*ss)() : 指向計(jì)算各層積分上、下限的函數(shù)名(用戶自編) double (*f)() : 指向計(jì)算被積函數(shù)值的函數(shù)名(用戶自編) double gaus() : 函數(shù)返回積分值 3.文件說(shuō)明 gaus.c為函數(shù)程序 gaus0.c為主函數(shù)程序
上傳時(shí)間: 2014-01-05
上傳用戶:731140412
解國(guó)際象棋的N皇后問(wèn)題的C++源代碼,可用于大學(xué)計(jì)算機(jī)技術(shù)課程《算法分析》上機(jī)聯(lián)系
上傳時(shí)間: 2014-01-01
上傳用戶:yyyyyyyyyy
support vector classification machine % soft margin % uses "kernel.m" % % xtrain: (Ltrain,N) with Ltrain: number of points N: dimension % ytrain: (Ltrain,1) containing class labels (-1 or +1) % xrun: (Lrun,N) with Lrun: number of points N: dimension % atrain: alpha coefficients (from svcm_train on xtrain and ytrain) % btrain: offest coefficient (from svcm_train on xtrain and ytrain) % % ypred: predicted y (Lrun,1) containing class labels (-1 or +1) % margin: (signed) separation from the separating hyperplane (Lrun,1
標(biāo)簽: classification support machine Ltrain
上傳時(shí)間: 2015-09-04
上傳用戶:問(wèn)題問(wèn)題
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
標(biāo)簽: Implemented following compile command
上傳時(shí)間: 2014-01-01
上傳用戶:lhc9102
計(jì)算矢量所在扇區(qū)的N模型,判斷當(dāng)前的扇區(qū)
上傳時(shí)間: 2013-12-18
上傳用戶:kr770906
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1