-
vc实现的MyFindFile文件查找器
vc++实现的简易界面,实现了MyFindFile文件查找器,查找某个磁盘下的文件。
- 2022-01-24 17:43:19下载
- 积分:1
-
根据文件名最后一位单双数来拷贝文件到设定目录
根据文件名最后一位单双数来拷贝文件到设定目录-According to the last one even-odd file name to copy files to the Settings menu
- 2022-02-06 17:06:26下载
- 积分:1
-
VC6.0搭建OpenGL绘制小茶壶
通过VC6.0配置OpenGL环境实现图形绘制,简单高效;可以避免过多的繁复步骤,具有借鉴意义
- 2022-01-22 12:48:40下载
- 积分:1
-
MFC VC 对话框中英语言切换
基于VC6.0版本的MFC对话框中英语言切换,能实现中英语言的对话框,按钮,菜单,文本的切换。可以做一个语言切换的参考。。。。。
- 2022-02-16 03:54:28下载
- 积分: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
-
C++实现的三种最大流算法。CS(容量
用C++实现的3种最大流算法。CS(Capacity-Scaling Algorithm)、SAP(Shortest Augmenting Path Algorithm)、ISAP(Improved Shortest Augmenting Path Algorithm)。-C++ implementation with three kinds of maximum flow algorithms. CS (Capacity-Scaling Algorithm), SAP (Shortest Augmenting Path Algorithm), ISAP (Improved Shortest Augmenting Path Algorithm).
- 2023-03-04 14:10:03下载
- 积分:1
-
C++代码,银行个人信息管理系统设计
C++代码,银行个人信息管理系统设计,非常适合初学者进行c++代码的学习,代码长度适中,已经调试完成,可以直接学习使用
- 2022-08-18 16:27:01下载
- 积分:1
-
CSharp语言与音乐播放器,可以实现强B.规模较小
用CSHARP语言编写的音乐播放器,以较小的体积实现较强的播放音乐功能,可供学习C#的人参考-CSHARP language with the music player, to the smaller size of achieving strong broadcast music for learning C# reference
- 2022-01-26 05:06:36下载
- 积分:1
-
调制解调技术大师
课文必须用英语。作者的
- 2023-08-05 08:00:03下载
- 积分:1
-
csharp Asp. Net and write a network test systems, study and application of good...
asp.net 及 csharp 写的一个网络考试系统,是学习和应用的好的参考材料-csharp Asp. Net and write a network test systems, study and application of good reference material
- 2023-04-26 14:15:03下载
- 积分:1