linux下實現的bmp的讀寫,主function與load_save分開寫,有Makefile
標簽: load_save Makefile function linux
上傳時間: 2014-01-20
上傳用戶:bibirnovis
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
標簽: dimensions arbitrary function reverse
上傳時間: 2016-04-16
上傳用戶:waitingfy
file img CRC 16 function
上傳時間: 2013-12-19
上傳用戶:helmos
DSP C2000程序員高手進階,詳細說明了定點DSP編程過程中利用Q格式進行浮點計算,并說明了基于DSP c語言實現面向對象編程
上傳時間: 2013-12-11
上傳用戶:cylnpy
usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
標簽: driver function Windows bulkusb
上傳時間: 2016-04-25
上傳用戶:270189020
face tracking function of source code
標簽: tracking function source face
上傳時間: 2016-04-28
上傳用戶:fhzm5658
嵌入式FAT16文件系統,code C , Full version,function contains read file,write file,create file,etc
標簽: file function contains version
上傳時間: 2016-05-02
上傳用戶:exxxds
基于基本遺傳算法的函數最優化 SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg
標簽: Algorithm Optimizer developed Function
上傳時間: 2016-05-05
上傳用戶:520
VBS解析_delphi.rar function ParseFileDir(a_strFileName) { var l_FunNo var l_BaseDir var result l_BaseDir = "D:\\X項目\\" l_FunNo = a_strFileName.substring(0, 5) result = l_BaseDir+l_FunNo + \\ +a_strFileName return result }
標簽: var a_strFileName ParseFileDir l_BaseDir
上傳時間: 2013-12-04
上傳用戶:l254587896
關于Q元LDPC碼的C++仿真程序,絕對正確,應經調試過了……請參考
上傳時間: 2013-12-19
上傳用戶:nanxia