搜索资源列表
VB_NET_Ie7Clone.rar
- VB.NET的Web浏览器IE7的克隆选项卡式浏览器 描述:这是一个例子写的vb.net浏览器使用的。 NET Framework 2.0 ( Visual Studio 2005中) 。这是一个标签式网页浏览器。这表明许多例子与新的浏览器控制和加载文件。你会发现在这个例子中是:基本浏览器的导航和功能,搜索服务提供商的代码,与收藏,显示如何显示大多数的对话可以在Internet Explorer 7 ,文档浏览器,抓取图片的网页,确定,并与元素用户上空盘旋在加载的文件。还包括代码处理弹出包括
quickPic
- vb 语言处理图像速度很慢,因为采用的是系统的读取函数逐个象元来读取。本程序可以快速的读取多种格式的图像文件,并能快速的绘制。方法是文件操作方法,而非系统函数。-vb language processing images is very slow, because systems are used to read function to read each pixel. This procedure can quickly read the image files in multiple for
PCBcopy
- 用VB写的PCB抄板软件。使用很简单的,首先拖动星号到pcb工作窗口然后锁定,后面打开事先扫描好的pcb图形文件然后照着描就可以了,如果图形不合适你可以用软件上的参数调整下就可以,自我感觉还行有一点实用价值。-Written using VB copied PCB board software. The use of very simple, first drag the asterisk to the pcb work of the window and then locked back op
vb
- 基于vb语言的傅里叶变换 ,数字图像处理的实验课代码-Vb language-based Fourier transform, digital image processing experimental course code
BCS-implemented
- 一个基础贝叶斯变换的压缩感知,包含一个源代码和一个一维信号处理的例子和两个二维图像的例子-The basic BCS implemented via a variational Bayesian approach. The package includes the core VB-BCS code, one example of a 1-dimensional signal and two examples of 2-dimensional images.
rhn
- VB编的源码,可以对图像进行特殊处理,如效果的改变,颜色的调整等-VB compiled source code, can undertake special processing of image, such as the effect of change, color adjustment, etc
VB ARGB
- 用VB实现ARGB,方法很简单。 背景R * (1 - A / 255) + 图像R * (A / 255) 背景G * (1 - A / 255) + 图像G * (A / 255) 背景B * (1 - A / 255) + 图像B * (A / 255) 虽然对于图像的处理较为慢一些...(Using VB to implement ARGB, the method is very simple. Background R * (1 - A / 255) + image R *
图片轮廓拾取
- VB编写的图像轮廓的处理,对学习轮廓处理有一定的帮助。(The processing of the outline of the image written by VB has some help to the learning contour processing.)