-
SClient
说明: 时间同步客户端,WINDOWS下的.后面有LINUX下的同步客户端.(time synchronization client, the Windows. LINUX is behind the synchronization client.)
- 2006-01-15 12:04:58下载
- 积分:1
-
Mitsubishi PLC_demo
可支持调用三菱PLC的通信,支持以太网口的通信。(It can support communication with MITSUBISHI PLC and support Ethernet port communication.)
- 2018-10-29 09:50:29下载
- 积分:1
-
jfrectory
AMR的新版本,在VC下调试通过,有编码解码目录,(The new version of AMR, debugging through, under VC code decoding directory,)
- 2017-05-21 07:37:35下载
- 积分:1
-
huanxingtongfengmasshygrosource
针对粮仓通风干燥的fluent数值模拟,进行udf扩展编程,考虑水分的蒸发,考虑热湿耦合传递。(In this paper, UDF extended programming is carried out for the fluent numerical simulation of ventilation and drying in granary, considering the evaporation of moisture and the coupling transfer of heat and moisture.)
- 2020-12-12 00:09:16下载
- 积分:1
-
Form1
说明: 读取串口数据,实时显示变量的波形图,是一个winform窗体。(Real-time display waveform)
- 2020-06-18 23:40:02下载
- 积分:1
-
C++ N*M的矩阵类
C++编写的矩阵类,包含矩阵建立过程的动态内存分配,矩阵类析构,+ - * 等运算,以及复制
- 2022-02-03 18:53:46下载
- 积分:1
-
Delaunay-Trianglation-Mesh-Generation
说明: 这也是一个delaunay三角网的程序,功能是我见到最强大的。能生成二维和三维,并有openGl创建模拟三维图。原程序中编译时需要wx/的文件,我没有找到。不过不影响程序的学习.希望对你有用!!包中有.exe可先(This is a triangular network nodes procedures, I see the function is the most powerful. Can generate two-dimensional and three-dimensional, and openGl create simulated three-dimensional map. The original procedure required compiler wx/documents, I could not find. But not affect the learning process. Hope useful to you! ! Included in the package. Exe can take a look at!)
- 2021-04-08 12:39:01下载
- 积分:1
-
平面点集的delaunay剖分
首先新建有关三角化的基本元素:顶点、边、三角形的类:
typedef struct Vertex
{
int x, y;// 离散点的坐标
int index;//点的索引
};
typedef struct Triangle
{
int NodeA; // 三角形的顶点A的坐标索引
int NodeB; // 三角形的顶点B的坐标索引
int NodeC; // 三角形的顶点C的坐标索引
int BorderA; // 三角形的顶点A的对边的索引
int BorderB; // 三角形的顶点B的对边的索引
int BorderC; // 三角形的顶点C的对边的索引
int index; // 三角形的索引
};
typedef struct Edge
{
int Start; // 边的起点的索引
int End; // 边的终点的索引
int LeftTriangle; // 边的左三角形索引
int RightTriangle; // 边的右三角形索引
int index; // 边的索引
}
- 2022-02-02 19:28:54下载
- 积分:1
-
openGL--3ds-models-of-human-body
基于vc opengl的3ds人体多段肢体模型导入并显示。可实现键盘控制。按键Q,E,A,D,W,S,J,L,K,I,U,O,以及方向键。可实现视角转换和右臂的驱动。(vc6.openGL display and control 3ds models of human body)
- 2013-08-31 16:19:08下载
- 积分:1
-
12864底层
12864在51上的驱动,可在驱动的基础上改进添加需要的功能。(12864 is driven on 51, which can improve the required functions on the basis of driver.)
- 2020-06-19 14:20:01下载
- 积分:1