-
UPFC
digsilent软件平台下关于最优潮流计算的仿真(digsilent software platform simulation on optimal power flow calculation)
- 2013-10-23 18:45:43下载
- 积分:1
-
tiny.vn_1.2.1
This is the perfect game company game PCK file to see the source code
- 2018-07-14 22:31:53下载
- 积分:1
-
基于QT+Opencv的红眼去除
【实例简介】实验包括打开图像、红眼去除、保存处理后图像到指定位置,由于是初学,能实现功能已经很不错了,我的程序不够完美,运行前需要把图片和xml文件改为绝对路径
- 2021-05-29 00:31:22下载
- 积分:1
-
Aspose.Cells 导出excel 示例源码(C#)
Aspose.Cells 导出excel 示例源码(C#)
- 2017-10-31下载
- 积分:1
-
BandObjectLib
BankObject Extends, for IE extention Bar.
- 2014-09-10 11:28:02下载
- 积分:1
-
five
简单的图形展示工具 给大家一个简单的思路(Simple graphical presentation tool to give us a simple idea)
- 2011-04-29 11:23:27下载
- 积分:1
-
C# 模糊文字 点击按钮文字模糊
C# 制作的模糊文字 点击按钮文字模糊效果,这是基于WPF的一个图像特效,将文字模糊显示,如图所示,运行本程序后,点击窗口中的按钮,即可将按钮中的文字模糊处理。下面来看具体的模糊按钮文字的实现代码:
if (((Button)sender).BitmapEffect != null)
{
((Button)sender).BitmapEffect = null;
}
else
{
Button MyButton = (Button)sender;
var MyBlurEffect = new System.Windows.Media.Effects.BlurBitmapEffect();
MyBlurEffect.Radius = 4;
MyBlurEffect.KernelType = System.Windows.Media.Effects.KernelType.Box;
MyButton.BitmapEffect = MyBlurEffect;
}
- 2022-01-21 04:39:19下载
- 积分:1
-
004
C语言是目前流行的通用程序设计语言,是许多计算机专业人员和计算机的爱好者学习程序设计语言的首选 第四章(C language is popular generic programming language, is that many computer professionals and computer enthusiasts to learn programming language of choice for Chapter IV)
- 2008-12-11 14:25:52下载
- 积分:1
-
VBConversions VB.Net to C# Converter是一款代码转换软件,将用户的VB.Net项目用C#语言重新编写。与别的转换软件不同,变量...
VBConversions VB.Net to C# Converter是一款代码转换软件,将用户的VB.Net项目用C#语言重新编写。与别的转换软件不同,变量名、注释行、ad inline comments都被保留下来,代码转换的准确率超过99%。-VBConversions VB.Net to C# Converter is a code conversion software, the user
- 2022-01-26 03:40:39下载
- 积分:1
-
《天堂2》的模拟服务器端软件,用C#开发,供准备利用C#开发游戏服务器端的程序员参考。...
《天堂2》的模拟服务器端软件,用C#开发,供准备利用C#开发游戏服务器端的程序员参考。- simulation server-side software, using C# developers for the development of the game ready to use C# server-side programmer" s reference.
- 2022-02-05 10:48:20下载
- 积分:1