Matlab中非小波工具箱的應用小波變換處理圖像,可以copy,cut,paste小波分量。
上傳時間: 2015-04-25
上傳用戶:rishian
嵌入式文件系統ucfs.zip This project should serve as an "easy start" with /FS. All paths are relative to the project file. You should therefore be able to copy the entire directory (including all subdirectories) to any location on your harddrive.
標簽: relative project should paths
上傳時間: 2015-04-28
上傳用戶:zhliu007
在LCD上顯示一幅圖,是“我的電腦,我的文檔”。IC用PIC16F877A,晶振4MHZ,采用并行8線,LCD:TS12864-3,接法在程序中有定義,只要將此程序COPY到你的PICC里編譯下載后,在目標板上即可以看到圖畫了!
標簽: LCD
上傳時間: 2015-04-30
上傳用戶:wff
This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++ 5.0, as well as pre- compiled copies of the programs. To copy all of the sample code onto your hard disk, run the SETUP.EXE program and follow the instructions that appear on the screen. The sample code requires about 10 MB of hard disk space.
標簽: companion the presented contains
上傳時間: 2015-05-09
上傳用戶:mhp0114
一般會使用WINDOW API的情況,實在是因為VB本身不提供某些功能,但是,程式所 需又不得不然,例如:讀取Registry內的資料,VB只提供SaveSetting、Getsetting 等 系列的指令,但是它只能讀取特定地區的值,要讀、刪、更動其他區域的值時,就無法 使用。再如:仔細看一看Combo Box的Events,其中沒有MouseMove,但這是我們經常用 上的一個Event,那該如何呢?是的,那只有透過Winodow API。而VB呼叫Window API一 般不都使用API檢視員,直接將相對應的API COPY到我們的程式中就好,那還用什麼技 巧嗎?其實不然,因為VB資料格式的問題,又加上VB本身沒有指標,在許多地方需要一 些小技巧才能解決,而且我們經常因應不同的需求,將API 檢視員的宣告COPY過來後再 做一些修改,最重要的,如果有一個.DLL檔,它不在API 檢視員中定義,那時,就只有 自己想辦法啦。
上傳時間: 2014-01-18
上傳用戶:sclyutian
矩陣求逆的并行算法,使用高斯約當消去法,是從一參考書中copy過來的,謝謝原作者。
上傳時間: 2015-05-31
上傳用戶:極客
模塊及功能: 1.汽車新聞 分類.查詢.翻頁 2.出售信息 搜索.評估.地區展示.發布.展示.固頂.刷新 3.求購信息 發布.展示.固頂.刷新 3.加盟商家管理 注冊.登錄.信息發布.信息管理.定時刷新信息.公司圖片管理.公司LOGO管理.資料管理.密碼修改 4.品牌展示 品牌圖標.品牌簡介.詳細介紹.翻頁 5.留言 出售信息留言.求購信息留言.香車美女留言.汽車品牌留言 6.香車美女 分類.翻頁 7.友情鏈接 申請.顯示 8.汽車論壇 版權聲明 | 廣告服務 | 用戶反饋 | Copyright © 2002 - 2006
上傳時間: 2014-01-19
上傳用戶:zhyiroy
在實驗中,處理記錄數據文件是經常要做的,而用Matlab來處理是我最推崇的,方便快捷,數據文件格式任意設置,均可處理,將數據文本data.txt,用Matlab來處理,用這個小程序做來非常容易,而且處理后得到的圖形可直接Copy到各種需要的文件中。
標簽: 實驗
上傳時間: 2015-06-05
上傳用戶:AbuGe
These libraries are designed for use with Microsoft Visual C++ version 6.0. Install them by running setup.exe. This will copy the files to various places where MSVC will expect to find them. If setup fails, alternate instructions are below.
標簽: Microsoft libraries designed Install
上傳時間: 2015-06-23
上傳用戶:s363994250
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.
標簽: connection pool applications program
上傳時間: 2013-12-25
上傳用戶:playboys0