CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - ACT

搜索资源列表

  1. 4-16

    0下载:
  2. 选择法排序:数据的排序就是将一批数据由小大到(升序)或由大到小(降序)进行排列。常用的有选择法、冒泡法。 -selection Ordering : Sorting data is a group of data from small to large (ascending) or 7,10,13 (descending) order. Commonly used in the selection and the Bubble Act.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8.54kb
    • 提供者:张云
  1. ConsoleJava

    0下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4.22kb
    • 提供者:凃道
  1. DotMatrix

    1下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:凃道
  1. jisuanfangfa5

    0下载:
  2. 埃特金加速法 中国矿业大学理学院 计算方法实验5-Aitken Acceleration Act of China University of Mining College calculation experimental 5
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.15kb
    • 提供者:fisherman
  1. 冒泡法改进

    0下载:
  2. 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序,Turbo C语言程序函数 -Bubble Act to sort the data is a basic algorithm, which is the basic method : two adjacent elements, if required for the exchange, e
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.33kb
    • 提供者:王想
  1. 1

    0下载:
  2. 遍历问题 (时间限制为:1000毫秒) 描述: 已知二叉树的中序和先序遍历可以唯一确定后序遍历、已知中序和后序遍历可以唯一确定先序遍历,但已知先序和后序,却不一定能唯一确定中序遍历。现要求根据输入的中序遍历结果及某一种遍历,要求输出另一种遍历。 输入: 输入包括若干个测试用例,第一行为一个自然数n,表示用例个数,接下来4n行,即每个用例占4行,其中第一行表示第一种遍历方式,第二行为第一种遍历结果,第三行为第二种遍历方式,第4行为第二种遍历结果。注明:先序遍历方式
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:865byte
    • 提供者:zhoupenghua
  1. 48

    0下载:
  2. 想操作注册表 下来看看吧这是一个不错的代码哦 赶快行动-Would like to operate the registry down to see it this is a good code to act quickly Oh
  3. 所属分类:CSharp

    • 发布日期:2017-12-03
    • 文件大小:50.21mb
    • 提供者:唐奇
  1. calculate

    0下载:
  2. 功能强大的计算器,例如输入2*(-2+3*2)/4一个表达式后按下等号=,则显示 2*(-2+3*2)/4=2,有清零和后退一位改正输错的一位。能阻止错误输入行为。-Powerful calculator, such as type 2* (-2+3* 2)/4, press the equal sign after an expression =, it shows 2* (-2+3* 2)/4 = 2, there is zero and back, a correction of a
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:48.86kb
    • 提供者:白世豪
  1. ncron

    0下载:
  2. 这是一个任务管理服务,安装之后,会作为一个Windows服务运行在后台,并且根据配置文件的内容来定期/循环启动多个dll插件 -This is a task management services, installed, will act as a Windows service running in the background, and based on the contents of the configuration file on a regular basis/cycle to
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:30.26kb
    • 提供者:Dicson Pan
  1. walkjump

    0下载:
  2. GDI+绘制act人物走路跳跃的演示-GDI+ to draw people to walk jump demonstration act
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:52.17kb
    • 提供者:yyq
  1. FileMonitorService

    0下载:
  2. 利用windows服务程序监控指定文件夹内容变化,并做相应处理-Windows service program to monitor the specified folder contents change, and act accordingly
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:23.09kb
    • 提供者:张小成
  1. ksxz

    0下载:
  2. 用c++编程 用于快速排序 用快速排序法 跟冒泡法类似-C++ programming for quick sort quicksort method similar to the Bubble Act
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:695byte
    • 提供者:张健健
  1. order

    0下载:
  2. 针对给出的字符串(大小写字母等)冒泡法进行排序-Sort given string (uppercase and lowercase letters) Bubble Act
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:625byte
    • 提供者:muse
  1. game

    0下载:
  2. 在线五子棋,可以作为主机也可以作为从机,亲测可用哦!-Online backgammon, as a host can also act as a slave, pro-test available Oh!
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:720.8kb
    • 提供者:zhaoyaxiong
  1. maopaofa

    0下载:
  2. 利用C++编程,冒泡法程序(Codeblocks)-Bubble Act Program (Codeblocks)
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:249.58kb
    • 提供者:mattee123
  1. compute

    0下载:
  2. 计算器是运用栈的原理来编写的程序,可以用来计算基本或是较为复杂的公式。-This important program is a little Calculator which can act as a tool.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:408.22kb
    • 提供者:张一君
  1. lottery_v1

    1下载:
  2. 本菜鸟花时间编写的一个抽奖程序,程序读出txt文件里的数据(注意:每行为一项),从所有项中完全随机且不重复地抽出若干个项。其他功能有设置标题和奖项名称、保存结果、设置中奖人数。希望大家能提出修改意见-The rookie spend time writing a lottery program, the program reads the data in txt file (Note: Each act one), from all completely random and repeatedl
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1.47mb
    • 提供者:黄天才
  1. disanti

    0下载:
  2. 编写函数,实现:1)删除数组中相同元素;2)按照由小到大排序(除冒泡法)。例如:输入:{1,2,1,-1,0,0} ; 输出:{-1,0,1,2}-Write a function to achieve: 1) to delete an array of the same element 2) according to ascending order (except Bubble Act). For example: Input: {1,2,1,-1,0,0} Output: {-1,0,1
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:836byte
    • 提供者:林梓晨
  1. c1

    0下载:
  2. 1) 定义一个数组a[11],用以存放学生的成绩。 2) 从键盘输入10个学生成绩 3) 采用冒泡法,将学生成绩按照从高到低进行排序 4) 再输入一个学生的成绩,将此成绩按照排序规律插入原学生成绩数组 5) 将排好序的成绩单进行反序存放,即原来是从高到低,现在改为从低到高排列。 6) 将以上每一步骤的结果均打印输出,验证程序是否正确实现题目要求 -1) define an array a [11], used to store student achievement. 2
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:683byte
    • 提供者:kim
  1. Bubble-Act

    0下载:
  2. 先输入一组整数,然后运用冒泡法对其进行排序,再按照顺序输出。-Enter a set of integers, and then sort them using bubble method, then follow the order of the output.
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:562byte
    • 提供者:
« 12 »
搜珍网 www.dssz.com