-
Sudoku Solution, to the solution does not require backtracking Sudoku problem, c...
数独解法,能够解不要求回溯的数独问题,目前只支持用户自己出题。-Sudoku Solution, to the solution does not require backtracking Sudoku problem, currently only supports the user
- 2022-08-10 12:52:58下载
- 积分:1
-
实时嵌入式操作系统内部关于定时器的应用,此部分主要定义了定时器超时保护功能。...
实时嵌入式操作系统内部关于定时器的应用,此部分主要定义了定时器超时保护功能。-real-time embedded operating system on the internal timer application, This section defines the main timer overtime protection.
- 2022-10-01 19:45:02下载
- 积分:1
-
office2016激活工具
说明: Office2016激活工具,包括word2016、Excel2016和PowerPoint2016.等(Office2016 and word2016 and excel2016 or powerpoint2016)
- 2020-06-24 10:00:02下载
- 积分: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
-
检测抓包类库 e4a
说明: 这个类库是e4a用的,一般人找不到,一般运行都是要用的(This class library is used by e4a, which can not be found by ordinary people.)
- 2020-06-19 06:20:01下载
- 积分:1
-
linux下通用服务器启动、停止脚本,很方便的!
linux下通用服务器启动、停止脚本,很方便的!-under common server startup and stop scripts, very convenient!
- 2022-05-21 08:41:25下载
- 积分:1
-
二
1.推导由7*7元半波振子天线构成的平面阵的方向图计算公式。(2) (上机作业)用Matlab编程画出该天线阵的立体方向图。(Directional pattern of planar array consisting of 7*7 element half wave dipole antenna)
- 2020-11-09 16:39:47下载
- 积分:1
-
3
这款CSS3按钮有着质感的背景,并且鼠标滑过按钮时按钮边框还会发光,呈现出3D立体的视觉效果。(This CSS3 button has a textured background, and when the mouse slides over the button, the button border will also glow, showing a three-dimensional visual effect.)
- 2018-09-30 16:12:01下载
- 积分:1
-
IDL语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。...
IDL语言编写的,利用线性插值发进行网格值插值运算,等价于从新定义数组大小。-IDL language, using linear interpolation for the value interpolation grid operator, equivalent to the new definition of array size.
- 2022-01-26 08:01:41下载
- 积分:1
-
butterworth_filter
说明: Butterworth Filter (digital image processing)
- 2020-06-20 16:40:02下载
- 积分:1