搜索结果

找到约 699 项符合 Include 的查询结果

按分类筛选

显示更多分类

其他 数据库 ODBC注册文件 数据库MeetingManage 本案例SQL Server数据库 源代码 存放着系统登陆、退出以及用户界面的主框架文件

数据库 ODBC注册文件 数据库\MeetingManage 本案例SQL Server数据库 源代码 存放着系统登陆、退出以及用户界面的主框架文件, 另外还包括用户管理文件。 源代码\SQL 存放着用于建立数据库的SQL文件 源代码\IMAGES 存放着用到的图片文件 源代码\INCLUDE 存放着常用函数文件 ...
https://www.eeworm.com/dl/534/147819.html
下载: 55
查看: 1064

其他书籍 This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the

This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the field. It provides the tools to help overcome the problems of video storage, cataloging, and retrieval, by exploring content standardization and other content classification and analysis methods. The ...
https://www.eeworm.com/dl/542/206711.html
下载: 107
查看: 1085

软件工程 Software Testing, Second Edition provides practical insight into the world of software testing and q

Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 20 ...
https://www.eeworm.com/dl/540/224114.html
下载: 187
查看: 1136

加密解密 On Sunday, April 27, 2003, Fresno will celebrate Earth Day in downtown Fresno at Courthouse Park. Th

On Sunday, April 27, 2003, Fresno will celebrate Earth Day in downtown Fresno at Courthouse Park. The event will begin at noon. This year we will include music, speakers, and vendors, plus activities for children. Fresno Earth Day is recognized as the only Earth Day festival that happens in Fresno ...
https://www.eeworm.com/dl/519/263342.html
下载: 22
查看: 1046

VC书籍 函数分库函数和用户自定义函数两类: 库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀

函数分库函数和用户自定义函数两类: 库函数(又称系统函数)是高级语言软家中提供基础功能的函数。库函数文件以h为文件后缀,如C语言的stdio.h文件包括了printf(), scanf (),open(),close()。C语言中主函数要使用某库函数:#include<库函数文件名> ...
https://www.eeworm.com/dl/686/393453.html
下载: 120
查看: 1117

压缩解压 The frequency domain plays an important role in image processing to smooth, enhance, and detect edg

The frequency domain plays an important role in image processing to smooth, enhance, and detect edges of images. Although image data typically does not include imaginary values, the fast Fourier transform (FFT) has been used for obtaining spectra. In this paper, the fast Hartley transform (FHT) is u ...
https://www.eeworm.com/dl/617/434645.html
下载: 96
查看: 1126

单片机编程 舵机电机PID控制算法

#include <hidef.h>      /* common defines and macros */ #include "derivative.h"      /* derivative-specific definitions */ #include <mc9s12xs128.h> //定义PID参数 #define VV_KPVALUE 3       //比例 #define VV_KIVALUE 40    &nbs ...
https://www.eeworm.com/dl/510659.html
下载: 1
查看: 175

技术资料 PID-小车类-基于Cortex-M0的BLDC电机驱动

#include "NUC1xx.h"#include "Hal.h"#include "pwm.h"//wait current PWM cycle done, otherwise there maybe short pulse on FETvoid PWM_Stop(U8 ch){ switch(ch) { case PWM_CHANNEL_A: PWMA->u32CNR1 = 0; PWMA->u32CMR1 = 0; while(PWMA->u32PDR1 != 0); break; case PWM_CHANNEL_B: PWMA->u32CNR2 = 0; ...
https://www.eeworm.com/dl/834831.html
下载: 9
查看: 3936

技术资料 Keil环境中建立带FreeRTOS的STM32L项目.

Keil环境中建立带FreeRTOS的STM32L项目1、先把source文件夹复制至project目录,然后在keil中添加RTOS文件,如图:其中heap_2.c按需选择,可以是heap_1.c等,若需 croutine型任务则还需添加croutine.c文件。2、添加include目录,位于 source下的include文件夹。3、把FreeRTOSConfig.文件复制到source下的indude文件夹,或者 ...
https://www.eeworm.com/dl/837125.html
下载: 1
查看: 2274

单片机编程 数字钟显示电路

SHUZIZHONG显示电路 源程序如下: #include <reg51.h>#include <intrins.h> unsigned char data dis_digit; unsigned char code dis_code[]={ 0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};unsigned char data dis_buf[16];unsigned char data dis_index;char hour,min,sec,wang,yea ...
https://www.eeworm.com/dl/502/31330.html
下载: 174
查看: 1069