Finds the polynomial p10 of degree less than or equal to 10 that interpolates cos x on the interval [0, PI/2] at 11 equally spaced points. Study the error betwee between the function and the polynomial at 41 equally spaced points over the same interval. Repeat the latter but use your 11 points to be Chebyshevs.
標簽: interpolates polynomial the interval
上傳時間: 2015-04-06
上傳用戶:hakim
AVR單片機的優化RC6 加密算法(速度快,其優化思想絕對值得學習) 在有128bytes RAM 的AVR單片機上執行 rc6 16/10/8(16 bit/10 rounds/8 bytes keys) * 對多數代碼進行了 C 語言優化,對數據相關循環移位,模乘等用ASM優化 * 在4MHz無乘法器的AVR上得到平均 1172 Bytes/s的加解密速度。 * 編譯器: AVR-G
上傳時間: 2013-12-18
上傳用戶:阿四AIR
只包括兩個核心文件sha1.cpp及sha1.h 計算數據的sha1摘要。簡單,好用。 由于bit endian及little endian的原因,有些計算sha1摘要的算法計算出來的結果與正確結果有差異。此源碼經過測試,與RFC里列出的測試結果匹配。
上傳時間: 2015-04-09
上傳用戶:dongqiangqiang
8位大小比較器的VHDL源代碼,Magnitude Comparator VHDL description of a 4-bit magnitude comparator with expansion inputs
上傳時間: 2015-04-15
上傳用戶:guanliya
串口通訊使用說明 在兩臺機器運行serealcom.exe, 但必須保證用串口線連接, 選擇串口時如出現error, 表明此串口正被其它設備使用。
上傳時間: 2014-01-22
上傳用戶:thuyenvinh
The original NuLib has been ported to many different systems. Version 3.2.5 is functionally similar to v3.2.4, but the source code and documentation were cleaned up by Devin Reade, making it easier to build. NuLib2 is generally superior, but NuLib does have the advantage of running under 16-bit MS-DOS and GS/OS.
標簽: functionally different original Version
上傳時間: 2014-01-10
上傳用戶:liglechongchong
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.
標簽: firmware mouse translates translator
上傳時間: 2015-04-26
上傳用戶:cuiyashuo
一個具體的詞法分析程序,從輸入的源程序中,識別出各個具有獨立意義的單詞,即基本保留字、標識符、常數、運算符、分隔符五大類。并依次輸出各個單詞的內部編碼及單詞符號自身值。(遇到錯誤時可顯示“Error”,然后跳過錯誤部分繼續顯示)
上傳時間: 2015-04-26
上傳用戶:jhksyghr
可預置的8位計數器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //變量類型的宏定義 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的數碼管段碼 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在data區定義8位長度的數組,用來存放計數值 uchar data pre_cnt[8] //在data區定義8位長度的數組,用來存放預置值 sbit drv=P3^4 //定義輸出驅動端 bit set_flag //定義工作標志 bit out_flag //定義輸出標志 bit keydown_flag //鍵按下標志
標簽: unsigned include define uchar
上傳時間: 2015-04-29
上傳用戶:changeboy
心愿音樂系統1.1 測試結果 采用風聲無組件上傳,可以上傳 2m以下的文件 這個可能跟網速有關系,我測試上傳4k/秒 有其他根好上傳組件和好的建議方法請跟我聯系 http://bbs.lt52.com/ qq:112934475 1內核采用風聲無組件上傳類 v2.0 2代碼容易維護采用Macromedia Dreamweaver MX軟件編寫 一 文件說明 conn.asp 連接數據庫,第一次使用修改數據庫名稱 index.asp 音樂系統首頁 player.asp 播放器支持 mp3/wma/asf/rm/ram的格式的播放 error.asp 錯誤提示頁 息 pic文件夾 放網頁圖片資料 風聲無組件上傳類 v2.0幾個重要文件 upload1.asp UpLoadClass.asp function.js UpLoadFile文件夾 上傳專用文件夾 數據庫 UpLoadClass.mdb 版本升級說明 2004-7.29(心愿音樂系統1.1) 添加 推薦歌曲 top歌曲 上傳歌曲 作者菜單導航! 2004-7-27 心愿音樂系統 歡迎大家來測試!1.0 http://bbs.lt52.com/ qq:112934475
上傳時間: 2013-12-17
上傳用戶:ynwbosss