-
LED12864
430液晶程序 用此程序和头文件放在一起直接调用此程序函数(430 LCD program header files with this program and put together this program directly call the function)
- 2011-11-06 19:29:09下载
- 积分:1
-
UdpClient
在VS2010环境中,根据UDP协议通信的原理,用C++编写的基于UDP的客户端的代码。(In the VS2010 environment prepared by the UDP-based client C++ code)
- 2013-12-14 20:52:31下载
- 积分:1
-
CALENDAR
在程序中嵌入日历,是一本书中找到的很有学习的价值(Embed calendar program is useful to learn the value ,found in a book)
- 2013-12-24 09:27:15下载
- 积分:1
-
基本可用的MFC的C语言音乐播放器
可以播放暂停停止调节音量等基本功能
- 2022-11-29 05:30:04下载
- 积分:1
-
opencv实现简单的电脑摄像头的调用并用canny因子进行处理图像
本程序是自己用VS2015配opencv2.4.13.3版本进行的摄像头调用以及canny因子的应用,用单帧处理的方式进行视频采集结合后期边缘处理。
- 2022-05-06 13:23:30下载
- 积分:1
-
坐标转换
自己做的做标准换系统,可能比较简单,功能不是很完善,希望大家共同学习。
- 2023-06-24 01:25:03下载
- 积分:1
-
sampleCom
封装了windows操作串口的几个API(CreateFile, ReadFile,WriteFile,SetComState)。串口的读写设置这几个操作都可以简单地只用关键一两个参数就能实现操作。也是一个很好的例子,我写这个之前查了不少资料,感觉非常麻烦,索性发出来给新手们作个样例(Windows serial COM port access class,it includes CreateFile, SetComState,ReadFile,WriteFile,CloseFile)
- 2013-08-02 14:30:40下载
- 积分:1
-
fetion-CSharp-source
移动飞行源代码,程序能够调通,加载到VS可以运行。(Mobile Flight source code, the program can be transferred through, loaded into the VS can run.)
- 2013-10-23 15:31:52下载
- 积分:1
-
ADS1158驱动程序
说明: 首先说明ADS1158命令读写模式,然后解析命令含义及配置顺序等。(First, the ADS1158 command read and write mode, and then parse the command meaning and configuration order and so on.)
- 2020-10-23 10:47:22下载
- 积分:1
-
给函数传递数组
#include
using namespace std;
double average(double array[],int count); //函数原型
int main(void)
{
double values[]={1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0};
cout
- 2022-03-19 10:39:26下载
- 积分:1