-
C# 使用代码查找资源词典中的资源
C# 使用代码查找资源词典中的资源,单击按钮,窗体中会出现一张图片,没搞懂本示例是想要演示什么功能,有兴趣的自己下载源码查看。这里帖一下几行关键代码:
private void button1_Click(object sender, RoutedEventArgs e)
{//使用代码查找资源词典中的资源
Image MyImage = (Image)this.FindResource("MyImage");
this.image1.Source = MyImage.Source;
}
- 2022-09-07 18:30:03下载
- 积分:1
-
PCM32
PCM编码failed to translatefailed to translatefailed to translate(failed to translatefailed to translatefailed to translate)
- 2009-03-08 18:46:01下载
- 积分:1
-
CSharp-Meter
C#下的多种仪表盘绘制及测试程序,简约美观的仪表盘控件源程序,工控界面美化必不可少的控件。(C# under the dashboard draws and a variety of testing procedures, simple and beautiful instrument panel controls the source, industrial interface landscaping essential controls.)
- 2021-03-20 10:19:18下载
- 积分:1
-
matlab2
利用matlab进行五点滑动平均法平滑处理(Using matlab five-point moving average smoothing method)
- 2013-09-15 10:42:21下载
- 积分:1
-
freeglut
freelut 库opengl开发用库包含多个库文件,环境配置 (Freelut library opengl development library contains multiple library files, environment configuration)
- 2017-05-23 12:56:58下载
- 积分:1
-
dvb-apps-master
说明: A source-code for dvb-s cards
- 2019-06-02 01:54:16下载
- 积分:1
-
一个VB的计算器的源代码?下载后把扩展名改为EXE就可以了.
一个VB的计算器的源代码?下载后把扩展名改为EXE就可以了.-a calculator download the source code after the EXE extension read on it.
- 2022-03-30 10:44:08下载
- 积分:1
-
69491715GA-FOR-VRP
说明: 用遗传算法解决vrp问题,源码加详细文档说明 很有用的哦(algorithm for multi-
objective optimization. It is a very e® ective algorithm but has been generally
criticized for its computational complexity)
- 2020-10-31 17:29:55下载
- 积分:1
-
ghost-2012
GHOST 2012 原版远控 免杀好做的呢 大家来下吧(GHOST 2012)
- 2012-03-06 23:04:22下载
- 积分:1
-
C# 注册表浏览器-仿Windows
C# 注册表浏览器源码,代码中一些注册表的操作很有实用价值,比如判断node代表的注册键属于哪一个根键,去掉前头的“我的电脑”,如果不是根键,找出路径,取得注册键对象,取得节点所代表的键,取得某一键值所有子键的名称,把所有子键名加入TreeView中,编译运行后,还真挺像windows自身的注册表编辑器,通过这个程序,你可以浏览系统注册表中的各个节点、键值等信息。
- 2022-03-13 01:12:07下载
- 积分:1