CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - m p

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4.29kb
    • 提供者:good@588
  1. 11

    0下载:
  2. 很多ic芯片的资料,mcu,e2,时钟,红外,485,232接口-Ic a lot of information on the chip, mcu, e2, clock, infrared, 485232 Interface
  3. 所属分类:Other systems

    • 发布日期:2017-06-08
    • 文件大小:15.12mb
    • 提供者:毛伟明
  1. Euler_fuction

    0下载:
  2. Euler函数: m = p1^r1 * p2^r2 * …… * pn^rn ai >= 1 , 1 <= i <= n Euler函数: 定义:phi(m) 表示小于等于m并且与m互质的正整数的个数。 phi(m) = p1^(r1-1)*(p1-1) * p2^(r2-1)*(p2-1) * …… * pn^(rn-1)*(pn-1) = m*(1 - 1/p1)*(1 - 1/p2)*……*(1 - 1/pn)
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.42kb
    • 提供者:Campbell
  1. Compose

    0下载:
  2. Compose:C++递归实现任意阶次的全排列P(n,n)和组合C(m,n)以及P(m,n)在VC6环境下编译并通过测试-Compose: C++ Recursive arbitrary order to achieve the full array P (n, n) and the combination of C (m, n) and P (m, n) in the environment VC6 compiled and tested
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:10.15kb
    • 提供者:zhenyan
  1. pro

    0下载:
  2. C语言开发的通讯录,有增加,删除,添加,修改,排序,保存文件等功能、-rintf("# O: order them. #") gotoxy(2,11) cprintf("# #") gotoxy(2,12) cprintf("# M: modify a record. #") gotoxy(2,13) cprintf("#
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.09kb
    • 提供者:zhanglei
  1. GA__MATLAB

    0下载:
  2. 探讨了在 Mh T I AB环境中实现遗传算法仿真 的方法 , 并 以一个 简单的求函数最值的问 题作为遗传算法的应用实铡, 说明遗传算法的全局寻优性及用 M AI I AB实现仿真的可行性。-A me f l ~dt o r e Aa z e g e me f i e t I 皿 i n MKI I AB i s d ~- u s s e d.A ha e t i o ~o p t h r f i z a f i o n p r o b l e m i s p r e
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:95.2kb
    • 提供者:阿铁
  1. phase.2.1.1.source.tar

    2下载:
  2. 预测单倍型根据基因型数据,根据已经知道的数据,预测未知的数据- The program PHASE implements methods for estimating haplotypes from population genotype data described in Stephens, M., and Donnelly, P. (2003). A comparison of Bayesian methods for haplotype reconstruction from p
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:240.68kb
    • 提供者:zcrself
  1. wcdmaQpskAndSpread

    1下载:
  2. 几点说明: 1、source_main.m为主函数,qpsk.m和spread.m为子函数; 2、在matlab工程目录下运行source_main.m即可; 3、为方便大家理解,特以P-CCPCH信道的处理进行了举例,若大家认为资料有用的话请回帖, 我会将整个WCDMA下行信号源的matlab代码提供给需要的人; 4、为方便初学者学习,特提供了我自己开发时参考的3GPP资料,并在关键位置做了记号。 -Some explanations: 1, source_main.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:201.38kb
    • 提供者:卢婷
  1. PPGame

    0下载:
  2. 泡泡游戏。DELPHI 6 源码编译。 『游戏规则说明』 § 每关 20 分 § 小泡泡球不能碰到其他大泡泡球,否则闯关失败 § 小泡泡球能吃掉【红心】,每吃掉一颗【红心】,图片便少一块遮挡的画布 § 没通过一关,大泡泡球和小泡泡球的速度都会加快 § 第1-3关,级别为一级 , 4-6关,级别为二级 , 7-9关及其以后级别为三级 常用快捷键:【S】键开始 【P】键暂停 【R】键重新开
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:906.25kb
    • 提供者:hourenren
  1. goods

    0下载:
  2. #include <iostream> #include <string> using namespace std class Goods {public: Goods(char *GoodsNum,string n,double p,int a) { strcpy(GoodsNumber,GoodsNum) GoodsName=n GoodsPrice=p GoodsAmount=a }
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:1.08kb
    • 提供者:熊舒予
  1. matlab_FEM_dismesh

    0下载:
  2. DistMesh giving a singular FEM matrix?-Hi Anyone here with some experience of using DistMesh in finite element code? I m solving the scalar Helmoltz equation in an annular region in 2D: rho_1 < rho < rho_2 where rho_1 is the radi
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:36.71kb
    • 提供者:skypigr
  1. PWM_motor_debug_pra

    0下载:
  2. /* 程序名:PWM直流电机调速 */ /* 晶振:12.0 M CPU型号:AT89S52 */ /* 功能描述: 将J12的2,3脚和J8的7,8脚(均自上而下数)分别相连! */ /* 直流电机的pwm波控制,可以直接的调速从0到20级的调速 */ -/* Program name: PWM DC Motor Speed Control*//* Crystal: 12.0 M CPU Type: AT89S52*//* Function Descr iption: 2,3
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:4.49kb
    • 提供者:韩军
  1. PMBOK

    0下载:
  2. P&M Project managment
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.12mb
    • 提供者:Ga
  1. Untitled2

    0下载:
  2. 基于量子遗传算法的多目标优化,参数为种群规模m二50,量子位数n二2,转角步长初值氏=0.01二,变异概率p二二0.1,交叉概率Pc二0.8,限定代数丈~二5-Quantum genetic algorithm-based multi-objective optimization parameters for population size m 50, the quantum number n = 2, the corner step initial value s = 0.01, mutati
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:1.15kb
    • 提供者:lihaibin
  1. AC

    0下载:
  2. ac字符匹配算法--经典的多模式匹配算法,可以保证对于给定的长度为n的文本,和模式集合P{p1,p2,...pm},在O(n)时间复杂度内,找到文本中的所有目标模式,而与模式集合的规模m无关-ac character matching algorithm- classic multi-pattern matching algorithm can ensure that the text of n for a given length, and the mode set P {p1, p2, ..
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:1.04kb
    • 提供者:travis
  1. K.M.P

    0下载:
  2. algorithm kmp in c# EXTENDED
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:15.19kb
    • 提供者:najol
  1. MPPT

    1下载:
  2. 本代码用于最大功率跟踪 M P P T 来实现最大功率检测方便与光伏发电使用-Maximum Power Point Tracking
  3. 所属分类:Other windows programs

    • 发布日期:2015-05-31
    • 文件大小:2kb
    • 提供者:KIJANA
  1. lohad_base

    7下载:
  2. 用于一分钟剥头皮交易,短平快稳准狠,及时获利,落袋为安.(It is me, e a, C C, von's "LOHAD Scalping System" to me. ===================================== p e mm e from C to me. In our society. They are 3. C. C, C, e me a C allus PI alpha, alpha, alpha 3 studies. By a so
  3. 所属分类:其他

  1. music

    0下载:
  2. MUSIC 算法MATLAB仿真源代码 clc clear all format long %将数据显示为长整型科学计数 N=200;%快拍数 doa=[20 60]/180*pi; %信号到达角 w=[pi/4 pi/3]';%信号频率 M=10;%阵元数 P=length(w); %信号个数 lambda=150;%波长 d=lambda/2;%阵元间距 snr=20;%信噪比 B=zeros(P,M); %创建一个P行M列的0矩阵 for k=1:P B
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:15kb
    • 提供者:冠华
  1. 刺激源码

    1下载:
  2. 自瞄s锁头0物品透视,人物透视,午后,瞬间记中等等(tapered endgoods; article; res perspective; clairvoyance; perspectivity; be X-rayed character; figure; personage; person in literature; dramatis personae afternoon; post meridiem (P.M.; p.m.) moment; instant; minute; win
  3. 所属分类:其他

    • 发布日期:2018-12-15
    • 文件大小:16.27mb
    • 提供者:wxz666
« 12 3 »
搜珍网 www.dssz.com