-
仓库管理系统
仓库管理系统实现,包括登录及查询等功能。(cangkuguanlixitongshixian)
- 2019-03-18 17:47:24下载
- 积分:1
-
反编译工具可以反编译Java源码,一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行...
反编译工具可以反编译Java源码,一款功能强大完善、操作界面友好、可扩展性好、专门针对个人和企业进行-anti-compiler tool-source Java compiler, which complements the powerful sound, friendly user interface, scalability, and specific individuals and enterprises
- 2022-11-24 18:10:03下载
- 积分:1
-
线性拟合与润滑求解
说明: 可以线性拟合指定的函数或者二项式的数据,并求解相关性R。令用有限差分法求解了滑动轴承油膜压力的数值计算matlab程序。(The data of the specified function can be linearly fitted and the correlation R can be solved.The finite difference method is used to solve the numerical calculation of the oil film pressure of sliding bearings by MATLAB program.)
- 2019-04-10 21:51:37下载
- 积分:1
-
gis地图
gis地图 --- --æ–‡å—1-gis writing a map
- 2023-05-23 18:25:03下载
- 积分:1
-
Hi3536CV100 H.265
说明: HiSlicon Hi3536 SDK Video Encoding
- 2020-06-20 23:40:01下载
- 积分:1
-
C# 创建泛型字典的例子
C# 创建泛型字典,为泛型字典添加3个元素,按键值对泛型字典进行排序操作。
Dictionary users = new Dictionary();//创建泛型字典
users.Add(3, new UserInfo(1, "滕*敏", "01"));//为泛型字典添加3个元素
users.Add(2, new UserInfo(2, "滕*娜", "02"));
users.Add(1, new UserInfo(3, "X家兴", "03"));
//按键值对泛型字典进行排序操作
var query = from item in users
where item.Value.UserName.CompareTo("滕*") > 0//用户名大于"滕立"
orderby item.Key
select item;
label1.Text = "显示查询结果:
";
foreach (var item in query)//显示查询结果
- 2022-08-02 11:59:24下载
- 积分:1
-
Three_phase_VSC
实现三相并网逆变器矢量控制的仿真,能运行,且波形非常好(Realize the simulation of three-phase grid connected inverter vector control, can run, and the waveform is very good)
- 2017-11-07 10:54:26下载
- 积分:1
-
simulated keyboard input examples of VC
模拟键盘输入的VC的例子-simulated keyboard input examples of VC
- 2022-01-29 00:41:05下载
- 积分:1
-
PPT
说明: MATLAB优化算法案例分析与应用的PPT,供大家交流参考(PPT for case analysis and application of MATLAB optimization algorithm)
- 2019-01-13 11:22:37下载
- 积分:1
-
UWB-Project
说明: UWB-Project,官方资料及编程文件(UWB-Project,BPHero_UWB_Location_SourceCode_V1.1_16MHz_V1.3)
- 2020-10-19 11:30:53下载
- 积分:1