-
电子白板c++实现
电子白板包括直矩形,圆等多种图像,多人绘画,功能强大。希望开发过程中能帮助到大家。
- 2022-06-29 11:42:33下载
- 积分:1
-
程序说明: //该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置 灰度值为0;灰度值大于阈值的象素直接设置为255。...
程序说明: //该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置 灰度值为0;灰度值大于阈值的象素直接设置为255。-procedures :// This function used to image transform threshold. For gray value less than the threshold value of the pixel intensity value directly set to 0; Gray value greater than the threshold value of the pixel is set to direct 255.
- 2022-02-04 17:28:24下载
- 积分:1
-
代码功能全屏
一个基于directx8.0的vc实现的代码,功能是全屏显示图片。-a code function fullscreen
- 2022-08-16 22:38:00下载
- 积分:1
-
vc++制作数码相机等设备的快照,一个和好的数字图像处理的原代码...
vc++制作数码相机等设备的快照,一个和好的数字图像处理的原代码-vc production of digital cameras and other equipment snapshot, and a good digital image processing of the original code
- 2022-10-02 09:15:04下载
- 积分:1
-
数字隐写技术,很好用的数字水印算法。采用VC++编程实现,步骤明细,内容清楚,欢迎下载...
数字隐写技术,很好用的数字水印算法。采用VC++编程实现,步骤明细,内容清楚,欢迎下载-Digital steganography technology, a good digital watermarking algorithm used. Using VC++ programming, steps detail, content, clear, welcome to download
- 2022-03-18 14:59:30下载
- 积分:1
-
这份代码经源码格式软件格式化过
这份代码经源码格式软件格式化过-this format source code by formatting software too
- 2022-11-25 14:25:03下载
- 积分:1
-
在指定位置绘制位图的镜像图
在指定位置绘制位图的镜像图-the designated location mapping bitmap image map
- 2022-02-26 13:35:44下载
- 积分:1
-
衬底substrate生成,film growth仿真
This code is used for creating an initial structure made of either substrate atoms or deposited
atoms. It generates three types of structures: rows, columns, and hemispheres. Type, size and
number of objects are determined by the user. The соde generates two files: ibox.txt and
iboxXY_jmol.txt. The file ibox.txt contains coordinates of atoms in “integer” format (i, j, k,
name_of_atom) and may be used as input to NASCAM. The file iboxXY_jmol.txt stores the
same information about the position of the atoms but in Cartesian coordinates (name_of_atom
x, y, z, ) in JMOL format. It may be used for visualization.
If a surface structure made of atoms of both types is needed, then create two files, one for
each type of atom, and then combine these files.
- 2023-04-16 10:55:03下载
- 积分:1
-
在VB的PictureBox控制中使用256色图形的例子
在VB的PictureBox控制中使用256色图形的例子-in VB PictureBox control of the use of 256-color graphic example
- 2022-02-26 13:01:55下载
- 积分:1
-
位图窗体
使用位图Bitmap类来对窗体进行美化,简单得演示了图形窗体的做法
使用到的API有:BitBlt等
对于文本标签显示到位图上,透明显示。
判断文本标签的方式:在OnCtlColor过程中如果类型CTLCOLOR_STATIC时候,返回空画笔。
- 2022-07-23 05:37:47下载
- 积分:1