-
LWP
LWP算法,是一种局部聚类的启发式社区发现算法(LWP algorithm, is a local community discovery algorithm heuristic clustering)
- 2020-12-15 17:39:13下载
- 积分:1
-
oneOdbcExcel
说明: 你需要生成一个用excel处理的报表吗?
是的,这个程序就是完成这一功能,生成的excel文件报表,当然可以用微软的excel打开,这样你的程序是不是会更能让人接受呢?(you need to generate an excel with the statements? Yes, this procedure is to complete this function, generating excel paper statements, of course, you can use Microsoft s Excel is opened, this is the procedure you will be more than acceptable to people?)
- 2006-03-26 11:50:09下载
- 积分:1
-
Two-curves-displayed-in-real-time
C# 两条曲线 实时显示 zedgraph(C# two curves displayed in real time)
- 2013-10-21 15:29:29下载
- 积分:1
-
STM32-DS18B20
STM32单片机利用DS18B20温度传感器实现温度检测的源码,包括原理图和数据手册(The STM32 MCU DS18B20 temperature sensor temperature detection of the source, including schematics and datasheets)
- 2021-04-26 22:28:45下载
- 积分:1
-
Partical-Swarm-Optimization
粒子群算法,能计算函数的最优值。希望对大家有用。。。。。。。。。。。。(Swarm optimization, hope to be useful. . . . . . . . . . . .)
- 2016-05-25 16:29:16下载
- 积分:1
-
串口通讯-发送字符串
CC2530模块上串口连上电脑,CC2530不断向串口发送数据,这时候电脑在电脑打开串口助手,设置好波特率,然后就可以在串口助手看见模块发送的数据
- 2022-01-25 16:04:59下载
- 积分:1
-
C# 使用IPEndPoint类获取终结点的IP地址和端口号
Visual C# UseIPEndPoint例子,使用IPEndPoint类对象获取终结点的IP地址和端口号,运行生成的Exe文件,得到的结果如图所示:
以下是实现本功能的关键代码:
先实例化IPEndPoint类对象:
IPEndPoint IPEPoint = new IPEndPoint(IPAddress.Parse(textBox1.Text), 80);
//使用IPEndPoint类对象获取终结点的IP地址和端口号
label2.Text = "IP地址:"+IPEPoint.Address.ToString() + "
端口号:" + IPEPoint.Port;
- 2022-01-28 05:14:25下载
- 积分:1
-
MSP430F5438 DMA 传输实验
通过DMA传输数组String1中的数据到 LED 灯控制口
观察开发板上的 LED 流水灯按二进制加法点亮" 0 ~ 15 "
- 2022-07-19 08:12:31下载
- 积分:1
-
DS1302
实时时钟芯片的应用程序,电路连接详情见电子协会开发板( i do not how to translate it and click it with no resbound ,so you know)
- 2011-12-09 21:10:01下载
- 积分:1
-
codeblocks 中tree使用示例
codeblocks开发平台中开发的基于frame的程序,里面示例中添加了框架菜单及树状菜单的功能,展示了各种menu类的相关功能,还有就是wxTree树状菜单的添加及事件处理函数的使用实例;简单易学。
- 2022-03-31 03:09:34下载
- 积分:1