-
3-OLED Display Demo
说明: STC8G系列的OLED驱动 7引脚OLED(OLED driver 7-pin OLED of stc8g series)
- 2020-06-24 10:43:06下载
- 积分:1
-
Space-resection
空间后方交会,供参考使用,学习参考资料。(Space resection)
- 2014-04-22 20:37:33下载
- 积分:1
-
20180925_BS83B04C_TOUCH_WATER_V300--测试OK
说明: test code for HOLTEK touch key
- 2021-03-08 20:29:28下载
- 积分:1
-
修改中
说明: SFR_1.4.2 12233源代码,可以在vs2017编译(SFR 12233 source code)
- 2021-04-19 11:38:54下载
- 积分:1
-
凤凰登录器配置器(20180612)
只要有这两样配套替换使用!问题完美解决!直接替换授权文件是不行的!因为这个新的授权文件不支持以前的老端!必须配套!(China, Portugal pledge to jointly push forward construction of Belt and Road
The China-Portugal relations are entering the best period in history and presented with new opportunities for development, Xi said.
China makes cooperative partner with distinct advantages: Portuguese PM
The Portuguese PM hoped that both countries can make joint efforts to promote sustained economic growth driven by openness, innovation and technology.)
- 2018-12-06 20:47:31下载
- 积分:1
-
Visual C# 隐藏显示鼠标的源码实例
Visual C#显示隐藏鼠标的一个例子,隐藏鼠标后,使用Tab键移动光标,从代码中可发现,隐藏鼠标只需将ShowCursor(false);即可,显示时就这样:ShowCursor(true);面向C#初学者。下面是核心的代码:
//重写API函数
[System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "ShowCursor")]
public extern static bool ShowCursor(bool bShow);
private void btnHide_Click(object sender, EventArgs e)
{
ShowCursor(false);//鼠标隐藏
}
private void btnShow_Click(object sender, EventArgs e)
{
ShowCursor(true);//鼠标显示
}
- 2022-08-08 14:49:38下载
- 积分:1
-
450843042112
四川大学vb课程的作业,包括了visualbasic程序设计教程这本书上的课后习题部分源码(Sichuan University vb program operations, including visualbasic programming tutorial this book is part of the source on the after-school exercise)
- 2011-07-17 13:25:51下载
- 积分:1
-
基于W5500的以太网数据采集设备
说明: 基于无线模块W5500的通信例程,希望能有用(Communication routine of wireless module 5500, hope useful)
- 2020-06-19 16:00:02下载
- 积分:1
-
实现数据链路层的协议
说明: 实现数据链路层的协议,属于计算机网络的协议实现(Implement the protocol of data link layer, a protocol implementation that belongs to a computer network)
- 2020-06-19 06:40:02下载
- 积分:1
-
灰度共生矩阵
说明: 基于matlab的图像处理,灰度共生方法实现图像切割,六个指标都要,非常适合初学者学习(Image processing based on MATLAB, gray level co-occurrence method to achieve image cutting, six indicators are required, very suitable for beginners to learn)
- 2020-04-06 18:20:22下载
- 积分:1