JavaExplorer是一個獨立于平臺的瀏覽器,支持許多功能:MDI,查看和保存圖片 (Jpg, GIF, BMP),按文本方式查看許多其它文件,多磁盤/目錄選擇,復制,刪除,搜索,將FTP站點當作為本地磁盤訪問...
標簽: JavaExplorer 獨立 瀏覽器
上傳時間: 2015-08-20
上傳用戶:yt1993410
JAVA編程,讀取Jpg,bmp圖像,并進行過濾,可實現照片的底片效果,是一個不錯的工具
上傳時間: 2015-08-22
上傳用戶:xsnjzljj
windows ce下的圖片瀏覽程序,自己寫的 利用wince5.0下的Imaging API接口顯示Jpg文件,以縮略圖的形式顯示,雙擊后打開大圖,可放大縮小,旋轉
上傳時間: 2015-08-30
上傳用戶:tedo811
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
Linux/Unix下的繪圖函數庫(Graphic Drawing Library),支持Jpg、PNG、BMP等多種輸出格式,可直接對已有的圖象文件進行操作,使用手冊在壓縮包中
標簽: Graphic Drawing Library Linux
上傳時間: 2013-12-27
上傳用戶:許小華
MicroStation源代碼,演示如何使用Jpg創建歡迎窗體,MicroStation是全球目前地位最高的CAD軟件,在國外應用很廣,國內在很多行業如水利,電力,測繪,勘探,通訊等領域也有很重要的應用,MicroStation的應用程序為*.ma
標簽: MicroStation 源代碼
上傳時間: 2013-12-26
上傳用戶:253189838
Windows狀態欄也稱系統托盤,位于任務欄的右側。很多軟件運行時會在系統托盤區出現一個小圖標,它作為程序運行的一個標志,用戶可以通過使用小圖標控制程序的顯示/隱藏,以及用彈出菜單的方式來控制應用程序。這樣不僅方便了用戶,而且使用系統托盤圖標以更好的節約Windows任務欄的資源。這個小圖標被稱作Windows系統托盤圖標,如:Windows系統的輸入法、聲音控制圖標,或金山詞霸、MSN、超級解霸等軟件的圖標. 程序實現功能: 能夠接受任何16x16大小的Jpg/GIF圖片文件作為托盤圖標; 能夠在鼠標移到托盤圖標上面時顯示提示信息; 通過單擊托盤圖標顯示/隱藏程序界面; 程序最小化時不顯示在任務條中; 右鍵單擊托盤圖標彈出程序控制菜單; 為托盤的其它鼠標事件提供接口,如雙擊等;
上傳時間: 2015-10-09
上傳用戶:784533221
This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed API. If a default filename is used: - if a still picture is taken, the ".Jpg" extension is appended to the default filename. (Otherwise the CameraCaptureDialog would throw an InvalidArgumentException). - if a video is recorded, null is passed to the CameraCaptureDialog as the default filename. The filename returned is then renamed to match the user entered filename while keeping the extension returned.
標簽: CameraCaptureDialog demonstrates pictures managed
上傳時間: 2013-12-15
上傳用戶:kikye
一個用ASP和ACCESS做的網絡建站系統 1.WAP站長論壇網站系統【測試版】 2.只能添加一級主題欄目 3."文章欄目、文件欄目"添加欄目后再添加分類 4.可自定上傳文件類型,上傳目錄,必須保證該目錄存在,否則上傳不了文件 5.可自定排序,序號越小越排前 6.文件欄目類型:圖片屬于圖像類,鈴聲、視頻等屬于音像類,游戲、軟件等屬于軟件類,文件擴展名必須帶“.”,多個擴展名用“,”隔開,如“.gif,.jar,.Jpg” 7.如有任何問題或建議,請聯系 QQ:13431619
上傳時間: 2013-12-29
上傳用戶:ouyangtongze
% 文件名:randlsbget.m % 程序員:余波 % 編寫時間:2007.6.25 % 函數功能: 本函數將完成提取隱秘于上的秘密信息 % 輸入格式舉例:result=( scover.Jpg ,56, secret.txt ,2001) % 參數說明: % output是信息隱藏后的圖象 % len_total是秘密信息的長度 % goalfile是提取出的秘密信息文件 % key是隨機間隔函數的密鑰 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判斷嵌入信息量是否過大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作為信息嵌入位計數器將信息序列寫回文本文件 p=1 % 調用隨機間隔函數選取像素點 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr)
標簽: randlsbget result scover 2007
上傳時間: 2015-11-10
上傳用戶:yzhl1988