CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - bmp a

搜索资源列表

  1. UseDrawImage

    0下载:
  2. C#动态加载bmp位图并进行图形绘制,主要是使用Graphics对象创建图形,实际是动态加载了一张BMP位图,但是是使用绘制的方法加载,使用了DrawImage方法。-C# dynamic loading bmp bitmap and draw graphics, mainly using the Graphics object to create graphics, the actual dynamic loading a BMP bitmap, but using the draw meth
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:18291
    • 提供者:江梅青
  1. turnformat

    0下载:
  2. VC++转换图像文件格式,浏览一幅新图像,可将其的格式转换为BMP/JPG/GIF/PNG/TIF等格式,转换的格式还挺全,而且操作也方便,程序主要是想让VC初学者了解一些图像操作的知识,因此本图像转换程序并不是完美的。-VC++ convert image file format, view a new image, the format can be converted to BMP/JPG/GIF/PNG/TIF format, format conversion is quite ful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:42458
    • 提供者:邵名声
  1. readbitinfo

    0下载:
  2.   三个VC++读取并显示BMP位图的小程序,通过读取位图资源显示位图、通过位图文件直接得到位图大孝通过装入位图文件显示位图。-Three VC++ to read and display BMP bitmap program by reading the bitmap resource displays a bitmap, the bitmap size, by loading a bitmap file to display the bitmap bitmap file directly.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-04
    • 文件大小:158183
    • 提供者:叶桂玲
  1. ellipseface

    0下载:
  2. 使用VC所学的窗体制作知识创建一个椭圆形的窗体,在这个不规则窗体内使用了背景图像,bmp格式的背景图片,去除了窗口上的标题栏和最小化、最大化以及关闭按钮,退出时主按键盘的“ESC”键-VC learned form production knowledge to create an oval form, in the irregular window body using a background image, the background image of bmp format, in add
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:97173
    • 提供者:汪艳红
  1. ustring

    0下载:
  2. U+ffff is the highest BMP code point, the highest one that fits into a 16-bit UChar.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-25
    • 文件大小:17465
    • 提供者:banglaiwen
  1. bz

    0下载:
  2. C#编写实现的一款壁纸软件,WildWolf音乐风景壁纸,可以设置更换壁纸的时间间隔,动态将指定文件夹下的图片设置为桌面背景,当开启屏幕保护程序时还可以播放指定的音乐!如果图片的类型是bmp则调用API中的方法将其设置为桌面背。 -Written in C# implementation of a wallpaper software, WildWolf music landscape wallpaper, change wallpaper you can set the time inte
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:127382
    • 提供者:汪玉琴
  1. save

    0下载:
  2. linux下通过v4l2接口获取摄像头数据(yuyv),并转换为rgb24,再保存为24位bmp。最后在lcd上显示(rgb32)。-linux v4l2 interface to get through the camera data (yuyv), and converted to rgb24, and then save it as a 24 bmp. Finally in the lcd display (rgb32).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:6609
    • 提供者:yiheng
  1. v4l2_capture

    0下载:
  2. 通过v4l2实现usb摄像头的数据采集,保存为一张bmp图片-Usb camera v4l2 achieved through data collection, save it as a bmp picture
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8590
    • 提供者:sunksyjun
  1. Practical-digital-signature

    11下载:
  2. 实用数字签名的步骤 (1)发送方使用MD5算法对通信内容进行计算,获得一个固定长度的信息摘要; (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-11-02
    • 文件大小:1383424
    • 提供者:丁元元
  1. RSA

    11下载:
  2. 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-19
    • 文件大小:5120
    • 提供者:丁元元
  1. interface

    0下载:
  2. android底层调用摄像头,并将摄像头采集的yuyv数据保存为rgb8,即256灰度图。android上面接口提供一个保存地址和名字,如"/Sdcard/rgb8.bmp"-android underlying call camera, and the camera acquisition yuyv data is saved as rgb8, that is 256 grayscale. android interface provides a preservation above addr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:8602
    • 提供者:yiheng
  1. QT4picture_browser20131215.tar

    0下载:
  2. QT4 图片浏览器功能,支持png,bmp,jpeg等格式,并有放大缩小功能-QT4 image browser, support png, bmp, jpeg format, and a zoom function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-11
    • 文件大小:18346867
    • 提供者:yang
  1. screen

    0下载:
  2. windows操作系统下截取当前屏幕的程序代码。截取当前屏幕并保存为一个bmp文件-Windows operating system code interception current screen. Interception of the current screen and save it as a bmp file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7768
    • 提供者:赵峰
  1. DERBMPString

    0下载:
  2. return a BMP String from the given object.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:965
    • 提供者:xeryengzai
  1. MFCApplication

    0下载:
  2. 本课程设计将实现一个简单的加\解密程序,可以将TXT文件的内容写入BMP文件中,也可以从BMP文件中读出信息写入到指定TXT文件中,从而实现信息隐藏。-This course is designed to implement a simple add \ decryption program content TXT files can be written to BMP files, or you can read the information from the BMP file is wri
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-09
    • 文件大小:16470016
    • 提供者:Katherine
  1. Capture

    0下载:
  2. 该程序以隐藏方式运行,程序初始化时注册了两个热键Ctrl+Alt+a和Ctrl+Alt+A,当按下其中之一热键时,会让用户选择截屏的区域。 用户区域选择完后,可以有三种选择: 使用Ctrl+c快捷键保存到剪切板 使用Ctrl+s快捷键弹出保存bmp文件对话框 使用Esc快捷键取消截屏 当用户操作完后,程序并不会退出,用户可以反复的使用热键进行截屏,知道用户手动结束程序。-The program runs in hidden mode, when the program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:3999772
    • 提供者:zhikah1
  1. readBMP

    0下载:
  2. c语言实现对bmp文件的读取,作为lsb信息隐藏的先驱步骤-c language reading of the bmp file as a pioneer step lsb information hiding
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:591
    • 提供者:盛晟
  1. bmp2yuv.tar

    0下载:
  2. BMP转YUV,支持多种格式转换。输出为数组。-RGB to YUV, supports a variety of formats.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:7272
    • 提供者:mvs001
  1. ustrtrns

    0下载:
  2. simple loop for conversion of a NUL-terminated BMP string.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7044
    • 提供者:yongceyq
  1. code-(2)

    0下载:
  2. Using MATLAB tools for MLP NNs (e.g., newff, …), design a two-layer feed-forward neural network as a classifier to categorize the input geometric shapes. - The snapshot and bitmap of shapes are given: - Training shapes: shkt.bmp - Training p
  3. 所属分类:系统编程

    • 发布日期:2017-04-14
    • 文件大小:3236
    • 提供者:fatemeh
« 1 2 34 »
搜珍网 www.dssz.com