-
Source
俄罗斯方块源码
直接运行可以看到结果。好东西大家分享嘛 (Tetris source code can be run directly see the result. Good things to share with you why)
- 2009-01-01 10:22:22下载
- 积分:1
-
Vector-quantization
(1)理解矢量量化的基本原理。
(2)掌握矢量量化器设计的LBG方法。
(3)运用LBG方法获取语音短时平均能量码书((1) to understand the basic principles of vector quantization.
(2) master the vector quantizer design LBG method.
(3) Using the LBG method to obtain the speech short time average energy code book)
- 2017-03-23 11:35:15下载
- 积分:1
-
AutocomplectionCtrl_demo
获取网络设置获取网络设置获取网络设置 获取网络设置(Access to the network settings to obtain network settings network settings to obtain access to network settings)
- 2007-11-17 01:55:11下载
- 积分:1
-
HRHXEI
组件编程例子程序,本人自写的,希望对你有帮助(Component programming example program, self-written, I hope to help you)
- 2018-12-31 21:28:07下载
- 积分:1
-
触摸屏
使用STM32F103 32位芯片配置触摸屏以及控制触摸屏(Configuration of Touch Screen and Control Touch Screen with STM32F103 32 Bit Chip)
- 2020-06-23 17:00:02下载
- 积分:1
-
C# WPF 功能打印的示例
C# WPF 功能打印的示例,加载内容后,可在本程序中直接打印出XAML文档。
private void button2_Click(object sender, RoutedEventArgs e)
{//打印文件
PrintDialog MyDialog = new PrintDialog();
if ((MyDialog.ShowDialog() == true))
{
MyDialog.PrintVisual(this.richTextBox1 as Visual, "我的XAML打印文档");
}
}
private void button3_Click(object sender, RoutedEventArgs e)
{//保存文件
string MyFileName = "MyFile.XAML";
TextRange MyTextRange;
System.IO.FileStream MyStream;
MyTextRange = new TextRange(this.richTextBox1.Document.ContentStart, this.richTextBox1.Document.ContentEnd);
MyStream = new System.IO.FileStream(MyFileName, System.IO.FileMode.Create);
MyTextRange.Save(MyStream, DataFormats.XamlPackage);
MyStream.Close();
}
- 2022-01-23 10:57:00下载
- 积分:1
-
intelegence_truck
智能电动小车,源程序和电路图,部分功能已经实现,其他的功能还需要完善!(smart electric trolley, the source and circuit diagrams, some functions have been achieved, other functions need perfect!)
- 2006-09-25 16:40:08下载
- 积分:1
-
pid-control
对于闭环控制有很好的说明以及pid算法的具体实现(Specific implementation for closed-loop control has a good explanation and pid algorithm)
- 2014-03-31 21:34:04下载
- 积分:1
-
圣者无敌
大通圣者无敌商业服务端全套特此奉献~各位喜欢当年这款游戏的玩家(SOMA GAME SERVER
Dedicated to the players of the game)
- 2021-04-09 14:58:59下载
- 积分:1
-
EK-LM3S811套件光盘
说明: EK-LM3S811套件的光盘,资料齐全。符合EK-LM3S811的板型(EK-LM3S811 CD-ROM sets, complete information. Plate shape conforming to EK-LM3S811)
- 2020-06-17 18:00:01下载
- 积分:1