CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - 转化

搜索资源列表

  1. swfef

    0下载:
  2. 为解决迷宫问题可按如下方式对迷宫进行转化-maze of issues can be resolved as follows right into a maze
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:4733
    • 提供者:杜晓东
  1. small

    0下载:
  2. 这是一个很简单的C语言小程序,实现的是把输入的一个十进制数转化为二进制数并将结果在屏幕输出。-This is a very simple C language small procedures, to achieve is to enter a decimal number into binary number and the results on the screen output.
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:868
    • 提供者:肖庆普
  1. MyDDP

    0下载:
  2. 这是我自己写的一个对对碰外挂,基于抓取页面放进内存将其转化为数组,然后再用算法对数组进行像素比较遍历,算法有待改进,不过用于小数据,足够了.大家下来学习学习吧.-This is my own write a plug-in right right touch, based on the crawled pages into memory to be translated into an array, and then re-use algorithm to traverse the array
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-03
    • 文件大小:32134
    • 提供者:陆子伟
  1. ErsBlock

    0下载:
  2. 以JDK实现俄罗斯方块游戏,支持界面风格转化,面板颜色变化,有背景音乐,音乐与游戏进程同步,音乐部分由Java Media FrameWork实现,均有源码。-Tetris game with JDK implementation, support interface style transformation, panel color change, the background music, music and games process synchronization, music and
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-29
    • 文件大小:12287078
    • 提供者:frank
  1. digui

    0下载:
  2. 象棋游戏程序采用的就是递归算法递归算法是把问题转化为规模缩小了的同类问题的子问题。然后递归调用函数(或过程)来表示问题的解 -Chess game procedures used is the recursive algorithm. The algorithm is put into the scale of the narrowing of the same problem problem. Then the recursive function call ( or process )
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:7453
    • 提供者:朵拉
  1. Incomplete-board-problems

    0下载:
  2. 残缺棋盘问题中利用分而治之的方法,将覆盖2k×2k残缺棋盘的问题转化为覆盖较小残缺棋盘的问题。2k×2k棋盘一个很自然的划分方法就是将它划分为如图1a所示的4个2k-1×2k-1棋盘。当完成这种划分后,4个小棋盘中仅仅有一个棋盘存在残缺方格(因为原来的2k×2k棋盘仅仅有一个残缺方格)。首先用三格板填充中心处把剩下的3个小棋盘转变为残缺棋盘,如图1b所示,其中原2k×2k棋盘中的残缺方格落入左上角的2k-1×2k-1棋盘,分割填充后产生四个小的残缺棋盘,然后,任务转变为分别填充四个小的2k-1×
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:15095
    • 提供者:李记
  1. CreateHeader

    0下载:
  2. EXCEL 转化为游戏可以读取的数据文件-headerbinmaker for windows source code
  3. 所属分类:Game Engine

    • 发布日期:2017-03-29
    • 文件大小:29087
    • 提供者:mason
  1. dan_fu_shu_zhuan_hua

    0下载:
  2. 利用java 正则,实现英语单复数转化。 其中包含java实现代码,以及收集的一些关于单数转化为复数的规则-Using java regular, to achieve the conversion of English singular and plural. Which contains the java implementation code, and collected on the transformation of the singular-plural rule
  3. 所属分类:Games

    • 发布日期:2017-03-30
    • 文件大小:1529
    • 提供者:孙超
  1. 24

    0下载:
  2. 神奇24游戏的玩法是,由计算机随机产生4个自然数,玩家利用加减乘除和加括号,将4个数组成结果等于24的四则运算算式。在大多数情况下这个问题都有解,这就是“神奇”所在之处。通常的解法都是采用穷举法,对所有可能的算式进行求解,然后判断结果是不是24。问题的难点在于如何生成这所有的算式,由于括号的缘故,使问题变得复杂了。一种办法是将中缀表达式转化为后缀表达式,转入对后缀表达式的分析。由于后缀表达式的特点,后缀表达式的分析和求解都比较容易实现,这样就简化了问题的求解。-The magic 24 game
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-29
    • 文件大小:19650
    • 提供者:lk
  1. SumFile

    0下载:
  2. 求txt内数字之和,除了数字之外,别的字符之类的东西不会转化位数字-Seeking the txt Figures and outside, in addition to digital, the other characters like something not translate digit
  3. 所属分类:Games

    • 发布日期:2017-11-13
    • 文件大小:574
    • 提供者:ck
  1. jinzhizhuanhua007

    0下载:
  2. 任意进制之间的转换和任意进制转二进制,其中有二进制、八进制、十进制及十六进制间的转化。Any conversion between hex and binary transfer any binary, including binary, octal, decimal and hexadecimal conversion between.-Any conversion between hex and binary transfer any binary, including binary, oc
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:1417
    • 提供者:乙烯项目
  1. 1.1

    0下载:
  2. 编写函数把华氏温度转换为摄氏温度,公式为:C = (F 32) * 5/9 在主程序中提示用户输入一个华氏温度,转化后输出相应的摄氏温度。-Write a function to convert Fahrenheit to Celsius, the formula is: C = (F- 32)* 5/9 in the main program prompts the user for a Fahrenheit temperature, the transformed output of the
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:8632
    • 提供者:liuzhi
  1. delphiAStar-and-getmap

    0下载:
  2. A星算法的路径计算跟读取地图文件转化地图数组-delphiAStar and getmap
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:173099
    • 提供者:hkl
  1. js

    0下载:
  2. 贪吃蛇 js版本实现 可以自动生成食物 同时可以扑捉食物 并转化自身-Snake js version can be automatically generated to achieve food and can capture and convert their food
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:1366
    • 提供者:waiterpp
  1. kjasfdoiwer

    0下载:
  2. 字符表示的十六进制数转化为相应的整数    错误则返回    -1   -said the character hexadecimal number into the corresponding integer
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3727
    • 提供者:kf2203630guanz
  1. j-coordconvert

    0下载:
  2. 坐标系转化程序,实现大地坐标系到平面直角坐标系的转化-Coordinate system transformation process to achieve the Department of Geodetic Coordinate Plane Cartesian coordinate system transformation
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:4455
    • 提供者:xin173951
  1. String

    0下载:
  2. 1.写一个处理字符串的类,包含以下类方法:将字符串里大写字符变小写,小写字符变大写;在字符串中寻找子串的个数和分别出现的位置;将字符串转化为数字,并自动忽略非数字字符;找出两个字符串中相同字符的个数.-1. Write a string handling class that contains the following class method: a string in uppercase characters to lowercase, uppercase becomes lowercase
  3. 所属分类:Games

    • 发布日期:2017-04-12
    • 文件大小:641
    • 提供者:YWW
  1. 别踩白块儿(双人版)

    0下载:
  2. 游戏别踩白块儿双人版,源代码,需要先转化成程序才能执行(The game do not step on the white pieces double version, source code, need to be transformed into the program to perform)
  3. 所属分类:游戏

    • 发布日期:2017-12-08
    • 文件大小:4322
    • 提供者:爱吃栗子
  1. ECEF_to_NED

    0下载:
  2. 游戏中坐标转化代码(Matlab),实现了地心地固坐标系到惯性系的转化(Coordinate transformation code in game)
  3. 所属分类:外挂编程

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:王尼玛!
搜珍网 www.dssz.com