-
rtc
rtc-rtc
- 2022-07-27 06:29:12下载
- 积分: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
-
用于在MATLAB中绘制多坐标轴,将多个变量绘制在一张图中
用于在MATLAB中绘制多坐标轴,将多个变量绘制在一张图中-MATLAB is used to draw multiple axes, multiple variables are plotted in a graph
- 2022-03-14 14:31:07下载
- 积分:1
-
本人自己编写的俄罗斯方块 小游戏 为自己开发网络版作准备 用JAVA开发 但是界面不够美观...
本人自己编写的俄罗斯方块 小游戏 为自己开发网络版作准备 用JAVA开发 但是界面不够美观-I have written a small game Tetris for the development of online preparation for development using JAVA interface but not beautiful
- 2022-01-25 19:07:27下载
- 积分:1
-
音频和图像文件的OFDM系统中,你可以使用这个文件作为输入的问题。
完整的OFDM系统,自带音频与图像文件,可以通过仿真用OFDM系统对音频或图像进行处理-OFDM Systems with audio and image files.You can use this files as input of the OFDM system.
- 2023-08-10 18:55:03下载
- 积分:1
-
Windows API
a windows api
it is very usefull to you
welcome to my home page
www.beihuazy.com to down more useful information
- 2022-03-26 18:41:01下载
- 积分:1
-
C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集...
C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, single list, double-linked list, a red, black tree, Quick Sort, Bubble Sort, Kazakhstan furman tree, heap, collection, dictionary, hash, dictionary, jump tables, maps, shortest path, and so on 。。。。) sort of all-source data structure!!!
- 2023-06-24 18:10:03下载
- 积分:1
-
手动脱壳入门第三篇ASPACK 1.08.chm
手动脱壳入门第三篇ASPACK 1.08.chm
- 2023-04-18 12:15:03下载
- 积分:1
-
在一个程序中通过修改参数实现三种调制方式,分别是AM、DSB和FM。
注释详细,适合初学者参考。...
在一个程序中通过修改参数实现三种调制方式,分别是AM、DSB和FM。
注释详细,适合初学者参考。-It s an analog modulation program by change a parameter.The three modulation types are AM, DSB, and FM. The program is easy to read and suitable for beginners.
- 2023-01-01 12:35:07下载
- 积分:1
-
俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块...
俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 俄罗斯方块 -Arix Tetris
- 2022-05-14 11:39:07下载
- 积分:1