-
GroupBox
用MFC做的简单界面,是个简单滴组合控件,新手入门的不错(Using MFC to do a simple interface, a simple combination control, the new well)
- 2021-01-11 06:08:50下载
- 积分:1
-
04-多路ADC转换-BandGap-模拟串口发送
stc51单片机上对04-多路ADC转换-BandGap-模拟串口发送例程(Stc51 microcontroller on the 04- multi-channel ADC conversion, -BandGap- analog serial port to send routines)
- 2017-06-24 09:44:28下载
- 积分:1
-
guqlwc
A Biosprint Function Using A Call to Int86x(),()
- 2018-05-15 20:54:03下载
- 积分:1
-
pcmmix
归一化混音源码,要求为pcm帧,采样精度16bit,内有测试音频(Normalized mixing source, the requirement for PCM frame and sampling precision of 16 bits, with audio testn)
- 2021-02-22 15:19:41下载
- 积分: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
-
C++程序设计题库(117题).doc
C++程序设计题库(117题).doc
- 2020-06-25下载
- 积分:1
-
PC-(RS232-)
单片机串口通信的应用,通过串口,我们的个人电脑和单片机系统进行通信。
个人电脑作为上位机,向下位机单片机系统发送十六进制或者ASCLL码,单片机
系统接收后,用LED显示接收到的数据和向上位机发回原样数据。(Single-chip serial communication applications, through the serial port, our personal computers and SCM systems to communicate. PC as a PC, send down bit microcontroller system or ASCLL hexadecimal code, after receiving the SCM system with LED display received data and sent back up crew as data.)
- 2013-11-14 15:08:35下载
- 积分:1
-
SpectralToolbox
矩阵实验室数据,对可见光范围的波长进行数据测量,并测出反射比(matlab data,mainly include reflectance in every wave of visible area)
- 2012-05-02 22:31:58下载
- 积分:1
-
PopManu
VC++实现在列表控件中添加右键弹出菜单PopManu实例源代码,测试时请把PopManu.exe拷贝至根目录下,以保证Access数据库连接正确,否则实例不能运行(VC++ Add button pop-up menu PopManu source code examples in the list control, test PopManu.exe copied to the root directory, to ensure that the Access database is properly connected, otherwise it can not run an instance of)
- 2013-05-19 10:37:16下载
- 积分:1
-
MatrixInverse
说明: c语言编写的高效用LU分解法求任意维数的矩阵的逆,它是经典书籍《算法导论》(第二版)中矩阵求逆的c语言实现。 (The algorithm of matrix inverse is based on LU decomposition which is proposed by the book of introduction to algorithm (second edition).)
- 2009-08-03 08:34:24下载
- 积分:1