-
Leach4_1
omnet下leach算法,有助于omnet的初学者仿真练习(Under the omnet leach algorithm, omnet help beginners simulation practice)
- 2012-09-26 21:24:58下载
- 积分:1
-
PlantomGo
幻影围棋棋源代码,参加计算机博弈比大赛亚军的代码。(Phantom Go chess source code, to participate in a computer game than the runner-up code.)
- 2021-01-20 22:48:43下载
- 积分: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
-
基于51单片机的智能小车设计 蓝牙+避障 YY编写 2017.11.22
基于51单片机的智能小车设计 蓝牙+避障 YY编写 2017.11.22
- 2022-01-31 06:13:20下载
- 积分:1
-
C语言实践100例
我只不过是站在巨人的肩膀上而已。给学生做培训的时候我参考得比较多的书有:Kernighan &
Ritchie的《The C Programming Language》;Linden的《Expert C Programming》;Andrew &
Koening《C Traps and Pitfalls》;Steve Maguire的《Write Clean Code》;Steve McConnell的
《Code Complete. Second Edition》;林锐的《高质量C++/C编程指南》。
- 2022-03-25 01:35:35下载
- 积分:1
-
udpEmu
说明: 基于实时嵌入式操作系统的Reworks的TCP、UDP程序(based on real-time embedded operating system Reworks TCP, UDP procedures)
- 2005-12-09 09:48:14下载
- 积分:1
-
mcIsing
用蒙特卡罗方法实现Ising模型,以一个概率模型为基础,按照这个模型所描绘的过程,通过模拟实验的结果,作为问题的近似解(Approximate solution of the Ising model using the Monte Carlo method, based on a probabilistic model for in accordance with the process depicted in this model, the simulation results, as the problem)
- 2012-10-22 10:11:01下载
- 积分:1
-
ProcessHide
VC++实现的rin0级别的进程隐藏和进程保护。要用到DDK。此压缩包中有完整的源代码,并且调试通过。(VC++ to achieve the rin0 level hidden process and process protection. To use DDK. This package is the integrity of the source code, and debugging through.)
- 2012-03-11 14:24:14下载
- 积分:1
-
lab21-HRPWM
28335的spwm输出,开环测试,三相spwm信号分别为epwm1~6,频率为20KHz(spwm output 28335, the open-loop test, three-phase spwm signals are epwm1 ~ 6, frequency 20KHz)
- 2016-04-09 09:42:36下载
- 积分:1
-
LM3S8962_Datasheet_CN
cortex m3系列,LM3S8962中文资料。是初学M3的好助手(cortex m3 datasheet of chinese.)
- 2011-02-16 13:12:18下载
- 积分:1