source 為程序源代碼文件目錄 exe 為可執行文件目錄 pics 為所有處理好的圖片的目錄 需要預先安裝MinGW MinGW為Mini Gnu for Windows 里面包含gcc for windows的編譯器 將其拷貝值某目錄,然后設置環境變量 path x:\MinGW\bin 即可通過gcc(g++)命令進行編譯
上傳時間: 2016-09-19
上傳用戶:363186
The Ralink 802.11n Chipset family provides solutions for PCI, PCIe and USB interfaces with both 2.4 and 2.4/5GHz suppport. Each chipset consists of two highly integrated ICs (RFIC and BB/MAC IC) that fully comply with current draft IEEE 802.11n and IEEE 802.11a/b/g standards.
標簽: interfaces solutions provides Chipset
上傳時間: 2014-01-13
上傳用戶:Thuan
迭代自適應Simpson,Lobatto積分 In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature algorithms might be transformed into iterative quadrature algorithms without major modifications in the structure of the algorithm. We present iterative adaptive quadrature algorithm (adaptiveSimpson and adaptiveLobatto), which preserves the compactness and the clarity of the recursive algorithms (e.g. quad, quadv, and quadl). Our iterative algorithm provides a parallel calculation of the integration function, which leads to tremendous gain in run-time, in general. Our results suggest a general iterative and not a recursive implementation of adaptive quadrature formulas, once the programming language permits parallel access to the integration function. For details the attached PDF file Conrad_08.pdf.
上傳時間: 2014-10-25
上傳用戶:xc216
用AVR對諾基亞3310手機黑白液晶的驅動程序,可以在各種小系統中作為顯示用,液晶采用SPI口,具體的連接可參考程序內的說明。編譯環境:winAVR2005 G
上傳時間: 2016-10-02
上傳用戶:lizhizheng88
用AVR單片機對ATA接口硬盤控制,編譯環境:G
上傳時間: 2016-10-02
上傳用戶:shizhanincc
用prim算法實驗最小生成樹 本程序中用到函數adjg( ),此函數作用是通過接受輸入的點數和邊數,建立無向圖。函數prg( )用于計算并輸出無向圖的鄰接矩陣。函數prim( )則用PRIM算法來尋找無向圖的最小生成樹 定義了兩個數組lowcost[max],closest[max],若頂點k加入U中,則令lowcost[k]=0。 定義二維數組g[ ][ ]來建立無向圖的鄰接矩陣。
上傳時間: 2016-10-07
上傳用戶:tonyshao
企業營銷管理系統程序使用說明(VB+SQL2000)將目錄data下的db_Csell_Data.MDF和db_Csell_Log.LDF文件拷貝到SQL Server 2000的“MSSQL”->“data”目錄下. 如果沒有安裝Sql Server,請先安裝Sql Server,安裝SQL SERVER 2000數據庫時,在身份安全驗證機制選項中 必須要選擇“Windows和Sql server混合安全驗證機制。SA的密碼設置為空。如果您已經安裝好了Sql Server 2000,
標簽: 2000 db_Csell_Data db_Csell_Log SQL
上傳時間: 2014-01-05
上傳用戶:qq521
ElGamal算法既能用于數據加密也能用于數字簽名,其安全性依賴于計算有限域上離散對數這一難題。 密鑰對產生辦法。首先選擇一個素數p,兩個隨機數, g 和x,g, x < p, 計算 y = g^x ( mod p ),則其公鑰為 y, g 和p。私鑰是x。g和p可由一組用戶共享。 ElGamal用于數字簽名。被簽信息為M,首先選擇一個
上傳時間: 2014-01-02
上傳用戶:zwei41
7段數碼顯示譯碼器設計7段數碼是純組合電路,通常的小規模專用IC,如74或4000系列的器件只能作十進制BCD碼譯碼,然而數字系統中的數據處理和運算都是二進制的,所以輸出表達都是十六進制的,為了滿足十六進制數的譯碼顯示,最方便的方法就是利用譯碼程序在FPGA/CPLD中來實現。例子作為七段譯碼器,輸出信號LED7S的7位分別接數碼管的7個段,高位在左,低位在右。例如當LED7S輸出為“1101101”時,數碼管的7個段g、f、e、d、c、b、a分別接1、1、0、1、1、0、1;接有高電平的段發亮,于是數碼管顯示“5”。
上傳時間: 2014-01-26
上傳用戶:1427796291
本代碼提供讀取Segy格式地震數據的SegyReader類(C++) 在segy.h文件中有segy卷頭/道頭的每一個字段的中文詳細說明,方便大家查詢使用. 另外, 使用QT3.x制作的GUI界面程序, 可以選擇一個segy文件, 使用SegyReader類讀取并顯示相關信息在界面上. ===sr.exe的執行需要QT3.3.4的dll文件(因文件較大故未加入,需要者安裝QT3.3.4或與本人聯系),在主界面上執行菜單 File -> Open,選擇提供的test.sgy文件即可
標簽: segy SegyReader Segy QT
上傳時間: 2014-07-02
上傳用戶:hj_18