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

搜索资源列表

  1. AI_NeuralNetworks

    0下载:
  2. 程序是输入n个m维向量x1,x2...并且给定y1,y2...拟合f(xi)=yi,并且对未给定的x ,求f(x ) -Process is n-input m-dimensional vector x1, x2 ... and given y1, y2 ... fitting f (xi) = yi, and not a given x, for f (x)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:213197
    • 提供者:JJ
  1. yuesefu

    0下载:
  2. 约瑟夫问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,没人持有一个密码。一开始人选一个正整数作为报数上限值m,从第一个人开始按顺时针自1开始报数,报到m是停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止-A descr iption of Joseph is: No. 1,2, ..., n of n individuals according to a clockwise direction ar
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:44224
    • 提供者:王军
  1. yundonghui

    0下载:
  2. 任务:参加运动会有n 个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m<=20,n<=20)-Tasks: to participate in the Games there n school, school number 1 ... ... n. Competition is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2538
    • 提供者:刘慧
  1. 1

    0下载:
  2. 设Excel当前工作表第一行有n个升序排列的数值,第二行有m个升序排列的数值。编一个VBA程序,将第二行的数据合并到第一行中且保序。-Excel worksheet for the current first line there are n-ascending numerical order, the second line there are m months in ascending numerical order. Provision of a VBA procedure will be
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:10768
    • 提供者:lee
  1. 2

    0下载:
  2. 编写一个VBA程序,求M*N矩阵所有靠外侧元素之和。例如,矩阵为: 3 0 0 3 2 5 7 3 1 0 4 2 则所有靠外侧的各元素值之和为18。 -Write a VBA procedure, and M* N matrix of all elements and rely on lateral. For example, the matrix is: 300,325,731,042 all on the outside of the various elements
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:10820
    • 提供者:lee
  1. MccDemo3

    0下载:
  2. Matlab和VC6.0混合编程,实现将matlab绘图窗口嵌入到vC程序中。 1、首先将压缩文件中的matlab部分,编译,命令如下:mcc -W cpplib:libmccdemo3 -T link:lib mccdemo3.m 2、将编译得到的.dll,.lib,.h,.ctf文件拷贝到vC工程文件夹下 3、编译压缩文件中的vC部分,运行即可。-err
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:286358
    • 提供者:提请
  1. OFDM-examples

    0下载:
  2. OFDM 、QAM系统的实现 PPT格式,很好很详细-OFDM, QAM System PPT format, very good detail
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:287571
    • 提供者:张华
  1. dialog

    0下载:
  2. mfc里的对话框的简单使用,包括文档和程序,挺有用的-mfc dialog in the simple use, including documentation and procedures, used quite
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-25
    • 文件大小:36740
    • 提供者:黄文雄
  1. cmbn

    0下载:
  2. A RUBY class for generating n-element combinatatorials of any m elements (indexed by [0,1,...m-1]): C(m, n) To test, first uncomment the test block. Then run: >ruby cmbn.rb 7 4 ==> C(7, 4) or >ruby cmbn.rb 7 ==> {C(7,0), C(7,1)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1181
    • 提供者:wj chen
  1. ScrollBar

    0下载:
  2. 状态栏编程实例,可为初学者提供些帮助吧,程序是基于MFC框架的-Programming example of the status bar can provide more help for beginners it, the program is based on the MFC framework
  3. 所属分类:StatusBar

    • 发布日期:2017-04-09
    • 文件大小:29356
    • 提供者:寒啸
  1. N_aloha_simulation

    0下载:
  2. 通信网络理论及应用:时隙Aloha及伪贝叶斯算法性能仿真-Communication Network Theory and Application: Slotted Aloha and pseudo-Bayesian algorithm performance simulation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:97276
    • 提供者:ZHANG Jingjing
  1. words

    0下载:
  2. 单词连接程序 对N(2<=N<=100000)个由M(2<=M<=1000)个小写字母组成的英文单词排序, 使得相邻的两个单词中前一个单词的末字母等于后一个单词的首字母 -Word connection procedure N (2 <= N <= 100000) by M (2 <= M <= 1000) were composed of lowercase letters in English word order of two adj
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:834
    • 提供者:lexi
  1. bigint

    0下载:
  2. 高精度整数运算程序 进行高精度整数的加、减、乘运算。 输入两个十进制大整数M和N(M、N最长可达50位),根据要求计算运算结果并输出。 -Operational procedures for high-precision integer precision integer add, subtract, multiply computing. Enter the two big decimal integer M and N (M, N up to a maximum of 50),
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1412
    • 提供者:lexi
  1. mult1

    0下载:
  2. 2进制乘法-2 M-ary multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:883
    • 提供者:liuji
  1. apple

    0下载:
  2. Descr iption 把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 -Descr iption of the M on the same Apple N months the same plate, allowing some empty onto a plate and asked the total number of different types of sub-law? (Ind
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:32869
    • 提供者:hzf
  1. fanggequshu

    0下载:
  2. 给你一个m行n列的格子的棋盘,每个格子里面有一个非负数。 从中取出若干个数,使得任意的两个数所在的格子没有公共边, 并且取出的数的和最大。-Give you a line n out of m chessboard lattice, each lattice has a non-negative. Removed from a number of the number, the number of arbitrary two lattice where there are no publ
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1943
    • 提供者:杨磊
  1. CalCrcV1.3

    1下载:
  2. CRC16,CRC32,校验和实用计算工具,支持10,16进制 V1.3 增强了系统兼容性-CRC16, CRC32, Checksum calculation and practical tools, support 10,16 M V1.3 enhances system compatibility
  3. 所属分类:其他小程序

    • 发布日期:2017-04-30
    • 文件大小:281302
    • 提供者:dszc
  1. ApplyingWinerOnImage.m

    0下载:
  2. 对图形进行Winer滤波处理,应用时随便找一幅图像放在当前目录,并改为相应的名字-Winer filtering of graphics processing, the application just to find an image on the current directory, and changed the name of the corresponding
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:36761
    • 提供者:niuqs
  1. intro1

    0下载:
  2. Data Mining: Concepts and Techniques J. Han and M. Kamber Morgan Kaufmann 2000 數據挖掘: 概念與技術 韓家煒-Data Mining: Concepts and TechniquesJ. Han and M. KamberMorgan Kaufmann2000 Data Mining: Concepts and Techniques Han Wei
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1786557
    • 提供者:palm
  1. TimeControl

    0下载:
  2. The control purpose is to emulate the MS Windows textbox time input control. It can show or hide the "seconds" box, set text selection true/false and it has change event as well. The control was made to fit in one of my projects but I m sure you can
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:5656
    • 提供者:fddghh
« 1 2 ... 33 34 35 36 37 3839 40 41 42 43 ... 50 »
搜珍网 www.dssz.com