-
数据结构(C语言版)严蔚敏 第四版紫皮
说明: 数据结构、严蔚敏、课后习题、第四版紫色、电子书(Data structure, Fourth Edition, Yan Weimin, exercises after class)
- 2021-03-03 12:59:33下载
- 积分:1
-
AN033_Examples_HR7P192_196 V1.7
说明: 东软载波微电子AN033例程资料,HR7P192/196单片机(Neusoft carrier microelectronics an033 routine information, hr7p192 / 196 microcontroller)
- 2021-04-06 11:09:02下载
- 积分: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
-
Broadcast
屏幕录制或广播,选择执行的区域或某个窗口或应用程序,使其凸显(Screen recording or broadcast, the area or a window or application execution, highlights)
- 2015-11-02 21:24:26下载
- 积分:1
-
ChenBenZhiXing
说明: 将总金额分若干分,分批在各档位建仓,通过高抛低吸不断降低成本获利(The total amount will be divided into several sub-batches in the stalls position is opened by throwing buy low, sell high profit continuously reduce costs)
- 2010-05-05 09:55:52下载
- 积分:1
-
stm32-adc-DMA
用stm32f103实现adc多路输入,并使用到dma(Adc with stm32f103 achieve multi-channel input, and use the dma)
- 2011-08-06 17:26:53下载
- 积分:1
-
balance-upright-trolley-source
个人制作的电磁智能平衡直立小车的源程序,希望对有心人有用!(Individuals produced by electromagnetic intelligent balance upright trolley source, I hope to be useful off!)
- 2013-11-20 20:00:55下载
- 积分:1
-
WPFArrows-rerwe
ArcGIS Engine secondary development of elements of export SHP files example
- 2016-09-07 19:06:03下载
- 积分:1
-
source2
c#环境下开发的桌面管理系统,.net版本由VB.net,C#,VC++三种语言混合开发而成(c# development environment under desktop management system,. net version of VB.net, C#, VC++ mix was developed in three languages)
- 2013-12-07 18:36:20下载
- 积分:1
-
study
车辆传动系扭振分析计算界面软件 扭振VC界面程序代码TVc.zip(Vehicle powertrain torsional vibration analysis of torsional vibration VC interface software program code interface TVc.zip)
- 2009-05-16 08:27:01下载
- 积分:1