CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - main.h

搜索资源列表

  1. Intel_IA32_C_CPU

    0下载:
  2. 剖析Intel IA32 架构下C 语言及CPU 浮点数机制 Version 0.01 哈尔滨工业大学 谢煜波 (email: xieyubo@126.com 网址:http://purec.binghua.com) (QQ:13916830 哈工大紫丁香BBSID:iamxiaohan) 前言 这两天翻看一本C 语言书的时候,发现上面有一段这样写到 例:将同一实型数分别赋值给单精度实型和双精度实型,然后打印输出。 #include <stdio.h>
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:168329
    • 提供者:lza
  1. studentscore

    0下载:
  2. 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩. 3 算法分析 1. 学生成绩管理软件的数据结构 2. 排序 3. 查找 4. 其它 4 主要流程图 1写程序结构及各模块(输入,显示等等)结构图 本程序用了c++语言里面的思想,比如用了cin 和 cout 函数.分了俩个类
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:20031
    • 提供者:huangfeng
  1. NewProject1

    0下载:
  2. 这是一个用QT做的用加农炮大飞碟的示例程序.对学习QT有很大帮助. 这是最后的例子:一个完整的游戏。 我们添加键盘快捷键并引入鼠标事件到CannonField。我们在CannonField周围放一个框架并添加一个障碍物(墙)使这个游戏更富有挑战性。 t14/lcdrange.h包含LCDRange类定义。 t14/lcdrange.cpp包含LCDRange类实现。 t14/cannon.h包含CannonField类定义。 t14/canno
  3. 所属分类:软件工程

    • 发布日期:2014-01-18
    • 文件大小:34647
    • 提供者:tanghui
  1. trev_293-schaefer

    0下载:
  2. H.264/AVC is the current video standardization project of the ITU-T Video Coding Experts Group (VCEG) and the ISO/IEC Moving Picture Experts Group (MPEG). The main goals of this standardization effort are to develop a simple and straightforward
  3. 所属分类:Development Research

  1. Main

    0下载:
  2. Main profile in H.264
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:3660
    • 提供者:pkverma
  1. ReseacrhOfAPPlieationOfEmbeddedSPeeehRecognitionon

    0下载:
  2. 本文首先介绍了目前语音识别的发展现状和主要手段,分析了语音识别中所采用的主要特征参数和比较前沿的研究方向,另外着重讲解了语音识别中最常用隐马尔可夫H(MM)模型,及应用广泛的矢量量化方法(VQ)。接着介绍了嵌入式平台,从软、硬件方面着重介绍了与语音识别相关部分的设计包括硬件及相关驱动程序设计,最后介绍了系统实现方法与测试结果。 -This paper describes the current status of the development of speech recognition a
  3. 所属分类:Project Design

    • 发布日期:2017-05-20
    • 文件大小:6029848
    • 提供者:fff
  1. h

    0下载:
  2. 图与网络学习,主要是与MATLAB结合的方法-Figure and learning, the main method of combining with MATLAB
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:450209
    • 提供者:g
  1. 1996

    0下载:
  2. PTKfir_EPT ... ....\PTKfir EPT ..........\..........\PTK New ..........\..........\.......\Header.h ..........\..........\.......\Main.cpp ..........\..........\.......\Main.def ..........\..........\.......\PTK New.vcproj ......
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:379586
    • 提供者:yangyong
  1. AutoCombo

    0下载:
  2. //功能:自动选择已存在的数据 //作者:King.Sollyu //方法:导入AutoCombo.h和AutoCombo.cpp在主窗口中添加Commbo属于AutoCombo类 //联系:Hacker_the_best@163.com -//Function: automatically select an existing data// Author: King.Sollyu// Method: Import AutoCombo.h and AutoCombo.cpp add
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:1893
    • 提供者:king
  1. time-example

    0下载:
  2. 1.程序分析: 2.程序源代码: #include "stdio.h" #include "conio.h" #include "time.h" void main() { time_t lt /*define a longint time varible*/ lt=time(NULL) /*system time and date*/ printf(ctime(<)) /*english format output*/ printf(asct
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:3050
    • 提供者:zhenxinjian
  1. PICclock

    0下载:
  2. 一、 前言 二、 准备工作与快速上手 1 、 芯片资源 2 、 软件开发环境 MPLAB IDE v8.00 3 、 编译器picc9.50 4 、 MPLAB ICD2 硬件调试及编程工具 5 、 ICD2 的连接顺序 6 、 从最简单的测试程序开始 三、 旋转时钟功能概述 1 、 基板 2 、 电机 3 、 指针板 4 、 红外遥控器 . 5 、 上位机 四、 指针板的供电方式 1 、 常见的供电方式 2
  3. 所属分类:Project Design

    • 发布日期:2017-05-11
    • 文件大小:2563496
    • 提供者:jad
  1. c-sj-qw

    0下载:
  2. 拓展部分的代码 #include "graphics.h" int main() { int gdriver, gmode gdriver=VGA -To expand part of the code# include " graphics.h int main () {int gdriver gmode gdriver = VGA
  3. 所属分类:File Formats

    • 发布日期:2017-11-30
    • 文件大小:357466
    • 提供者:miao
  1. TFT240320-demo

    1下载:
  2. TFT LCD code demo HARDWARE AVR mega8,16,32 BL-TFT240320PLUS. An interface can be 8/16 bit mode. TFT LCD arduino shield. SD card File APPLICATION main.c main program. scan SD card and display BMP file on lcd. readm
  3. 所属分类:技术管理

    • 发布日期:2013-03-01
    • 文件大小:121495
    • 提供者:Sindzas
  1. C100p3Dp3D11--20

    0下载:
  2. #include "stdio.h" #include "conio.h" main() { long f1,f2 int i f1=f2=1 for(i=1 i<=20 i++) {-# Include " stdio.h" # include " conio.h" main () {long f1, f2 int i f1 = f2 = 1 for (i = 1 i < = 20 i++) {
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:2778
    • 提供者:龙蛋
  1. ac

    0下载:
  2. 利用 MATLAB 实现窗函数法设计 FIR 滤波器,主要是选择合适的窗函 数进行截断运算 -Window function method using MATLAB to design FIR filter, main is to choose the appropriate letter for window blocking operations.First theoretically to approximate the unit i
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:801
    • 提供者:zhaoyong
  1. Desktop

    0下载:
  2. #include<stdio.h> #include<math.h> main() { int i,x scanf(" d",&x) for(i=2 i<=x-1 i++) if(x i==0) printf("NO\n") for(i=2 i<=x/2 i++) for(i=2 i<=sqrt(x) i++) } 第十行不加冒号时出错信息为: C:\Documents and Settings\w
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:229784
    • 提供者:yanjianmin
  1. A-simple-procedure

    0下载:
  2. #include<stdio.h> int main() { printf(“this is a c program.\n”) return 0 }-A simple procedure
  3. 所属分类:File Formats

    • 发布日期:2017-04-12
    • 文件大小:2066
    • 提供者:lunhua
  1. IAR_7_2_Camera_Demo_V1.0

    0下载:
  2. 功能描述: OV7620摄像头数据采集 硬件配置说明: 摄像头位数据位 - PORTD0~7 * * PCLK - PORTC0 * 行中断 - PORTA29 场中断 - PORTB0 图像数据输出 - K60串口1,波特率115200 * ** 添加说明: 我们自己的用户代码主要在main.c,isr.h,isr.c这三个文件中 * * 采集的图像的行数和列数在isr.h文件中修改 #define H 260 #define V 60
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3830146
    • 提供者:吴逸
  1. CCC

    0下载:
  2. 题目:#if #ifdef和#ifndef的综合应用。 1. 程序分析: 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h #define MAX #define MAXIMUM(x,y) (x>y)?x:y #define MINIMUM(x,y) (x>y)?y:x void main() { int a=10,b=20 #ifdef MAX printf( \
  3. 所属分类:File Formats

    • 发布日期:2017-04-13
    • 文件大小:2772
    • 提供者:张欣欣
  1. 1-s2.0-S0925231215011625-main

    0下载:
  2. Robust H output-feedback yaw control for in-wheel motor driven electric vehicles with differential steering
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:762880
    • 提供者:lauber
« 12 »
搜珍网 www.dssz.com