public class Person { private int age; private String name; public Person(String name,int age) { this.age = age; this.name = name; } public int getAge ...
分类:
编程语言 时间:
2020-05-05 18:14:04
阅读次数:
173
tensorflow federated框架搬运和整理(FC core部分明天再补全吧。我看到的一些代码基本框架都是类似这个样子的。 ...
分类:
其他好文 时间:
2020-05-04 09:19:46
阅读次数:
494
from re import sub def camel(s): print(s) # some_database_field_name # Some label that needs to be camelized # some-javascript-property # some-mixed_s ...
分类:
其他好文 时间:
2020-05-03 14:45:22
阅读次数:
68
面向切面编程:Autofac.Annotation扩展组件是我开源的一款利用打标签完成autofac容器的注入组件。 https://github.com/yuzd/Autofac.Annotation 我们之前介绍了利用Aspect标签来完成拦截器功能 Aspect是一对一的方式,我想要某个cla ...
分类:
其他好文 时间:
2020-05-02 22:33:57
阅读次数:
78
基本概念:只针对周期信号 1. 三角形式的傅里叶级数 2. 指数形式的傅里叶级数 ...
分类:
其他好文 时间:
2020-05-01 10:27:51
阅读次数:
40
1、定义一个点类Point,包含2个成员变量x、y分别表示x和y坐标,2个构造器Point()和Point(intx0,y0),以及一个movePoint(int dx,int dy)方法实现点的位置移动,创建两个Point对象p1、p2,分别调用movePoint方法后,打印p1和p2的坐标。[必 ...
分类:
其他好文 时间:
2020-04-30 15:54:35
阅读次数:
60
1、定义一个点类Point,包含2个成员变量x、y分别表示x和y坐标,2个构造器Point()和Point(intx0,y0),以及一个movePoint(int dx,int dy)方法实现点的位置移动,创建两个Point对象p1、p2,分别调用movePoin方法后,打印p1和p2的坐标。[必作 ...
分类:
其他好文 时间:
2020-04-30 13:33:14
阅读次数:
45
1、定义一个点类Point,包含2个成员变量x、y分别表示x和y坐标,2个构造器Point()和Point(intx0,y0),以及一个movePoint(int dx,int dy)方法实现点的位置移动,创建两个Point对象p1、p2,分别调用movePoint方法后,打印p1和p2的坐标。[必 ...
分类:
其他好文 时间:
2020-04-30 13:28:40
阅读次数:
61
1、定义一个点类Point,包含2个成员变量x、y分别表示x和y坐标,2个构造器Point()和Point(intx0,y0),以及一个movePoint(int dx,int dy)方法实现点的位置移动,创建两个Point对象p1、p2,分别调用movePoint方法后,打印p1和p2的坐标。[必 ...
分类:
其他好文 时间:
2020-04-30 13:26:13
阅读次数:
54