CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - menu

搜索资源列表

  1. FEM

    0下载:
  2. 它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:164951
    • 提供者:zchill0011
  1. menumake

    0下载:
  2. 经典菜单制作程序c语言编程,非常实用 -classic menu production procedures c programming language, very practical
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3963
    • 提供者:dream
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. jiandanjisuanqi.bdsproj

    0下载:
  2. 标准型和科学型。 标准型带有足够让你用手指来操作的按钮,数字大而清晰并能够满足你基本的计算,标准模式支持显示12位数字,足够可以使用手指按键,算术操作、平方根。 科学型带有所有普通的函数,所有的函数都分布在键盘上一致于你可以不用通过菜单列表来使用它们。科学型支持显示24位数字,支持运算优先选择模式、进制转换功能、标准数学函数、百分比计算、方根计算等等功能。 -Standards-based and science-based. Standard type with your fingers
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:177098
    • 提供者:xiaoqiu
  1. four_arithmetic_operation

    0下载:
  2. 1.将菜单的显示放在一个单独的函数中,随用随调。 2.将接收用户输入和校验输入的功能放在一个独立的函数中。 3.将四种运算分别放在四个函数中。-1. To display the menu in a separate function, as used with the transfer. 2. To receive user input and input validation function on an independent function. 3. Will be four
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1059
    • 提供者:风清扬
  1. sy

    0下载:
  2. vb实现简单计算,设计菜单选择加法或者减法等等。-vb to achieve simple calculation, design menu, select addition or subtraction and so on.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2608
    • 提供者:若然
  1. example1

    0下载:
  2. 建立图形演示系统菜单,包括plot,option,quit,三项。建立数制转换对话框。在左边输入一个十进制整数和2~16之间的数,单击“转换”按钮能在右边得到十进制数所对应的2~16进制字符串,单击“退出”按钮退出对话框-Create a graphical presentation system menu, including the plot, option, quit, three. Build number system conversion dialog box. The left a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:11502
    • 提供者:刘涛
  1. controll

    0下载:
  2. -can open routines for Schneider ATV31 -menu implementation -pid control all implemented for an cortex M3 microcontroller
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:20641
    • 提供者:MaurerAlex
  1. Caculator2

    0下载:
  2. C#写的简单计算器,支持算符优先和普通算法。可在主菜单切换运算模式-C# to write a simple calculator, support for operator precedence and the general algorithm. Operations in the main menu to switch modes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:61319
    • 提供者:陈奕武
  1. DOS-interface-arithmetic

    0下载:
  2. c语言DOS界面菜单式四则运算,实现了简单的加减乘除。-c language menu-driven DOS interface, arithmetic, multiplication and division to achieve a simple addition and subtraction.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1233455
    • 提供者:孙佰贵
  1. c-P-P-algorithm-procedures

    0下载:
  2. 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:275502
    • 提供者:yang
  1. calculator

    0下载:
  2. 用java编程语言实现计算器的基本运算功能,包括加、减、乘、除,以及求负、取余等,主要用到的组件有框架、面板、文本框、按钮和菜单栏等。-Basic computing capabilities of the calculator using java programming language, including addition, subtraction, multiplication, division, and seek negative, remainder, the main comp
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:3116
    • 提供者:Lillian
  1. gps

    2下载:
  2. 本书是一本实用全球定位系统(GPS)定位程序设计工具书。它包括了GPS应用和开发中全部常用的内容。 全书共分十章,它们是:绪论、数据采集和格式转换、卫星位置计算、绝对定位、相对定位、差分GPS定位、动态定位、辅助计算工具、GPS+GLONASS组合以及菜单界面设计。本书总结了多年的工作实践和研究成果,以38种不同功能的数学模糊及完整的源程序奉献给读者。 本书可供从事航空、航海、港口、航道、公路、铁路、勘测、地质、石油、测绘、水利、公安、保险、银行、探险等专业的应用、开发、研究和
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-26
    • 文件大小:231520
    • 提供者:刘刚
  1. SplinesMultiplePoints

    0下载:
  2. It is a Visual C++ 6.0 (and above) source code to draw B_Splines and Besier Curves on canvas using ONLY mathematical functions and WinApi. No OpenGl fuctions are used. So you can understand internal mathematical apparatus. First click mouse on ca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:57695
    • 提供者:vov2000
  1. 3

    0下载:
  2. 安川伺服驱动器参数表和功能表.docYaskawa servo drive parameters and menu. Doc-Yaskawa servo drive parameters and menu. DocYaskawa servo drive parameters and menu. Doc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:8451
    • 提供者:
  1. BST

    0下载:
  2. CpluPlus code for a Text & command based Binary Search Tree Has a menu and base function. Complete but simple-CpluPlus code for a Text & command based Binary Search Tree Has a menu and base function. Complete but simple
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1105
    • 提供者:mohammad.lists
  1. QUICK_SO

    0下载:
  2. C code for a Text & command based Quick sort algorithm Has a menu and base functions. Complete but simple-C code for a Text & command based Quick sort algorithm Has a menu and base functions. Complete but simple
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1575
    • 提供者:mohammad.lists
  1. TC2

    0下载:
  2. File import / export example using a simple library management menu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:23151
    • 提供者:mohammad.lists
  1. pta3

    21下载:
  2. 浙大 PTA练习系统数值分析NA1003 三角追赶法的应用-One day, CYLL found an interesting piece of commercial newspaper: the Cyber-restaurant was offering a kind of Lunch Special which was said that one could buy one get two for free . That is, if you buy one of the dish
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:107707
    • 提供者:qiuyingyue
  1. menu

    0下载:
  2. LZW compress/Decompre-LZW compress/Decompress
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2618
    • 提供者:Ricardo
搜珍网 www.dssz.com