-
function
悬置功能计算的,能量解耦的方法,优化及其位移的计算(The calculation of suspended function, energy decoupling method, optimization and calculation of displacement)
- 2015-08-06 09:23:13下载
- 积分:1
-
图书馆管理系统源代码
大学生课程设计,毕业论文的图书馆管理系统源代码。稍加调试即可运行。
- 2022-01-31 18:32:51下载
- 积分:1
-
MAX30102_demo
说明: MAX30102例程,实测已经能够稳定输出(Max31002 routine, the actual measurement has been able to stabilize the output)
- 2020-05-09 09:11:12下载
- 积分:1
-
touch
C语言的通讯录 用win-TC编译很好的 多多下载 (C-directories with the win-TC to compile a very good lot of downloads)
- 2009-11-04 22:24:52下载
- 积分:1
-
gen_demo
a code generation framework implemented in Ruby that attempts to go beyond the classic substitution of variables in templates
- 2013-10-25 09:41:43下载
- 积分:1
-
xppaut_latest.tar
XPPOUT latest, Window GUI
- 2015-09-09 13:33:07下载
- 积分:1
-
Calculator447
自己实现的一个简单的计算器,支持大数的加减乘除、开平方等操作,不适用库函数。(Themselves to achieve a simple calculator, to support the addition and subtraction, multiplication and division of large numbers, such as square root operations, library functions do not apply.)
- 2016-02-15 20:10:05下载
- 积分:1
-
I AM VERY BUSY
code for i am very busy
- 2019-04-11 23:29:13下载
- 积分:1
-
AT45DB161 串行闪存
AT45DB161 串行闪存 SPI 接口与 STM32F103。
- 2022-02-16 02:10:46下载
- 积分:1
-
C# WPF设置图片做为程序窗口背景
C# WPF设置程序窗口背景图片的例子,调用外部一张图片,作为程序窗口的背景,这是一个挺基础的C#窗口设计制作小例子。本程序通过定义BitmapImage和ImageBrush()来实现,有兴趣的参见以下几行代码:
设置WPF程序的背景图像代码如下:
var MyImage = new BitmapImage(new Uri("J001.jpg", UriKind.Relative));
var MyBrush = new ImageBrush();
MyBrush.ImageSource = MyImage;
this.Background = MyBrush;
本例的运行效果请参见下图示。
- 2022-02-28 22:19:19下载
- 积分:1