-
Cpp2
连连看游戏的雏形,适合编程者初学阶段。望签收(lianliankan game)
- 2012-01-17 09:45:22下载
- 积分:1
-
Binary-tree
输入先序数列和中序数列得出后序数列并打印二叉树(Enter the order of precedence and the order of the sequence of the order of the second series and print binary tree)
- 2016-12-22 18:52:47下载
- 积分:1
-
Threads-and-chat-program-example
有客户端的聊天软件,可实现网络通讯,对于了解网络编程有帮助(A client chat software, network communications, network programming help for understanding)
- 2013-10-28 09:33:58下载
- 积分: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
-
UART
基于FS44B0X arm开发板的UART演示程序包含IO初始化,UART通讯测试
(FS44B0X arm development board based demo program contains IO initialize UART, UART communications test)
- 2011-05-19 10:33:30下载
- 积分:1
-
Matlab-paphnet-web
matlab教程,好东西,希望大家喜欢,给我点鼓励(matlab tutorial, good stuff, hope you like, give me to encourage)
- 2012-05-27 08:55:56下载
- 积分:1
-
21479_post
说明: ADI测试代码,ADI官方开发板测试demo分享(ADI ADSP21479 POST and the demo)
- 2020-09-26 23:44:59下载
- 积分:1
-
Windows设备驱动程序WDF开发(jb51.net)
说明: 本文件是windows驱动编程资料,供大家选用。(Windows Driver Programming Materials)
- 2019-01-09 16:04:21下载
- 积分:1
-
bcb6cgisample
说明: bc++build 6.0 最简CGI程序演示(bc++build 6.0 cgi example)
- 2020-06-18 07:00:02下载
- 积分:1
-
39
说明: 时钟芯片PCF8563 C51程序,本人测试通过(Clock chip PCF8563 C51 program, I test through)
- 2013-01-14 11:01:16下载
- 积分:1