-
IISManagerAssistant-SP0.7
彩虹IIS管理助手,版本0.7.
开源IIS管理工具,支持IIS6和IIS7.站点安全设置、站点管理、应用程序池管理等功能。C# 4.0、VS2010(Rainbow IIS management assistant, version 0.7. Open IIS management tools, support IIS6 and IIS7. Sites security settings, site management, application pool management. C# 4.0, VS2010)
- 2013-12-01 10:40:10下载
- 积分:1
-
opengl-robot
一个用OPENGL写成的机器人,可用键盘控制机器人走动,也可用鼠标控制视角。(A robot written with opengl, you can control it using your keyboard and mouse.)
- 2015-01-21 09:23:15下载
- 积分:1
-
jn877
语音信号的采集与处理,数字信号处理课设,能量谱分析计算,小波包分析提取振动信号中的特征频率。( Acquisition and Processing of the speech signal, digital signal processing class-based, Energy spectrum analysis and calculation, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2017-05-12 19:12:23下载
- 积分: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
-
28379 PWM
芯片为TMS320F28379D,程序包括上计数模式,上下计数模式,死区,错误(The chip is TMS320F28379D. The program includes upper counting mode, upper and lower counting mode, dead zone and error.)
- 2019-05-22 11:07:04下载
- 积分:1
-
LCD1602液晶芯片的显示DS1302时钟
运用51系列单片机AT89C51芯片,进行编程,运用Keil软件C编程语言编写的LCD1602液晶芯片的显示DS1302时钟芯片获取的时间编程文件。
- 2022-01-26 06:05:38下载
- 积分:1
-
TURBO
here are all the turbo codes in matlab where to the final of the simulation make a comparation of the S/N of each one of the models
- 2009-10-28 01:42:15下载
- 积分:1
-
ARM_ADexperiment
基于uCOS+ARM9+AD,学习uCOS实时操作系统和ARM编程技术的不错的入门级参考例程(Based on uCOS+ ARM9+ AD, learning real-time operating system and ARM uCOS of good programming routine entry-level reference)
- 2010-06-05 14:51:01下载
- 积分:1
-
kev
这是一个开机自启的控制台应用程序,实在没什么东西拿的出手,但是想看看别人的东西,所以就把这个上载了。大家感兴趣的话可以找我帮忙把他可视化(This is a boot from Kai console application, there really is something to take the shot, but would like to see other people' s stuff, so put this uploaded. We are interested in, then you can ask me for help visualize him)
- 2013-12-30 14:17:57下载
- 积分:1
-
真实感图形学代码
非常棒的图形学代码,从简单到复杂的生成都实现了
- 2023-02-16 05:45:03下载
- 积分:1