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