资源列表
AWI_6.14-3
- ABAQUS公司提供的比较人性化的插件,用于模拟焊接过程的插件。(ABAQUS provides a user-friendly plug-in for simulating the welding process.)
Composites Modeler for AbaqusCAE
- 复合材料建模的,如果有兴趣的可以去达索公司的官网查看详细内容,个人仅在此分享。(If you are interested in the composite material, you can go to dassault company's official website to view the details, individuals only share here.)
SH367306+SH79F6441
- SH367306BMS采集芯片手册及demo程序(Sh367306bms acquisition chip manual and demo program)
sizer4_dev570
- sizer4_dev570 file compressed
Lap trinh do nhiet do last final
- PT100 Temperature sensor, Led 7 segment
JSBSimCommander
- 一款可以方便编辑JSBSim控制器的软件(A software that can edit jsbsim controller conveniently)
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)
Release MulKLE x64
- EMULATE DONGLE Release MulKLE
yolov5-master
- 基于pytorch的最新目标检测算法yolov5,参数大大缩减(Yolov5, the latest target detection algorithm based on python, greatly reduces the parameters)
VB6.0 ImgCombo带图像的Combo下拉框
- VB ImgCombo带图像的Combo下拉框,给下拉框的各个下拉项前面添加一个小图标,比如本实例中,列出所有盘符,但是在前面会增加一个硬盘的图标,这样更形象一些,提升软件使用体验,通过本源码,你将会学会这种图标的添加方法。 注:本源码来自国外,早些年的代码,注释是英文。
一个基于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 打字 指法练习小程序源代码
- VB6.0 编写的一个挺简单的指法练习源代码,随机显示练习题的内容,捕获 keypresses,计算打字练习时间,计算每分钟多少字,计算争取率,每分钟单词数计时器。一些相关的源代码: Private Sub Timer1_Timer() '每分钟单词数计时器 WordsPerMin = 0 PrgressBar1.Value = Val(Len(Lbl_Input.Caption) * 100 / Len(Txt_Article.Text)) '计算打字练习