-
XLIB06
视频游戏开发C 语言源程序 视频游戏开发C 语言源程序 (C language source video game development C language source Video game development C language source)
- 2007-03-07 18:01:25下载
- 积分:1
-
C# 最经典 简单的progressBar进度条用法示例
这是一个大家都熟悉的实用技巧,用C#制作进度条功能,本代码演示了最简单,且实现方法简单的progressBar进度条用法示例,
单击按钮后,开始演示进度条效果,这部分代码写在按钮事件中:
progressBar1.Value = 0;//设置进度条的初始值
progressBar1.Minimum = 0;//设置progressBar1控件的Minimum值为0
progressBar1.Maximum = 500;//设置progressBar1的Maximum值为500
progressBar1.Step = 1;//设置progressBar1的增值为1
for (int i = 0; i < 500; i++)//调用for语句循环递增
{
progressBar1.PerformStep();//使用PerformStep方法按Step值递增
textBox1.Text = "进度值:" + progressBar1.Value.ToString();
}
- 2022-08-18 01:25:55下载
- 积分:1
-
WcfRestFull 开发模式
%E3%80%90%E5%AE%9E%E4%BE%8B%E7%AE%80%E4%BB%8B%E3%80%91%3Cbr%20/%3E%0A%E3%80%90%E5%AE%9E%E4%BE%8B%E6%88%AA%E5%9B%BE%E3%80%91%3Cbr%20/%3E%0A%E3%80%90%E6%A0%B8%E5%BF%83%E4%BB%A3%E7%A0%81%E3%80%91%3Cbr%20/%3E
- 2015-01-04下载
- 积分:1
-
BeautifulTextBox
数字文本框,只能输入数字,有三种模式,希望大家喜欢(Digital text box, can only input Numbers)
- 2013-03-13 21:23:11下载
- 积分:1
-
zq1
说明: 太阳黑子的时间序列用最小二乘法模型定阶的C语言程序(Sunspot time series model using the least square method to determine the order of the C language program)
- 2010-05-03 14:27:11下载
- 积分:1
-
telescope-optical
大口径望远镜光学系统的误差分配与分析 (Error large telescope optical system distribution and analysis)
- 2013-11-28 13:06:08下载
- 积分:1
-
DP-48A1-QRcode-Print--MSP430
本程序用于DP-48A1达普内嵌式打印机打印二维码使用,内包含打印指令详细注释以及自行编程了集汉字、字符串、变量的二维码打印函数,可以方便使用。(This procedure for DP-48A1 da dimensional code embedded printer use, and contains detailed notes, and self print instruction program a two-dimensional code printing function set characters, strings, variables, you can easily use.)
- 2020-07-09 15:58:55下载
- 积分:1
-
qaiqingbeng
是小学期课程设计的题目,包含特征值与特征向量的提取、训练样本以及最后的识别,多机电力系统仿真及其潮流计算。( Is the topic of the elementary school stage curriculum design, Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Multi-machine power system simulation and flow calculation.)
- 2017-04-19 12:09:32下载
- 积分:1
-
MouseClickPMFC
能够完成鼠标的自动点击,可以使电脑在五人看守的情况下,某些系统不再掉线。(Automatically clicks the mouse to complete, you can make your computer in case of five guards, some systems are no longer dropped.)
- 2014-07-06 18:22:52下载
- 积分:1
-
HaarWavelet
haar小波分析的类,只有头文件,输入为一个序列的信号,输出为haar小波分解后的各级参数(haar wavelet class)
- 2013-12-11 09:41:20下载
- 积分:1