搜索资源列表

  1. 计算器系统

    0下载:
  2. 简单的计算器源码!可以运用+,-,*,/运算,用栈实现的简易计算器-a simple calculator that supports plus, minus, multiple and division. designed by stack.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17158
    • 提供者:程序员
  1. Template Numerical Toolkit(tnt_126)

    0下载:
  2. 本程序是矩阵运算的简单快捷的程序可以方便的实现矩阵的一些算法有矩阵的加减乘等-the matrix calculation procedure is a simple and speedy procedures to facilitate the achievement of some matrix algorithm is modified by the matrix as
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:29097
    • 提供者:豆子
  1. 课程设计,计算器

    0下载:
  2. 使用VC++的环境进行简单编程的计算器功能,可以实现+,-,*,/,及混合运算等简单功能-VC environment using a simple programming function calculator can be achieved ,-,*,/, and mixed computing simple function
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1794
    • 提供者:姚宏昕
  1. VendorsEdit.aspx

    0下载:
  2. Rhino支持javascr ipt标准的所有特性,如赋值、运算、判断语句、循环语句、甚至简单的io操作。Rhino很简单易用,我以一个例子来说明,这个例子就是允许用户设定一个使用x,y两个变量进行一定逻辑算术运算(运算规则用户用javascr ipt定义),并允许用户对x,y赋值,然后运行得出计算结果-Rhino support all standard features, such as assignment, calculatio
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:15904
    • 提供者:yz
  1. CQuadDissect

    0下载:
  2. Delaunay三角网作为一种主要的DTM表尔法,具有权其广泛的用途。经过二十多年来的研究,它的生成算法巳趋于成熟。本文简要介绍了Delaunay三角网的定又及其特性,在简单回顾和评价了分割—归并法,逐点插入法,三角冈生长法等三类主沈算法的基础上,提出了一个融以上算法优点于一体,兼顾空间与时间性能的合成算法。经测试,一般情况下它的运算速度远快于逐点插入法,与分割—归并法相当,较好的情况下快于分割—归并法。-Delaunay Triang
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:77436
    • 提供者:苏聪
  1. c++&vc小程序集合

    0下载:
  2. Astro3.zip 重载==运算的例子 Asycls11.zip 异步处理类, C++代码 addzip06.zip 在程序开发中使用文件压缩技术 addresschange.zip 这是一个用来改变ip地址和硬件地址的小程序 a10_src.zip DirectDraw游戏编程的最佳入门范例 aComressEX.zip 用了三种比较简单的压缩算法。-Astro3.zip
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1105118
    • 提供者:程晖
  1. CPU_design

    0下载:
  2. 一个简单指令的cpu设计。 可以实现4个指令的的运算。-a simple instructions cpu design. 4 can be achieved directive arithmetic.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:181228
    • 提供者:刘永
  1. casystem

    0下载:
  2. 小型计算机代数系统,可以进行简单的代数运算-small computer algebra system that can perform simple algebraic calculation
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:69537
    • 提供者:秦青
  1. yunsuan

    0下载:
  2. 简易的计算器,能进行加,减,乘,除等简单的运算!-simple calculator, capable of addition, subtraction, multiplication and simple arithmetic!
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:16779
    • 提供者:赵伟
  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4180
    • 提供者:小倪
  1. Java范例程序1

    0下载:
  2. java的一些关于简单实例的运算及其编程,包括applet,多线程等-some examples of simple arithmetic and its programming, including the applet, such as multithreading
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:37896
    • 提供者:孟琳珺
  1. 计算器(课设)

    0下载:
  2. 本程序使用VC.net来实现一个计算器功能,用来实现简单的四则混合运算,可以作为一个课程设计来使用。-VC.net the procedures used to achieve a calculator function, to achieve a simple four mixed computing, as a curriculum design to use it.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:54813
    • 提供者:赵威
  1. xHEX

    0下载:
  2. 一个简单的16进制编辑器,新版本添加了以下的功能: 1。更强的撤消 2。块删除 3。插入 4。块填充 5。内存编辑 6。checksum(计算CRC32,求和) 7。直接对数值运算-a simple band of 16 editors, the new version adds the following features : 1. Subsequent to the withdrawal of two.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:35394
    • 提供者:兰根顺
  1. paowuxiao

    0下载:
  2. 用C写的抛物线程序,用比较简单的数学运算将效果提现出来,抛物线的颜色和弧度都可以修改。-C parabola written procedures, using relatively simple arithmetic will show results to mention, the color and parabolic arc can be amended.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1068
    • 提供者:Davy
  1. hdianziyun

    0下载:
  2. 通过运算,模拟氢原子电子云的状态,并可以通过数字选择想看到的数目,界面简单,而且出现的状态不错。-through computation, simulation hydrogen atom electronic cloud of state, and can choose to see figures on the number simple interface, but there is in good shape.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1939
    • 提供者:Davy
  1. 实例41

    1下载:
  2. 一个简单计算器程序,实现两个操作数的运算,包括加减乘除-a simple calculator program, the two realize the number of computing operations, including the arithmetic
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:38419
    • 提供者:范岩
  1. MyCaculator

    0下载:
  2. 简单计算器,可以实现加减乘除等运算,用到了Java的AWT,比较适用于初学者学习、参考-simple calculators, and the arithmetic can be achieved, such as computation, the use of Java AWT. more applicable to beginners learning, reference
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8255
    • 提供者:苍瞳
  1. 第3章 递推算法(C++版)

    0下载:
  2. 递推法是一种重要的数学方法,在数学的各个领域中都有广泛的运用,也是计算机用于数值计算的一个重要算法。这种算法特点是:一个问题的求解需一系列的计算,在已知条件和所求问题之间总存在着某种相互联系的关系,在计算时,如果可以找到前后过程之间的数量关系(即递推式),那么,从问题出发逐步推到已知条件,此种方法叫逆推。无论顺推还是逆推,其关键是要找到递推式。这种处理问题的方法能使复杂运算化为若干步重复的简单运算,充分发挥出计算机擅长于重复处理的特点。
  3. 所属分类:文档资料

    • 发布日期:2024-05-07
    • 文件大小:253952
    • 提供者:daveylin
  1. vertxce

    0下载:
  2. 四元数实现的三维空间的表达形式,具有表达式简单,运算精度高(Quaternion implementation of three-dimensional space form of expression, is simple in expressions, high computing precision)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-07
    • 文件大小:67584
    • 提供者:rhewyl
  1. BP神经网络python简单实现

    0下载:
  2. 去掉神经元类,把功能合并入NetLayer类中,使用矩阵计算加快速度 调整代码实现批量训练方法。 优化程序中numpy库运算顺序,避免产生中间变量(Remove neuron classes, merge functions into NetLayer classes, and use matrix to calculate speed.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-07
    • 文件大小:12288
    • 提供者:朱朱521
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org