-
word2vec神器
谷歌已经使用Deep Learning技术开发了许多新方法来解析语言,目前,谷歌开源了一款基于Deep Learning的学习工具——word2vec,这是首款面向大众的Deep Learning学习工具。
- 2022-02-18 15:06:31下载
- 积分:1
-
基本矩阵运算
它是包括矢量和矩阵加,减,乘,转置和逆一个简单的矩阵操作包。
- 2022-08-17 07:07:47下载
- 积分:1
-
算两个整数相除,可以算到小数点后无穷位.用的是数组.可以看一下...
算两个整数相除,可以算到小数点后无穷位.用的是数组.可以看一下-count two integer eliminate, to be counted after the decimal point infinite spaces. Use the array. Can look at the
- 2022-08-19 06:02:58下载
- 积分:1
-
大学将学习一门课程,一个过程的数值分析将D。
大学里必学的一门课程,数值分析的一个必做的程序,拉格朗日一次插值-universities will learn a curriculum, a numerical analysis of the process will do, Lagrange interpolation.
- 2022-01-25 23:41:25下载
- 积分:1
-
sap4源代码!by fortran 这是一个有限元计算的软件 可以完成平面,三维的计算功能...
sap4源代码!by fortran 这是一个有限元计算的软件 可以完成平面,三维的计算功能-SAP4 source code! By FORTRAN This is a finite element software can be completed planar, 3D computing power
- 2023-04-09 04:40:03下载
- 积分:1
-
此程序为测量中的平差程序,矩阵求逆采用初等行列变换,速度较快...
此程序为测量中的平差程序,矩阵求逆采用初等行列变换,速度较快-This procedure for the measurement of adjustment procedures, the use of elementary matrix inversion ranks transform, fast
- 2022-05-23 09:51:58下载
- 积分:1
-
2kDPDS算法源码
2k近邻数据流聚类算法,采用vc++实现
The summary of what you will find in each of the files that
make up your 2kDPDS application.
2kDPDS.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
2kDPDS.h
This is the main header file for the application. It includes other
- 2022-05-15 07:28:24下载
- 积分:1
-
radix排序法
radix排序法-Radix sorting method
- 2022-05-20 20:26:35下载
- 积分:1
-
心电图程序
应用背景
51单片机的必敲程序之一,通过使用ADC可以学习到数模转换,由浅入深地学习51单片机
关键技术通过数模转换,实现对脉搏的频率的转换,由一个LED来显示脉搏频率
- 2022-03-01 08:30:48下载
- 积分:1
-
数码管静态显示
#include#define uchar unsigned char#define uint unsigned intsbit dula=P2^6;sbit wela=P2^7;uchar num;uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};void delay(uint);void main(){
- 2023-06-14 07:15:04下载
- 积分:1