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

搜索资源列表

  1. snake_c++

    0下载:
  2. bool termination_point bool neighbor3by3 /* true means 3x3 neighborhood, false means 5x5 neighborhood */ int grad_mag[500][500] /* Magnitude of Gradient */ int m_Cols /* Number of Columns */ int m_Rows /* Number of Rows */ int no_of_s
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1634
    • 提供者:宁海石
  1. 找出一个3x3数组的“鞍点”

    0下载:
  2. 找出一个3x3数组的“鞍点”-find a 3x3 array of "saddle"
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3756
    • 提供者:朴贤姬
  1. main

    0下载:
  2. 八 方块移动游戏要求从一个含8个数字(用1-8表示)的方块以及一个空格方块(用0表示)的3x3矩阵的起始状态开始,不断移动该空格方块以使其和相邻的方 块互换,直至达到所定义的目标状态。空格方块在中间位置时有上、下、左、右4个方向可移动,在四个角落上有2个方向可移动,在其他位置上有3个方向可移 动。例如,假设一个3x3矩阵的初始状态为: 8 0 3 2 1 4 7 6 5 目标状态为: 1 2 3 8 0 4 7 6 5
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2533
    • 提供者:changlong
  1. Inverse-of-a-matrix

    0下载:
  2. 用C++语言编写的矩阵求逆的程序,源程序中使用的是3x3的矩阵,可以根据需要自己在程序中修改-Written in C++ language, the matrix inversion procedure is used in source code 3x3 matrix, can be modified in the program needs its own.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:900920
    • 提供者:赖材栋
  1. fangkuaiyouxi

    0下载:
  2. “方块”游戏使用一个3x3的网格,其中每一个单元格要么显示一种颜色,要么什么都没有(表示为黑色)。游戏开始时一些单元格随机填充颜色,其他的都用默认黑色。只要你在30秒内清除所有单元格的颜色(全部变为黑色,没有其他颜色存在),你就获胜了。- Box game using a 3x3 grid, each of which shows a single cell or a color, or nothing (that is black). Play the beginning of some c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:85872
    • 提供者:胡天若
  1. PinTu

    0下载:
  2. 小时候完过的用手滑来滑去的拼图游戏。能选择游戏难度:3X3 4X4 5X5,能更换游戏背景图片,能记忆游戏设置。有检查游戏是否能完成的算法(Game.checkNums)-pintu method
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:132854
    • 提供者:王波
  1. Game-OOXX

    0下载:
  2. 井字遊戲 一個3X3的棋盤 以回合方式先達成連線者獲勝-3X3 game of tic-tac-toe board of a way to first round wins to reach the connection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:12514
    • 提供者:hhcho
  1. puzzle

    0下载:
  2. This a program code that solves a puzzle.Which is in 3x3 grid you must place number from 1 to 9 such that all rows, columns and diagonals add up to 15.-This is a program code that solves a puzzle.Which is in 3x3 grid you must place number from 1 to 9
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:787
    • 提供者:gordon
  1. BreadthFirstPuzzle

    0下载:
  2. BreadthFirst Search in a 3x3 puzzle
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:68502
    • 提供者:andra
  1. eight

    0下载:
  2. 八方块移动游戏要求从一个含8个数字(用1-8表示)的方块以及一个空格方块(用0表示)的3x3矩阵的起始状态开始,不断移动该空格方块以使其和相邻的方块互换,直至达到所定义的目标状态。空格方块在中间位置时有上、下、左、右4个方向可移动,在四个角落上有2个方向可移动,在其他位置上有3个方向可移动-eight
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:2441
    • 提供者:chen
  1. ModelforExercise1

    0下载:
  2. Exercise 1 The following differential equations describe the Van der Pol oscillator dx/dt = μ(x − 1/3x3− y) (1) dy/dt = (1/μ)x Set μ = 1 and simulate the behaviour of this system. Illustrate the fact that, for non-zero values o
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:7876
    • 提供者:sam
  1. matrix44

    0下载:
  2. This a class handling a matrix (3x3 size)-This is a class handling a matrix (3x3 size)
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3221
    • 提供者:apapaapapa
  1. puzzle

    0下载:
  2. 模版游戏。自己编的一个3x3的拼图小游戏。供参考。-A jigsaw puzzle by 3x3.
  3. 所属分类:CSharp

    • 发布日期:2017-06-08
    • 文件大小:15660941
    • 提供者:陈林
  1. 3Code_for_Medx

    0下载:
  2. 3x3中值滤波器的FPGA实现现(VERILOG)可直接使用。 -3x3 median filter FPGA implementation of the present (VERILOG) can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2015-07-05
    • 文件大小:54272
    • 提供者:zenghui411
  1. 2

    0下载:
  2. (1)在屏幕上按如下格式输出乘法口诀表: 1X1=1 1X2=2 2X2=4 1X3=3 2X3=6 3X3=9 … 其中,每行的多个乘法公式之间用‘\t’分割 (2)编写一个简单的猜数游戏程序:  利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。  利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:7623
    • 提供者:wenzi
  1. Inverse-of-a-3x3-matrix-in-c

    0下载:
  2. Inverse of a 3x3 matrix in c
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:8820
    • 提供者:ramanathan
  1. sudoku

    0下载:
  2. 数独只有一条规则:在图中格子内填入1到9的数字使每行、列、3×3的宫(我们把行,列和宫统一称做:规则)内数字不重复,数字可以是任何顺序,不限制斜线上数是否重复 宫:就是将9*9的区域划分成9个3*3的区域,且每个区域中1-9只能出现一次-Fill in the game board so that the numbers 1 through 9 occur exactly once in each row, column, and 3x3 box(we call it RULE). The
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1526
    • 提供者:JKl
  1. 3x3-neighbor-pixel

    0下载:
  2. Descr iption All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(r
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:179555
    • 提供者:anandg
  1. Matrix 3x3

    0下载:
  2. three by three (3x3) matrix solution program
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:79872
    • 提供者:arole2
  1. 3x3全息.aep

    0下载:
  2. 全息广告风扇屏 ,多设备拼接 ae分割 3x3分割融合(Holographic Advertising Fan Screen)
  3. 所属分类:其他

    • 发布日期:2019-12-24
    • 文件大小:47104
    • 提供者:老表111
« 12 »
搜珍网 www.dssz.com