Filename: main.c * Description: A simple test program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may be used for any purpose. However, this * notice must not be changed or removed and no warranty is either * expressed or implied by its publication or distribution.
標簽: test implementations Description Filename
上傳時間: 2015-02-02
上傳用戶:leehom61
OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners. * Shape functions of most "popular" finite elements * Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).
標簽: development oriented classes element
上傳時間: 2015-03-03
上傳用戶:kbnswdifs
定義和實現了一個棧及其操作編譯的時候只要用TC2.0或者WinTC打開Main.c文件進行編譯就好了。如發現有Bug請在這里貼出來或者把修改后的代碼跟帖在這里:)總之,這個工程僅僅是一個簡單示例,告訴大家怎么樣把課堂上學到的知識運用到實際編程當中去,工程中所用到的模塊化思想,數據結構等知識都是大家學過的,大三了,希望大家在最后這段時間里把寫程序的本領練就出來
上傳時間: 2015-03-25
上傳用戶:busterman
touchsceen_test ├─ main.c C語言主源文件 ├─ AscII6x8.c Ascii字符6x8點陣顯示格式數據 ├─ lcd.c LCD顯示函數源文件 ├─ lcd.h LCD定義頭文件 ├─ Call_int.s 中斷處理文件 ├─ tp.c 觸摸屏控制函數源文件 └─ tp.h 觸摸屏控制定義頭文件
標簽: touchsceen_test AscII Ascii main
上傳時間: 2013-12-21
上傳用戶:星仔
iic_test ├─ main.c C語言主源文件 ├─ iic.c IIC總線操作和24C040擦寫函數源文件 └─ iic.h IIC總線操作和24C040寫定義頭文件
上傳時間: 2015-04-10
上傳用戶:Zxcvbnm
c語言中寫二進制數。引用例子: #define Bin(n) LongToBin(0x##n##l) void main(void) { unsigned char c c = Bin(10101001) // c = 0xA9 }
標簽: void LongToBin unsigned define
上傳時間: 2015-04-13
上傳用戶:a6697238
2410開發板在ADS下測試LED的程序 運行步驟: 1 打開led.mcp工程文件 2 運行 3 觀察開發板上的跑馬燈閃爍 文件說明: init.s 開發板初始化文件 Main.c 中斷實驗主程序文件
上傳時間: 2013-12-30
上傳用戶:gaome
RC5-CTS模式加密解密算法C++程序實現。 解壓之后運行main.dsw.在VC++下面打開,執行之后根據顯示首先輸入密鑰(隨便輸入不超過16字節的字符串),之后提示輸入需要加密的plaintext文件,輸入plaintext1.txt,這個文件在壓縮包里已經存在,(注意一定要寫清楚文件類型名,是個文本文件),然后根據提示輸入加密文件名,可隨便輸入一個文件名,但是別忘記了類型名.txt,如ciphertext1.txt。因為不輸入類型名將來無法打開。之后輸入解密之后的文件名,可輸入decrypted.txt 結束。 之后打開生成的ciphertext1.txt和decrypted.txt,還有原來的明文文件plaintext1.txt,可以看出decrypted.txt和plaintext1.txt內容一致。ciphertext1.txt由plaintext1.txt加密得到,而decrypted.txt由ciphertext1.txt解密得到
上傳時間: 2013-12-20
上傳用戶:小鵬
程序為D12的USB測試程序 main.c為主程序 D12.c為PDIUSBD12芯片操作子程序 usb,c為usb協議部分 isr.c為中斷處理程序 包括定時器中斷(沒用)/INT0中斷(單片機INT0腳與PDIUSBD12中斷腳相連) hard.c為硬件底層程序,讀寫端口 mydev.c為我的設備請求程序
上傳時間: 2013-12-21
上傳用戶:壞壞的華仔
Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the command "wmatch".
標簽: hafnian nonnegative the Computes
上傳時間: 2013-12-23
上傳用戶:lmeeworm