-
3、TensorFlow深度学习龙龙老师
说明: 深度学习教材,讲的是Tensorflow2.0(The deep learning textbook is tensorflow 2.0)
- 2020-07-24 22:21:50下载
- 积分:1
-
倒计时
倒计时 倒计时 倒计时 倒计时-Countdown
- 2022-03-09 11:35:48下载
- 积分:1
-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
时频谱
说明: 自己写的基于高阶时频谱方法的滚动轴承故障诊断(Fault diagnosis of rolling bearing based on high order time spectrum method)
- 2020-11-11 18:41:48下载
- 积分:1
-
p24fj32ga002_test.X
说明: This code has an example of how to use the pic24fj32ga002 PIC to disiplay acquired ADC data. In addition, a simple quadrature encoder decode code is included
- 2019-07-01 06:42:21下载
- 积分:1
-
FORTRAN-code
用T矩阵计算多颗粒体系的散射和电场。可以计算出该体系的电场分布。(A multiple sphere T-matrix FORTRAN code for use on parallel
computer clusters)
- 2011-12-13 22:48:11下载
- 积分:1
-
SESpider1024-master
说明: 在1024进行邀请码探测,检验是否可用。(to catch 1024 num,and then check it)
- 2019-02-16 01:41:08下载
- 积分:1
-
canceler
在MTI抑制杂波部分可能用到的原理,对应的MATLAB实例。对比单延迟对消器与双延迟对消器幅度响应。(the comparison between amplitude response of single canceler and double canceler)
- 2018-05-25 02:36:18下载
- 积分:1
-
tnstance_RadioButton
Java source code examples, RadioButton instance!
- 2017-05-01 12:20:42下载
- 积分:1
-
Nonlinear Systems (3rd Edition Khalil)
说明: 国外控制理论方向经典书籍,圣书。让大家对非线性的知识有一个系统的了解,对设计非线性控制和分析非线性系统的稳定性入门有很大的好处。(Let everyone have a systematic understanding of nonlinear knowledge, which is of great benefit to the design of nonlinear control and analysis of the stability of nonlinear systems.)
- 2020-11-30 16:58:19下载
- 积分:1