-
LED
用led显示屏做,又整屏左移,又移等,适合初学者学习,带仿真(Led display used to do, but also the entire screen left, then shift and so on, suitable for beginners to learn, with simulation)
- 2009-10-06 09:14:32下载
- 积分:1
-
opencv图像拼接
利用opencv库函数实现的图像拼接,验证有效
- 2023-02-01 04:45:04下载
- 积分:1
-
EnumFontsDemo
获取系统中已安装的所有字体EnumFontsDemoEnumFontsDemo.rar,很不错的vc源码,希望对大家有所帮助。(Acquisition system has been installed in all the fonts EnumFontsDemo EnumFontsDemo.rar, very good vc source code, we want to help.)
- 2011-09-30 21:00:37下载
- 积分:1
-
DisDemo_CS_中英文版
rider开发包,用于RFID读卡器的开发使用,亲测可用,效果不错(Rider development package)
- 2020-06-29 09:40:01下载
- 积分:1
-
AdaptiveTransparency_Source
一種新的方法可以即時處理無須排序的重疊半透明三角形,比A-buffer方法的效率更高。(We introduce a new technique for real-time order independent transparency called Adaptive Transparency (AT) that closely approximates the ground-truth results obtained from A-buffer compositing but is 5x to 40x faster. The key contribution of Adaptive Transparency is the introduction of an adaptively compressed visibility representation that can be efficiently constructed and queried during rendering. It can be applied to a widerange of transparent geometry (e.g., foliage, windows, hair, and smoke). AT closely matches the ground-truth A-buffer solution and is both higher quality and faster than other approximate OIT techniques.
)
- 2011-05-27 01:39:12下载
- 积分:1
-
Project
Tic Tac Toe Game Or X O Game is a traditional game requires you to assemble 3 X s or O s in vertical , horizontal way
- 2014-11-07 21:42:17下载
- 积分:1
-
code
A little FAT32 Parser with some fuctions.
- 2014-01-31 14:56:02下载
- 积分: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
-
chap3
用socket编程实现点对点通信,TCP客户端程序,TCP服务器程序,以及UDP点对点聊天通信。(Point to point communication, TCP client, TCP server, and UDP peer chat communication socket programming.)
- 2020-07-04 14:20:01下载
- 积分:1
-
PE
说明: 排列熵可以很好的区分信号和噪声。可以用做优化算法的适应度函数(Permutation entropy can distinguish signal from noise. Can be used as fitness function of optimization algorithm)
- 2020-05-30 08:15:30下载
- 积分:1