-
用来GNSS时间同步中,时间累计维持UTC时间。测试函数。
用来GNSS时间同步中,时间累计维持UTC时间。测试函数。用来GNSS时间同步中,时间累计维持UTC时间。测试函数。用来GNSS时间同步中,时间累计维持UTC时间。测试函数。用来GNSS时间同步中,时间累计维持UTC时间。测试函数。
- 2022-01-25 20:18:41下载
- 积分:1
-
ChartForm
使用C#编写的一个现实波形的界面程序,可以对波形进行放大和复原操作。同时还有对波形的颜色和背景现实颜色的操作。改程序同时具备波形数据的加载和保存。保存格式有图片,文本文档或者是Excel数据格式。(Interface program using C# to write a real waveform, the waveform zoom and recovery operations. As well as the operation of the waveform color and background realistic color. The reform program along with the load and save waveform data. The save format pictures, text documents or Excel data format.)
- 2012-07-06 10:13:37下载
- 积分:1
-
WebClient 实现网络文件下载实例源码(带进度)
WebClient 实现网络文件下载实例源码(带进度)
- 2014-06-11下载
- 积分:1
-
地震志愿者救灾
该程序基于C#,在AE环境下进行编写,可以实现缓冲区分析、叠置分析、属性查询和简单的路径分析功能,可用于的地震中的志愿者救灾活动,帮助指导救灾的进行,加快救灾速度,分析志愿者的派往和达到救灾点路线,并利用属性查询距离病人最近的医院,帮助救援
- 2022-01-22 00:35:55下载
- 积分:1
-
用OPENPCS做的注水程序
用OPENPCS做的注水程序,用于油田自动化注水,目前油田采用的是手动注水,经改进后采用的是自动化注水。
- 2023-03-04 23:25:03下载
- 积分:1
-
数据导入
数据导入 将oracle sql等数据导入到其他数据库中 将oracle sql等数据导入到其他数据库中将oracle sql等数据导入到其他数据库中
- 2022-02-02 23:54:28下载
- 积分:1
-
微软的C#学习材料,挺好的,这个是电子书部分,还有源码部分...
微软的C#学习材料,挺好的,这个是电子书部分,还有源码部分-Microsoft" s C# learning materials, very good, this is part of e-books, as well as some source
- 2023-07-04 19:45:03下载
- 积分:1
-
c++教室管理系统
#include #include #include #define LEN sizeof(struct classroom)struct classroom{ int num; char loc[5]; int seat_num; char type[4]; char use[4]; struct classroom *next; }*head; int n=0;int main(int argc, char **argv){ void start();//所写程序的功能提示! void read_write(void);//输入相关的教室信息 !
- 2023-07-09 23:20:03下载
- 积分:1
-
datagridview 实际应用的注意事项
DataGridViewColumn header0 = new DataGridViewColumn(new DataGridViewTextBoxCell());
header0.Visible = true;
header0.Name = "部门编码";
header0.Width = 200;
header0.HeaderText = "部门编码";
dgv.Columns.Add(header0);
DataGridViewColumn header1 = new DataGridViewColumn(new DataGridViewTextBoxCell());
header1.Visible = true;
header1.Name = "部门名称";
header1.Width = 120;
header1.HeaderText = "部门名称";
dgv.Columns.Add(header1);
&nb
- 2022-01-25 20:09:55下载
- 积分:1
-
winform 抽奖程序源码
winform 抽奖程序源码
- 2014-01-02下载
- 积分:1