Welcome![Sign In][Sign Up]
Location:
Search - image password

Search list

[Other resourcethin-image

Description: 这是关于细化算法的一个源码,我在国外网站下载的,没有密码就可以解压,愿和大家一起共享!-This is a refinement of the algorithm source code, my foreign websites, and no password can be extracted, and is willing to share with everyone!
Platform: | Size: 3442 | Author: wyy | Hits:

[SQL Server读写SQL中的image字段.zip

Description: Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long '************************************************************* Public Function ImportPhoto(sPicFile As String, sEmpID As String) As String Dim rcsPic As ADODB.Recordset Dim sMax As String Dim sInsertPic As String Dim rcsTemp As New Recordset Dim sTempSQL As String If Trim(sPicFile) = "" Then Exit Function On Error GoTo ErrorImportPhoto Set rcsPic = New ADODB.Recordset rcsPic.CursorType = adOpenKeyset rcsPic.LockType = adLockOptimistic ' rcsPic.Open "T_PPICTURE ", AstDbCnt, , , adCmdTable 'astdbcnt 替换为你连接方式 Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.LoadFromFile sPicFile rcsPic.AddNew rcsPic.Fields("PERS").Value = sEmpID rcsPic.Fields("PIC").Value = mstream.Read rcsPic.Update mstream.Close Set mstream = Nothing rcsPic.Close Set rcsPic = Nothing Exit Function ErrorImportPhoto: ImportPhoto = "FALSE" End Function '注意要将 AstDbCnt 替换为你的oracle 连接 Public Function DisplayPhoto(oPicture As PictureBox, sPicID As String) Dim rcsDisplay As ADODB.Recordset Set rcsDisplay = New ADODB.Recordset Dim mstream As ADODB.Stream Dim mc0 As String rcsDisplay.Open "Select * from T_PPICTURE where PERS = '" & sPicID & "'", AstDbCnt, adOpenKeyset, adLockOptimistic If rcsDisplay.EOF Then oPicture.Picture = LoadPicture() Exit Function End If If IsNull(rcsDisplay.Fields("PIC").Value) Then oPicture.Picture = LoadPicture() Exit Function End If Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.Write rcsDisplay.Fields("PIC").Value strclose = App.Path & "\AstPhoto_temp" DeleteFile (strclose) mstream.SaveToFile strclose mstream.Close Set mstream = Nothing rcsDisplay.Close Set rcsDisplay = Nothing oPicture.Picture = LoadPicture(strclose) End Function Private Sub Command1_Click() Set cn = New ADODB.Connection cn.Open "Provider=SQLOLEDB;data Source=IWP2;Initial Catalog=T213;User Id=sa;Password=sql123" Set rs = New ADODB.Recordset rs.Open "Select * from QB_T213PMPD where DT=2006080818", cn, adOpenKeyset, adLockOptimistic Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.Write rs.Fields("MPI").Value mstream.SaveToFile "P:\T213_data\ShowMPI\T213_3.mpi", adSaveCreateOverWrite rs.Close cn.Close End Sub Private Sub Command2_Click() Set cn = New ADODB.Connection cn.Open "Provider=SQLOLEDB;data Source=;Initial Catalog=pubs;User Id=;Password=" Set rs = New ADODB.Recordset rs.Open "Select * from pub_info", cn, adOpenKeyset, adLockOptimistic Set mstream = New ADODB.Stream mstream.Type = adTypeBinary mstream.Open mstream.LoadFromFile "" rs.Fields("logo").Value = mstream.Read rs.Update rs.Close cn.Close End Sub
Platform: | Size: 3123 | Author: wuzhiyong_130@163.com | Hits:

[Data structsthin-image

Description: 这是关于细化算法的一个源码,我在国外网站下载的,没有密码就可以解压,愿和大家一起共享!-This is a refinement of the algorithm source code, my foreign websites, and no password can be extracted, and is willing to share with everyone!
Platform: | Size: 3072 | Author: wyy | Hits:

[Successful incentive20070315

Description: 上商务礼仪与职业形象塑造研修班时,老师的PPT,告诉你行为处事中要注意的方式。没有密码,直接解压即可。-on business etiquette and professional image-building workshop, teachers PPT, tell you which acts to the attention of doing things the way. No password can be extracted directly.
Platform: | Size: 294912 | Author: 卢涛 | Hits:

[Internet-Networkhttpdown

Description: http协议下载文件vc实现,可以做网页图片采集,内容采集解压密码www.39g.com-http protocol to download files vc achieve, you can do page image acquisition, content acquisition unzip password www.39g.com
Platform: | Size: 22528 | Author: warfee | Hits:

[DSP programTexas_Instruments

Description: TI DSP 原理图,解压后即可,不需要密码-TI DSP schematics, after decompression can, no password
Platform: | Size: 461824 | Author: moo | Hits:

[WEB Codeflash_image

Description: 滚动图片系统管理系统,是一个本人经常应用于设计网站的新闻发布时使用的系统,上传操作简单,用户名和密码:admin,希望可以帮助大家完善自己的网站。-Scroll Photo System Management System, is a site I often used in the design of the press releases use the system, From simple, user name and password: admin, I hope we can help improve their own websites.
Platform: | Size: 371712 | Author: ai-dw | Hits:

[Industry researchbackground-image

Description: image processing supposed to provide an authentication for the user. Authentication is granted if the password was entered correctly
Platform: | Size: 26624 | Author: maram | Hits:

[Special EffectsLorenz

Description: 用Lorenz映射生成三维混沌密码流,对密码流排序后生成三个不同的置换地址集合,用这个地址集合对图像RGB三层的像素点分别进行重新排列,从而达到置乱的目的。逆向即可完成图像的恢复。 -Lorenz map is generated using three-dimensional chaotic password flow, flow sorting of passwords generated after the address of a collection of three different permutations, using this address RGB three-tier set of image pixels were re-arranged so as to achieve the purpose of scrambling. Reverse to complete the image recovery.
Platform: | Size: 1399808 | Author: Tom | Hits:

[JSP/JavaSetup-OpenStego-0.5.2

Description: Setup-OpenStego is a tool implemented in Java for image based steganography, with support for password-based encryption of the data. It currently supports embedding of messages/files in a 24bpp images. Implementation of the same in C++ is also planned-Setup-OpenStegoOpenStego is a tool implemented in Java for image based steganography, with support for password-based encryption of the data. It currently supports embedding of messages/files in a 24bpp images. Implementation of the same in C++ is also planned
Platform: | Size: 19456 | Author: lixiaopei | Hits:

[OtherBook1

Description: Image processing with matlab,JPEG2000 password:23736
Platform: | Size: 11947008 | Author: newzad | Hits:

[Windows DevelopImage-amplifier

Description: VB6.0,源码WINDOWS图像放大器,包含编程时全部资料,rar压缩文件,无密码。-VB6.0, WINDOWS source image amplifier, contains all the information programming, rar compressed files, no password.
Platform: | Size: 18432 | Author: 马志 | Hits:

[WEB Codetftgallery-0.13

Description: TFTgallery, 一个易于使用的php相册程序. 一些功能: 无须使用数据库 自动生成缩略图片 可为相片和照片集合添加描述 图片密码保护和设置权限访问 -TFTgallery php photo album program, an easy to use some of the features: no need to use the database to automatically generate thumbnails for photos and photo collection to add description Image password protection and set permissions to access .....
Platform: | Size: 546816 | Author: thinkau | Hits:

[WEB Codetftgallery-0.13

Description: TFTgallery, 一个易于使用的php相册程序. 一些功能: 无须使用数据库 自动生成缩略图片 可为相片和照片集合添加描述 图片密码保护和设置权限访问 -TFTgallery php photo album program, an easy to use some of the features: no need to use the database to automatically generate thumbnails for photos and photo collection to add description Image password protection and set permissions to access .....
Platform: | Size: 546816 | Author: thinkau | Hits:

[androidimage-password

Description: Android Mobile Image Password Images-Android Mobile Image Password Images...
Platform: | Size: 159744 | Author: vikram | Hits:

[ApplicationsSESSION_PASSWORD_IMAGE

Description: Session Image Password Authentication documentation
Platform: | Size: 2309120 | Author: mansoor | Hits:

[Software EngineeringLC328WiFi-image-transmission-module

Description: LC328是一款基于WiFi802.11b/g/n的无线CVBS转WiFi视频传输模块。支持多路 CVBS信号输入,时分复用,自适应NTSC和PAL制式,LC328转出的CVBS网络视频流 是业界通用标准,可以在IOS/Android/PC播放。 LC328同时提供1组串口,均支持串口透传功能,支持多种波特率,同时提供了1路 GPIO/PWM,方便透过LC328控制其他嵌入式设备,和其他设备通讯。 LC328采用了成熟WiFi解决方案,工作在AP模式下,其他终端可以直接连接LC328, 而无须外部额外路由器支持,可以独立组网,方便在野外使用。LC328的WiFi最高支持 150Mbps的速率,支持修改SSID和密码等。-LC328 is a wireless WiFi video transmission module based on WiFi 802.11 b/g/n, transmitting CVBS to WiFi signal. It supports multiple CVBS input, TDM(time division multiplexing), NTSC and PAL adaptation. The CVBS network video stream signal transmitted by LC328 complies with the general standard, can be played in the IOS/Android/PC player. LC328 provides 1 serial port for transparent transmission, supporting all kinds of baud rate. And it also provide 1 GPIO/PWM to control other integrated devices to communication. LC328 adopted mature WiFi solution and works in AP mode, for other device to connect with LC328 module directly without external router, so it can be independent networking and very convenient to use in the field. The highest WiFi transmission rate of LC328 is 150 Mbps, and the SSID and password can be modified.
Platform: | Size: 1311744 | Author: 张军 | Hits:

[androidiosjggjsb

Description: 仿IOS自带九宫格密码记事本源码是一套基于安卓的备忘录项目源码,是某位程序员为其老婆私人订制的记事本项目,项目编码UTF-8,仅限android 4.0以上运行,仿照IOS风格,设计相当用心,应用打开以后会要求设置九宫格密码,设置一个长度大于6的图形图案,然后点击重绘再绘制一遍点击保存就可以保存密码了,下次开启需要绘制图像密码才能查看内容。项目不大,需要的朋友可以借鉴一下。-Imitation IOS comes Jiugongge password Notepad source code is a based on Android memo project source code, a programmer for the wife private custom Notepad project, project UTF-8 encoding, limited to Android 4.0 run, modeled after the IOS style, design is quite hard and application after opening will set squares password, set a length greater than 6 patterns, and then click redraw drawing again click Save to save password, the next time you open the need to draw the image password to view the content. Project is not large, the need for friends to learn about.
Platform: | Size: 3347456 | Author: 张慕雪 | Hits:

[Windows Develop101737-1522804-convertir-image-bmp-en-ico

Description: Thanks for your registration as a member of www.pudn.com! Your logini ID is hakim_nas, password is hakimnassri
Platform: | Size: 67584 | Author: hakim | Hits:

[Othertuxiangyinxiebanchengpin

Description: 利用lena图与隐写的密码图进行融合,将隐写的图像密码写入lena图中。(The Lena image is fused with the stego cipher graph, and the stego image password is written into the Lena graph.)
Platform: | Size: 173056 | Author: 咻咻咻秀0 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net