-
TCP 通信示例 SignalCommunication
TCP 通信示例SignalCommunication
- 2022-04-16 02:46:27下载
- 积分:1
-
siftregistration
这是一篇对于SIFT算法应用于非刚性图像配准的论文,相当不错(This is one for the SIFT algorithm is applied to non-rigid image registration of papers, quite good)
- 2008-12-30 15:47:17下载
- 积分:1
-
My-Serial
用C#写的串口调试助手,发送,接收,保存,十六进制显示、发送等。。。(Written in C# serial debugging assistant)
- 2013-03-17 17:23:33下载
- 积分:1
-
The-CPP-Programming-Language
《C++程序设计语言》英文版,第3版,C++之父Bjarne Stroustrup著,经典推荐(The C++ Programming Language, Special 3rd Edition, by Bjarne Stroustrup)
- 2013-07-19 17:51:01下载
- 积分:1
-
erchashu
二叉树的链式存储、先序中序遍历和层次遍历。(构造一棵树并输入数据,编写三个函数,非别是树的前序递归遍历算法、树的后序递归遍历算法、树的非递归中序遍历算法(这里的非递归以中序为例)。在主程序中调用这三个函数进行树的遍历,观察用不同的遍历方法输出的数据的顺序和验证递归与非递归输出的数据是否一样。)(Chain store binary tree, preorder traversal and hierarchy traversal.)
- 2013-12-07 23:16:06下载
- 积分: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
-
codeMPI
MPI编程的典型案例,适合初学者学习使用,有很大的帮助作用(MPI programming typical case, suitable for beginners to learn to use, there are very helpful)
- 2013-11-14 15:52:38下载
- 积分:1
-
CAN总线实验
实验二定时发送程序:复位后,发送板每个大约一秒时间利用CAN总线向接收板发送一个数据(值为发送板数码管显示值),按下按键1,可以暂停或启动发送。 发送板数码管显示值每隔大约一秒增加一(不管按键是否暂停向接收板发送数据)。接收板收到CAN总线接收的值显示在数码管上,初始为0。(Experiment 2 timing sending program: after reset, the sending board USES CAN bus to send a data (the value is the display value of the digital tube of the sending board) to the receiving board for about one second each. Press key 1 to pause or start sending.The display value of sending board digital tube increases by one every about one second (regardless of whether the button is paused to send data to the receiving board).The value received by the CAN bus by the receiving board is displayed on the nixie tube with the initial value of 0.)
- 2020-06-20 11:00:02下载
- 积分:1
-
Usart
msp430的串口通信程序
用msp430F247成功测试(uart communication)
- 2009-05-13 00:44:26下载
- 积分:1
-
东软嵌入式高级C培训
东软嵌入式高级C培训(2007)),看了就知道了,很多提高程序效率的方法,和调试的技巧都很经典实用。(Neusoft Senior C Embedded Training (2007)), looking to know, a lot of ways to improve process efficiency, and debugging skills are very classic and practical.)
- 2020-06-26 02:40:02下载
- 积分:1