资源列表
VB6.0 打字 指法练习小程序源代码
- VB6.0 编写的一个挺简单的指法练习源代码,随机显示练习题的内容,捕获 keypresses,计算打字练习时间,计算每分钟多少字,计算争取率,每分钟单词数计时器。一些相关的源代码: Private Sub Timer1_Timer() '每分钟单词数计时器 WordsPerMin = 0 PrgressBar1.Value = Val(Len(Lbl_Input.Caption) * 100 / Len(Txt_Article.Text)) '计算打字练习
一个基于VB 的万年历
- 一个基于VB 的万年历,万年历日历中显示节日、农历、星座等信息,可前进、后退查看某一天信息。编写时候用到了不少VB类,源码公开,对学习来说相当有参考价值。 Private Sub Image2_Click(Index As Integer) Select Case Index Case 0 '减 If WNL_Pic_int = 1 Then WNL_Pic_int = 15 Else WNL_Pic_int = WNL_Pic_int - 1 Me.Pic
VB6.0 ImgCombo带图像的Combo下拉框
- VB ImgCombo带图像的Combo下拉框,给下拉框的各个下拉项前面添加一个小图标,比如本实例中,列出所有盘符,但是在前面会增加一个硬盘的图标,这样更形象一些,提升软件使用体验,通过本源码,你将会学会这种图标的添加方法。 注:本源码来自国外,早些年的代码,注释是英文。
yolov5-master
- 基于pytorch的最新目标检测算法yolov5,参数大大缩减(Yolov5, the latest target detection algorithm based on python, greatly reduces the parameters)
Release MulKLE x64
- EMULATE DONGLE Release MulKLE
vuamt and umat
- the constitutive model for fiber including Hashin damage(Defining the relationship of stress-strain of fiber and judging the failure of this material)
JSBSimCommander
- 一款可以方便编辑JSBSim控制器的软件(A software that can edit jsbsim controller conveniently)
MAX30102数据手册翻译
- 对MAX30102的官方数据手册的详细中文翻译(Detailed Chinese translation of the official data sheet of MAX30102)
新建 WinRAR ZIP 压缩文件
- 能够快速提取Vasp计算中的磁各向异性进行图像处理并且得到磁各向异性轨道分解图(And the magnetic anisotropy map can be extracted quickly)
LaBVIEW
- 创建一个VI,产生一个包含20个随机数的一维数组,从该一维数组每次顺序取下5个元素构成一行,并且做出构成一个4行5列的二维数组
XFS4NET
- 基于c#的WOSA xfs sp操作类,示例工程. 部分类丢失。
music
- 可以分析输入的音乐信号,经过加窗和傅里叶变换,得到音乐的音调和音符等信息,最后复现音乐。(The input music signal can be analyzed, and the tone and note information of the music can be obtained by adding window and Fourier transform, and finally the music can be reproduced.)