-
ntripcaster-master
说明: RTK CORS网常用Ntrip协议,服务器端Ntrip Caster(Ntrip caster source code)
- 2020-10-29 09:57:46下载
- 积分:1
-
5702 DEMO_20161102_V2.1
SN8F5702 MCU DEMO程序_20161102(SN8F5702 MCU DEMO_20161102_V2.1)
- 2021-01-20 14:28:42下载
- 积分:1
-
CSharpThunder-5
C#迅雷5界面代码
仿迅雷5界面WinForm代码,含
迅雷主界面
新建任务界面和下载属性界面
迅雷配置界面,几乎包含迅雷5的所有功能界面
注意:功能尚未实现(C# interface code Thunder 5
Imitation Thunder 5 interface WinForm code, including
Thunder the main interface
New Task interface and download the interface properties
Thunder configuration interface for almost all the features of the interface Thunder 5
Note: Function not implemented
)
- 2011-12-14 15:47:05下载
- 积分:1
-
Vc6
模拟银行卡交易流程的详细讲解,内涵丰富,采用VC++(Explain in detail the simulated bank card transaction process, rich content, using VC++)
- 2013-12-26 20:09:23下载
- 积分:1
-
C# 为DataGridView控件的新行指定默认值
C# 为DataGridView控件的新行指定默认值,双击DataGridView.rar即可看到默认值,一般情况下,单元格是空的没有任何内容,实现这一功能,其实也简单,如下代码示:
private void shippersDataGridView_DefaultValuesNeeded(object sender, DataGridViewRowEventArgs e)
{//为DataGridView控件的新行指定默认值(测试时直接单击最下面的空白行即可)
e.Row.Cells[1].Value = "重庆长安捷达运输公司";
e.Row.Cells[2].Value = "023-40405690";
shippersBindingSource.AddNew();
}
- 2022-03-01 05:33:46下载
- 积分:1
-
12C5A60S2EEPROM
12C5A60S2 EEPROM 的读写操作(12C5A60S2 EEPROM read_write)
- 2013-09-24 14:41:56下载
- 积分:1
-
基于MSP430的AD1118驱动程序
AD1118在MSP430上的驱动程序,ADS1118是一款高精度的低功耗16位模数转换器(ADC)。具有内部基准和温度传感器的兼容SPI的16位模数转换器
- 2022-03-14 00:50:41下载
- 积分:1
-
HGE_OBJECT
说明: 本例子介绍了HGE粒子,动画,GUI界面控件,字体,是一个良好的游戏框架(This example describes HGE particles, animation, GUI interface controls, fonts, is a good game framework)
- 2010-04-13 17:47:50下载
- 积分:1
-
cccc
输入两个正整数m和n,求其最大公约数和最小公倍数(Enter two positive integers m and n, can seek the common denominator and least common multiple)
- 2010-05-11 21:19:20下载
- 积分:1
-
C# 调用百度地图API
C# 前后台交互调用百度地图API, 实现标注、测距、画轨迹、画圆,等等
- 2022-03-20 02:48:32下载
- 积分:1