The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.
資源簡(jiǎn)介:The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. ...
上傳時(shí)間: 2016-11-09
上傳用戶:wang5829
資源簡(jiǎn)介:The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. ...
上傳時(shí)間: 2014-01-21
上傳用戶:lxm
資源簡(jiǎn)介:Arp packet forger.You can build your packet, and send in the network. It s easy to compile, read the source!
上傳時(shí)間: 2013-12-22
上傳用戶:zukfu
資源簡(jiǎn)介:鈥?What Is a Thread? o The Thread Class o Simple Thread Examples 鈥?Problems with Multithreading o What Goes Wrong? o Thread Names and Current Threads o Java s synchronized 鈥?Synchronizing Threads o Multiple Locks 鈥?The ...
上傳時(shí)間: 2017-03-02
上傳用戶:kristycreasy
資源簡(jiǎn)介:With DJ Java Decompiler you can decompile java class-files and save it in text or other format.It s simple and easy.
上傳時(shí)間: 2015-06-23
上傳用戶:wang0123456789
資源簡(jiǎn)介:A few drivers for the Motorola C380 s celluar phone hardware with a simple test application. It s configured to build a binary that is to be uploaded at 0x03fd0000 and run at 0x03fd0010
上傳時(shí)間: 2017-05-01
上傳用戶:zhangzhenyu
資源簡(jiǎn)介:This is SvmFu, a package for training and testing support vector machines (SVMs). It s written in C++. It uses templates. The advantage of templates is that the types of kernel values and data points can be varied to suit the problem.
上傳時(shí)間: 2015-07-03
上傳用戶:zhengzg
資源簡(jiǎn)介:the programmer for samsung s 2410, it s for LCD controler
上傳時(shí)間: 2013-12-26
上傳用戶:410805624
資源簡(jiǎn)介:It s the E-book of LEDA. Library of Efficient Data types and Algorithms
上傳時(shí)間: 2014-01-24
上傳用戶:熊少鋒
資源簡(jiǎn)介:The CMUPA is designed to be a low bandwidth, highly flexible architecture .This is it s protocol.
上傳時(shí)間: 2014-01-16
上傳用戶:1966640071
資源簡(jiǎn)介:This little program shows how to use COM technology in Win32Asm. When it s run it lets the user freely decide about the presence of the program with the WS_EX_TOOLWINDOW style on the taskbar. The main goal is to show the easiest pos...
上傳時(shí)間: 2015-05-03
上傳用戶:kernaling
資源簡(jiǎn)介:I know we can t forget the past you can t forget love and pride because of that,it s kill in my inside
上傳時(shí)間: 2015-06-19
上傳用戶:stvnash
資源簡(jiǎn)介:It s a accidence analyzer for C.It s the things that computer student wants.,WINDOWS
上傳時(shí)間: 2013-12-25
上傳用戶:tb_6877751
資源簡(jiǎn)介:可在系統(tǒng)引導(dǎo)時(shí)工作的RootKit,較簡(jiǎn)單 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code r...
上傳時(shí)間: 2014-01-02
上傳用戶:gdgzhym
資源簡(jiǎn)介:It s my own design .there are s3c44b0x and atl8019 in the design. it is original so need be improved.you can open it with protel 99se! I great appreciate your use!
上傳時(shí)間: 2014-01-21
上傳用戶:秦莞爾w
資源簡(jiǎn)介:The matlab source code.It s very usefulness.
上傳時(shí)間: 2014-01-07
上傳用戶:stella2015
資源簡(jiǎn)介:用來(lái)計(jì)算混沌時(shí)間序列的延遲時(shí)間,It s applied to calculate the delay time of chaos time series,
上傳時(shí)間: 2015-10-11
上傳用戶:songrui
資源簡(jiǎn)介:Here s the code! Too many people ask for this Using this code you can save an image item as a jpeg image, specifying the quality of it. Jpeg quality is the same as compression so the lower the quality, the smaller the file size. It s simpl...
上傳時(shí)間: 2013-12-07
上傳用戶:米卡
資源簡(jiǎn)介:a xml,though it s null, just for the bonus
上傳時(shí)間: 2015-11-06
上傳用戶:qq1604324866
資源簡(jiǎn)介:it s been design to help the ATM seller to sell the goods easily and convenience.
上傳時(shí)間: 2014-01-08
上傳用戶:tyler
資源簡(jiǎn)介:gphone is a net phone base on the rtp protocol. It is simple but pratical and can be a good sample for newbies of rtp protocol
上傳時(shí)間: 2014-01-19
上傳用戶:lnnn30
資源簡(jiǎn)介:Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose is pretty specific, and I only wrote it to work on the mega88, so the code itself won t be too useful. It is a good place to start if you re try...
上傳時(shí)間: 2013-12-19
上傳用戶:天誠(chéng)24
資源簡(jiǎn)介:Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard i/o is too clumsy. C programmers fall back on strtok(), but this can be tricky to use properly. Besides, you are still responsible for ke...
上傳時(shí)間: 2013-12-16
上傳用戶:whenfly
資源簡(jiǎn)介:detailed description of network driver design for uclinux. It s quite good for the understanding the work flow of ethernet driver in uclinux
上傳時(shí)間: 2014-06-17
上傳用戶:rocketrevenge
資源簡(jiǎn)介:An111 is a quite old flashing equipment. It s the source code to drive old equipment.
上傳時(shí)間: 2014-01-27
上傳用戶:515414293
資源簡(jiǎn)介:It s a useful file for those need to pass the exam of Buliding Web application (vb.net)
上傳時(shí)間: 2013-12-22
上傳用戶:wqxstar
資源簡(jiǎn)介:The 808 Virus Here another virus from Skism. It s a quick overwriting virus but you can use the source code to write your own viruses.
上傳時(shí)間: 2013-12-03
上傳用戶:ippler8
資源簡(jiǎn)介:it s a simple jsp,you can only just try it
上傳時(shí)間: 2013-12-22
上傳用戶:6546544
資源簡(jiǎn)介:Debugging is a fascinating topic no matter what language or platform you re using. It s the only part of software development in which engineers kick, scream at, or even throw their computers. For a normally reticent, introverted group, thi...
上傳時(shí)間: 2013-12-19
上傳用戶:xieguodong1234
資源簡(jiǎn)介:This program is copyrighted by it s author and you are granted a free license to use the program for non-commercial purposes. If you are interested in using the program for commercial purposes please contact Kevin W. Russell at CIS 71551...
上傳時(shí)間: 2016-02-18
上傳用戶:wangzhen1990