-
tcl5615interface
十位DA TLC5615的接口程序,包括其中寄存器的读写和输出函数等(10 DA Chip interface procedures, including the Register of literacy and output functions, etc.)
- 2007-05-30 15:19:23下载
- 积分:1
-
fileserver
脸部识别,希望对大家有所帮助,如有疑问,请发我邮箱。(Face recognition, we hope to help, if in doubt, please send me mail.)
- 2013-09-28 10:20:45下载
- 积分:1
-
rmusic
谱估计实值MUSIC算法的一种C代码实现,包括matlab代码,用于信号的DOA方向估计。(music c code and matlab code)
- 2021-04-29 18:38:42下载
- 积分:1
-
acousticSourceLocalizationAlgorithms
此代码为大学物理实验,声源定位模拟实验中用到的算法内容,用c语言实现(This code for university physics experiment, acoustic source localization algorithms used in simulation content, using c language implementation)
- 2010-01-14 04:37:09下载
- 积分:1
-
Brain-master
脑电波检测 tgam模块的数据传输以及数据包在anduino单片机上的数据包解析程序,需要anduino IDE打开(The data transmission of the tgam module and the packet analysis program on the anduino single chip computer, which require the anduino IDE to be opened)
- 2021-01-29 15:28:39下载
- 积分:1
-
北斗2.1协议
说明: 北斗通信设备通用的协议,串口通信与北斗卫星的通信协议,(The general protocol of Beidou communication equipment, serial communication protocol with Beidou satellite)
- 2020-09-23 12:17:49下载
- 积分:1
-
C# 复制粘贴等剪切板操作一例
C# 复制粘贴等剪切板操作一例,存放剪贴板循环的内容,复制文本到系统剪贴板,粘贴前弹出确认对话框:"剪贴板中的数据不是本程序复制的数据,是否粘贴?"
本程序还可以 直接打开TXT文件,将文字内容显示在窗口的文本框中。
- 2023-04-16 19:35:02下载
- 积分:1
-
dianyun
一本非常难得的经典PCL参考书籍,里面有很详细的PCL使用说明。(A handbook of PCL lib,you can refer it to develop point cloud program.)
- 2019-06-20 10:49:25下载
- 积分:1
-
专家系统1
说明: 专家系统,人工智能对疾病的系统代码,对知识库操作(Expert system, AI system code for disease, operation for knowledge base)
- 2021-01-06 11:08:54下载
- 积分:1
-
C# 为窗体控件添加浮动信息框
C# 为窗体控件添加浮动的帮助信息框,private void Form1_Load(object sender, EventArgs e)
{//为窗体控件添加浮动的帮助信息框
//在标题栏上显示帮助按钮
this.HelpButton = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
//指定显示指定控件的帮助信息
this.helpProvider1.SetShowHelp(this.textBox1, true);
//指定与指定的控件关联的帮助字符串
this.helpProvider1.SetHelpString(this.textBox1, "包括科目编码和科目名称");
this.helpProvider1.SetShowHelp(this.textBox2, true);
this.helpProvider1.SetHelpString(this.textBox2, "输入数据包括分节号");
this.helpProvider1.SetShowHelp(this.textBox3, true);
this.helpProvider1.SetHelpString(this.textBox3, "输入数据包括分节号");
this.helpProvider1.SetShowHelp(this.textBox4, true);
this.helpProvider1.SetHelpString(this.textBox4, "输入数据包括分节号");
this.helpProvider1.SetShowHelp(this.textBox5, true);
this.helpProvider1.SetHelpString(this.textBox5, "期末余额=期初余额+本期发生额");
}
- 2023-03-05 04:10:04下载
- 积分:1