-
regex_extend
正则表达式的一般用法。测试一下,能否下载(In this paper, we present the generalized result about the regularity of operators.)
- 2020-06-17 07:20:01下载
- 积分:1
-
Population
c++ 链接access 建立的一个小型人员统计系统管理 代码简单(c++ link access to the set of a small staff Biejiao simple statistical system management code)
- 2014-03-09 10:11:57下载
- 积分:1
-
BK3432低功耗蓝牙开发包v12.050501-博芯
bk3432开发资料,烧录工具,调试软件等(bk3432,Development data, burning tools, debugging software, etc.)
- 2020-06-20 21:40:02下载
- 积分:1
-
STM32 LCD12864驱动 实现描点绘图,显示汉字,绘制波形,坐标
STM32 LCD12864驱动 实现描点绘图,显示汉字,绘制波形,坐标,代码内有详细的注释,使用keil环境编写,提供函数接口,很方便就可以应用到自己的项目中去。
- 2023-04-15 16:00:03下载
- 积分:1
-
d2bot-2019_06_17_AutoSmurf
说明: d2bot适用于官网,私服好像不能用提示试图访问无效的地址。(D2bot is suitable for bn. sf do not seem to be able to use prompts to attempt to access invalid addresses)
- 2020-06-19 22:40:02下载
- 积分:1
-
Qingdao dj station procedures, management background with the name and password...
青岛dj站程序,带后台管理 名字和密码都是:admin-Qingdao dj station procedures, management background with the name and password are : admin
- 2023-07-31 03:05:06下载
- 积分:1
-
很好的学生信息管理系统.学生信息设计,欢迎免费下载
很好的学生信息管理系统.学生信息设计,欢迎免费下载-A very good student information management system. Student information design, welcome to free download
- 2022-07-15 06:26:14下载
- 积分:1
-
VMD程序
说明: 提供VMD的基础代码,有助于VMD的初学者入门。(Provide the basic code of VMD, which is helpful for beginners of VMD.)
- 2020-10-10 13:37:39下载
- 积分:1
-
示波器资料
STM32示波器的全部资料,包括PCB,原理图。(The full data of the STM32 oscilloscope, including the PCB, the schematic diagram.)
- 2017-12-31 21:35:53下载
- 积分:1
-
C# 回车键控制鼠标焦点
C# 回车键控制鼠标焦点,原理是如果按下回车键,则切换鼠标焦点。
private void txtUserName_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
txtPWD.Focus();//切换鼠标焦点
}
private void txtPWD_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyData == Keys.Enter)//如果按下回车键
btnOK.Focus();//切换鼠标焦点
}
- 2022-01-23 11:25:26下载
- 积分:1