See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide Web. TCPMAN.HLP provides detailed instructions to help you use the Trumpet Winsock included on this disk. Use the Program Manager s File menu Run option to execute the SETUP.EXE program found on this disk. SETUP.EXE will install the programs on your hard drive and create an Internet Programming group window. Internet編程技術(shù) [配套程序] [涉及平臺] VC [作者] void [文件大小] 1032K
標(biāo)簽: description companion Appendix RESOURCE
上傳時間: 2013-12-04
上傳用戶:asasasas
This a online education system that has not been completed yet.We have a long way to go to consummate this system.Let s work hard together and obtain more and more knowledge !
標(biāo)簽: education completed consummat online
上傳時間: 2015-06-04
上傳用戶:kelimu
計算圖p(n,k)羅馬支配數(shù)的算法,計算羅馬支配數(shù)是一個np—complete問題,這里給出一個相對高性能的算法。
上傳時間: 2013-12-22
上傳用戶:壞壞的華仔
程序為D12的USB測試程序 main.c為主程序 D12.c為PDIUSBD12芯片操作子程序 usb,c為usb協(xié)議部分 isr.c為中斷處理程序 包括定時器中斷(沒用)/INT0中斷(單片機(jī)INT0腳與PDIUSBD12中斷腳相連) hard.c為硬件底層程序,讀寫端口 mydev.c為我的設(shè)備請求程序
上傳時間: 2013-12-21
上傳用戶:壞壞的華仔
0-1整數(shù)規(guī)劃有很廣泛的應(yīng)用背景,比如指派問題,背包問題等等,實(shí)際上TSP問題也是一個0-1問題,當(dāng)然這些問題都是NP問題,對于規(guī)模較大的問題用窮舉法是沒有辦法在可接受的時間內(nèi)求得最優(yōu)解的,本程序只不過是一個練習(xí),得意之處是用遞歸法把所有解都排列出來。另:胡運(yùn)權(quán)所著的《運(yùn)籌學(xué)基礎(chǔ)及應(yīng)用(第三版)》第97頁的例3,我用本程序求解得到的結(jié)果是:最優(yōu)解是x*=(1,0, 0, 0, 0),最優(yōu)值是f(x*)=8,但書求得最優(yōu)解是x*=(1,0, 1, 0, 0),最優(yōu)值是f(x*)=4,是不是書中寫錯了,請大家驗證。以下是源程序,大家可以任意使用無版權(quán)問題,另外,如果大家有大規(guī)模的0-1規(guī)劃的問題也希望提供給我,謝謝。變量個數(shù)至少是3個
上傳時間: 2014-01-15
上傳用戶:gdgzhym
10。《用于最優(yōu)化的計算智能》,Nirwan Ansali,Edwin Hou著,李軍,邊肇棋譯 清華大學(xué)出版社 1999年第一版 本書從討論組合優(yōu)化中的基本問題——NP問題入手,系統(tǒng)地講述了近年來所發(fā)展起來的智能最優(yōu)化的各種技術(shù)和方法,其中包括啟發(fā)式搜索、Hopfield神經(jīng)網(wǎng)絡(luò)、模擬退火和隨機(jī)機(jī)、均場退火以及遺傳算法等;并在此基礎(chǔ)上,通過一些典型的應(yīng)用問題,如旅行商問題、模式識別中的點(diǎn)模式匹配問題、通信和任務(wù)調(diào)度等問題進(jìn)一步闡明以上一些基本方法怎樣用來解決這些原來具有NP性質(zhì)的困難問題。本書是作者在美國新澤西州理工學(xué)院多年講授有關(guān)課程的基礎(chǔ)上寫成的。全書深入淺出,理論聯(lián)系實(shí)際。為幫助學(xué)生掌握基本概念,提高學(xué)習(xí)能動性,各章編寫了習(xí)題。本書可作為通信、計算機(jī)、控制各專業(yè)的高年級學(xué)生和研究生學(xué)習(xí)有關(guān)課程的教材。它對于廣大科研工作者也是一本很有實(shí)際價值的參考書。
標(biāo)簽: 計算
上傳時間: 2014-01-26
上傳用戶:Shaikh
Many programs today suffer from the fact that their users have to connect using IP addresses. This is impossible for dialup users, whose IPs change all the time, and painful for LAN users who don t know their IP addresses or whose addresses also change. In addition, many collaborative programs could benefit from offering friends lists, showing friends as online or offline, providing status information. This kind of functionality is hard to provide, requiring a dedicated Internet database and a new client - client protocol. But it is offered today through a system called AwareNet, which is offered free of charge and royalty
標(biāo)簽: addresses programs connect suffer
上傳時間: 2013-12-05
上傳用戶:CHENKAI
用遺傳算法解0/1背包問題,背包問題是著名的NP完備類困難問題,此處給出解法。
上傳時間: 2014-01-25
上傳用戶:caiiicc
0_1背包問題,回溯法解背包問題 0-l背包問題是子集選取問題。一般情況下,0-1背包問題是NP難題。0-1背包 問題的解空間可用子集樹表示。解0-1背包問題的回溯法與裝載問題的回溯法十分類 似。在搜索解空間樹時,只要其左兒子結(jié)點(diǎn)是一個可行結(jié)點(diǎn),搜索就進(jìn)入其左子樹。當(dāng) 右子樹有可能包含最優(yōu)解時才進(jìn)入右子樹搜索。否則將右子樹剪去。設(shè)r是當(dāng)前剩余 物品價值總和;cp是當(dāng)前價值;bestp是當(dāng)前最優(yōu)價值。當(dāng)cp+r≤bestp時,可剪去右 子樹。計算右子樹中解的上界的更好方法是將剩余物品依其單位重量價值排序,然后 依次裝入物品,直至裝不下時,再裝入該物品的一
上傳時間: 2014-01-17
上傳用戶:小碼農(nóng)lz
FLASH文件系統(tǒng)的源碼,F(xiàn)lash memory is a nonvolatile memory, which allows the user to electrically program (write) and erase information. The exponential growth of flash memory has made this technology an indispensable part of hundreds of millions of electronic devices. Flash memory has several significant differences with volatile (RAM) memory and hard drive technologies which requires unique software drivers and file systems. This paper provides an overview of file systems for flash memory and focuses on the unique software requirements of flash memory devices.
標(biāo)簽: FLASH 文件系統(tǒng) 源碼
上傳時間: 2015-11-29
上傳用戶:問題問題
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1