-
english-fd58846
本源代码为linux下的背单词小程序。实现汉译英、英译汉背诵功能。(The source code for the the word back applet under linux.)
- 2012-10-10 17:32:19下载
- 积分:1
-
霍夫曼压缩解压缩
用霍夫曼编码实现的简单的文本压缩解压缩C++源程序
- 2022-08-25 19:49:43下载
- 积分:1
-
bd-protocal
北斗一代通信协议,用于北斗通信程序编写的参考资料,希望对大家有用(Beidou generation communication protocol, Compass Resources for communication programs written .HOPE it s good use for you,)
- 2016-09-20 14:48:28下载
- 积分:1
-
LBM 格子玻尔兹曼 顶盖驱动流
LBM求解顶盖驱动流的程序,c语言编写,对于速度矢量场,标量场进行数据输出,格式为teplot读取格式,采用SRT模型对Boltzmann方程进行求解,适合初学者学习
- 2022-07-16 10:38:30下载
- 积分:1
-
使用DirectShow实现的peer to peer视频聊天系统
使用DirectShow实现的peer to peer视频聊天系统
- 2023-01-27 11:10:04下载
- 积分:1
-
MT4_MQL4_Programming-Manual
MT4平台MetaQuotes Language 4 _MQL4_编程参考_简体中文版.由程序员级专家翻译。是E文不好的EA开发人员的福音(MT4_MetaQuotes Language 4 _MQL4_Programming Manual)
- 2020-07-23 21:58:50下载
- 积分:1
-
C# 为文字创建渐变色的下划线
C# 为文字创建渐变色的下划线,放大后还是很漂亮的,下划线变成了点状的,而且是颜色是渐变的,下面介绍实现这一功能的代码,给字符串创建渐变色下划线,核心代码如下:
TextDecoration MyUnderline = new TextDecoration();
Pen MyPen = new Pen();
MyPen.Brush = new LinearGradientBrush(Colors.Green,
Colors.Blue, new Point(0, 0.5), new Point(1, 0.5));
MyPen.Brush.Opacity = 0.5;
MyPen.Thickness = 1.5;
MyPen.DashStyle = DashStyles.Dash;
MyUnderline.Pen = MyPen;
MyUnderline.PenThicknessUnit = TextDecorationUnit.FontRecommended;
TextDecorationCollection MyCollection = new TextDecorationCollection();
MyCollection.Add(MyUnderline);
this.textBlock1.Text = "中华人民共和国";//自定义要显示下划线的文字
this.textBlock1.FontSize = 48;
this.textBlock1.TextDecorations = MyCollection;
需要请下载完整源码。运行效果图如下。
- 2022-01-22 05:14:06下载
- 积分:1
-
digital filter
说明: 各种滤波器,包括高通、低通、带通等滤波器,可用,直接输入数值即可,可直接使用,没有bug(bandpass filter,Band pass filter, available, direct input value, can be used directly, no bug)
- 2021-04-16 21:20:00下载
- 积分:1
-
c++ os实验进程调度
操作系统实验程序 c++ os实验进程调度c++环境写的,不过会c语言和操作系统知识都能看懂(operating systems experimental procedure c os experimental process scheduling write c environment, but will c language and knowledge of the operating system can understand)
- 2005-04-16 08:48:24下载
- 积分:1
-
基于DSP28335的单相PWM整流 双闭环PI控制
基于DSP28335的单相PWM整流 双闭环PI控制(siglephase pwm based on dsp)
- 2018-09-28 00:07:20下载
- 积分:1