使用到的參數跟談到彈性網絡的那一章里頭所講的是一樣的, ke 則是終止條件。如果 step 被打勾,則程式在每一步之間會暫停 100毫秒(或其他使用者輸入的數值)。如果 Random 被打勾,則程式會以系統時間作為亂數產生器的種子數,否則,就以使用者輸入的數( Random 右邊那一格)為種子數。 你可以利用 Load 來載入推銷員問題檔與其最佳解,如此便可比較彈性網絡所找出來的解與最佳解差了多少。 Central, Radius, and Error 這三個參數的前兩個,只影響彈性網絡的起使位置和大小,對求解沒有影響。第三個參數代表城市與網絡點之間的容忍距離,也就是說,如果某城市與某網絡點之間的距離,小于容忍距離,那就把這個城市當成是被該網絡點所拜訪。 按下小 w按鈕會將目前的結果與參數值寫到“en.out”這個檔案。使得我們可以很方便地來比較不同參數的效果。
上傳時間: 2013-12-17
上傳用戶:84425894
第一版YL2410開發板的BIOS 功能比較簡單,上電之后,LCD顯示藍色、綠色、紅色三個豎條 同時串口顯示如下: Power on reset ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Boot Please select function : 0 : USB downLoad file(通過USB下載文件) 1 : Uart downLoad file(通過串口下載文件) 2 : Write Nand flash with downLoad file(將下載的文件燒寫到NandFlash) 3 : Load Pragram from Nand flash and run(從NandFlash裝載文件并運行) 4 : Erase Nand flash regions(擦除NandFlash區域) 5 : Write NOR flash with downLoad file(將下載的文件燒寫到NorFlash) 6 : Set boot params(設置Linux啟動相關參數) 7 : Set AutoBoot parameter,1:linux 2:wince(設置WINCE自啟動)
上傳時間: 2015-09-15
上傳用戶:Amygdala
Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Contains the driver sources. Compile with "make". Then as root, install with "make install". Type "modprobe finepix" to Load the module. userspace/ Type "make" to compile. fpix: test program, independant of the driver. Uses libusb to directly access the camera and capture a frame, saved under frame.jpg. Will not work if the driver is Loaded. fpixtest: test program. Uses V4L2 to capture an image. fpix-stress-v4l2: never ending (in theory) stress test derived from fpixtest.
標簽: driver i.e. FujiFilm FinePix
上傳時間: 2014-11-28
上傳用戶:chenxichenyue
There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough memory to Load them. I suggest checking out matrices in Alist format available on David MacKay s web site.You will need to have access to a MEX compiler to be able to use a few functions written in C. LDPC的仿真代碼
標簽: example channel ldpc_de encode
上傳時間: 2013-12-03
上傳用戶:lili123
VC6.0開發環境下開發的ATA接口控制程序,用戶可以在圖形界面下對插入個人電腦的ATA接口的硬盤進行一系列的操作(比如Load 磁頭,讓磁頭進行尋道),該軟件支持ATA3協議的部分命令,需要進一步完善).
上傳時間: 2015-09-26
上傳用戶:xieguodong1234
The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals: To support massive concurrency, on the order of tens of thousands of clients per node To exhibit robust performance under wide variations in Load and, To simplify the design of complex Internet services. SEDA decomposes a complex, event-driven application into a set of stages connected by queues. This design avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic. SEDA enables services to be well-conditioned to Load, preventing resources from being overcommitted when demand exceeds service capacity. Decomposing services into a set of stages also enables modularity and code reuse, as well as the development of debugging tools for complex event-driven applications.
標簽: Event-Driven Architecture Internet building
上傳時間: 2015-09-28
上傳用戶:日光微瀾
把訓練數據拷入,Load的*.m文件中, 文件中部Load的*.m為測試數據 save 存盤的文件為測試數據的bp預測值, 該程序可以擴充n個輸入,n個輸出,很容易
標簽: 數據
上傳時間: 2013-12-16
上傳用戶:comua
A frame with a text area to show the contents of a file inside a zip archive, a combo box to select different files in the archive, and a menu to Load a new archive.
標簽: contents archive inside frame
上傳時間: 2015-10-27
上傳用戶:koulian
轉載:對神經網絡中使用最廣泛的一種:BP神經網絡采用vbmatlab來實現,把訓練數據拷入,Load的*.m文件中, 文件中部Load的*.m為測試數據 save 存盤的文件為測試數據的bp預測值, 該程序可以擴充n個輸入,n個輸出,很容易
上傳時間: 2015-11-10
上傳用戶:xwd2010
This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM. As of this time, the DDR interface only works up to 120 MHz. At 130, DDR data can be read but not written. NOTE: the test bench cannot be simulated with DDR enabled because the Altera pads do not have the correct delay models. * How to program the flash prom with a FPGA programming file 1. Create a hex file of the programming file with Quartus. 2. Convert it to srecord and adjust the Load address: objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec 3. Program the flash memory using grmon: flash erase 0x800000 0xb00000 flash Load fpga.srec
標簽: Development Startix2 tailored Altera
上傳時間: 2014-01-19
上傳用戶:chongcongying