We present a full three-dimensional, featured-data algorithm for time-domain fluorescence diffuse optical tomography that inverts the Laplace-transformed time-domain coupled diffusion equations and employs a pair of appropriate transform-factors to effectively separate the fluorescent yield and life
2021-02-10 16:05:41 620KB 荧光扩散 特征数据 时域 图像重建
1
短语:用于解决规范问题的Clojure(Script)库
2021-02-01 11:16:11 16KB clojure clojurescript spec form-validation
1
模型验证 小型框架,用于检查模型是否正确验证。 对于模型开发的TDD (测试驱动开发)方法,我也很有用。 它几乎可以与任何测试框架一起使用! 从NuGet安装它: : 主要特点 检查模型验证实际上是否因错误的值而失败。 检查是否已测试所有属性。 检查是否已测试所有类级别的验证属性。 检查是否已测试所有属性级别验证属性。 检查错误消息实际上是否正确。 例 C#查询示例: [ YoungSkywalker ] // Surname == Skywalker && Age < 25 public class Rebel { [ Required ] [ MaxLength ( 10 )] public string Name { get ; set ; } [ Required ] public string Surname { get ; set ; } [ Range ( 10 , 900 )] public int Age { get ; set ; } [ RebelWeapon ] // Color
2021-01-29 23:09:38 33KB validation aspnetcore aspnet aspnet-mvc
1
jquery-form-validation:用于验证html表单的jQuery库。 与bootstrap v4和bootstrap v3兼容
2021-01-29 20:10:46 10KB bootstrap jquery validation form-validation
1
jquery-validation是基于jQuery的一款表单验证的插件,独特的验证样式非常新颖
2020-01-03 11:43:58 110KB jquery validation form
1
jQuery-validation 1.14.0 官方版(2015.09.13--源代码+示例) 输入格式判别,条件输入识别,验证通过
1