-
network-advanced-programing
学网络高级编程不可多得的好书,讲得很详细(High school network programming rare books, very detailed)
- 2011-10-22 09:39:22下载
- 积分:1
-
Matlab-untitled
基于matlab语音端点检测双门限法程序代码(Based on matlab voice endpoint detection threshold method code)
- 2014-05-26 18:02:03下载
- 积分:1
-
nsga2code
说明: 对多目标遗传算法进行解析,基于多目标协同优化算法编写的遗传算法程序,具有很好的收敛性,提供了相应测试算例。(Analyzing multi-objective genetic algorithm, the genetic algorithm program based on multi-objective cooperative optimization algorithm has good convergence, and provides corresponding test examples.)
- 2021-01-04 02:38:56下载
- 积分:1
-
SLS_FOC_dsPIC33EP32MC202_A_V1
无霍尔FOC控制软件,dspic33fj32mc204单片机。(No Hall FOC control software, dspic33fj32mc204 microcontroller.)
- 2021-04-27 12:48:45下载
- 积分:1
-
《混沌时间序列分析及其应用》吕金虎
说明: 里面涉及很多的混沌数据处理的算法,可以提供给大家使用(There are many chaotic data processing algorithms involved.)
- 2021-03-03 16:49:32下载
- 积分:1
-
DS1602
用时钟芯片DS1302在LCD1602上实现显示时间(DS1302 clock chip used to achieve the LCD1602 display time
)
- 2011-12-11 15:27:50下载
- 积分:1
-
BarCode(EnCode)
最新最全的二条码编码资料大全,全面介绍如何制作PDF417、QrCode、DataMatrix、Hanxin等条码制作方法,有详细图文说明,有了此文档,编码无忧。(The latest and most complete the two yards encoding information Daquan, comprehensive introduction to how to make the PDF417, QrCode, DataMatrix, Hanxin barcode production methods, with detailed captions, this document encoding worry-free.)
- 2021-03-09 10:39:27下载
- 积分:1
-
VS2010实现画板功能 实例源码下载
VS2010实现画板功能 实例源码下载
- 2014-12-08下载
- 积分: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
-
binarytree
binary tree implementation in C++
- 2009-08-09 23:34:52下载
- 积分:1