-
Classic_C_language_program
经典C语言程序:图形 数据结构 时间函数 文件等(Classic C language program: a function of time graph data structure documents, etc.)
- 2010-01-01 12:27:36下载
- 积分:1
-
GPIO-simulator-I2C
通过GPIO口,模拟I2C协议,和设备进行I2C通信(I2C communications via GPIO ports, analog I2C protocol, and equipment)
- 2013-12-18 11:43:20下载
- 积分:1
-
C# WPF 图片旋转、放大、扭曲、平移、不透明蒙版等
这是一个C#图像处理程序,把一张图片平移、顺时针角度旋转、按一定角度扭曲、使用不透明蒙版等功能,以下是实现具体功能的代码,把这些处理功能封装到按钮事件中:
private void button2_Click(object sender, RoutedEventArgs e)
{//缩放图像
if (this.button2.Content=="放大图像")
{
ScaleTransform MyScaleTransform = new ScaleTransform();
MyScaleTransform.CenterX = this.image1.Width / 2;
MyScaleTransform.CenterY = this.image1.Height / 2;
MyScaleTransform.ScaleX = 1.5;
MyScaleTransform.ScaleY = 1.5;
this.image1.RenderTransform = MyScaleTransform;
this.button2.Content = "缩小图像";
}else{
ScaleTransform MyScaleTransform = new ScaleTransform();
MyScaleTransform.CenterX = this.image1.Width / 2;
MyScaleTransform.CenterY = this.image1.Height / 2;
MyScaleTransform.ScaleX = 0.5;
MyScaleTransform.ScaleY = 0.5;
this.image1.RenderTransform = MyScaleTransform;
this.button2.Content = "放大图像";
}
}
private void button3_Click(object send
- 2023-01-22 02:10:03下载
- 积分:1
-
C#双重密钥激活软件和试用限制
这篇文章(https://www.daboke.com)介绍了如何使用明码和暗码组合的双重密钥给软件激活和试用限制。
- 2020-04-20下载
- 积分:1
-
SharpDevelop_2.2.0.2595_Source
SharpDevelop_2.2.0.2595源代码()
- 2007-07-23 23:13:28下载
- 积分:1
-
phoblest-must-must
我们acm的一道题,程序实现上简单,但得要有数学理论作依据(One of our acm problems, the program is easy to implement, but must have the mathematical theory as the basis)
- 2018-11-20 14:29:53下载
- 积分:1
-
V C++编码的简单计算器,可以进行简单的一般运算。
V C++编码的简单计算器,可以进行简单的一般运算。-V C++ Coding a simple calculator that can be a simple regular expression.
- 2023-06-24 23:20:04下载
- 积分:1
-
STM32F103C8T6 nokia5110
目前暂无,具体的接线在代码里面,使用说明也请看文档,没有阅读压力。(At present, there is no specific wiring in the code, the use of instructions also see documents, there is no reading pressure.)
- 2017-06-03 11:52:53下载
- 积分:1
-
51单片机4*4键盘板全套资料
51单片机4*4键盘板全套资料,该 4*4 键盘接口板为创新、研发、实训而设计,能解决实际应用过程中采用 4*4 键盘的快递验证及原型机搭建事宜,使想法与设计得以快速实现。该接口板大小为 6cm*6cm,设计有 RC 阻容消抖电路, 4 个行与 4 个列的接口信号通过板上部的排针引出,同时需要接入共地信号。资料中提供供直接调用的函数,使开发更加快捷。
- 2022-03-02 00:06:15下载
- 积分:1
-
net remoting 的编程事例,能够根据需要进行扩充
net remoting 的编程事例,能够根据需要进行扩充-net remoting programming examples, according to the need for expansion
- 2022-04-13 12:15:06下载
- 积分:1