-
计算器上阅读中文文本,支持查找,保存,汉字输入 CNRD Plus
说明: 可以在计算器上阅读中文文本,支持查找,保存,汉字输入(It can read Chinese text on the calculator, support search, save and input Chinese characters.)
- 2020-06-27 00:40:01下载
- 积分:1
-
ant
这是一种ANT的旅行商的MATLAB的代码有用请下载(if it help,please go ahead)
- 2014-09-14 18:27:29下载
- 积分:1
-
RegEx2NFA2DFA_RC
说明: 由正则表达式构造DFA的程序,并可以对输入串模拟正则表达式匹配(This is a C program used in compiling the given regular expression into an equivalent DFA, simulated through tracking State sets.)
- 2020-11-08 15:59:47下载
- 积分:1
-
Library-management-system
这是一个用C编写的《图书管理系统》有对图书的管理和读者管理两大功能(It s a library manage system.
Function: manage books & manage readers )
- 2014-02-27 16:53:12下载
- 积分:1
-
rabbitmq
RabbitMQ离线安装包,包含所有依赖包(RabbitMQ Offline Installation Package, which contains all dependency packages)
- 2020-06-25 00:20:02下载
- 积分:1
-
zynq 7000 EMIO 控制三色灯调试好的工程
- 2022-02-20 15:21:18下载
- 积分:1
-
RutineDemo
公交路线模拟(在开发有关地理定位的应用程序时,程序中经常需要描述各个地点的位置以及交通路线情况。为了清晰、准确地描述某个地点信息,通常采用图形和文字相结合的方式。本例实现了一个公交路线的模拟程序,利用CStatic控件存储各个站点信息)。(Bus route simulation (in the development of geo-positioning applications, the programs often need to describe the location of various locations and traffic route. In order to clear, accurate description of a location information, usually a combination of graphics and text the way. The Example realization of a bus route simulation program, using CStatic control information stored in various sites).)
- 2008-02-28 18:57:10下载
- 积分:1
-
CST_2
3 triangl finite element method c program code
usefull for all kind of plane stress and strain
- 2012-04-18 18:11:48下载
- 积分:1
-
perfchart
QT波形函数实现,界面简洁,多条波形显示数据。效果很好(QT wave function to achieve the simple interface, multiple waveform display data. Good results)
- 2012-06-13 11:30:18下载
- 积分: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