-
ledmon
2378 example code - flash led
- 2011-12-27 09:02:07下载
- 积分:1
-
vector_cancese使用C#发送can信号实例
应用背景应用于发送指定can信号,通过读取指定excel中的内容,发送相应的信号内容给其他设备,可定时发送,也可手动发送,可进行切换。关键技术通过dll文件,使用相关接口,进行can信号发送,算法中包括自动定时发送,也可手动发送,均可进行切换,也可读取指定配置文件excel
- 2022-05-28 07:19:40下载
- 积分:1
-
C# 动态改变控件在Grid单元格中的位置
c# 动态改变控件在Grid单元格中的位置:
private void button1_Click(object sender, RoutedEventArgs e)
{//动态改变控件在Grid单元格中的位置
if (bOldPos)
{
Grid.SetRow(this.image1, 1);
Grid.SetColumn(this.image1, 2);
this.bOldPos = false;
}
else
{
Grid.SetRow(this.image1, 0);
Grid.SetColumn(this.image1, 0);
this.bOldPos = true;
}
}
- 2022-02-07 14:02:16下载
- 积分:1
-
19264的KS0108
基于19264的KS0108的stm32的硬件编程(Hardware Programming of STM32 Based on KS0108 19264)
- 2019-06-04 13:16:53下载
- 积分:1
-
有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?...
有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?-a 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are?
- 2022-08-02 14:29:50下载
- 积分:1
-
kmeans
数据挖掘里的经典kmeans算法,已生成exe文件,需要在dos命令里输入参数来运行,不能直接运行cpp文件。详见文件说明。(kmeans algorithm)
- 2011-12-13 10:50:47下载
- 积分:1
-
局域网实现语音聊天的软件,非常实用,与大家一起分享!
局域网实现语音聊天的软件,非常实用,与大家一起分享!-fsdafsdfsdfsdfsdfsdfsdfsdfsdffsd
- 2022-07-21 19:47:55下载
- 积分:1
-
资源
通过采用有害气体传感器来检测室内环境的有害气体浓度,单片机读取有害传感器的数据与设定的限值进行比较,偌大于设定的安全限值,则认为有害气体泄漏,由单片机控制蜂鸣器进行报警(Toxic Gas Leakage Alarm Detection)
- 2019-04-28 10:52:34下载
- 积分:1
-
WinEditor
最近做了一个类似Windows画图板的小程序,拿来和大家分享一下。功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。(Recently to do a similar drawing board a small Windows program, use and share with you. Features and interfaces in Windows, bringing all to imitate the drawing board, such as interface screenshot. The main features include: hand-painted lines, simple graphics, text input, drag and drop block, duplicate revoked, screen zoom, open the Save picture files, the other in order to directly from the database or XML access picture also provides a survival from the Base64 encoding Photos from the interface, the other also drawing board and achieve the same effect toolbox and paint boxes.)
- 2009-03-17 11:51:59下载
- 积分:1
-
AFIPSO
一种基于基本pso改进的算法程序,第一点改进是改变惯性权重,第二点是改变位置更新公式,提供了多种改进方法。(Based on the improved basic pso algorithm, the first point to improve is to change the inertia weight, the second point is to change the location update formula, offers a variety of improved methods.)
- 2014-05-10 14:37:55下载
- 积分:1