-
cadview插件
Install the Launchy# Plugin first, DBLaunchy requires Launchy# to work.
Copy DBLaunchyPlugin.dll into the plugins directory (C:Program FilesLaunchypluginson my machine)
Restart Launchy.
Set the SQL Options for DBLaunchy in the plugin options panel.
Currently only supports a single stored procedure (the name is configurable) for returning results.
The results should have three columns,cTitle,cDirectoryandcProgram.
cTitleis what is matched to the user input in Launchy.
cDirectoryandcProgramget combined to form the command that is ra
- 2022-03-12 19:54:44下载
- 积分:1
-
banqiannibiandianlu
说明: 半桥逆变电路的实现,采用matlab,simulink实现,把直流电逆变为交流电。(Half bridge inverter)
- 2020-02-29 18:00: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
-
C# operation office word
主要实现了C#语言操作office word 填写预先定义的模板文档,实现自动化固定格式的报告生成。内容适合初学者。
已经封装成一个类,可以单独使用。
- 2022-08-12 09:34:55下载
- 积分:1
-
winISA通用接口
通用的window系统下的ISA接口驱动实现方法,已在多个项目上获得应用,给出了常用的接口函数实现方法,以及编译成动态链接库的过程,提供了访问底层寄存器的输入输出函数
- 2022-03-21 21:25:26下载
- 积分:1
-
STC15xx
STC15XX系列掉电唤醒补丁程序,内含5种中断的程序以及ALL掉电唤醒的程序(STC15XX Series wakeup patch containing five interrupts as well as ALL of the program)
- 2011-07-19 16:54:30下载
- 积分:1
-
FFmpeg
c#版本FFmpeg的拉流测试工具,支持本地视频,监控流拉取播放。(C# version of FFmpeg pull test tool, support local video, monitoring pull play.)
- 2018-11-26 11:41:51下载
- 积分:1
-
CCS-DEMO
OMAPL138 外设使用经典例程,包括串口和网卡底层接收发送数据包检测工程(OMAPL138 peripherals use the classic routines, including the serial port and network card the underlying receiver to send data packet inspection works)
- 2012-08-01 10:52:20下载
- 积分:1
-
yuanma
C_C++程序设计导论(第二版)附书源码(C_C++ programming design introduction (second edition) source code)
- 2013-07-05 17:08:13下载
- 积分:1
-
ds_1602
说明: MSPf5529LCD1602显示,初学小实验。(MSPf5529LCD1602 shows that the primary school experiment.)
- 2020-06-23 19:00:02下载
- 积分:1