-
tmp117
TMP117 high-accuracy, low-power, digital temperature sensor
datasheet
- 2019-04-11 17:58:17下载
- 积分:1
-
学习linux的好文档,命令大全,很有用处,对学习linux.
学习linux的好文档,命令大全,很有用处,对学习linux.-learning linux good documentation, order volumes, useful, to learn linux.
- 2022-10-15 08:20:03下载
- 积分:1
-
PageOffice_4.5.0.6_Java
在线office编辑,多人同时编辑,希望大家喜欢(Online office editors, many people edit at the same time, I hope you like it.)
- 2019-03-01 14:16:18下载
- 积分:1
-
Delphi DDE测试的例子附源码
Delphi DDE测试的例子附源码,可创建DDE组和DDE项,在对应的文本框输入相关参数即可创建项。
- 2022-03-18 06:27:59下载
- 积分:1
-
新编剑桥商务英语(中级)学生用书电子版 完全版
新编剑桥商务英语(中级)学生用书电子版 完全版-New Business English (Intermediate) Student
- 2022-03-02 22:49:22下载
- 积分:1
-
Frame-Curve
利用matlab,可以实现在matlab中从滞回曲线中提取骨架曲线,避免用origin描点(Extracting the MATLAB of the skeleton curve in the hysteresis curve)
- 2017-12-23 21:26:21下载
- 积分:1
-
自己用delphi写的一个小游戏 贪吃蛇
自己用delphi写的一个小游戏 贪吃蛇-Delphi write their own using a small game Snake
- 2023-05-12 12:10:02下载
- 积分:1
-
Python-GUI-Programming-Cookbook
说明: Over 80 object-oriented recipes to help you create mindblowing
GUIs in Python
- 2020-06-23 00:40:01下载
- 积分: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
-
SAE-J1939
J1939 中英文协议 英文的很全 中文的也很详细 分享给大家(J1939 protocol in English)
- 2014-03-14 09:31:26下载
- 积分:1