-
电子芯片规则检查语言,用于cadence
电子芯片规则检查语言,用于cadence-Electronic chip rule checking language, for the cadence
- 2022-03-23 16:23:47下载
- 积分:1
-
用cpp自己实现的大富翁小程序,基本实现了诸如移动,造房,分数计算等功能,是一个很好的继续开发的平台。...
用cpp自己实现的大富翁小程序,基本实现了诸如移动,造房,分数计算等功能,是一个很好的继续开发的平台。-with the Monopoly achieving his small programs, such as the realization of the basic mobile, Building, scores of calculation functions, is a very good platform for continued development.
- 2022-06-27 23:00:15下载
- 积分:1
-
on the command line using the classic C code
关于命令行使用的经典C代码-on the command line using the classic C code
- 2022-03-16 10:37:57下载
- 积分:1
-
可满足性问题(SAT),NP完全问题
并行算法
MPI
可满足性问题(SAT),NP完全问题
并行算法
MPI-satisfiability problem(SAT)
MPI,NP PROBLEM
- 2023-02-13 09:00:03下载
- 积分:1
-
Function allows to insert into an existing cell array any set of new cells on th...
Function allows to insert into an existing cell array any set of new cells on the specified index. Thus the former data is not remove, and moves downwards and to the right on the quantity of elements equal to the size of the inserted data.
- 2022-03-20 15:41:48下载
- 积分:1
-
线索二叉搜索树结点的插入删除以及树的打印。
线索二叉搜索树结点的插入删除以及树的打印。-clues two forks search tree node of the tree to insert, delete and print.
- 2022-01-25 15:01:01下载
- 积分:1
-
added to the website calendar of events, the correlation between the ease of com...
在网页中添加事件日历,便于相互之间的通信和交流,同时提供编辑,删除过期事件等功能!-added to the website calendar of events, the correlation between the ease of communication and exchange, while providing editing, deletion of expired incidents function!
- 2022-07-23 08:59:03下载
- 积分: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
-
密码查看器很厉害哦
密码查看器很厉害哦-password viewer very powerful oh
- 2022-08-23 21:52:29下载
- 积分:1
-
ArcGIS 9.2 的License文件,搞gis的人一定非常需要他,大家快来下载吧....
ArcGIS 9.2 的License文件,搞gis的人一定非常需要他,大家快来下载吧.-ArcGIS 9.2 License documents, conduct gis people will definitely need him. We Come download it.
- 2022-06-13 13:45:43下载
- 积分:1