-
sd_music
读SD卡用SST单片机与tlc5620播放音乐程序(Read SD card with SST SCM and play music tlc5620 procedures)
- 2009-03-17 11:52:05下载
- 积分:1
-
QPlayCap01
windows打开拍照检索关闭camera的相关函数实现(The camera Function for windows)
- 2015-02-12 09:18:39下载
- 积分:1
-
C语言实现MATLAB 6.5中M文件的方法
说明: 本文着重描述了运用MATLAB命令将M文件翻译为C语言程序,并修改为可直接调用的C语言函数的方法,使用该方法所需要注意的方法局限性和MATLAB版本差异的影响。运用该方法将能够使C语言能直接使用MATLAB当中已经完成的数学计算功能,大大扩充了C语言的数学计算功能和开发效率。(This paper describes the use of MATLAB M ordered the translation of documents for the C Programming Language, and revised to directly call the C language function, use of the method needed to limitations of the method and MATLAB version of the impact of differences. Using this method will enable C language can be used directly MATLAB which has been completed arithmetic function, greatly expanded the C language arithmetic functions and development efficiency.)
- 2006-01-04 14:48:15下载
- 积分:1
-
Windows-IoT-Core-Graphics-Library-master
说明: Windows - IoT - Core - Graphics - Library - master
- 2020-06-21 22:40:01下载
- 积分:1
-
c++表白代码(可自定义姓名和文字)
c++表白代码(可自定义姓名和文字)
- 2018-05-28下载
- 积分:1
-
g723CodeAndDocument
g723语音压缩格式。里面包含了最新的说明文档和代码,可以使用VC来编译。对视频会议或者作VOIP的朋友很有帮助。(voice compression format. The latest of which contains the documentation and code can be used to compile VC. Right for video conferencing or VOIP helpful friends.)
- 2006-07-17 14:02:04下载
- 积分:1
-
cc2530-datasheet
cc2530zigbee芯片英文资料,数据手册(cc2530zigbee chip information in English, Data Sheet)
- 2013-08-24 15:02:02下载
- 积分:1
-
人脸识别(PCA)
本程序采用了opencv人脸识别的PCA特征脸识别,对人脸进行了预处理,通过人脸的粗识别和Harris级分联器的识别,提高了识别的效率,同时也提高了人脸识别的精确度,不仅如此,还采用了flandmask水平仿射校准,校准各个方向的人脸识别到水平位置,最后通过PCA特征脸的主成分分析来精确的匹配和识别人脸。
- 2022-08-22 19:47:21下载
- 积分:1
-
tsf4g完整源代码
- 2022-11-11 23:05:14下载
- 积分:1
-
c语言编写学生成绩管理系统源代
#include "stdio.h"
#include"string"
/*定义学生结构体*/
struct Student
{
char ID[20];
char Name[20];
float Mark1;
float Mark2;
float Mark3;
float Average;
};
/*声明学生数组及学生数量*/
struct Student students[1000];
int num=0;
/*求平均值*/
float Avg(struct Student stu)
- 2022-02-20 17:58:36下载
- 积分:1