-
infrared-transmitting-receiving-
本文包括红外发射和接收模块,以及和他们相关的资料信息
(In this paper, including the infrared emission and receiving module, and their related information)
- 2015-04-14 12:07:28下载
- 积分:1
-
神经网络lvq算法程序.zip
神经网络lvq算法程序(neural network algorithm procedures lvq)
- 2021-02-22 09:09:41下载
- 积分:1
-
The source code accompanying the book "C# in Depth: What you need to master C# 2...
The source code accompanying the book "C# in Depth: What you need to master C# 2 and 3" Jon Skeet (2008)
Source code in C# of course
- 2022-02-24 12:47:16下载
- 积分:1
-
TM1804 or STC15W104
使用STC15W104/STC15W204单片机,实现控制TM1804 芯片RGB全彩变幻效果。(TM1804 or STC15W104/STC15W204)
- 2020-06-18 19:00:02下载
- 积分:1
-
CCS进行图像处理
利用ccs对图像进行处理,包括二2值化,反色,和上下颠倒。
/***********************************************************************
** Main Function Program
***********************************************************************/
#include "math.h" //也可以不要
#include "stdio.h"
#define IMAGE_WIDTH 64
#define IMAGE_HEIGTH 64
main()
{
FILE *fi;
int i,j,k;
int y[IMAGE_HEIGTH][IMAGE_WIDTH];
unsigned char id[64];
char m;
k=128; /*k is Threshold Value*/
// fi=fopen("D:TupianLena64.bmp","rb");
fi=fopen("C: imyprojectslab56DSP54X-28-TuxiangchuliTupianLena64.bmp","rb");
/* if(fi==NULL)
{
printf("can not open file Lena64.bmp.
");
exit(1);
&nbs
- 2023-02-23 16:40:03下载
- 积分:1
-
ALIENTEK MINISTM32 实验2 按键实验
1.44寸显示屏显示资料,可显示汉字,图片,彩色图片,带取模软件(1.44-inch display screen display data, can display Chinese characters, pictures, color pictures, with the module software)
- 2020-06-19 02:20:01下载
- 积分:1
-
AD9854DDS
AD9854DDS信号发生器stm32驱动代码(AD9854DDS Signal Generator STM32 Driver Code)
- 2020-06-18 06:20:01下载
- 积分:1
-
3DCBuilder
实现三维重建功能
不很全面只是给刚接触的朋友一点指引(Three-dimensional reconstruction of functions is not very comprehensive guide to the new to the friends that)
- 2011-05-20 15:06:53下载
- 积分:1
-
将深度图和彩图转换成点云 ConsoleApplication
说明: 将深度图和彩图转换成点云,自行修改文件名字和路径。(Convert the depth map and color map to point cloud, and modify the file name and path by yourself.)
- 2020-04-29 12:40:59下载
- 积分:1
-
函数指针
资源描述包含了指针排序,指针作为函数的参数,函数返回指针,指针与结构体。是一个学习C语言指针的好代码,十分适合初学者学习。
- 2022-02-20 02:49:17下载
- 积分:1