-
STM32的IO模拟I2C主机_硬件I2C从机
STM32的IO模拟I2C主机_硬件I2C从机,调测通过非常好用。
- 2019-12-27下载
- 积分:1
-
C# 从RichTextBox 控件中提取文本内容
C# 从RichTextBox 控件中提取文本内容,并设置RichTextBox 控件中的字体大小-附完整源代码,
private void button1_Click(object sender, RoutedEventArgs e)
{//从RichTextBox 控件中提取文本内容
TextRange MyText = new TextRange(this.richTextBox1.Document.ContentStart, this.richTextBox1.Document.ContentEnd);
MessageBox.Show(MyText.Text, "RichTextBox控件中的文本内容",MessageBoxButton.OK);
}
private void button2_Click(object sender, RoutedEventArgs e)
{//设置RichTextBox 控件中的字体大小
TextRange MyText = new TextRange(this.richTextBox1.Document.ContentStart, this.richTextBox1.Document.ContentEnd);
MyText.ApplyPropertyValue(TextElement.FontSizeProperty, 36.00);
MyText.ApplyPropertyValue(TextElement.FontWeightProperty, FontWeights.Bold);
- 2022-09-21 17:55:02下载
- 积分:1
-
gabor
gabor 小波matlab变换,与C结合(gabor wavelet transform matlab, and C combined)
- 2009-04-24 12:04:25下载
- 积分:1
-
twofish-cpy
最佳化過的twofish演算法,想學習twofish密碼的千萬不能錯過(optimization algorithm by twofish, twofish want to learn the passwords should not be missed)
- 2006-12-04 19:16:52下载
- 积分:1
-
matlab
matlab c++书写上传资料的详细功能、包含内容说明(至少(matlab C++)
- 2010-05-09 14:45:30下载
- 积分:1
-
EEPROM
msp430 I2C读写源程序,两个例程。(MSP430 I2C)
- 2009-07-20 18:37:26下载
- 积分:1
-
C++map 按key和value排序
本代码例子是一个描述了c++容器map按照key和value排序的例子,例子中解释了如何自己制定MAP的KEY或VALUE的排序规则,欢迎下载使用~
- 2022-01-25 23:57:44下载
- 积分:1
-
3D-Model-Display
在XNA4.0中,3D游戏的制作,需要很多三维模型的导入,本代码显示fbx,x等三维模型的导入,并做了相应的动画。(XNA4.0 in the production of 3D games, you need a lot of three-dimensional model of the import of this code shows the 3D model import fbx, x, and the corresponding animation.)
- 2012-06-02 11:32:23下载
- 积分:1
-
Crossing
简单的道路车辆行驶,c#,有颜色,大小,四条道路,作业来着(Simple road vehicles, c#, color, size, four roads, jobs to the)
- 2013-11-25 17:27:44下载
- 积分:1
-
19_04
Adaptive background mixture models for real-time tracking
- 2015-03-15 19:05:15下载
- 积分:1