近期使用android sdk manager升级android sdk时,发现国内有名的东软镜像居然没有android的支持了。在网上到处都是采用mirrors.neusoft.edu.cn解决升级问题。还有人列出了add-ons list中的东软部分:        http://mirrors.neusoft.edu.cn/android/repository/addon-6.xml       http://mirrors.neusoft.edu.cn/android/repository/addon.xml      http://mirrors.neusoft.edu.cn/and
2022-12-18 11:57:24 275KB id nag roi
1
Windows Server 2016中安装PHP Manager、ARR3.0或者URL Rewrite 2.0无法成功的解决办法 如图: 无法安装原因都是这几个工具无法识别10.0这个版本,可以修改注册表来先完成安装,然后再改回去 PHPManager的修改方法如下: 打开注册表工具(运行Regedt32),找到: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters 看MajorVersion 是DWORD值,它的值十进制是10,改成9 ARR3.0或者URL Rewrite 2.0的修改方法如下:
2022-11-21 10:38:02 74KB do IN nag
1
小甲鱼 OD使用教程TraceMe.exe
2022-11-14 11:57:28 28KB TraceMe.exe od nag
1
NAG C 算法库 - 英商纳格资讯.pdf
2022-07-09 19:09:16 323KB 文档资料
nn束 多层感知器和三个优化器的实现:具有NAG的随机梯度下降,具有标准标准近邻束方法和 安装 首先,您需要克隆此存储库: $ git clone https://github.com/vdecaro/nn-bundle $ cd nn-bundle 使用此存储库需要安装conda 。 需要使用python3.7的新环境: $ conda create -n yourenvname python=3.7 $ conda activate yourenvname 下一步是包括将Gurobi安装到您的环境中的渠道: $ conda config --add channels http://conda.anaconda.org/gurobi 现在,您只需启动以下命令即可将所需的软件包安装到您的环境中: $ conda install --file requirements.txt
2021-11-23 09:37:43 733KB Python
1
NAG Fortran Libraries Release year : 1997 (MARK 18) Developer : Numerical Algorithms Group Vista compatibility : complete System requirements : Any Fortran compiler Interface language : English only Tabletka : Not required Description : The largest collection of numerical algorithms that are commercially available Generated by experts from the NAG Fortran Library has a worldwide reputation, and, with over 1,600 fully documented and proven source codes, it is the largest collection of mathematical and statistical algorithms available. Library Content The key numerical and statistical abilities of the FORTRAN Library are listed below. Numerical * Optimization, and Local and Global * Linear, quadratic, integer and nonlinear programming and the least squares problem * Ordinary and partial differential equations * Solving dense, connected and rare linear equations and eigenvalue problems * Solving linear and nonlinear least squares problems * Interpolation curve and surfactant * Special functions * Numerical integration and integral equations * roots of nonlinear equations (including polynomials) * Wavelet transform Cm statistically * Generate random numbers * Simple calculations of statistical data * Analysis of correlation and regression * Multidimensional methods * Variance analysis * Analysis of the time series * Non-parametric statistics SOURCES OF EXAMPLES here: http://rutracker.org/forum/viewtopic.php?t=2875066
2021-05-25 11:37:15 8.97MB NAG Fortran
1
里面有各种梯度下降法:SGD、Momentum、NAG、Aagrad、RMSProp、Adam算法代码;
1
本文实例为大家分享了Android CameraManager类的具体代码,供大家参考,具体内容如下 先看代码: private SurfaceView mSurfaceView; private SurfaceHolder mSurfaceHolder; private CameraManager cameraManager; cameraManager = new CameraManager(this); mSurfaceView = (SurfaceView) findViewById(R.id.java_surface_view); mSurfac
2021-04-22 21:13:15 63KB android开发 id nag
1