CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 数算

搜索资源列表

  1. sort

    0下载:
  2. 设计一个Visual C++程序实现几种排序方法,要求输入一组数组之后,可以算出其几种排序的结果,即,依次为:直接插入排序,希尔排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序。 -To design a Visual C++ procedures for implementation of several sorting methods, for the importation of a group of the array, you can calculate the n
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7059
    • 提供者:韩小寒
  1. 24game

    0下载:
  2. 1) 随机产生四个1-13的数,分别代表13张牌。 2) 提示玩家输入算式。 3) 判断玩家输入的表达式是否合法,其中算式中的四个数字只能是程序所给的四个数字,非法则回到1)。 4) 如果玩家认为这四张牌算不出24点(如:1,1,1,1),可只输入?,程序将判断这四张牌是否能得出24点,如果能,则程序将给出算式,如果不能,说明不能,并回到1)。 5) 当用户正确输入算式后,用“堆栈来求表达式的值”的原理 求出结果并判断是否为24,得出用户是输是赢的结果。 6) 询问
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4955
    • 提供者:涂舒
  1. Chinesecheckers

    0下载:
  2. 跳子棋程序实现简介: 跳子棋程序的实现不算太难,但却也有一点复杂。主要原因可能就是它的棋盘为一个不规则的图形。 思路是:把棋盘121棋格分为7个区,中间为0区,上为1区,逆时针至右上角。 定义一个棋格的属性: 坐标。(根据棋盘图自己量一下,不会不知道用什么吧!) 棋格所属区域,即上面所提7个区。 棋格离各个端点几格,6维数组记录6方,电脑下子时可作为下子的优先级判断。 棋格上棋子的颜色0-6,0为无子。 棋格属于第几个棋格(从上至下,从左至右,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:390435
    • 提供者:jiyu
  1. Editor_Soft

    0下载:
  2. .采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -. Using operator priority number algorithm, able to correctly evaluated expression 2. Familiar with the application of the stack 3. Familiar with the basic operation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:481834
    • 提供者:liujianye
  1. calculator

    0下载:
  2. 一、实验一:带括号的算术表达式求值 二、实验的目的和要求: 1.采用算符优先数算法,能正确求值表达式 2.熟练掌握栈的应用 3.熟练掌握计算机系统的基本操作方法,了解如何编辑、编译、链接和运行一个C++程序 -1, experiment 1: arithmetic expressions with parentheses evaluated two experimental purposes and requirements: 1. Using operators pr
  3. 所属分类:Other windows programs

    • 发布日期:2014-09-21
    • 文件大小:416646
    • 提供者:liujianye
  1. Teachstudentsmathcalculation

    0下载:
  2. 设置不同的关数和不同的四则运算,让小学生闯关,以达到较小学生算算术的目的。-Set a different number and different relationship the four fundamental operations, so that students enter the country to achieve the purpose of small student count arithmetic.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1064
    • 提供者:刘传邦
  1. FPoint

    0下载:
  2. 1.生成mfc基于对话框的模块。 2.绘制表格,获取对话框的宽度和高度后画线等分。在onpaint函数内操作的,画棋子也是在其中操作的。 3.根据表格的交界和数组对应,就相当于一个点看作一个元素。同时每个点对应的坐标值是可以算出来的,就是等分原理。比如总长100,坐标就是10,20,。。 4.事件映射数组,有一个双击事件,用来获取鼠标的光标值,这个值和网格点的哪个值最接近就算是哪个点被点击了。 5被点击后数组用1,2标志。onpaint里话棋子,如果为1,2就画两种不同的子。
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4722520
    • 提供者:李龙
  1. tree

    0下载:
  2. 在线算大,用树套树解决在某区间内部求第K大的数-Line for a major, with tree tree cover to resolve the internal demand in a range of large number of the first K
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1800
    • 提供者:wrs
  1. xianxinglvbo

    0下载:
  2. 程序的功能是对载入的图像进行线性滤波,滤波算子有梯度算子、平滑算子、高斯算子和拉普拉斯算子,同时可以设置滤波窗口的大小和滤波数。处理完后的图像可以进行保存。-Function of the program image is loaded linear filter, the filter operator with the gradient operator, smooth operator, Gaussian operator and Laplace operator, and can set
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:21266
    • 提供者:陈勇
  1. 24

    0下载:
  2. 用C++实现的算24程序,可以对多组数进行判断,实现代码很简单-Using C++, the operator of 24 procedures can be carried out to determine the number of multiple groups to achieve the code is very simple
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:663
    • 提供者:hjj
  1. biaodashiyunsuan

    0下载:
  2. 以字符序列的形式从键盘输入语法正确的,不含变量的整型表达式。利用算符优先关系,实现对算术四则混合运算表达式的求值,并在求值中运算符栈、运算数栈、输入字符和主要操作的变化过程-In the form of a sequence of characters from the keyboard input syntax is correct, excluding the variable of integer expressions. Change operator precedence relati
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2365
    • 提供者:yxt
  1. kiss-the-rain

    0下载:
  2. 放在matlab里运行,可以演奏《kiss the rain》嘿嘿嘿~ 今天看到有大神用matlab弹奏卡农,我好激动呀,于是。。。(感谢XBC童鞋提出的建议,《kiss the rain》,话说这个曲子好难啊。。。)我鼓捣了一个下午,在前面这个牛程序的基础上,修改了好久(无数次维数出错,以及其他不易察觉的小问题),终于把《kiss the rain》的曲子鼓捣出来了。。。。。。 因为使用的是简谱,而且这首曲子的音域实在太宽了(从下面打三点的到上面打三点的都有,虽然可
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:1627
    • 提供者:松鼠心情
  1. compute24

    0下载:
  2. 我们可以用它来自动算24,此程序代码行数不算太多,但是运算速度快!-we can use it to compute 24,it is not too long,but it has a splendid compute speed!
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:2091
    • 提供者:Micheal
  1. lianbiaonixu

    0下载:
  2. 该 算 法 用 于 实 现 数 据 结 构 中 的 链 表 逆 序 功 能-Linked list in reverse order
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:749
    • 提供者:程序员
  1. 1174

    0下载:
  2. 查找一个数组的第K小的数,注意同样大小算一样大。 如 2 1 3 4 5 2 第三小数为3。-Find an array K small number, pay attention to the same size count as big. Such as 213,452 third decimal 3.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:159929
    • 提供者:SunJingBi
  1. ins2

    0下载:
  2. 四元数姿态解算程序,很适合初学者-compute
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:566
    • 提供者:gao le
  1. matlab-nav

    0下载:
  2. 根据四元数法和四阶龙格--库塔法进行导航解算matlab代码,并绘画出导航解算后的飞行轨迹图 包含.xls格式或.mat格式的数据文件中的数据 及详细报告-According quaternion method and fourth-order Runge- Kutta method for navigation solver, and figured out the navigation solution after the flight path map contains. Xls form
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:94686
    • 提供者:wangxun
  1. GETSYM

    0下载:
  2. 一. PL/0语言建立一个词法分程序GETSYM(函数) 把关键字、算符、界符称为语言固有的单词,标识符、常量称为用户自定义的单词。为此设置三个全程量:SYM,ID,NUM 。 SYM:存放每个单词的类别,为内部编码的表示形式。 ID:存放用户所定义的标识符的值,即标识符字符串的机内表示。 NUM:存放用户定义的数。 GETSYM要完成的任务: -A. PL/0 language to build a lexical sub-program GETSYM (fun
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3458
    • 提供者:cuishuanghua
  1. gnc_mfiles

    0下载:
  2. 一个利用四元数方法进行的惯导解算程序,适合从事导航、制导与控制相关专业人员-A method of use quaternion INS solver for engaging in navigation, guidance and control related professionals
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:97640
    • 提供者:natsumezao
  1. CPPmaze

    0下载:
  2. 基​ 于​ 数​ 据​ 结​ 构​ ​ (​ 严​ 蔚​ 敏​ 版​ )​ 迷​ 宫​ 算​ 法​ ​ 写​ 的​ C​ +​ +​ 迷​ 宫​ 程​ 序-base on data structure c++maze
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6247
    • 提供者:huangshoushou
« 1 23 »
搜珍网 www.dssz.com