-
c#用鼠标画直线
应用背景实现动态画图,及拖动鼠标就能动态产生图形,并且颜色是可调节的,当你不喜欢颜色时候,你可以换不同的颜色,画直线,所以这个程序很好的实现了c#的动态画图, 此程序是我自己编的,不足之处还望大家指正,谢谢大家,我们一起学习,一起进步,喜欢编程的朋友可以经常交流一下,关键技术 public partial class Form1 : Form
{
Point startPoint = new Point();
// bool showPaint = false;
public Form1()
{
InitializeComponent();
}
private void Form1_MouseDown(object sender, MouseEventArgs e)
{
startPoint = new Point(e.X, e.Y);
//{ showPaint = true; }
}
private void
- 2022-02-10 06:50:04下载
- 积分:1
-
28335电机控制
这是一个电机控制的源代码,适合玩电机控制初学者学习,希望对大家有所帮助,接下来我会不断更新这个代码
- 2022-10-29 00:45:04下载
- 积分:1
-
myolsr_10.10
基于NS2仿真环境,已经编译过的OLSR协议(NS2-based simulation environment, has compiled the OLSR protocol)
- 2010-05-07 10:19:51下载
- 积分:1
-
keycontrol
使用键盘钩子来接收键盘上的所有输入,进行键盘控制,可以使用这样的功能来做游戏外挂等(Use the keyboard hook to receive all input on the keyboard, the keyboard controls, you can use this function to do the game plug-in, etc.)
- 2011-11-28 10:56:30下载
- 积分:1
-
gest
void swap1(int x, int y) //值传递
void swap2(int *px, int *py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用(void swap1(int x, int y) //值传递
void swap2(int*px, int*py) //指针传递
void swap3(int &x, int &y) //引用传递
的使用)
- 2012-04-30 16:41:44下载
- 积分:1
-
scielab_test
实现无线传输物理层传输过程中功率的优化以及实现降低噪声(Optimize the wireless transmission process in the physical layer transmission power, and achieve lower noise)
- 2015-03-28 10:48:55下载
- 积分:1
-
ARM-UART
ARM监视串行口,将接收到的字符发送到字符再发送给串口,即按PC机键盘通过超级终端发送数据,开发板将接收到的数据再返还给PC,在超级终端上显示。(ARM monitors the serial port, the received characters are sent to a character and then sent to the serial port, ie the PC keyboard to send data via HyperTerminal, the board will receive the data and then back to the PC, in the HyperTerminal display.)
- 2013-06-03 19:36:48下载
- 积分:1
-
控制器局域网CAN总线MCP2510通信的C程序实现
控制器局域网CAN总线MCP2510通信的C程序实现-Controller Area Network CAN bus MCP2510 communications procedures C realize
- 2022-04-30 09:41:33下载
- 积分:1
-
例11-1 UCOSIII消息传递
UCOS3 消息传递 ,实验,基于STM32F103ZET6(UCOS3 message passing, experiment, based on STM32F103ZET6)
- 2017-11-18 02:25:17下载
- 积分:1
-
DevExpress控件使用大全
说明: C#开发插件DevExpress控件属性详细说明(Control property details)
- 2020-03-19 11:23:11下载
- 积分:1