CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - main函数

搜索资源列表

  1. main

    0下载:
  2. main函数的使用,新手都会用的!不信,你可以下载下来试一试!没有错误的!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1409
    • 提供者:邹晓海
  1. 测试PSO算法的新的组合测试函数

    1下载:
  2. Novel Composition Test Functions for Numerical Global Optimization func_test.m is the main program, a basic PSO algorithm PSO_func.m is attached. SIS_novel_func.m is the function program,including six composition functions f=SIS_novel_func(x,f
  3. 所属分类:matlab例程

    • 发布日期:2009-10-28
    • 文件大小:59653
    • 提供者:fyg26856469
  1. YL2440的main.c_之Main函数之Isr_Init分析

    0下载:
  2. YL2440的main.c_之Main函数之Isr_Init分析
  3. 所属分类:编程文档

  1. YL2440的main.c_之Main函数之Isr_Init分析

    0下载:
  2. YL2440的main.c_之Main函数之Isr_Init分析
  3. 所属分类:编程文档

  1. main

    0下载:
  2. MAIN函数 LINUX的重要内核函数 -MAIN function of an important core function LINUX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5705
    • 提供者:留洋
  1. dec3

    0下载:
  2. dec3 编解码源程序 .从别的网站下载后稍作修改,增加了入口main函数。能编译通过,但是还不能运行。库函数都可以用-encrpt source code, dec3, include dec3.c, dec3.h, two files, download from other sites and do small modifications
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:12239
    • 提供者:james
  1. main

    0下载:
  2. 8位nec单片机upd870513 main 函数源程序-8 bit nec mcu upd870513 main source
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2739
    • 提供者:menglinglei
  1. main

    0下载:
  2. 嵌入式系统开发大作业例程,电梯模拟代码,只给出了main函数部分,需要的朋友可以用这个代替软件中的例程keyboard.dsw中的main部分。-Embedded system developing your work routines, elevator simulation code, give only a main function, need friends can part with this instead of in the software of routines. The m
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:913
    • 提供者:吕明
  1. main

    0下载:
  2. 将样本矩阵FaceContainer进行主成分分析的整个过程封装在main函数中,参数K是主分量数目,即降维至K维。计算得出样本矩阵的低维表示LowDimFacesitting和主成分分量矩阵W。-The sample matrix FaceContainer principal component analysis of the whole process is encapsulated in the main function, the parameter K is the number o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:604
    • 提供者:刘丕玉
  1. main

    0下载:
  2. 这是飞思卡尔智能车电磁组的初始化main函数程序,用code warrior打开-This is freescale intelligent car electromagnetic group initialization main function procedures, the use of code warrior open
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1960
    • 提供者:杨大帅
  1. main

    0下载:
  2. 这是飞思卡尔智能车电磁组的采用了中断设计的main函数程序,用code warrior打开-This is freescale intelligent car of the electromagnetic group the interrupt design main function procedures, the use of code warrior open
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:3882
    • 提供者:杨大帅
  1. main

    0下载:
  2. OpenOCD JTAG层的main函数软件。对JTAG层很重要-OPENocd jtag
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:938
    • 提供者:wangth
  1. about-main

    0下载:
  2. 关于main函数带参数的例子详解。两个关于一个详细的例子使用情况。-
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:58908
    • 提供者:yourname
  1. main--function-

    0下载:
  2. main函数使用方法,针对不同的形参,环境变量的使用方法。-usage of the main function in the different environments and so on.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:25296
    • 提供者:fcm
  1. main

    0下载:
  2. 430 PID 控制直流电机转动角度main函数-430 PID control motor s angle............
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:1693
    • 提供者:allen
  1. main

    0下载:
  2. 设计一个类CRectangle,有5个数据成员(私有属性),分别为矩形左上顶点的横坐标、纵坐标和矩形的长、宽及矩形面积。该类还要求有5个成员函数(公有属性)和1个友元函数:矩形移动位置的move()函数,改变矩形大小的size()函数,显示输出数据成员的show()函数,构造函数和析构函数,友元函数是求矩形面积的area(),要求构造函数按形参(有默认参数值)初始化对象。并编写main函数测试该类各功能(至少定义2个对象)。 1、main函数中定义该类的对象,再调用各成员函数和友元函数。
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:681
    • 提供者:王祎
  1. main

    0下载:
  2. ARM9 开发板下基于ucos操作系统的智能家居设计,包括智能空调,窗帘,mp3,电灯,文件为主文件main函数,其他需要时 上传-ARM9 development board based on ucos operating system for smart home design, including intelligent air conditioning, curtains, mp3, lamps, file-based file main function, others need to
  3. 所属分类:uCOS

    • 发布日期:2017-04-08
    • 文件大小:6508
    • 提供者:储诚
  1. main

    0下载:
  2. 用于msp430f5438的流水灯控制部分,是其中的一部分main函数-sorry,my english is so ...
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-01
    • 文件大小:612
    • 提供者:尹小飞
  1. main-mini_stm32

    0下载:
  2. main函数源码,适用于-mini-stm32开发板-The main function of source code, suitable for the mini- stm32 development board
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:632
    • 提供者:张天宇
  1. main--STM32

    0下载:
  2. main函数源码-适用于战舰开发板,这个要稍微复杂些-The main function source code- suitable for warships development board
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:693
    • 提供者:张天宇
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com