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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

St<b>An</b>dard

  • 離散實(shí)驗(yàn) 一個(gè)包的傳遞 用warshall

     實(shí)驗(yàn)源代碼 //Warshall.cpp #include<stdio.h> void warshall(int k,int n) { int i , j, t; int temp[20][20]; for(int a=0;a<k;a++) { printf("請(qǐng)輸入矩陣第%d 行元素:",a); for(int b=0;b<n;b++) { scanf ("%d",&temp[a][b]); } } for(i=0;i<k;i++){ for( j=0;j<k;j++){ if(temp[ j][i]==1) { for(t=0;t<n;t++) { temp[ j][t]=temp[i][t]||temp[ j][t]; } } } } printf("可傳遞閉包關(guān)系矩陣是:\n"); for(i=0;i<k;i++) { for( j=0;j<n;j++) { printf("%d", temp[i][ j]); } printf("\n"); } } void main() { printf("利用 Warshall 算法求二元關(guān)系的可傳遞閉包\n"); void warshall(int,int); int k , n; printf("請(qǐng)輸入矩陣的行數(shù) i: "); scanf("%d",&k); 四川大學(xué)實(shí)驗(yàn)報(bào)告 printf("請(qǐng)輸入矩陣的列數(shù) j: "); scanf("%d",&n); warshall(k,n); } 

    標(biāo)簽: warshall 離散 實(shí)驗(yàn)

    上傳時(shí)間: 2016-06-27

    上傳用戶(hù):梁雪文以

  • 道理特分解法

    #include "iostream" using namespace std; class Matrix { private: double** A; //矩陣A double *b; //向量b public: int size; Matrix(int ); ~Matrix(); friend double* Dooli(Matrix& ); void Input(); void Disp(); }; Matrix::Matrix(int x) { size=x; //為向量b分配空間并初始化為0 b=new double [x]; for(int j=0;j<x;j++) b[j]=0; //為向量A分配空間并初始化為0 A=new double* [x]; for(int i=0;i<x;i++) A[i]=new double [x]; for(int m=0;m<x;m++) for(int n=0;n<x;n++) A[m][n]=0; } Matrix::~Matrix() { cout<<"正在析構(gòu)中~~~~"<<endl; delete b; for(int i=0;i<size;i++) delete A[i]; delete A; } void Matrix::Disp() { for(int i=0;i<size;i++) { for(int j=0;j<size;j++) cout<<A[i][j]<<" "; cout<<endl; } } void Matrix::Input() { cout<<"請(qǐng)輸入A:"<<endl; for(int i=0;i<size;i++) for(int j=0;j<size;j++){ cout<<"第"<<i+1<<"行"<<"第"<<j+1<<"列:"<<endl; cin>>A[i][j]; } cout<<"請(qǐng)輸入b:"<<endl; for(int j=0;j<size;j++){ cout<<"第"<<j+1<<"個(gè):"<<endl; cin>>b[j]; } } double* Dooli(Matrix& A) { double *Xn=new double [A.size]; Matrix L(A.size),U(A.size); //分別求得U,L的第一行與第一列 for(int i=0;i<A.size;i++) U.A[0][i]=A.A[0][i]; for(int j=1;j<A.size;j++) L.A[j][0]=A.A[j][0]/U.A[0][0]; //分別求得U,L的第r行,第r列 double temp1=0,temp2=0; for(int r=1;r<A.size;r++){ //U for(int i=r;i<A.size;i++){ for(int k=0;k<r-1;k++) temp1=temp1+L.A[r][k]*U.A[k][i]; U.A[r][i]=A.A[r][i]-temp1; } //L for(int i=r+1;i<A.size;i++){ for(int k=0;k<r-1;k++) temp2=temp2+L.A[i][k]*U.A[k][r]; L.A[i][r]=(A.A[i][r]-temp2)/U.A[r][r]; } } cout<<"計(jì)算U得:"<<endl; U.Disp(); cout<<"計(jì)算L的:"<<endl; L.Disp(); double *Y=new double [A.size]; Y[0]=A.b[0]; for(int i=1;i<A.size;i++ ){ double temp3=0; for(int k=0;k<i-1;k++) temp3=temp3+L.A[i][k]*Y[k]; Y[i]=A.b[i]-temp3; } Xn[A.size-1]=Y[A.size-1]/U.A[A.size-1][A.size-1]; for(int i=A.size-1;i>=0;i--){ double temp4=0; for(int k=i+1;k<A.size;k++) temp4=temp4+U.A[i][k]*Xn[k]; Xn[i]=(Y[i]-temp4)/U.A[i][i]; } return Xn; } int main() { Matrix B(4); B.Input(); double *X; X=Dooli(B); cout<<"~~~~解得:"<<endl; for(int i=0;i<B.size;i++) cout<<"X["<<i<<"]:"<<X[i]<<" "; cout<<endl<<"呵呵呵呵呵"; return 0; } 

    標(biāo)簽: 道理特分解法

    上傳時(shí)間: 2018-05-20

    上傳用戶(hù):Aa123456789

  • 安森美車(chē)規(guī)級(jí)1080P圖像傳感器AR0231手冊(cè)

    AR0231AT7C00XUEA0-DRBR(RGB濾光)安森美半導(dǎo)體推出采用突破性減少LED閃爍 (LFM)技術(shù)的新的230萬(wàn)像素CMOS圖像傳感器樣品AR0231AT,為汽車(chē)先進(jìn)駕駛輔助系統(tǒng)(ADAS)應(yīng)用確立了一個(gè)新基準(zhǔn)。新器件能捕獲1080p高動(dòng)態(tài)范圍(HDR)視頻,還具備支持汽車(chē)安全完整性等級(jí)B(ASIL B)的特性。LFM技術(shù)(專(zhuān)利申請(qǐng)中)消除交通信號(hào)燈和汽車(chē)LED照明的高頻LED閃爍,令交通信號(hào)閱讀算法能于所有光照條件下工作。AR0231AT具有1/2.7英寸(6.82 mm)光學(xué)格式和1928(水平) x 1208(垂直)有源像素陣列。它采用最新的3.0微米背照式(BSI)像素及安森美半導(dǎo)體的DR-Pix?技術(shù),提供雙轉(zhuǎn)換增益以在所有光照條件下提升性能。它以線(xiàn)性、HDR或LFM模式捕獲圖像,并提供模式間的幀到幀情境切換。 AR0231AT提供達(dá)4重曝光的HDR,以出色的噪聲性能捕獲超過(guò)120dB的動(dòng)態(tài)范圍。AR0231AT能同步支持多個(gè)攝相機(jī),以易于在汽車(chē)應(yīng)用中實(shí)現(xiàn)多個(gè)傳感器節(jié)點(diǎn),和通過(guò)一個(gè)簡(jiǎn)單的雙線(xiàn)串行接口實(shí)現(xiàn)用戶(hù)可編程性。它還有多個(gè)數(shù)據(jù)接口,包括MIPI(移動(dòng)產(chǎn)業(yè)處理器接口)、并行和HiSPi(高速串行像素接口)。其它關(guān)鍵特性還包括可選自動(dòng)化或用戶(hù)控制的黑電平控制,支持?jǐn)U頻時(shí)鐘輸入和提供多色濾波陣列選擇。封裝和現(xiàn)狀:AR0231AT采用11 mm x 10 mm iBGA-121封裝,現(xiàn)提供工程樣品。工作溫度范圍為-40℃至105℃(環(huán)境溫度),將完全通過(guò)AEC-Q100認(rèn)證。

    標(biāo)簽: 圖像傳感器

    上傳時(shí)間: 2022-06-27

    上傳用戶(hù):XuVshu

  • Neural networks : an introduction / B. Muller, J.Reinhardt. 此書(shū)的配套軟盤(pán)

    Neural networks : an introduction / B. Muller, J.Reinhardt. 此書(shū)的配套軟盤(pán)

    標(biāo)簽: B. introduction Reinhardt networks

    上傳時(shí)間: 2013-12-13

    上傳用戶(hù):wyc199288

  • Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinc

    Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are interested in finding the median element of their combined arrays.

    標(biāo)簽: array B. Distributed has

    上傳時(shí)間: 2013-12-25

    上傳用戶(hù):洛木卓

  • See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI iden

    See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide Web. TCPMAN.HLP provides detailed instructions to help you use the Trumpet Winsock included on this disk. Use the Program Manager s File menu Run option to execute the SETUP.EXE program found on this disk. SETUP.EXE will install the programs on your hard drive and create an Internet Programming group window. Internet編程技術(shù) [配套程序] [涉及平臺(tái)] VC [作者] void [文件大小] 1032K

    標(biāo)簽: description companion Appendix RESOURCE

    上傳時(shí)間: 2013-12-04

    上傳用戶(hù):asasasas

  • This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS

    This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.

    標(biāo)簽: project implement developed Database

    上傳時(shí)間: 2013-12-25

    上傳用戶(hù):semi1981

  • Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A c

    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.

    標(biāo)簽: representation Magnitude the magnitude

    上傳時(shí)間: 2013-12-24

    上傳用戶(hù):金宜

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    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

    標(biāo)簽: C. hamsterdb structure database

    上傳時(shí)間: 2013-12-11

    上傳用戶(hù):LouieWu

  • Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... &l

    Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).

    標(biāo)簽: Subsequence sequence Problem Longest

    上傳時(shí)間: 2016-12-08

    上傳用戶(hù):busterman

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品超碰97尤物18| 亚洲裸体在线观看| 亚洲巨乳在线| 欧美日韩成人激情| 一区二区三区四区五区视频| 欧美视频福利| 欧美一区二区大片| 狠狠v欧美v日韩v亚洲ⅴ| 欧美高清视频一区| 亚洲一区二区三区免费观看| 国产麻豆综合| 老司机免费视频久久| 99re66热这里只有精品4| 国产精品视频一二| 久久免费99精品久久久久久| 亚洲三级色网| 国产精品亚洲аv天堂网 | 欧美在线观看网址综合| 有坂深雪在线一区| 欧美日韩一区在线播放| 久久精品国产99| 夜夜狂射影院欧美极品| 狠狠色狠狠色综合日日tαg| 欧美三日本三级少妇三2023 | 在线成人av网站| 欧美日韩国产免费观看| 亚洲欧美成人网| 亚洲欧洲在线看| 国产日韩在线播放| 欧美日本高清| 久久综合久久久久88| 亚洲午夜精品| 亚洲高清av| 国产夜色精品一区二区av| 欧美日韩精品在线观看| 久热爱精品视频线路一| 午夜天堂精品久久久久| 99国产精品| 亚洲欧洲精品一区二区| 国内一区二区三区在线视频| 国产精品久久久久久久电影 | 亚洲高清资源| 国产免费观看久久黄| 欧美日韩国产影片| 久久最新视频| 久久福利精品| 午夜视频久久久| 中国女人久久久| 国产精品色婷婷| 欧美日韩精品久久| 欧美成人精品三级在线观看| 久久精品水蜜桃av综合天堂| 亚洲一区二区三区涩| 99视频精品在线| 亚洲精品日日夜夜| 亚洲国产精品v| 欧美精品在线观看一区二区| 欧美xart系列高清| 久久五月激情| 久久躁狠狠躁夜夜爽| 久久国产天堂福利天堂| 午夜视频在线观看一区二区| 亚洲综合欧美| 亚洲综合激情| 午夜精品一区二区在线观看 | 欧美日韩美女在线观看| 欧美激情第二页| 欧美成人精品一区| 欧美成人日本| 欧美美女喷水视频| 欧美激情精品久久久久久变态| 免费看精品久久片| 久热re这里精品视频在线6| 久久久久久久高潮| 久久色在线观看| 模特精品裸拍一区| 欧美激情2020午夜免费观看| 欧美欧美天天天天操| 欧美日本三级| 国产精品高潮呻吟| 国产伦精品一区二区三区免费| 国产欧美日韩激情| 国内精品视频久久| 在线视频国产日韩| 亚洲黄网站黄| 一区二区激情小说| 亚洲欧美国产精品专区久久| 欧美中文在线字幕| 久久久噜噜噜久久狠狠50岁| 农夫在线精品视频免费观看| 欧美另类视频在线| 国产精品国产自产拍高清av王其| 国产毛片精品视频| 国产一区二区三区无遮挡| 在线观看精品| av成人天堂| 午夜视频在线观看一区二区| 久久一区二区三区超碰国产精品| 欧美国产亚洲另类动漫| 国产精品狠色婷| 国产一区白浆| 最新日韩在线视频| 亚洲免费在线| 久久久一区二区三区| 欧美激情视频免费观看| 国产精品区一区二区三| 精品二区视频| 一区二区三区四区五区精品视频 | 国产午夜精品麻豆| 91久久嫩草影院一区二区| 久久久免费精品| 欧美aaa级| 国产精品日日做人人爱| 在线免费观看日本一区| 一区二区免费在线观看| 久久精品成人一区二区三区蜜臀 | 欧美成人免费在线| 国产精品久久久亚洲一区 | 欧美视频中文字幕在线| 韩国v欧美v日本v亚洲v| 一本色道久久综合狠狠躁篇怎么玩| 午夜在线视频一区二区区别| 亚洲国产成人精品久久久国产成人一区 | 亚洲欧美色一区| 久久综合色天天久久综合图片| 亚洲图片在线| 欧美日韩亚洲一区二区三区在线观看 | 欧美在线视频一区二区| 欧美高清视频www夜色资源网| 国产精品九九| 欧美美女bb生活片| 国产日产亚洲精品| 99在线精品视频在线观看| 久久久蜜臀国产一区二区| 欧美日韩在线一区二区三区| 在线观看成人av| 欧美好吊妞视频| 国产专区欧美精品| 亚洲愉拍自拍另类高清精品| 蜜臀久久久99精品久久久久久| 国产精品青草久久| 99国产精品久久久久久久成人热| 久久精品一二三区| 国产精品你懂的在线| 亚洲精品久久久久中文字幕欢迎你 | 欧美日韩免费高清| 在线成人性视频| 香蕉成人久久| 国产精品久久久久一区二区| 日韩一级精品视频在线观看| 久久亚洲不卡| 国内精品久久久| 亚洲欧美中文日韩v在线观看| 欧美日韩国产精品自在自线| 亚洲国产精品一区| 久久精品一区二区国产| 国产日韩欧美日韩大片| 在线亚洲美日韩| 欧美日本亚洲韩国国产| 亚洲精选大片| 欧美二区不卡| 亚洲国产成人久久| 久久亚洲一区二区三区四区| 国产一区二区日韩| 欧美亚洲免费| 国产精品免费网站| 亚洲永久免费精品| 国产精品久久久久影院亚瑟| 亚洲网站在线| 国产精品成人一区| 亚洲图片欧美一区| 国产精品久久久久久久久久妞妞| 一区二区三区蜜桃网| 欧美日韩一区二区视频在线观看| 亚洲毛片视频| 欧美日韩国产首页| av成人免费观看| 国产精品久久久爽爽爽麻豆色哟哟| 国产综合网站| 影音先锋一区| 国产一区二区三区精品欧美日韩一区二区三区 | 欧美午夜精品久久久久免费视| 亚洲精品国精品久久99热| 欧美日本一区| 一区二区三区欧美| 国产精品久久久亚洲一区 | 欧美视频一区二区三区…| 中日韩美女免费视频网址在线观看| 欧美全黄视频| 欧美日韩在线直播| 亚洲性夜色噜噜噜7777| 国产精品男女猛烈高潮激情| 午夜视频在线观看一区| 黄色成人片子| 蜜臀av国产精品久久久久| 99re6热只有精品免费观看| 欧美午夜精彩| 久久精品欧美日韩精品| 亚洲人成欧美中文字幕| 欧美日韩国产免费观看|