码迷,mamicode.com
首页 >  
搜索关键字:fluent    ( 264个结果
fluent-ffmpeg 常用函数
最近项目频繁用到fluent-ffmpeg,将目前使用到的函数进行总结。 首先引入fluent-ffmpeg模块: var ffmpeg = require('fluent-ffmpeg'); 1.函数 ffmpeg.ffprobe ffmpeg.ffprobe查看音频视频文件信息并输出为json格 ...
分类:其他好文   时间:2016-04-01 20:33:46    阅读次数:964
Fluent NHibernate and Mysql,SQLite
http://codeofrob.com/entries/sqlite-csharp-and-nhibernate.html https://code.google.com/archive/p/csharp-sqlite/downloads https://github.com/davybrion/ ...
分类:数据库   时间:2016-04-01 00:48:13    阅读次数:244
Fluent Nhibernate and Stored Procedures
sql:存储过程 参考:http://stackoverflow.com/questions/6373110/nhibernate-use-stored-procedure-or-mapping ...
分类:Web程序   时间:2016-03-30 01:24:43    阅读次数:211
【FLUENT案例】03:冲蚀
1 引子2 问题描述3 模型准备4网格5模型设置6 材料设置7 设定注入器8 修改材料9 Cell zone Conditions设置10 边界条件设置10.1 inlet入口设置10.2 出口设置10.3 壁面边界设置11 初始化及计算12 查看粒子追踪13 查看壁面冲蚀 1 引子 本案例的目的在... ...
分类:其他好文   时间:2016-03-24 06:32:45    阅读次数:548
【FLUENT案例】01:T型管混合器中的流动与传热
案例目录 1 引子1.1 案例描述1.2 案例学习目标2 计算仿真目标3 启动FLUENT并读入网格4 FLUENT工作界面5 网格缩放及检查6 修改单位7 设置模型8 定义新材料9 计算域设置10 边界条件设置12 设置离散格式13 Monitors14 Initialization15 Run ... ...
分类:其他好文   时间:2016-03-24 01:11:55    阅读次数:2702
【FLUENT案例】02:DPM模型
1 引子1.1 案例描述1.2 学习目标1.3 模拟内容2 启动FLUENT并导入网格3 材料设置4 Cell Zones Conditions5 Calculate6 定义Injecions7 定义DPM材料8 颗粒追踪9 设置粒子分布直径10 粒子追踪11 统计出口面上粒径分布12 修改壁面边界... ...
分类:其他好文   时间:2016-03-24 01:06:44    阅读次数:1026
Entity Framework Configuring Relationships with the Fluent API
相关链接:Configuring Relationships with the Fluent API 以下示例,表示1…0,1的关系。OfficeAssignment表有一个属性InstructorID,它是一个主键也是一个外键。 HasKey方法用于配置主键。
分类:Windows程序   时间:2016-03-17 19:18:30    阅读次数:287
【转载】FLUNT温度场模拟
1. Gambit 绘制几何计算域,划分网格,定义边界类型 2. fluent设置以及计算 注意: define->models->energy 打开能量方程 define->models->viscous 打开湍流方程k-epsilon materials 选择 air即可 zone下面选择flu
分类:其他好文   时间:2016-03-05 22:02:26    阅读次数:388
八:Zookeeper开源客户端Curator的api测试
curator是Netflix公司开源的一套ZooKeeper客户端,Curator解决了很多ZooKeeper客户端非常底层的细节开发工作。包括连接重连,反复注册Watcher等。实现了Fluent风格的API接口,目前已经为Apache的顶级项目,是全世界使用最广泛的ZooKeeper客户端之一
分类:Windows程序   时间:2016-02-26 18:58:31    阅读次数:562
Entity Framework Fluent API
Entity Framework Fluent API - Configuring/Mapping Properties & Types Skip to main content Data Developer Center Sign in United States (English) Home L
分类:Windows程序   时间:2016-02-20 01:48:59    阅读次数:765
264条   上一页 1 ... 17 18 19 20 21 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!