搜索资源列表
validate
- 3个VB.net的控件事例,一个简单的验证控件,希望对大家有帮助-Three VB.net control sample include a valid verify input control.
从BMP文件中装入位图并显示(6KB)
- 从BMP文件中装入位图并显示 the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next s
ongame
- 一个游戏 the hardware for the game includes a number of displays, each with a button and -- a light, that each represent a bin that can store marbles (beans). -- -- The display indicates the number of marbles in eac
IsmyDIP
- 本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。 实现功能如下: 灰度拉伸的变亮和变暗(对8位24位图有效): 运用了幂次变换。分别是s = r2 和s = r1/2 . 反色(对8位24位图有效): s = 1 - r 中值滤波(对8位图有效): 对3×3网格进行滤波处理,边沿的1圈像素没有处理。 复原(对8位24位图有效): 将图像还原成未处理前的数
BCH_bm_simulation
- An encoder/decoder for binary BCH codes Error correction using the BERLEKAMP-MASSEY ALGORITHM.Any (valid) code length can be input-An encoder / decoder for binary BCH codes Er Ryan correction using the BERLEKAMP - MAS
bch_erasures
- Erasure correction achieved by two errors-only decoding passes using the Euclidean algorithm. Any (valid) code length can be input. -Erasure correction achieved by two errors - only decoding passes using the Euclidean
xmlschemavalidator_src
- Have you ever worked on a project utilizing Web Services, XML, and Schemas? Then you probably have needed to ensure the validity of the XML being passed to the Web Service against the Schema. This article shows how to us
ExtractData
- 在USB开发初级阶段,即开发应用程序之前,若有大量数据从usb设备传输至PC,此时若要利用bushound分析传输的数据正确与否极为不便。而此程序便可将由bushound截取下来的数据中的完全有效的数据提取出来。-in the initial stages of development, application development, If large amounts of data from usb transmission equ
AJAXDatePicker
- AJAX Date Picker is a free ASP.NET 2.0 calendar control that utilizes AJAX techniques to get data from the server without an entire page postback. You can specify the clickable dates on a given month as well as other day
time_math
- * DEFINITION * This a set of math functions that deal with time. The functions accept * 4-digit time values and 4-digit time of day values. Time values are * interpreted as hours-minutes and are valid if all di
ReverseSubstring
- Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs
checkHKID
- Validate HK ID. It is easy to check input HK ID is valid or not.-Validate HK ID. It is easy to check input HK I D is valid or not.
CUE_Splitter_v0.6
- # In this file you can specify your own genres. # Each valid line will be a new genre. # Comment line begin with a # character.-# In this file you can specify your own genre # s. Each valid line will be a new genre.
checkbounds
- %CHECKBOUNDS Move the initial point within the (valid) bounds. % [X,LB,UB,X,FLAG] = CHECKBOUNDS(X0,LB,UB,nvars) % checks that the upper and lower % bounds are valid (LB <= UB) and the same length as X (pad with
licensemotorolamcu
- 此license为MOTORALA 8位单片机的编程环境 metrowks codewarriode的永久解码license for all-valid metrowks codewarriode 和 -MOTORALA this license for eight MCU programming environment metrowks c odewarriode permanent decoder license for
MRF20
- 采用马尔可夫的图像分割程序,VC++编写,效率很快。对很多种图像都有效。-using Markov image segmentation procedures, the preparation of VC, efficiency quickly. Right kinds of images are valid.
imei
- Great tool to create valid imei for mobile phones. PHP code
xml_parse_lib_8_26_09.tgz
- XML Parse Lib is a lightweight set of re-usable functions for general purpose parsing, checking, and creation of XML files. It supports stream-oriented, SAX, or DOM parsing styles, and includes an optional xsd schema val
Identify-valid-IP-address-and-mask
- 识别有效的IP地址和掩码并进行分类统计,主要针对华为的oj平台上面的一道题目-Identify valid IP address and mask and classification statistics, mainly for Huawei oj platform above a topic
Valid-Number
- leetcode 上的 Valid Number 代码-leetcode Valid Number coding