码迷,mamicode.com
首页 >  
搜索关键字:evaluation    ( 233个结果
函数柯里化
定义 维基百科中对柯里化 (Currying) 的定义为: In mathematics and computer science, currying is the technique of translating the evaluation of a function that takes mu ...
分类:其他好文   时间:2017-11-02 13:18:54    阅读次数:185
exe4j中"this executable was created with an evaluation version of exe4j"
在使用exe4j时,如果您的exe4j没有注册,在运行有exe4j转换的*.jar为*.exe的可执行文件是会提示:"this executable was created with an evaluation version exe4j"的对话框,如下: 解决此问题的办法就是注册exe4j软件,在 ...
分类:其他好文   时间:2017-10-18 01:56:55    阅读次数:173
【exe4j】exe4j中"This executable was created with an evaluation version of exe4j"
在使用exe4j时,如果您的exe4j没有注册,在运行有exe4j转换的*.jar为*.exe的可执行文件是会提示:"this executable was created with an evaluation version exe4j"的对话框,如下: 解决此问题的办法就是注册exe4j软件,在 ...
分类:其他好文   时间:2017-09-30 14:59:07    阅读次数:170
bilingual evaluation understudy
BLEU is designed to approximate human judgement at a corpus level, and performs badly if used to evaluate the quality of individual sentences. https:/ ...
分类:其他好文   时间:2017-09-19 18:58:30    阅读次数:115
VCL to UniGUI Migration Wizard
Free Evaluation Edition of The Automatic Migration Scripting Wizard For Converting Legacy Delphi Code using Standard VCL to UniGUI For Delphi Berlin 1 ...
分类:其他好文   时间:2017-09-16 11:54:48    阅读次数:565
《数据库系统概论》 -- 4. 数据库安全性
背景 非授权用户对数据库的恶意存取和破坏 数据库中重要或敏感数据被泄露 安全环境的脆弱性 概念 保护数据库以防止不合法使用所造成的数据泄露、更改或破坏 安全标准 1985--TCSEC (Trusted Computer System Evaluation Criteria) 1996--CC (C ...
分类:数据库   时间:2017-09-04 21:27:42    阅读次数:374
Linux下vmware安装部署
Linux下vmware下载:地址-Linuxvmware:http://www.vmware.com/products/workstation/workstation-evaluation安装依赖:yum-yinstallperlgcckernel-devellibX11libXineramalibXcursorlibXtst yuminstallkernel-headers.x86_64-y安装桌面:yumgroupinstall"Desktop""DesktopPlatf..
分类:系统相关   时间:2017-08-23 21:43:50    阅读次数:276
Scala之集合Collection
概述 Scala的集合类能够从三个维度进行切分: 可变与不可变集合(Immutable and mutable collections) 静态与延迟载入集合 (Eager and delayed evaluation ) 串行与并行计算集合(Sequential and parallel evalu ...
分类:其他好文   时间:2017-08-13 14:19:04    阅读次数:261
OpenGL 各个shader的作用和区别
penGL4.0发布了Tessellation shader(Control + Evaluation shader)。到OpenGL4.* 为止,现在OpenGL已经支持了5种不同类型的shader。 1.Vertex Shader,简称VS 2.TESS Control Shader (... ...
分类:其他好文   时间:2017-08-05 17:53:18    阅读次数:198
R取子集(dplyr方法)
首选用dplyr包 查看hr有哪些字段名 > names(hr) [1] "satisfaction" "evaluation" "project" "monthlyhour" "serviceyear" "accident" "left" "promotion" "dept" "salary" " ...
分类:其他好文   时间:2017-08-03 18:58:49    阅读次数:187
233条   上一页 1 ... 8 9 10 11 12 ... 24 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!