24C01的讀寫程序,C51源代碼 調(diào)用方式:write_8bit(unsigned char ch) ﹫2001/03/23 函數(shù)說明:內(nèi)函數(shù),私有,用戶不直接調(diào)用。
上傳時(shí)間: 2015-08-07
上傳用戶:cc1015285075
maven 2.0 The following instructions show how to install Maven 2: 1) Unpack the archive where you would like to store the binaries, eg: tar zxvf maven-2.0.tar.gz or unzip maven-2.0.zip 2) A directory called "maven-2.0" will be created. 3) Add the bin directory to your PATH, eg: export PATH=/usr/local/maven-2.0/bin:$PATH or set PATH="c:\program files\maven-2.0\bin" %PATH% 4) Make sure JAVA_HOME is set to the location of your JDK 5) Run "mvn --version" to verify that it is correctly installed.
標(biāo)簽: instructions following archive install
上傳時(shí)間: 2014-01-19
上傳用戶:weiwolkt
數(shù)字信號(hào)處理的應(yīng)用之一是從含有加性噪聲的信號(hào)中去除噪聲。現(xiàn)有被噪聲污染的信號(hào)x[k]=s[k]+d[k],式中: 為原始信號(hào)d[k]為均勻分布的白噪聲。 (1)分別產(chǎn)生50點(diǎn)的序列s[k]和白噪聲序列d[k],將二者疊加生成x[k],并在同一張圖上繪出x0[k],d[k]和x[k]的序列波形。 (2)均值濾波可以有效去除疊加在低頻信號(hào)上的噪聲。已知3點(diǎn)滑動(dòng)平均數(shù)字濾波器的單位脈沖響應(yīng)為h[k]=[1,1,1 k=0,1,2],計(jì)算y[k]=x[k]*h[k],在同一張圖上繪出前50點(diǎn)y[k],s[k]和x[k]的波形,比較序列y[k]和s[k]。
標(biāo)簽: 信號(hào) 白噪聲 數(shù)字信號(hào)處理 分布
上傳時(shí)間: 2015-08-19
上傳用戶:Andy123456
圖形學(xué)消隱實(shí)驗(yàn),*方案1上下旋轉(zhuǎn),只顯示可見面,函數(shù)說明:void Project(float X,float Y,float Z) 功能:根據(jù)透視或平行投影將三維點(diǎn)進(jìn)行投影變換 入口參數(shù):float X,float Y,float Z 返回參數(shù):無(void)
標(biāo)簽: 圖形 實(shí)驗(yàn)
上傳時(shí)間: 2013-12-22
上傳用戶:liuchee
ST7 Visual Develop for ST7 Assembler Toolset Users integrated development environment that allows you to build, debug and program applications for ST7 microcontrollers.
標(biāo)簽: development environment integrated ST7
上傳時(shí)間: 2015-08-25
上傳用戶:1109003457
VC+MO最短路徑算法 // 計(jì)算線的幾何長度 double CalcLength() // 通過線的id得到線數(shù)據(jù) BOOL GetLineData(int id) // 得到距離某點(diǎn)最近的線段,返回該線段的id int GetNearestLineData( double x, double y) // 判斷兩點(diǎn)是否重合 BOOL IsPtCoincide( NetPoint ptFirst, NetPoint ptSecond ) // 得到最鄰近的點(diǎn)
標(biāo)簽: GetLineData CalcLength double BOOL
上傳時(shí)間: 2015-08-28
上傳用戶:lizhen9880
(pdg格式,請(qǐng)用BXViewer打開)Java3D是由SUN公司推出的、面向Internet的三維動(dòng)畫程序語言。通過在網(wǎng)頁上插入用Java3D編寫的Applet,就能讓瀏覽網(wǎng)頁的用戶感受到逼真的三維動(dòng)畫效果。全書共分10章。第1章對(duì)Java3D作了全面的介紹;第2章和第3章講述如何構(gòu)建基本的三維形體并用它們組合成復(fù)雜物體;第4章講述怎樣在Java3D中利用AutoCAD、3DS等軟件設(shè)計(jì)的形體;第5章~第7章分別介紹建立真實(shí)的三維環(huán)境所必需的燈光、材質(zhì)、紋理、背景、霧效和聲音等要素;第8章闡述如何用鼠標(biāo)、鍵盤控制三維形體的運(yùn)動(dòng);第9章講解如何讓三維形體按照預(yù)定的軌跡運(yùn)動(dòng)以及如何優(yōu)化形體的運(yùn)動(dòng)性能;第10章給出了一個(gè)綜合實(shí)例,它將深化讀者對(duì)Java3D的認(rèn)識(shí)。本書附帶的光盤中提供了書中全部源程序、常用的開發(fā)工具和重要的技術(shù)資料。本書由有豐富的Java3D開發(fā)經(jīng)驗(yàn)的清華大學(xué)研究人員編寫。它不是一本Java3D的語法書或使用手冊(cè),而是作者對(duì)自己實(shí)踐經(jīng)驗(yàn)的提煉。本書用大量的實(shí)例生動(dòng)地闡述編程要點(diǎn),讓讀者動(dòng)態(tài)地掌握編程方法,而非靜態(tài)地學(xué)習(xí)編程規(guī)則;本書著重介紹應(yīng)用編程經(jīng)常會(huì)用到的一些技術(shù),但并不面面俱到,目的是讓讀者盡可能簡(jiǎn)潔地掌握編程的要旨。本書適用于有一定Java基礎(chǔ)的網(wǎng)絡(luò)編程愛好者和開發(fā)人員。
標(biāo)簽: Java3D BXViewer Internet Applet
上傳時(shí)間: 2014-01-23
上傳用戶:JIUSHICHEN
圖像平移只是改變圖像在屏幕上的位置,圖像本身并不發(fā)生變化。 假設(shè)原圖像區(qū)域左上角坐標(biāo)為(x0, y0),右下角坐標(biāo)為(x1, y1),將圖像分別沿x和y軸平移dx和dy,則新圖像的左上角坐標(biāo)為(x0 + dx, y0 + dy),右下角坐標(biāo)為(x1 + dx, y1 + dy)。
上傳時(shí)間: 2015-09-03
上傳用戶:dongqiangqiang
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
上傳用戶:問題問題
LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into your ADS directory tree at the root, for example in c:\ADSv1_1. If prompted to overwrite files, choose Yes. The batch file copy_console.bat will place the appropriate files inside the \Bin directory so that they will be found by the ARMulator. You still need to follow the instructions under "Using the Model" to set up the configuration files.
標(biāo)簽: ARMulator the Keyboard ARMulate
上傳時(shí)間: 2014-02-25
上傳用戶:woshini123456
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1