# spa_c **Repository Path**: edvcc/spa_c ## Basic Information - **Project Name**: spa_c - **Description**: No description available - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-06 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Solar Position Algorithm (with C) ## C# 调用 C dll 示例 1. 构建 CMake,在`cmake-build-debug` 中生成 `spa_c.dll` 2. 复制`spa_c.dll`至 C# 目录`./demo/spa_demo/spa_demo/bin/Debug/net8.0/` 3. 运行`Program.cs`