This toolbox distributes processes over matlab workers available over the intranet/internet (SPMD or MPMD parallel model). It is very useful for corsely granular parallelization problems and in the precesence of a distributed and heterogeneus computer enviroment. No need for configuration files ! Cross platforms, cross OS and cross MATLAB versions. Workers can be added to the parallel computation even if it has started. No need of a common file system, all comms are using tcpip connections
標(biāo)簽: over distributes available processes
上傳時間: 2014-01-03
上傳用戶:希醬大魔王
為Delphi2005做了改動 DSPack 2.3.3 (Sep 2004). DSPack is a set of Components and class to write Multimedia Applications using MS Direct Show and DirectX technologies. DSPack is designed to work with DirectX 9 on Win9X, ME, 2000, and Windows XP operating systems. Now VMR (Video Mixing Renderer) is available on all Windows Operating Systems. DSPack 2 is designed to work with Delphi 5,6,7 and CPP Builder 6.
標(biāo)簽: DSPack Components Multimedia Delphi
上傳時間: 2014-01-22
上傳用戶:hzy5825468
small rtos for avr small rtos 使用了動態(tài)堆棧 想無需任何改動就可以編譯這個程序,就必須安裝winavr20050214和uv2,先點(diǎn)擊uv2的工程文件打開這個工程然后在Tools---->Customize Tools Menu...嵌入gcc編譯命令make all和make clean即可立即編譯。編譯后可以使用avr studio進(jìn)行代碼級仿真
上傳時間: 2013-12-10
上傳用戶:moerwang
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ** RELEASE NOTES *** *** *** *** ***** *** *** *** *** *** *** *** *** *** *** *** *** *** 1) RELEASE NOTES: --- --- ---- The release notes are now provided in PDF format in the file: \SOFTWARE\uCOS-II\DOC\RelV251.PDF 2) FEATURES SINCE V2.00: --- --- --- ----- All the features added since V2.00 are described in the PDF file: \SOFTWARE\uCOS-II\DOC\NewV251.PDF 3) EVENT FLAGS: -------------- Event Flags are discussed in AN-1007 (see www.Micrium.com/app_notes.htm) 4) QUICK REFERENCE CHART: ------------------------ A Quick Reference Chart for all the functions in V2.51 is provided in the following .PDF files: \SOFTWARE\uCOS-II\DOC\QuickRefChartV251-Color.PDF Once printed, simply FOLD the page in half and if you have a LAMINATION machine, you can protect the chart by laminating it.
上傳時間: 2015-04-06
上傳用戶:zq70996813
The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be able to communicate with other users! One other goal with this project was to lower the GPRS-traffic in the phone and make the ICQ-ing cheaper. A third goal was to make this service as easy to log-in to as possible. Anyone tried to fill a log-in screen with a WAP-browser should know what I mean. With Wapmess all you have to do is to write your login-url ONCE and then bookmark it in your phone, to make it available fast. :)
標(biāo)簽: mobile-phone possible project almost
上傳時間: 2015-04-08
上傳用戶:xiaodu1124
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder). You should run "Simulation.m" function that include all modules.
標(biāo)簽: simulation baseband channel packet
上傳時間: 2014-11-09
上傳用戶:hwl453472107
Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use essentially the same method. ZOO and LHA even use excactly the same method.
標(biāo)簽: archiver Contains complete Haruhiko
上傳時間: 2014-01-17
上傳用戶:himbly
The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine the dynamic equations of motion for the system, and lin earize about the pendulum s angle, theta = Pi (in other words, assume that p endulum does not move more than a few degrees away from the vertical, chosen to be at an angle of Pi). Find a controller to satisfy all of the design re quirements given below.
標(biāo)簽: F. with Determine inverted
上傳時間: 2014-01-17
上傳用戶:miaochun888
1 程序開發(fā)步驟如下 (1) 打開vc,選擇菜單項file->new,選擇projects選項并建立一個名為"floppy"的win32 console applicatoin工程;創(chuàng)建時注意指定創(chuàng)建該工程的目錄; (2) 在工程中創(chuàng)建源文件"floppy.cpp":選擇菜單項project->add to project->files,在選擇框中輸入自己想要創(chuàng)建的文件名,這里是"floppy.cpp";在接下來詢問是否創(chuàng)建新文件時回答"yes";然后通過Workspace->FileView->Source Files打開該文件,在其中編輯本程序的源代碼;編輯結(jié)束后通過菜單項File->Save進(jìn)行保存; (3) 同(2)步驟再加入文件"floppy.h"; (4) 通過調(diào)用菜單命令項build->build all進(jìn)行編譯連接,可以在指定的工程目錄下得到debug->floppy.exe程序;現(xiàn)在即可以運(yùn)行該程序;由于沒有命令行參數(shù),故不必在控制臺下來運(yùn)行,直接運(yùn)行即可; 2 補(bǔ)充說明 這里僅僅給出了編譯結(jié)果和源程序,沒有所創(chuàng)建工程的其他文件。
標(biāo)簽: 程序開發(fā)
上傳時間: 2014-01-02
上傳用戶:wpt
The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANAll_V110: Receives all CAN messages in a receive queue. LPC2_CANFull_V110: Uses Full-CAN-like reception filtering. LPC2_CANBlinky_V130: Minimal example of MicroCANopen, uses Full-CAN-like reception filtering and implements both Rx and Tx Interrupt Service Routines.
標(biāo)簽: ESAcademy following directory examples
上傳時間: 2015-04-25
上傳用戶:hasan2015
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1