CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - void

搜索资源列表

  1. abc

    0下载:
  2. 关于数据结构入门的源码关于数据结构入门的源码-#include<iostream> using namespace std template<class T> class list{ private: int n int max_size T*data public: list(int max_list_size=10) ~list(){delete [] data } bool empty
  3. 所属分类:source in ebook

    • 发布日期:
    • 文件大小:720
    • 提供者:wusb
  1. LED

    0下载:
  2. 程序编写,LED动态显示12345678 #include<reg52.h> #define uchar unsigned char #define uint unsigned int uchar code duma[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f, //共阴的数码管段选.将值送给P2口 0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71,0x40,0x80,0x00}
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-31
    • 文件大小:546
    • 提供者:fei
  1. dzcc

    0下载:
  2. 这是我毕设的一部分,毕设做的是C语言编译器,这部分是编译器的词法分析和语法分析。开发平台Visual Stuido 2010。语法分析仅仅是分析语法对不对,如果对会输出“OK”,反之输出“ERROR”词法分析完会把单词和类型列出,类型是我自己定义的枚举值。还有就是我定义了源程序中定义和生命函数时,如果没有参数必须加上"void"参数,否则报错。例如 void main(void){}-This is my part of the my graduation design.My graduatio
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:9810695
    • 提供者:陈子真
  1. minglingjieshiqi

    0下载:
  2. void mydir( ) //列出目录及文件 void mycd( ) //改变当前文件夹 void mycopy( ) //复制文件 void mydel //删除目录 void mypwd //显示当前目录名 -void mydir ()// List directories and files void mycd ()// change the current folder void mycopy ()// copy the files void mydel//
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:1696
    • 提供者:区铭辛
  1. wendu

    0下载:
  2. 关于SHT15的时钟输入的编程,以上函数可以实现SCK和DATA总线的各种输入与输出状态。在SHT15的通信中还需要延时函数,设计时采用函数void DelaylIn8(U32 tt)实现软延时。这样就能完成对SHT15通信协议的模拟。-SHT15 the clock input on programming, the above function can be achieved in a variety of SCK and DATA bus input and output. In SHT1
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:42685
    • 提供者:开心果
  1. GL

    0下载:
  2. #import "GLAppDelegate.h" #import "EAGLView.h" @implementation GLAppDelegate @synthesize window @synthesize glView - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-31
    • 文件大小:990527
    • 提供者:zhipingluo
  1. CMMCompiler

    0下载:
  2. CMM语言(c-minus-minus)语言的解释器。相对于一些基本的程序而言,本系统具有以下几个特点: 1.基本功能: 支持int,real等简单类型,支持相应简单数组; 支持while,if,else语句; 基本数值运算:+,-,*,/; 2.语句拓展 支持char,string等类型,同时支持相应类型数组,与常量声明; 完全支持for,break ;switch(case,default)continue等语句; 支持 ,++,--,+=,-=,*=,/=等
  3. 所属分类:Compiler program

    • 发布日期:2017-05-28
    • 文件大小:10824966
    • 提供者:Emperor
  1. NStepSCAN

    0下载:
  2. NStepSCAN N步磁盘扫描调度算法C++程序-#include "stdafx.h" #include "stdlib.h" int L,P int a[20] int flag //访问位 typedef struct TASK { int requrie int io } TASK TASK T[50][50] TASK N[50] int diskway //当前磁道 void iod
  3. 所属分类:Disk Tools

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:吴英杰
  1. LCD12864Real-time-temperature

    0下载:
  2. #include<reg51.h> #include"LCD12864.h" #include"zimo.h" #include"LCD1602.h" void hua_zuobiao(void) //画坐标 在LCD12864实时显示当前温度波形,Proteus仿真.C源码,Keil编译环境-# Include <reg51.h># Include " LCD12864.h" # include " zimo.h" #
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:78046
    • 提供者:罗宇宙
  1. operating-system

    0下载:
  2. 计银行家算法,void FCFS(int Han,int DiscL[]) //先来先服务算法(FCFS) void SSTF(int Han,int DiscL[]) //最短寻道时间优先算法(SSTF) int SCAN(int Han,int DiscL[],int x,int y) //扫描算法(SCAN) void CSCAN(int Han,int DiscL[]) //循环扫描算法(CSCAN) void N_Step_SCAN(int Han1,int DiscL
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:240639
    • 提供者:suhuhu
  1. MapKitDemo

    0下载:
  2. ent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition t
  3. 所属分类:MacOS develop

    • 发布日期:2017-03-28
    • 文件大小:28220
    • 提供者:pan biny
  1. CPP

    0下载:
  2. 本程序关键点在于函数的声明,在这里函数声明不能省略,如果第三第四行的函数声明:void add(int x,int y) 和void add2(float x,float y) 省略了,则在接下来定义的函数add里面的调用add2:[add2(x,y) ]会提示出错,因为没有声明的情况下,系统不知道调用的add2或者本身的add是 什么意思-The key points of the program lies in the function declaration, functio
  3. 所属分类:assembly language

    • 发布日期:2017-11-19
    • 文件大小:1888
    • 提供者:朱元元
  1. bomblabtwo

    0下载:
  2. * Dr. Evil s Insidious Bomb, Version 1.0 * Copyright 2002, Dr. Evil Incorporated. All rights reserved. * LICENSE: * * Dr. Evil Incorporated (the PERPETRATOR) hereby grants you (the * VICTIM) explicit permission to use this bomb (the BOMB).
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:1840
    • 提供者:coden1ke
  1. 142

    0下载:
  2. 求两个整数的最大公约数和最小公倍数,并编写主函数调用这两个子函数,输出结果,两个整数由键盘输入。-#include<iostream> using namespace std int x(int a,int b) //x为求最大公约数的函数 { int t=0 if(a>b)t=b else t=a for(int i=t i>=1 i--)if(a i==0&&b i==0)break return i
  3. 所属分类:assembly language

    • 发布日期:2017-11-10
    • 文件大小:1171
    • 提供者:ll
  1. require-the-use-of-a-linked-

    2下载:
  2. 题目说明:   要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入:   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输
  3. 所属分类:OS Develop

    • 发布日期:2016-11-21
    • 文件大小:2048
    • 提供者:xy
  1. ADC

    0下载:
  2. stm32驱动4X4键盘扫描,用于键盘扫描-/******************************************************************************* * File Name : KeyScan * Descr iption : Serial print out the corresponding key value *************************************************
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:1446
    • 提供者:henry
  1. Anti

    0下载:
  2. RFID 的防冲突机制 相关应用标准 很好的代码书写标准-RFID standard system to void conflict
  3. 所属分类:Editor

    • 发布日期:2017-12-06
    • 文件大小:4419
    • 提供者:oliverzhang
  1. 24c02

    0下载:
  2. 功能说明:I2C器件读写程序 包 括: bit TestAck(void) uchar Read8Bit(void) uchar WriteAdministraterPassWord(void) uchar WriteDoorPassWord(void) -Function Descr iption: I2C device read and write procedures, including: bit TestAck (void) uchar Read
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:8397
    • 提供者:秦汉
  1. scan

    0下载:
  2. //程序实现C语言词法分析器的设计 //用到的变量 // cch 放当前字符 // q 标志保留字(1:是 0:否) //StrToken 保留字列表 /*C语言中的保留字(32个) auto break case char const continue default do double else enum extern float for goto if int long register retu
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:1407
    • 提供者:王文波
  1. cPPcode

    0下载:
  2. C++编程思想源码 //: 2_1.CPP -- Public is just like C struct #include "2_1.h" struct A{ int i char j float f void foo() } void A::foo(){} struct B{ public: int i char j float f void foo() } void B::
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:6652
    • 提供者:jeff
« 1 2 34 »
搜珍网 www.dssz.com