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

搜索资源列表

  1. hexmine

    0下载:
  2. 自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 \"fn.hpp\" #include \"fn.hpp\" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的结果
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:273351
    • 提供者:杨海青
  1. 数字识别系统

    0下载:
  2. 首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。-First, open the Image (256 colors); Again, a naturalization processing, click on "one-time"; Finally, click on the "R" or use the menu it
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:61676
    • 提供者:何斌
  1. 数字识别

    0下载:
  2. 一个简单的八数码问题,你可以通过输入1到9的样字,通过训练,可以识别1到9的数字-A easy eight-number question,we can exercise the figure form one to nine,and the program can give out the result.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22575
    • 提供者:momo
  1. 键盘设计

    0下载:
  2. 1,消除按键的抖动问题 因为按键在闭合或断开过程中出现一段抖动期,主要由于按键的不稳定性引起的,这时会呈现一串页脉冲,时间的长短和开关的机械特性有关。一般在5ms~10ms之间。为保证CPU对键的一次闭合作一次处理,必须去抖动。在键的稳定闭合或断开时读键的状态。 2,据EICE51原理图编写并调试一个键输入子程序,其功能为判断键盘上有无键输入,若有键入,作去抖动处理后,计算输入键的键号送累加器A。-eliminate jitter button issues as keys or disconn
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:832
    • 提供者:叶文
  1. PHP源码_行政精英计划网上调查问卷_By Crazywill

    1下载:
  2. 行政精英计划网上调查问卷,比赛的时候做的一个系统,该系统最终也因出色的表现而获奖-administrative elite-line questionnaire, the competition to do a system, which will ultimately result of the outstanding performance award
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:7209
    • 提供者:田强
  1. 24点游戏源程序

    1下载:
  2. 基本功能描述24点游戏是一种常见的数学运算游戏,玩游戏者只需根据系统给出的四张1~9的纸牌算出24即可,而程序主要负责实现随机发牌、结果验算、计算得分和难度设置等功能。-descr iption:It s a common math game,the player should calculate the result,24 from the 4 cards ranged from 1 to 9 given by the software.The software implement shuff
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1311506
    • 提供者:汪柏然
  1. matyjtdhr

    0下载:
  2. [趣味其他] 一个非常有趣的小程序 2002-04-22 21 33375 一个非常有趣的小程序,会有令你意想不到的结果哟!-A very funny small program which has a unexpectable result
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22016
    • 提供者:1
  1. n个圆的组合

    0下载:
  2. 对工作分配进行多次优化,直到找到最优的分配方式。 首先将所有工作交给能力最强的人做,然后找出最低安全值和最高安全值,此时将未分配工作的人的能力值当作安全值参与判断,把安全值最低者分配的仓库数减一,并将这个仓库交给安全值最高者看守,然后进入下次优化,在新一次优化过程中把最低安全值和上次优化时的最低安全值作比较,如果这次最低安全值比上次大,则继续进行优化,若系统最低安全值相比上次下降,则说明上次优化后的结果已经是最优,即得结果。-work on a number of distribution op
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:879278
    • 提供者:周驰原
  1. pingbao4

    0下载:
  2. 这是一个有烟雾效果的屏保,给屏幕会有一个笼罩的效果,看上去很不错-This is a result of a smoke screen savers, screen to be an enveloped the effect looks pretty good!
  3. 所属分类:屏幕保护

    • 发布日期:2008-10-13
    • 文件大小:26490
    • 提供者:章锋
  1. 最大值及最大公约数

    0下载:
  2. 求最大值及最大公约数。这是我初学C语言的一个源程序,希望对初学者有所帮助。-This program is going to get the maxium number and GCD.This source is the result of my first learning C,I hope it can be helpful for the first learner.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9736
    • 提供者:wanglj
  1. Java写的泥波兰式

    0下载:
  2. Java写的泥波兰式 A栈中存放的是逆波兰式结果。 B栈中存放的是操作符 B栈初始状态为@-Reverse Polish Notation by Java.In the A stack deposits goes against the Polish type result. In the B stack deposits is the instruction character B stack original state is @
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10170
    • 提供者:罗文
  1. Use_GDI+_(1627568102003

    0下载:
  2. gdiplus使用, - This form *badly* demonstrates how to get VB to handle GDI+ freehand shape drawing, specifically curves. I say badly because there are many optimizations that are not implemented, such as figuring out a way not to have to redraw the enti
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:289526
    • 提供者:good
  1. 骑士问题

    1下载:
  2. 著名的马周游问题的代码,可选择6×6,8×8,10×10大小的棋盘,找到结果后动态运行-on famous knight code. The chessboard with size 6*6,8*8,10*10 can be chosen.It will run automaticly after finding the result.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:242327
    • 提供者:zqm
  1. rbf 网络设计实例

    0下载:
  2. 人工神经网络网络设计实例,我运行过结果正确。可以-The artificial nerve network network design example, I move the result am correct. May have a try
  3. 所属分类:TAPI编程

    • 发布日期:2008-10-13
    • 文件大小:84340
    • 提供者:吴光超
  1. vcuitree009[1]

    0下载:
  2. 程序运行结果如下图:左边、底下有两个可浮动、可变大小的控制窗口 ,在左边一个Tab页中,可以显示系统目录。-The software result is show the figure below: there are two floating and size adjustable windows in the left bottom, the system directory can be displayed in one of the left tab page.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:84160
    • 提供者:lyd
  1. MIPS五级流水线模拟程序

    0下载:
  2. MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念-MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:237275
    • 提供者:黄欣
  1. JIAN

    0下载:
  2. SQL的基本操作---数据的检索篇 什么在查询中对字段命以别名,或重新命名,这样做的原因有两个: ☆所涉及的表的字段名很长,想使字段在结果集中更易处理一些。 ☆创建的查询产生了某些计算或合计列,需要对之进行命名。 不管是什么原因对字段命以别名,在 SQL 中都可以容易地使用 As 子句做得-the basic operation of SQL data retrieval -- What Part of the field inquiries to life alias, or re-namin
  3. 所属分类:输入法编程

    • 发布日期:2008-10-13
    • 文件大小:10343
    • 提供者:刘辉
  1. 操作系统讲义

    0下载:
  2. 这是一篇操作系统的讲义,大家可以好好看一个,希望大家都能有一个好的结果-This is an operating system lectures, we could well see a hope that we can have a good result
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:183973
    • 提供者:lzh
  1. 八皇后问题的求解 gzw

    0下载:
  2. 该程序产生的最终结果存于当前工程目录下的result.txt文件中 写得比较仓促的-the process of final results stored in the current directory project result.txt the document drafted in a relatively hasty
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1221
    • 提供者:宫振伟
  1. javanote

    0下载:
  2. 一个记事本得小程序 虽然很简单 不过也是我得一个成果啊-a small notebook in a very simple procedure, however, is also a result I have ah
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3298
    • 提供者:张伟
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com