-
齿数计算
自动计算转轮转速,对任何直径的转轮可以自定义(CALCULATE THE ROTOR SPEED.)
- 2019-06-28 15:01:14下载
- 积分:1
-
kviso_wave
单片机仿真软件 集成了源程序编辑、编译、调试、反 汇编等功能于一体。 可仿真MCS51系列、MCS196系列、 Microchip PIC系列CPU(SCM simulation software is integrated with the source program to edit, compile, debug, disassemble functions in one. Simulation of MCS51 series, MCS196, Microchip PIC series CPU)
- 2017-09-30 08:39:57下载
- 积分:1
-
我的测控软件
本软件自行编写,可对摩擦制动试验数据进行分析。主要用在摩擦材料的摩擦系数、制动温度数据分析方面,可批量读取数据,并组合分析输出实验报告。(The software is written by ourselves, and the friction braking test data can be analyzed. Mainly used in friction material friction coefficient, braking temperature data analysis, batch reading data, and combined analysis output test report.)
- 2018-09-18 10:36:18下载
- 积分:1
-
ecshop订单提醒
可以跟踪ECSHOP商城订单状态,实时提醒。(It can track the order status of ECSHOP mall and remind it in real time.)
- 2020-06-24 13:00:02下载
- 积分:1
-
N-sheets
以G列分成多个工作表(以宏运行VBA)
(Sub aa()
Dim a As Integer, b As Integer, c As Integer, sh As Worksheet
For a = 2 To [g65536].End(3).Row
If Cells(a, 7) <> Cells(a- 1, 7) Then
b = a
End If
c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row
Set sh = Sheets.Add(, Sheets(Sheets.Count))
sh.Name = Sheets("sheet1").Cells(a, 7).Value
With Sheets("Sheet1")
Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2]
Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1]
a = c
End With
Sheets("Sheet1").Select
Next
End Sub
)
- 2013-05-03 08:50:54下载
- 积分:1
-
Ruler
说明: VC++增强版电子标尺软件的源代码,透明窗体的实现是本程序的关键性技术,本标尺采用两点测量、多点测量、多角度测量的方法,配合窗体透明特效,完成一个逼真好用的电子标尺,这样,当你在网页上需要确定图片及媒体的宽度和高度时,就可用这个软件轻松的量出它的尺寸了。
(Enhanced version of VC++ source code of the software electronic scale, transparent form of implementation is the key technology of this procedure, the use of two measurement scale, multi-point measurement, multi-angle measurement method, with transparent window effects, to complete a real good using electronic ruler, so that when you need to determine the picture on the website and the media width and height, you can use this software easily measure out the size of it.)
- 2011-04-08 22:54:58下载
- 积分:1
-
LAB1
用C++编写的成绩管理系统,实现成绩的输入查找,修改和求方差等功能(Prepared with C++ performance management system, to achieve results Enter search, modify and seek variance functions)
- 2013-06-19 19:41:54下载
- 积分:1
-
Recxy
生成理论记录模块,适合物探方面编程,仅供参考(generated record theory module, suitable geophysical aspects programming, for reference purposes only)
- 2007-01-18 10:55:09下载
- 积分:1
-
列主元高斯消去法c++
利用c++语言实现了列主元高斯消去法求解方程组的过程。(Using c++ language to achieve the main element Gauss elimination method for solving equations process.)
- 2017-08-14 16:07:13下载
- 积分:1
-
stone_choice
很小很经典的一个游戏——取石子,一次只允许取1到3的整数,最后取走石子的一方失败。(A small classic games- from stone, to allow only take a 1-3 integer, and finally took away the stones of one loser.)
- 2008-12-26 15:22:54下载
- 积分:1