-
CPP-progaram-example
C++ 学习基础源码程序,帮助初学者快速掌握C++的基本使用及基础的编码技巧(Learn basic c++ source program, to help beginners quickly grasp the basic use of c++ and basic coding techniques)
- 2014-11-28 10:12:00下载
- 积分:1
-
Visual C# Timer 构建的进度条演示
Visual C# Timer 构建的进度条演示,progressBar进度条的建立与使用,简单的范例,面向C#的初级开发者,希望初学者能够熟悉Loading如何创作哦,以下代码可以参考:
private void timer1_Tick(object sender, EventArgs e)
{
//使用三元运算符为progressBar的Value值自加1
progressBar1.Value = ++progressBar1.Value > 1000 - 1 ? 0 : progressBar1.Value;
//显示载入百分比
label2.Text = string.Format("已经载入{0}%", (int)(progressBar1.Value / 1000f * 100));
}
- 2022-04-16 04:00:01下载
- 积分:1
-
描述TabControl控件的使用,如HotTrack等等属性
描述TabControl控件的使用,如HotTrack等等属性-TabControl described the use of controls, such as HotTrack attributes, etc.
- 2022-07-25 22:43:41下载
- 积分:1
-
ImageBoard
图像处理软件,功能齐全,简单,而且逻辑清除,很适合图像处理编程初学者(Image processing software, full-featured, simple, clear and logical, it is suitable for image processing programming beginners)
- 2020-12-27 20:19:02下载
- 积分:1
-
a4
说明: 编译课程设计的LR分析,比较强悍,可用~~可扩充(Compile the curriculum design of LR analysis, comparison tough, can be used ~ ~ can be expanded)
- 2008-12-28 13:10:44下载
- 积分:1
-
145
一个很好类子来说明类模板的使用,可以比较明了类模板的使用方法,最好进行单步调试(use of class template )
- 2013-08-30 17:17:58下载
- 积分:1
-
oled-display-master
说明: 2.42寸OLED技术资料,包括数据手册和源代码例程(source code for 2.42 OLED)
- 2020-02-10 20:56:47下载
- 积分:1
-
命令模式-烤羊肉串01
说明: GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees),
- 2020-06-24 20:40:02下载
- 积分:1
-
TreeView
期刊名称、期刊年代、卷、期数、载文量、录入量、录入员
2 来源信息录入:中文篇名、英文篇名、文章类型、页码、基金项目、分类号、关键词
3 涞源作者录入:作者姓名、作者发文排名、英文名、作者机构、部门名称、机构类别、作者地区、通讯地址、邮编
4 引文信息录入:引文形式、引文类型、引文文种、被引文作者、被引文译者、被引篇名、被引书名(刊名)、卷册序号、被引文出版地、被引文出版者、出版年代、卷期、页码
- 2010-12-24 12:52:36下载
- 积分:1
-
Camdemo
Camshift算法,即"Continuously Adaptive Mean-Shift"算法,是一种自适应的运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪目的。(Camshift algorithm, namely " Continuously Adaptive Mean-Shift" algorithm is an adaptive motion tracking algorithm. It is primarily the color information of the object' s movement through the video images to achieve tracking purposes.)
- 2014-01-11 19:45:29下载
- 积分:1