-
flattfzinqmake
一个非常炫的工具栏类,用来制作酷酷的界面,还可以的(A very flattering toolbar class, used to make cool interface, can also)
- 2017-04-21 10:16:25下载
- 积分:1
-
c# 十字光标定位 实例
winform程序 实现了 十字光标定位
- 2013-05-06下载
- 积分:1
-
51单片机与蓝牙模块的串口通信
51单片机与蓝牙模块的串口通信比较好的例子(A Good Example of Serial Communication between 51 Single Chip Microcomputer and Bluetooth Module)
- 2018-11-28 11:39:59下载
- 积分:1
-
Kinect手势跟踪框架
手势的建立,在Kinect挥手手势的建立,详细的程序框架及逻辑,基于Kinect的手势识别程序,C#编写-Kinect-based gesture recognition program, C# Prepared
- 2022-01-26 02:25:57下载
- 积分:1
-
iso15693协议
iso15693协议-iso15693 agreement
- 2022-07-27 18:04:10下载
- 积分:1
-
Pointers-and-Arrays
This Chapter deals with POinters and Arrays. Sample Programs are given to workout in C++ environment.
- 2014-09-16 23:41:56下载
- 积分:1
-
exp4_02_fir(cpu2)
这是我先根据MATLAB设计的一个FIR滤波器,然后c语言实现,是二阶的,非常好用。(This is my first one under the MATLAB FIR filter design, and then c languages to achieve, is the second order, quite well.)
- 2010-08-27 22:42:46下载
- 积分:1
-
简单的提取背景的算法实现
转载,仅供参考。平均法视频关键帧提取。转载,仅供参考。平均法视频关键帧提取。转载,仅供参考。平均法视频关键帧提取。转载,仅供参考。平均法视频关键帧提取。转载,仅供参考。平均法视频关键帧提取。
- 2022-03-19 05:17:25下载
- 积分:1
-
C# 在程序中使用指针、十字光标、浮动窗口等不安全代码
C# 在程序中使用指针、十字光标、浮动窗口等不安全代码的实例,单击以下按钮会演示出对应功能:
在程序中显示一个浮动帮助窗口
显示等待光标
显示十字光标
对于功能实现,逐一分享源代码如下:在程序中使用指针等不安全代码:
var MyFileName = "C:atlog.txt";
var MyReader = new MyReaderClass(MyFileName);
const int MyBuffSize = 128;
byte[] MyBuffer = new byte[MyBuffSize];
ASCIIEncoding MyEncoder = new ASCIIEncoding();
var MyInfo = MyFileName + "的内容如下:";
while (MyReader.Read(MyBuffer, 0, MyBuffSize) != 0)
MyInfo += "
" + MyEncoder.GetString(MyBuffer);
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
private void button2_Click(object sender, EventArgs e)
{//在程序中显示一个浮动帮助窗口
Help.ShowPopup(this, "提高程序开发效率、拓展软件应用领域", new Point(300, 350));
}
private void button3_Click(object sender, EventArgs e)
{//显示等待光标
this.Cursor = Cursors.WaitCursor;
}
private void button4_Click(object sender, EventArgs e)
{//显示十字光标
this.Cursor = Cursors.Cross;
}
- 2023-05-20 08:40:02下载
- 积分:1
-
KEY
键盘的功能,有单独键盘和行列式键盘的程序,很实用,(Keyboard functions, the determinant has a separate keyboard and keyboard procedures, it is practical,)
- 2009-02-27 15:16:44下载
- 积分:1