搜索资源列表
xingtaixueCdaima
- / *** *** *** *** *** *** **** // FUNCTION: GrayScaleProcess(HWND hWnd,int graymaskstyle, WORD ProcessID) // PURPOSE: Processes gray scale bitmaps // PARAMETERS: // graystyle: mask type //COMMENTS: // -/ *******
CalculadoraIP
- simple calculator ip address, in which you enter the IP address and mask and subnet estimates that is, which is the number of subnets, the number of hosts.
Sobel
- This a "Sobel edge detector" code. In this code, I count a value at the pixel with the Sobel Mask, and then normailize value to be a bitmap with Gray level.-This is a "Sobel edge detector" code. In this code, I count a value at the pixel with the Sob
C_determine_two_IP_same_subnet_mask
- C#判断两个IP是否在同一子网掩码内C # determine whether two IP within the same subnet mask-C# determine whether two IP within the same subnet mask
SubnetMaskCalculator
- 子网计算器,包括三个子程序,可计算与子网相关的参数-Using BitArray to implement a subnet mask calculator
DataGridViewMaskedText
- DataGridViewMaskedText控件源码 datagridview中引入mask textbox控件,实现在datagridview中输入类似日期(2010-01-01)时只输入数字不用输入--DataGridViewMaskedText source datagridview control the introduction of mask textbox control to achieve a similar type in datagridview date (2010-01
calculating-maskcode
- 计算子网掩码 C#实现 界面美观 显示各个子网网段-Calculate the subnet mask C# to achieve beautiful interface displays all subnets
SearchText
- This project search files with chosen extension in the chosen directory and all subdirectories for the words, that begins with characters defined in the field mask. All find words are stored in the "output file"
format-by-mask
- 用C#编写的一个小程序:可以按照要求向控件中填充内容。-Written in C#, a small program: You can fill the content to control as required.
AlphaDemo
- C#实现半透明图片遮罩代码示例。包括矩形和多边形不规则图片的透明代码遮罩。-C# implementation of semi-transparent image mask code examples. Including rectangles and polygons irregular picture transparent code mask.
SmoothAndSharpen
- 图像平滑与锐化,包括邻域平均法、中值滤波法平滑,梯度掩模、拉氏算子锐化-Image smoothing and sharpening, including neighborhood average, median filtering method smooth gradient mask, Laplace operator sharpening
findwithmask
- A program that seaches for files, using your mask - very simple)
changeip
- Visual C#自动更新本机IP地址,首先判断网络连接是否可用,然后设置ip地址和子网掩码、设置和获取网关地址、设置DNS、显示本地连接信息、获取IP地址、获取子网掩码、获取默认网关、获取DNS服务器、显示子网掩码、显示默认网关、显示DNS服务器等,新手可以学习到上述技巧-Visual C# automatically update the IP address of the machine, first determine whether the network connection is
PhaseDerivativeVariance_r1
- 基于matlab实现干涉显微镜图像重构的相位质量优质度计算函数- PhaseDerivativeVariance creates a phase quality map by computing the variance of the partial derivatives of the locally unwrapped phase. This is then used to guide the phase unwrapping path. Uses only the 4 neares
dsw
- 编程模拟路由器查表的过程,用(目的网络 掩码 下一跳)的IP路由表以及目的IP地址作为输入,为目的地址查找路由表,找出正确的下一跳并输出结果。 -Programming analog router lookup process, with the (destination network mask next-hop) IP routing table and the destination IP address as input, as the destination address rou
Custom-translucent-layer-mask
- 自定义半透明遮罩层,很漂亮的效果,方便直观。-Custom translucent layer mask
KinectOperaFaceDemo
- 基于kinect模拟京剧中的脸谱变脸。这个程序用c#语言编写的wpf程序。-Kinect-based simulation of opera face mask. This procedure using c# wpf language programs.
photozz
- 利用C#生成一种遮罩图像效果,图像被一个遮罩层挡住,然后由两边向中间显示,最终显示出图像,主要功能是为显示图像增加动态效果,避免单调死板,也希望通过这个小例子,让大家明白一些C#有关的图像遮罩效果。-Use C# to generate a mask image effects, the image is blocked by a mask layer, and then to the middle of the display by both sides, the final image sh
ran0123
- 0123四个随机函数,书本里面的,奉献给大家- #define IA 16807 #define IM 2147483647 #define AM (1.0/IM) #define IQ 127773 #define IR 2836 #define MASK 123459876 float ran0(long*idum) { long k float ans *idum ^= MASK k=(*idum)/IQ *
HoleWithOpacityMask
- 演示使用OpatityMask方式在界面上呈现遮罩效果(Demonstrates how to render mask effects on the interface using the OpatityMask method)