-
BodyBasics-WPF
kinect2.0骨骼识别样例,可以识别6个人体骨骼其中两个完整骨骼,完整骨骼可以识别25个点;(Kinect2.0 skeleton recognition)
- 2017-08-14 16:56:42下载
- 积分:1
-
Visual-cPP-MFC-SERIAL-PORT
VC++之MFC串口,包含串口调试助手源程序
及编程详细过程
(MFC serial port)
- 2013-08-29 16:09:49下载
- 积分:1
-
box_dim
UG 直接获取实体的三维尺寸
非常简单实用的功能
此程序的优点在于不闪屏,以最小的操作连续获取(UG<direct access the three-dimensional size of the entit. very simple and practical function The advantage of this procedure is that no splash screen, continuous access to a minimum operating)
- 2013-04-18 20:16:43下载
- 积分:1
-
elevator
电梯模拟,实现一个模拟电梯的环境,用C程序实现的,封装良好(elevator modify)
- 2021-04-22 15:38:48下载
- 积分:1
-
LBM模拟圆柱绕流
应用LBM方法模拟圆柱绕流,仅供参考lskdafldsajflksdajfljsadlkfjldsakjfldsakjflksdjflksajdflsajdflkjsadlf
- 2022-01-28 07:29:21下载
- 积分:1
-
3_LDPC_decode_C
LDPC算法中,PEG、LDPCRU和ldpcc_MaxLogSPA算法C语言实现,包含全部的工程文件。(LDPC algorithm, PEG, LDPCRU and ldpcc_MaxLogSPA algorithm C language, with all of the project files.)
- 2014-12-21 21:09:18下载
- 积分:1
-
chat
基于MFC的聊天室程序,可以实现多人聊天。(MFC-based chat room procedures, can achieve more than chat.)
- 2014-06-11 22:21:49下载
- 积分:1
-
带CheckBox列头的DataGridView 支持全选 反选功能 例子完整源码下载
使用方法: 初始化这个列表头 DatagridViewCheckBoxHeaderCell cbHeader = new DatagridViewCheckBoxHeaderCell(); cbHeader.Value = ""; SelectUin.HeaderCell = cbHeader; cbHeader.OnCheckBoxClicked = new CheckBoxClickedHandler(cbHeader_OnCheckBoxClicked); 填写你的全选的业务逻辑 void cbHeader_OnCheckBoxClicked(bool Status) { for (int i = 0; i < this.dataGridView1.Rows.Count; i ) { dataGridView1.Rows[i].Cells["SelectUin"].Value = Status; } }
- 2013-09-19下载
- 积分:1
-
Expert-C-Programming
《C专家编程》展示了最优秀的C程序员所使用的编码技巧,并专门开辟了一章对C++的基础知识进行了介绍。书中C的历史、语言特性、声明、数组、指针、链接、运行时、内存以及如何进一步学习C++等问题进行了细致的讲解和深入的分析。全书撷取几十个实例进行讲解,对C程序员具有非常高的实用价值。(" expert C programming" demonstrated the use of the best C programmers coding techniques, and opened up a chapter devoted to the basic knowledge of C++ are introduced. The detailed explanation and in-depth analysis of C book of history, language characteristics, statements, arrays, pointers, links, runtime, memory and learning how to further C++ such problems. The book captured dozens of examples to explain, has very high practical value for C programmers.)
- 2014-04-18 20:02:52下载
- 积分:1
-
simultaneity
同时辨识模型阶次及参数算法。用阶次递推算法,结合AIC法——利用赤池信息准则辨识上例的模型阶次和参数。(At the same time identify model order and parameters algorithm. By order recursive algorithm, combined with AIC method- the use of Akaike information criterion to identify the cases of the model order and parameters.)
- 2008-06-26 16:16:18下载
- 积分:1