-
udf-k-e-turbulence-model
湍流模型的udf编译文件 写的是fluent中默认的k-e模型的文件,可以以此为基础进行来更改(This is a udf flie about turbulence model which is in the fluent software, and you can edit it in your own method.)
- 2021-03-02 16:59:33下载
- 积分:1
-
STM32F103使用DMA接收串口不定长数据
该程序在stm32f103平台下,实现了使用DMA方式接收串口不定长数据,避免了频繁进入串口中断导致的系统允许效率下降。
- 2022-01-31 17:04:27下载
- 积分:1
-
LCDemo
List Control 范例,行变色,图片插入等。(List Copntrol Sample)
- 2009-03-13 10:54:29下载
- 积分:1
-
llk1_11
呵呵 TX的连连看外挂大家可以下载来学习。(hehe ooooh nice )
- 2013-11-09 19:50:51下载
- 积分:1
-
WCF_Custom_Principal
关于.Net 平台上的WCF 服务的自定义权限控制与管理,好的了解起点,值得收藏(The fundamental technical material about WCF custom principal right control ,it worth bookmarking)
- 2013-04-14 14:15:36下载
- 积分:1
-
arduino双车轮带编码器PI自动控制程序
void cesu_R()
{
bianmajishu_R+=1;
n_R=millis();
if((n_R-m_R)>20)
{
sudu_R=100*bianmajishu_R;
Serial.println(bianmajishu_R);
sudu_PI_R();
bianmajishu_R=0;
m_R=n_R;
}
}
int sudu_PI_L()
{
Bias_L=aimsudu_L-sudu_L; //计算偏差
shurusudu_L+=3*(Bias_L-Last_bias_L)+0.2*Bias_L; //增量式PI控制器
Last_bias_L=Bias_L; &n
- 2023-01-13 04:00:05下载
- 积分:1
-
C# MD5, 先进性md5加密,再生成字符串。
C# MD5, 先进性md5加密,再生成字符串。-C# MD5, advanced md5 encrypted, and generate the string.
- 2022-01-25 16:09:25下载
- 积分:1
-
c#简易聊天程序,实现多线程
用c#实现多线程tcp,能够在多个客户端之间实现文字传送,文件发送等简单功能,并且能用服务器进行监听,获取每一个用户的状态,每当有用户离线,都会对其他用户进行通知
- 2022-03-21 17:16:40下载
- 积分:1
-
LTC68042
电池管理系统,最多可同时管理12节电池电芯。LTC6804(Battery management system can manage up to 12 battery cells. LTC6804
)
- 2021-05-12 17:30:03下载
- 积分:1
-
GetSkeleton-using-OpenNI(Qt)
MS的kinec SDK和OpenNI都提供了人体骨骼跟踪的算法,人体骨骼跟踪算法在kinect人体行为识别中非常重要,该识别过程通常被用来作为行为识别的第一步,比如说,通过定位人体中的骨骼支架,可以提取出人手的部位,从而可以把手的部分单独拿出来分析,这样就达到了手势的定位,而后面的手势识别则可以在刚刚定位出的领域进行处理。总而言之,一套有效的人体骨架追踪算法在kinect的一系列应用中非常有用,不过MS SDK和OpenNI虽然都提供了该算法类的直调用,但是其源码并没有开放,毕竟这是人家最核心的东东。
开发环境:QtCreator2.5.1+OpenNI1.5.4.0+Qt4.8.2(MS kinec SDK and OpenNI provides a human skeleton tracking algorithm, the human skeleton tracking algorithm in recognition kinect human behavior, is very important, the identification process is usually used as the first step in behavior recognition, for example, by positioning the body The skeletal stent, can extract a portion of manpower, which can grip a portion separate out to be analyzed, so that to achieve the positioning of a gesture, and the back of the gesture recognition processing can just locate the areas. All in all, a human skeleton tracking algorithm in the kinect range of applications useful, but MS SDK and OpenNI provides direct invocation of the algorithm class, but its source is not open, and this is, after all, the people most core stuff. Development Environment: QtCreator2.5.1+OpenNI1.5.4.0+Qt4.8.2)
- 2021-03-25 21:29:14下载
- 积分:1