spring源码 中英文注释
2023-02-13 16:09:22 6.1MB spring源码 中文注释
1
强大的微软数据库操作工具类,包含数据库的各种操作(增、删、改、查),中英文注释齐全,是必不可少的工具,很好,很实用的工具。
1
遮挡模型下图像纹理分割算法--Images as occlusions of random textures: A framework for segmentation 源代码 在MatLab下运行
2022-03-15 14:43:35 5.99MB 图像处理
1
分为5个小文件夹: 1. AR模型系数与LM神经网络完成微弱信号识别 2. 模糊ARTMAP 神经网络 3. ART神经网络的原理方法 4. ART3神经网络 5. ART神经网络
2022-02-08 09:13:50 36KB 神经网络 matlab 人工智能 深度学习
1
SourceCodeCommentTranslator 把开源项目中源码中的英文注释翻译为中文
2021-12-16 14:08:42 29KB 系统开源
1
这是opencv源码,里面有vs2005(与opencv1.0)和vs2008(与opencv2.0)的工程项目,注释是英文的。配置好即可使用,如使用其他版本vs或opencv,则使用里面的源码并新建工程项目即可。
2021-12-14 15:18:19 400KB SURF源码 opencv
1
VisualStudio系统注释中文包第二版,英文注释汉化,其实百度云 google也搜得到,嫌麻烦的大佬就直接下把
2021-11-01 16:08:39 6.88MB VisualStudio
1
该jdk版本为1.8,注释是经过翻译的中英文双语版本,翻译的不一定尽善尽美,欢迎提出意见建议.以下是简单例子. /** *Increases the capacity to ensure that it can hold at least the number of elements specified by the minimum capacity argument. *增加容量,以确保它至少可以容纳由最小容量参数指定的元素数量。 *@param minCapacity the desired minimum capacity *@param限制所需的最小容量 */ private void grow(int minCapacity) { //overflow-conscious code //overflow-conscious代码 int oldCapacity = elementData.length; int newCapacity = oldCapacity + (oldCapacity >> 1); if (newCapacity - minCapacity 0) newCapacity = hugeCapacity(minCapacity); //minCapacity is usually close to size, so this is a win: //minCapacity通常接近于size,所以这是一个优势: elementData = Arrays.copyOf(elementData, newCapacity); } private static int hugeCapacity(int minCapacity) { //if (minCapacity < 0) overflow //如果(minCapacity MAX_ARRAY_SIZE) ? Integer.MAX_VALUE : MAX_ARRAY_SIZE; }
2021-09-13 21:41:33 80B jdk1.8源码 中英文对照注释
1
a little example of a single channel feed-forward active noise control system based on the FxLMS 基于fxlms算法的单通道前馈anc系统。m文件,带注释,可直接运行。
2021-06-21 16:30:55 5KB 自适应滤波 fxlms 单通道前馈anc
1
包含min,和英文注释版本.github网络拥堵可能不方便按下载,这里直接给出文件
2019-12-21 20:52:00 401KB echart-gl
1