-
the template documents of Software Engineering
the template documents of Software Engineering-the template documents of Software Engine ering
- 2022-12-11 19:30:03下载
- 积分:1
-
外籍人税金计算
外籍人根据工资计算税金的公式,2018年的计算公式(about foreign salary set fro 2018 year)
- 2020-06-22 07:40:02下载
- 积分:1
-
大学计算机数字逻辑运算用Multisim仿真实验…
大学计算机数字逻辑实验作业 用Multisim仿真软件编写 计数器 用双D触发器74Ls74构成四位二进制串行计数器 二分频计数原理-University computer digital logic operations using Multisim experimental simulation software used to prepare counter-D Trigger 74Ls74 constitute four serial binary frequency counter two hours counting Principle
- 2022-09-21 21:25:03下载
- 积分:1
-
ER-SW-BA
说明: 此程序是关于随机图、小世界网络、无标度网络的仿真程序,很有用的(This program is about the random graph, small world network, scale-free network simulation program, very useful)
- 2021-03-24 17:39:14下载
- 积分:1
-
SIX LEG INVERTER FED PMSM rfrf
SIX LEG INVERTER FED PMSM rfrf(SIX LEG INVERTER FED PMSM efdv)
- 2020-06-24 11:40:02下载
- 积分:1
-
yalmip解决电力系统机组问题的范例1
经典的机组组合程序,使用yalmip解决电力系统机组组合程序(Classical unit commitment program, using yalmip to solve unit commitment program in power system)
- 2020-11-29 20:09:28下载
- 积分:1
-
文件加密软件addsecret,VB!我们可以根据自己的分析说明。
addsecret是为文件等加密的软件,是VB开发的!大家可根据自己情况加密!-addsecret for documents encryption software, VB! We can according to its own encryption!
- 2022-01-30 12:37:13下载
- 积分:1
-
failed to translate
苹果效果的菜单,可以停靠在任何位置,demo提供了左侧和底部的实现-failed to translate
- 2022-03-17 18:16:10下载
- 积分:1
-
这时候图形学里面用的橡皮筋直线,可以自己用键盘设计起点,用左右方向键控制直线走向...
这时候图形学里面用的橡皮筋直线,可以自己用键盘设计起点,用左右方向键控制直线走向-this time graphics inside the rubber-band linear, his keyboard design starting point, use the direction keys around to control line
- 2022-05-15 11:03:03下载
- 积分:1
-
delphi 怎样在数据表中调整记录指针的位置
delphi 怎样在数据表中调整记录指针的位置的源码实例,源代码运行于Delphi7环境,有兴趣的可下载测试。有兴趣可参考以下核心代码:
procedure TFrmOrderBy.FormShow(Sender: TObject);
begin
ADODataSet1.Active := false;
ADODataSet1.Active := true;
end;
procedure TFrmOrderBy.BtnCloseClick(Sender: TObject);
begin
Close;
end;
procedure TFrmOrderBy.Button1Click(Sender: TObject);
var
No: Integer;
begin
No := StrToIntDef(Edit1.Text, 1);
ADODataSet1.MoveBy(No);
end;
- 2022-04-11 22:27:36下载
- 积分:1