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. 1_Factorial

    0下载:
  2. 计算10000的阶乘,结果存储在out.txt中。 如果算更大的数,注意更改数组大小。-10000 calculated the factorial, the result is stored in the in out.txt. If a greater number of operators, pay attention to changes in the size of the array.
  3. 所属分类:Console

    • 发布日期:2017-04-29
    • 文件大小:7732
    • 提供者:卡米力江
  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. mul

    0下载:
  2. 计算大数阶乘,用数组的方法来计算一个大数的阶乘,可以算几万的介乘-Calculate factorial of large numbers, using an array of methods to calculate a factorial of large numbers can be counted by tens of thousands of mediated
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:263999
    • 提供者:guan
  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. MagicSudoku[v1.0.0]

    0下载:
  2. 自己以前写的数独解算程序,解算速度快,只能解算单解的数独问题,使用控制台界面,虽然不是GUI的,但是设计界面就花我几天时间。算法是自己设计的,没有参考太多网络资料,可以供需要研究数独算法的朋友参考。-I used to write their own Sudoku solver, It works speedly, while only single solution Sudoku problem will be done. with the console interface, althoug
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:12188
    • 提供者:Fun
  1. ExpressValue

    0下载:
  2. 带括号的算术表达式求值;采用算符优先数算法,能正确求值表达式-Bracketed arithmetic expression evaluation 1) using operator priority number algorithm, able to correctly evaluate the expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1290
    • 提供者:peter
  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. szhhysks

    1下载:
  2. 本宏代码非常适合家长或小学教师为孩子出口算练习题,可在 Excel 电子表格中生成 10 以内加减法,100 以内加减法或乘除法等,可任意设置页数(试题总数)。   通过更改红色文字的数字,可选择加、减、乘、除一种或其中几种试题。可设置参加运算的最大数字,得数最大数字,横向或纵向试题个数,显示的总页数。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:2133
    • 提供者:平步青云
  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. chengxu

    0下载:
  2. 扑克斗牛的规则是这样的 A是一点 。2是两点,依此类推。。10就是10点,J,Q,K 都是10点 ,不用大小鬼, 发五张牌 ,任意三张组合出整十的数,,就算是牛,剩下两张再组合。取个位数。。个位是多少就是牛几。。要是任意三张组合不出整十。那就是没牛。。。我想用C语言些出来 算出52张牌的组合 可以有多少种是有牛在里面的 并且牛几有多少中种-the rule of the card is that :A is a point ,2 is two point and so on .10 is ten
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:12958
    • 提供者:李丽
  1. ruanjiansheji

    0下载:
  2. 软件设计中的四个小程序,牛顿法求根,万年历,算边数等。-The four small software program, Roots of Newton' s method, calendar, count the number of edges and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:4674
    • 提供者:ty
  1. Gauss-Average-inverse-method

    0下载:
  2. 有关大地测量方面的高斯平均引数法反算,希望对大家有用-For geodetic Gauss Average inverse method, we hope to be useful
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:50777
    • 提供者:ll
  1. Gauss-Average-method-is-considered

    0下载:
  2. 有关大地测量方面的高斯平均引数法正算,希望对大家有用-For geodetic Gauss Average method is considered, we hope to be useful
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:50357
    • 提供者:ll
  1. TextBox2010-12-11

    0下载:
  2. QQ皮肤换肤程序,可以实现直接拖张图片到QQ窗口就能改变QQ皮肤的皮肤,其实这个功能不是很难,网上实现效果很多,你只要处理一下窗体的的两个拖放事件DragEnter 和 DragDrop就行. DragEnter :鼠标将数据拖放到目标工作区时发生(注意:边界也算).可以将对象拖到控件上方时,能够根据所拖动的对象显示相应的图标 DragDrop:鼠标将数据拖放到目标工作区完成时发生 当处理拖放事件时,可以检索到Data 对象,Data对象用于检索数据 Da
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:429075
    • 提供者:zhouwei
« 1 2 34 5 6 »
搜珍网 www.dssz.com