-
E语言源代码,有喜欢的都来看下,如果好用就保留不好用就
E语言源代码,有喜欢的都来看下,如果好用就保留不好用就-E-language source code, there are look like, if not with ease of use on the reservation on the
- 2023-05-22 11:05:04下载
- 积分:1
-
机载雷达STAP书
说明: 机载雷达 杂波抑制,MIMO啥的老外写的,非常详细(Airborne radar clutter suppression, written by a foreigner in MIMO, very detailed)
- 2020-03-13 16:27:26下载
- 积分:1
-
Design-Compiler-Reference
dc的应用规范,以及一些基础的操作指导,注意事项等(dc application specification, as well as some basic instructions, precautions, etc.)
- 2013-08-13 11:14:47下载
- 积分:1
-
kcf_apce
说明: 目标视频跟踪,相比kcf的源码,加入了apce,kcf的升级版(Target video tracking, compared with the source code of KCF, adds the upgrade version of APCE and KCF)
- 2021-01-12 17:08:48下载
- 积分:1
-
微信小程序全套源代码(后台、小程序php)
微信小程序全套源代码(后台、小程序php) 基于微信开发小程序 很有学习价值(WeChat small program full set of source code (backstage, small program PHP) based on WeChat development small programs is very valuable to learn)
- 2020-11-16 13:49:40下载
- 积分:1
-
Tetris vc6 prepare concise interface window scaling freedom
俄罗斯方块 vc6编写 界面简洁 窗口自由缩放 -Tetris vc6 prepare concise interface window scaling freedom
- 2023-06-28 06:10:04下载
- 积分:1
-
Lcd
s3c2440 写4.3寸LCD屏 ADS编译 (Write a 4.3-inch LCD screen s3c2440)
- 2013-09-28 14:16:22下载
- 积分:1
-
vb6.0 Access名人名言【文章管理】程序
vb6.0 Access名人名言系统,收集在从古至今各路名人的爱情名言,当然也可作为其它方面的文章收集管理程序,实际上是一个VB数据库系统,本软件的资料是来自中国工人出版社出版的《爱的智慧果-名人爱情箴言》,希望能带给大家一些爱情方面的启迪!早日找到自己的真爱!
- 2022-03-22 05:55:41下载
- 积分:1
-
peakfit
说明: 高斯多峰拟合,matlab语言编写的光谱高斯多峰拟合曲线(Gaussian multimodal fitting)
- 2019-11-22 16:48:20下载
- 积分: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