-
知三点求圆心半径
输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用(importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use separate)
- 2005-07-07 17:48:04下载
- 积分:1
-
GrabCut
说明: 基于opencv的图像分割算法,改进了graph cut算法(image segmentation algorithm based on Opencv, improved from graph cut algorithm)
- 2011-04-09 15:33:03下载
- 积分:1
-
asp.net 购物车实例代码【附完整源码】
此购物车实例主要有三大功能:1.折扣方案调整 2.商品列表 3.购物车
- 2013-02-22下载
- 积分:1
-
xiaobo
遗传算法优化小波神经网络的源程序,供研究设计使用(Genetic algorithm optimization of wavelet neural network source for research designed to use)
- 2020-08-06 20:18:34下载
- 积分:1
-
rev
GD32F103,用串口发送并回显程序(UART)(GD32F103, with a serial port to send and echo procedures (UART))
- 2020-12-17 10:19:11下载
- 积分:1
-
培训中心网站管理系统.
培训中心网站管理系统. -Training Center Web site management system.
- 2023-03-09 15:40:04下载
- 积分:1
-
C# 输入界面中的各种文本框判断效果演示
这是一个实用的输入判断验证演示程序,面向C#编程环境,当用户输入的数据不正确或为空时,均会显示提示,不过这个提示是一个图标在闪烁,直到输入正确,下面是判断机制:
private void textBox2_Validating(object sender, System.ComponentModel.CancelEventArgs e)
{
if (textBox2.Text == "")//判断是否输入订货数量
{
errorProvider2.SetError(textBox2, "不能为空");//设置errorProvider2的错误提示
}
else
{
try
{
int x = Int32.Parse(textBox2.Text);//判断是否输入数字,如果不是数字会出现异常
errorProvider2.SetError(textBox2, "");// errorProvider2控件不显示任何错误信息
b = 1;//将b赋值为1
}
catch
{
//如果出现异常,设置errorProvider2控件的错误信息
errorProvider2.SetError(textBox2, "请输入一个数");
}
}
}
private void textBox3_Validating(object sender, System.ComponentModel.CancelEventArgs e)
{
if (textBox3.Text == "")//判断是否输入订货数量
{
errorProvider3.SetError(textBox3, "不能为空");//设置errorProvider3显示的错误消息
}
else
{
errorProvider3.SetError(textBox
- 2022-01-25 17:43:07下载
- 积分:1
-
屏幕保护程序基类
说明: 就是个屏幕保护程序基类,希望对大家能够有所帮助.(screens is the base class protection program, we hope to be able to help.)
- 2005-11-14 13:24:12下载
- 积分:1
-
Wavelet_denoising
小波去噪matlab程序,有demo,本人已运行,能用,大家可以试一试。(Wavelet denoising matlab program, demo, I have to run, can be used, we can try.)
- 2013-10-25 21:10:04下载
- 积分:1
-
CSharp-Speecher
C#版语音识别系统,精准度超强,到得收藏(C# version of the speech recognition system, super accuracy to Favorites)
- 2012-09-06 11:53:15下载
- 积分:1