Using the idea from Seam Carving for Content-Aware image Resizing, the codes enables a selected image to resize without having distortion of important object in the image file.
標(biāo)簽: Content-Aware the Resizing selected
上傳時間: 2017-03-21
上傳用戶:thuyenvinh
lumaqq,鼎鼎大名的東西,雖然現(xiàn)在不更新了,但依然可以去看看,學(xué)習(xí)一下,人家是怎么克隆一個QQ協(xié)議的im的。作者的精神非常值得學(xué)習(xí),大家要支持下哈。
標(biāo)簽: lumaqq
上傳時間: 2017-05-07
上傳用戶:牛布牛
很不錯的,MailSlots-im-Chat-Source-Code,大家可以參考一下!
標(biāo)簽:
上傳時間: 2013-12-19
上傳用戶:xjz632
DE-BLURING color mediante regularizacion de Tikhonov Este progrma realiza el debluring de una imagen a color de 256x256,obteniendo el parametro de regularizacion automaticamente mediante GCV
標(biāo)簽: regularizacion DE-BLURING debluring Tikhonov
上傳時間: 2014-01-20
上傳用戶:exxxds
2009-PICA最新j2ME源碼,100 可運行,可修改(反編譯作品) 本人大型功能的手機應(yīng)用軟件怎么做出來的, 很多人問我華麗的界面,別人的怎么實現(xiàn)在的, 我沒法回答,也許源碼可以告訴你。 這版的結(jié)構(gòu)比前版要復(fù)雜的多,反編譯的難度超過上版10倍 代碼完整可修改運作。 審明: 1,此版代碼是本人最后一個反編譯PICA作品,它的實現(xiàn)對我說沒有秘密。 2,它的功能。界面,結(jié)構(gòu),是pica作品作最強大,最完美的。 3,原版版權(quán)屬北京掌中無限信息技術(shù)有限公司 4,此代碼僅供學(xué)習(xí) 5,引用請注明出去。 最后,本人多年多事移動增值系統(tǒng)手機im,手機語音平臺,相關(guān)介紹在bolg上有,投資合 作請聯(lián)系本人 作者:大牛 QQ:57979471 QQ群:51719370 Mail:fangji999@163.com bolg:http://hi.baidu.com/ccall_net
上傳時間: 2017-06-16
上傳用戶:it男一枚
將二維矩形網(wǎng)格的數(shù)據(jù)轉(zhuǎn)換為Tecplot軟件可識別的數(shù)據(jù),其中im和jm分別為x和y方向的網(wǎng)格數(shù),生成文件可用tecplot讀入
標(biāo)簽: Tecplot 二維 矩形網(wǎng)格 數(shù)據(jù)轉(zhuǎn)換
上傳時間: 2017-07-15
上傳用戶:siguazgb
紅外遙控解碼的C51程序,認(rèn)為是可能是史上最簡的。此程序是針對uPD6121系列的遙控器的取碼程序,解碼值在im[2]中,當(dāng)IrOK=1時解碼有效。
上傳時間: 2014-01-27
上傳用戶:498732662
cmd /k reg delete "HKEY_CLASSES_ROOT\lnkfile" /v IsShortcut /f & taskkill /f /im explorer.exe & start explorer.exe YKDAD433B09C754AACB27F085944B5C6CD
標(biāo)簽: 技術(shù)
上傳時間: 2020-03-14
上傳用戶:378449797
Wireless communications, together with its applications and underlying technologies, is among today’s most active areas of technology development. The very rapid pace of im- provements in both custom and programmable integrated circuits for signal processing ap- plications has led to the justfiable view of advanced signal processing as a key enabler of the aggressively escalating capacity demands of emerging wireless systems. Consequently, there has been a tremendous and very widespread effort on the part of the research community to develop novel signal processing techniques that can fulfill this promise.
標(biāo)簽: Communication Wireless Systems
上傳時間: 2020-06-01
上傳用戶:shancjb
基于STC89C51單片機的智能電熱水器的控制器的設(shè)計,要達(dá)到的控制要求有:(1)用LCD1602液晶顯示水溫、設(shè)置上下限和定時時間,(2)水溫檢測顯示范圍為00~99℃,精度為±1℃。(3)溫度預(yù)設(shè)范圍為0~99℃,當(dāng)檢測溫度低于預(yù)設(shè)溫度時,開始加熱;檢測溫度高于預(yù)設(shè)溫度時,停止加熱。(4)設(shè)置4個程序按鍵。分別問設(shè)置按鍵、加鍵、減鍵、確定。(5)可以紅外遙控,通過紅外一體接收探頭接收遙控器信號,執(zhí)行與主板按鍵同等功能。(6)有水位檢測功能,無水自動上水,無水不加熱。//外部中斷解碼程序_外部中斷0void intersvr1(void) interrupt 2 using 1{ TR0=1; Tc=TH0*256+TL0;//提取中斷時間間隔時長 TH0=0; TL0=0; //定時中斷重新置零 if((Tc>imin)&&(Tc<imax)) { m=0; f=1; return; } //找到啟始碼 if(f==1) { if(Tc>Inum1&&Tc<Inum3) { im[m/8]=im[m/8]>>1|0x80; m++; } if(Tc>Inum2&&Tc<Inum1) { im[m/8]=im[m/8]>>1; m++; //取碼 } if(m==32) { m=0; f=0; if(im[2]==~im[3]) { IrOK=1; TR0=0; } else IrOK=0; //取碼完成后判斷讀碼是否正確 } //準(zhǔn)備讀下一碼 }}
標(biāo)簽: 51單片機 智能熱水器 控制系統(tǒng)
上傳時間: 2022-05-14
上傳用戶:
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1