-
Introduction to serial programming under Linux, we are interested to take a look...
Linux 下串口编程入门,大家有兴趣就看看吧-Introduction to serial programming under Linux, we are interested to take a look at it
- 2022-07-10 02:36:09下载
- 积分:1
-
基于MFC的音乐播放器
基于MFC的音乐播放器,实现添加、播放、删除、停止、音量控制、进度控制等功能
- 2023-03-22 10:05:04下载
- 积分:1
-
SEO工具SEO工具Joomla模板
Joomla seo tool Joomla seo tool
- 2022-03-16 13:41:39下载
- 积分:1
-
msp430四轴飞行器代码
这个是将51的代码更改为msp430可用的四轴飞行器代码,具体参数还是要是飞行器自行修改
- 2023-06-13 10:30:03下载
- 积分:1
-
这是一个最小堆的模板实现,遗憾的是没有使用模板特化,否则使用起来会更方便,这个实现似乎还有些问题,在析构的时候会出现错误,但是我没有找到原因,很是郁闷。没什么好...
这是一个最小堆的模板实现,遗憾的是没有使用模板特化,否则使用起来会更方便,这个实现似乎还有些问题,在析构的时候会出现错误,但是我没有找到原因,很是郁闷。没什么好说的,代码跟书上的没什么两样-This is a template to achieve the minimum heap, unfortunately, do not use template specialization, or else will be more convenient to use, this achievement seems to be some problems in the destructor when an error, but I did not find reason, was very depressed . There" s really nothing, the code is no different with the book" s
- 2022-03-17 14:56:37下载
- 积分:1
-
们常常要在web上显示流程图,网上比较难找,到处要收费,自己琢磨了一个,比较简单,包括开始节点,结束结点,两种节点框图(节点、容器)和两种特殊线(跳线、返回线)...
们常常要在web上显示流程图,网上比较难找,到处要收费,自己琢磨了一个,比较简单,包括开始节点,结束结点,两种节点框图(节点、容器)和两种特殊线(跳线、返回线),使用xml文件或xml字串作为数据源,没有多少需求分析,给有心人参考,也收集一些建议,源码过段时间整理再放上。demo代码:-Often displayed in the web flow chart, on-line comparison was difficult to find, everywhere, should be charged, pondering their own one, relatively simple, including the start node, end node, two node diagram (node, container) and the two special lines (jumper, return line), use the xml file or xml string as a data source, not the number of needs analysis, reference to the people, but also to collect some of the proposals, source code over time add the finishing. demo code:
- 2022-06-17 06:32:59下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1
-
eight Queen's graphical interface
八皇后的图形界面-eight Queen"s graphical interface
- 2023-06-11 13:15:03下载
- 积分:1
-
WindowsXP的系统图标库,图标总数累计417个,可以丰富您的素材库,令您的用户界面更加赏心悦目。...
WindowsXP的系统图标库,图标总数累计417个,可以丰富您的素材库,令您的用户界面更加赏心悦目。-WindowsXP system icon library, icon cumulative total 417, you can enrich the material library, your user interface more pleasing to the eye.
- 2022-03-16 07:22:04下载
- 积分:1
-
基于对话框编程,设置窗体的背景颜色,改善窗体美观
基于对话框编程,设置窗体的背景颜色,改善窗体美观-Dialog based programming, setting a form" s background color to improve the aesthetic form
- 2022-07-08 03:16:39下载
- 积分:1