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

搜索资源列表

  1. homework

    0下载:
  2. 已知一棵排序二叉树,树中结点的形式为: data info left right 其中,data 给出结点的数据场,info 给出本结点的左子树中的结点总数,left和 right 分别给出本结点的左儿子和右儿子的地址。数据场data 和info的类型皆为 int。又已知该二叉排序树的根结点的地址为 root。请设计二个函数,分别实现下述功能: 1. 按递增序找出该二叉排序树中的第 i 个小的结点。 2. 插入数据场之值为 x 的结点,并仍应保持
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:1038
    • 提供者:ray
  1. VMDiskTool11

    0下载:
  2. [软件简介]: 在日常的电脑使用中,有时会有一些特别的要求,比如将文件夹虚拟为一个盘符。比如某些光盘版的游戏,软件会要求其安装文件处于磁盘的根目录下,比如(MS Office、Visual Studio 2005)如不是根目录,则会在安装进度中出错而无法继续安装。本程序即解决了这个问题,图形界面,操作方便。(注:需Microsoft .NET Framework 2.0支持) -[Software Descr iption]: in the everyday use of compute
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-08
    • 文件大小:84832
    • 提供者:zhangyf
  1. lagrange

    0下载:
  2. Python:Inverse quadratic interpolation for root of a function-Python: Inverse quadratic interpolation for root of a function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:898
    • 提供者:bor
  1. jisuanqi

    0下载:
  2. 在本程序段中,利用迭代法可以求出某个实数的平方根,利用递归的方法可以求出某个整数的阶乘。需要注意的是在进行除法运算的时候需要考虑分母是否为零。在主函数中,调用相应的函数即可实现运算,最后输出结果。-In this program segment, the iteration can be calculated using a square root of real numbers, using a recursive way to find the factorial of an integer
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3590
    • 提供者:lhf
  1. jisuanqichengxuoo

    0下载:
  2. 在本程序段中,利用迭代法可以求出某个实数的平方根,利用递归的方法可以求出某个整数的阶乘。需要注意的是在进行除法运算的时候需要考虑分母是否为零。在主函数中,调用相应的函数即可实现运算,最后输出结果。-In this program segment, the iteration can be calculated using a square root of real numbers, using a recursive way to find the factorial of an integer
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:3608
    • 提供者:lhf
  1. jisuanqi

    0下载:
  2. 利用MFC设计计算器的界面,界面包括:编辑框,0-9个数字按钮,能进行整数的加、减、乘、除、开方、取正负、小数点运算的按钮,有清除(C 键)功能,有清除前一个运算符和数的功能,还有个计算结果的等于号按钮。-Using MFC design calculator interface, the interface including: edit box ,0-9 number buttons, can be an integer add, subtract, multiply, divide, sq
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1961640
    • 提供者:陈思思
  1. CCS20

    0下载:
  2. ccs2.0源码 还原根目录下的data.bak数据库 在Web.config中配置SiteSqlServer的数据库连接 设置IUSR用户可写网站目录; 在站点中建立html的asp.net映射-ccs2.0 restore the root directory of the source database in the Web.config data.bak configure the database connection settings SiteSqlServer
  3. 所属分类:Other systems

    • 发布日期:2017-06-13
    • 文件大小:20487767
    • 提供者:mantang
  1. 12_1

    0下载:
  2. 编写一个程序,求给定数的平方根,并用异常处理机制检测负数的情况-Write a program, the square root of the given number, and testing negative with exception handling the situation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4856
    • 提供者:刘露
  1. wubizigen

    0下载:
  2. 45分钟五笔字根倒背如流:通过字母与对应字根挂钩联想,将字根跟字根联想-45 minutes Wubi memorized root: root linked with the corresponding through letters Lenovo, Lenovo will root with the root
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:8287
    • 提供者:胡勇
  1. calculator1

    1下载:
  2. 使用VC++ 6.0编写的基于对话框的计算器,出科可以实现简单的四则运算外,还可以实现开方运算,代码编写简单,利于初学者学习-Written using VC++ 6.0 dialog-based calculator, course completion enables simple arithmetic, it can achieve root operation, to write simple code, which will help beginners learn
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:3600257
    • 提供者:陈开
  1. jisuanqi

    0下载:
  2. 用C#编写的一个简单的计算器,可以进行加减乘除乘方开方运算,是C#课程设计的作品-Written in C# using a simple calculator, Math can be a power of root operation is the C# curriculum design work
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:50151
    • 提供者:苍天哥
  1. CTreeViewExt_CtreeCtrlExt_Demo

    0下载:
  2. 是一个树控件,在该控件中的子元素可以拖放到另外一个根目录-Is a tree control, in the control of the child elements can drag and drop to another root
  3. 所属分类:TreeView

    • 发布日期:2017-03-31
    • 文件大小:77139
    • 提供者:陆信天
  1. calculator

    0下载:
  2. 用vb制作的简易计算器,可计算平方根、三角函数-Simple calculator using vb production, calculate the square root, trigonometric function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2148
    • 提供者:wn
  1. jsq

    0下载:
  2. 计算器广泛的应用在生活方面,计算器可以进行简单的四则运算(加、减、乘、除)。键入数字时,按下相应的数字键,如果按错可用(CB)键消去一次数值,再重新输入正确的数字, 接输入数字后,按下乘号将它变为乘数,在不输入被乘数的情况下直接按(=)键,就是该数字的二次方值。根号(sqrt)键默认是开二次方根,按下(+/-)键可改变数字的正负值。-Calculator widely used in life, a simple calculator can be the four fundamental op
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:9089
    • 提供者:dsx dsx
  1. SearchFile

    0下载:
  2. 使用VC++实现在根目录下搜索文件的功能,并显示搜索到的文件的路径和个数-Using VC++ to realise the function of searching files under th root file, and display the path of the target files and the count
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:280089
    • 提供者:申晓燕
  1. NTDETECT.ZIP

    0下载:
  2. NTDETECT.COM for windows xp on root
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:19141
    • 提供者:IFFI
  1. zz.FindStr

    0下载:
  2. 文本查找工具,指定根目录,搜索本目录及旗下所有子目录的文件-Text search tool, specify the root directory, search directory and file all of its subdirectories
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:98217
    • 提供者:11111
  1. VCTREE

    0下载:
  2. 树形控件可以用于树形的结构,其中有一个根接点(Root)然后下面有许多子结点,而每个子结点上有允许有一个或多个或没有子结点。MFC中使用CTreeCtrl类来封装树形控件的各种操作。-Tree control can be used for tree structure, which has a root contacts (Root) and the following, many sub-nodes, and each child node has allowed one or more o
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4747478
    • 提供者:
  1. rootkit

    0下载:
  2. Hide process,file,port,directory and registery root kit.
  3. 所属分类:Driver Develop

    • 发布日期:2016-12-03
    • 文件大小:568320
    • 提供者:Hong
  1. CA.root

    0下载:
  2. package and describe
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:864
    • 提供者:tsaraa
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com