CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - Similar

搜索资源列表

  1. QDrive

    0下载:
  2. Drive.dll is a dll that creates a drive to system directoryor drive similar to existing drives such as C:\\. It contains seven classes:
  3. 所属分类:磁盘编程

    • 发布日期:2008-10-13
    • 文件大小:63777
    • 提供者:胡军
  1. fenris

    0下载:
  2. Fenris是一个检测并把高层次的语言结构做成文档的多功能故障检测器、调试器、代码分析工具。它能回复符号,把程序执行流绘成图,检查内部运行情况,恢复符号表,并处理反调试保护。它有一个命令行接口和一个类似SoftICE的GUI与Web前端-Fenris is a detection and high-level language structure made of multifunctional document fault detection, debugging, code analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1212623
    • 提供者:张光强
  1. npp.2.2.src

    0下载:
  2. 一个类似于写字板的程序- Is similar to writes the board the procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1446416
    • 提供者:kon
  1. 20040822162930_downjet

    0下载:
  2. 类似于网络蚂蚁的下载软件(VB源码-network similar to the ants download software (VB source
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:56000
    • 提供者:立言
  1. 烟火

    0下载:
  2. 一个类似烟火的小程序,开发语言:VC++ 6.0 功能比较简单,运行后就可以看到-a similar pyrotechnics small program development languages : VC 6.0 functionality is relatively simple, can be seen running after
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22278
    • 提供者:虞崇军
  1. xxjsq.

    0下载:
  2. 用Microsoft Visual C++制作类似Windows的简单计算器,基本实现加,减,乘,除,求平方,百分比等简单运算,得到结果;支持小数和整数-using Microsoft Visual C produced similar Windows calculator simple to achieve basic addition, subtraction, multiplication and addition, seek square simple percentage calcul
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9065
    • 提供者:藤力
  1. 数字转中文源代码(java)

    0下载:
  2. 可以将数字转换为中文字符的JAVA源代码,遇到类似的问题都可以参考啊,非常不错!-figures can be converted to Chinese characters in the Java source code, encountered similar problems could refer ah, very good!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2902
    • 提供者:李先生
  1. 图形漫游

    0下载:
  2. 这个是一个图形漫游程序,当一个图形比较大的时候,既超过窗体的时候.我们就需要通过滚动条来观看整个图形,基于这种情况,我就用VB编了一个图形漫游程序,这类似于游戏中的地图(通过图形漫游来观看整张地图).-this is a graphics roaming procedure, when a graphic comparison of the big time, both forms over time. We need to scroll to see the entire graphic, a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:263480
    • 提供者:vfg
  1. playmp3

    0下载:
  2. 这是一个播放程序 ,类似于WINAMP的播放器,程序不大但功能却挺强的。-This is a player, similar to the alpha players, but there are procedures functional but has strong.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:183455
    • 提供者:大笨鼠
  1. wanghg_UIStateNav

    0下载:
  2. 类似IE的前进、后退、历史记录 功能 (VCL组件) delphi语言编写-similar IE advance, retreat, the historical record function (VCL) delphi language
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:17836
    • 提供者:郁闷
  1. compare2string

    0下载:
  2. 可以比较两行文字的相似率,支持中文 -can compare the two lines similar rate, Chinese support
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1881
    • 提供者:蒋勇男
  1. MatrixVB

    1下载:
  2. 在VB里计算矩阵,线性方程组的控件。与matlab类似,包含了matlab的600多个函数。-in VB calculate matrix and linear equations of control. Similar with Matlab, includes more than 600 of Matlab functions.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4899566
    • 提供者:而且
  1. 减式还原

    0下载:
  2. 编写程序求解下式中各字母所代表的数字,不同的字母代表 不同的数字。 PEAR - ARA -------- PEA *问题分析与算法设计 类似的问题从计算机算法的角度来说是比较简单的,可以采 用最常见的穷举方法解决。程序中采用循环穷举每个字母所可能 代表的数字,然后将字母代表的数字转换为相应的整数,代入算 式后验证算式是否成立即可解决问题。-prepared under-solving procedures for the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1130
    • 提供者:姚紫欣
  1. 抢 30

    0下载:
  2. 这是中国民间的一个游戏。两人从1开始轮流报数,每人每次 可报一个数或两个连续的数,谁先报到30,谁就为胜方。 *问题分析与算法设计 本题与上题类似,算法也类似,所不同的是,本谁先走第一 步是可选的。若计算机走第一步,那么计算机一定是赢家。若人 先走一步,那么计算机只好等待人犯错误,如果人先走第一步且 不犯错误,那么人就会取胜;否则计算机会抓住人的一次错误使 自己成为胜利者。-This a popular Chinese game. Th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1274
    • 提供者:姚紫欣
  1. ZWTest

    0下载:
  2. 在打开程序时,会出现一个闪烁的画面,类似安装盘的形式,你可以让其跳出的是你自己的相片。-opened the proceedings, there will be a flashing screen, similar to the installation disk in the form of you can let out of your own photographs.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:503046
    • 提供者:赵伟
  1. Cpu Usage

    0下载:
  2. 一个可以显示CPU及MEMORY利用率的小程序.跟WINDOWS的任务管理器相似-can show a CPU and Memory utilization of small programs. WINDOWS with the task of governing for similar reasons
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1925664
    • 提供者:陳永明
  1. linice-2.6.tar.gz

    0下载:
  2. 一个开源的内核调试器,类似SoftICE!,An open source kernel debugger similar to SoftICE!
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:972341
    • 提供者:shang
  1. similar-game-of-pinball-program

    0下载:
  2. 本实例是一个类似于游戏的弹球程序,程序运行后,黄色的小球在白色的框架内做直线运动。当运动到框架的边界时,与框架发生弹性碰撞,弹回后继续运动。在程序运行过程中,可以调节小球运动速度的快慢,并且可以暂停。-This example is a similar game of pinball program, the program is running, the yellow ball in the white within the framework of linear motion. When t
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-24
    • 文件大小:15980
    • 提供者:xydanhua
  1. a-similar-map-simple-hash-table

    0下载:
  2. 用C写的一个类似map的简单散列表,用于读取自定义的配置项,可以实现大量配置项的快速访问。-Written in C, a similar map simple hash table is used to read the custom configuration items, quick access to a large number of configuration items.
  3. 所属分类:MPI

    • 发布日期:2017-11-04
    • 文件大小:6338
    • 提供者:chuminnan
  1. grey-similar-incidence

    0下载:
  2. 灰色理论,灰色相似关联度,计算两个数列之间的相似程度,从而来实行归类与识别-grey similar incidence
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:10356
    • 提供者:潘贺丰
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com