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

搜索资源列表

  1. Simplecalculator

    0下载:
  2. 利用Visual C++实现一个简易计算器。其类似于windows附件中自带的计算器,能够进行加、减、乘、除、平方、立方、对数、倒数、开方、exp(x)、三角函数、等运算。-Visual C++ implementation using a simple calculator. Its similar to the calculator that comes with windows in the annex, to add, subtract, multiply, divide, square
  3. 所属分类:Windows编程

    • 发布日期:2017-05-15
    • 文件大小:3769674
    • 提供者:曾仕琪
  1. vchelper

    0下载:
  2. 文件搜索, 检索根目录下的所有文件, 速度很快-File search, retrieve all the files in the root directory, fast
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:47924
    • 提供者:zwd
  1. Python

    1下载:
  2. 用pjsip的库编写web网络电话,说明: 1.先安装pjsip的库。 2.你需要两个sip账号,分别填入第114行和116行。 第一个参数是SIP服务器,第二是用户名,第三是密码。 3.被叫号在第49行,你可以修改成从文件读或者其他。 4.第131行,从E盘根目录获取“电话号码.call”文件。获取之后就把该文件删掉。并呼叫该号码。 5.第44行,等待音文件,必须是标准的wav文件,可以用windows自带的录音机自己录制,转码出来的有可能不被支持,会报异常,此处未作处
  3. 所属分类:Other windows programs

    • 发布日期:2014-04-12
    • 文件大小:541696
    • 提供者:wenda
  1. RLocusGui.zip

    0下载:
  2. 在Matlab中可用的根轨迹图例子源码,直接打开即可。,Root Locus source code in Matlab.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:25681
    • 提供者:MINI
  1. HttpServer

    0下载:
  2. 用VC实现的一个简单的Web Server。能够响应客户端的请求将指定目录下的HTML或TXT文件通过指定的TCP端口发送给客户端。可指定Web server的根目录,服务器能并发处理多个请求。能统计webserver接收和发送的流量。-VC achieved by a simple Web Server. Able to respond to client' s request will specify the directory HTML or TXT file by specifyi
  3. 所属分类:ISAPI-IE

    • 发布日期:2017-03-29
    • 文件大小:496905
    • 提供者:huyiming
  1. Calc

    0下载:
  2. matlab计算器,加减乘除开方根号,功能强大-matlab calculator, square root number addition, subtraction, powerful
  3. 所属分类:Button control

    • 发布日期:2017-04-02
    • 文件大小:6718
    • 提供者:hou
  1. list

    0下载:
  2. 实现在LISTCTRL显示文件夹及目录,并可以在COMBOBOXEX选择显示各个盘-it is implemented that it can show the file document and its path by the listctrl, and in the combbox, it can be selected the root of the disk
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3665733
    • 提供者:
  1. main

    0下载:
  2. 假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其父结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。-Assuming top-down by level, each node from left to right input a triple (N, P, L/R). Where the elements of N-based nodes, P is the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1224
    • 提供者:张晓敏
  1. sqlite-source-3_6_13

    0下载:
  2. SQLite3.6.13的完整源代码,SQLite是一个轻量级的嵌入式数据库,在小型数据库应用中,它的表现非常稳定。-A tarball of the complete source tree for SQLite version 3.6.13 as extracted from the version control system. The Makefile and configure scr ipt in this tarball are not supported. Their use i
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-09
    • 文件大小:1041811
    • 提供者:wq
  1. Embarcadero-RAD-Studio-XE-crack

    0下载:
  2. Embarcadero RAD Studio XE 破解: 不需要像另一个破解方法中需要覆盖BDS.exe - Delphi XE Architect - C++Builder XE Architect - RadPHP XE - ER/Studio 8.5 Developer Edition - FinalBuilder 7 Embarcadero Edition 第一步: 安装序列号: MAAF-SPD7DK-BLAGAD-FEBN
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-27
    • 文件大小:18432
    • 提供者:孤独剑
  1. lzw

    1下载:
  2. 实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2;
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:1236
    • 提供者:符晓娟
  1. ThreeStateTreeView_demo

    0下载:
  2. 此源码是TreeView控件的CheckBox三态显示的源码,对于使用TreeView控件编程的朋友们来说,这个非常有用。三态即:选中复选框、未选中复选框和根节点下的子节点部分选中的状态。-This source code is a TreeView control tri-state CheckBox displays source code, the use TreeView control programming friends, this is very useful. Tri-stat
  3. 所属分类:TreeView

    • 发布日期:2017-03-29
    • 文件大小:63488
    • 提供者:蓝血人
  1. TreeView

    0下载:
  2. 系统文件的根目录子文件夹添加至treeview-The root directory of system files sub-folders added to the treeview
  3. 所属分类:TreeView

    • 发布日期:2017-03-23
    • 文件大小:56087
    • 提供者:xuchuan
  1. Cholesky

    0下载:
  2. Cholesky分解法求取线性方程组的解。也叫做平方根法。CPP程序。-Cholesky decomposition method to strike a solution of linear equations. Also known as the square root law. CPP procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:18964
    • 提供者:宫同举
  1. PythonM8_Source_100802

    0下载:
  2. PythonCE for M8 源代码 只是修改了 python.exe ,动态链接库都没动,需要用的头文件也在 PythonCE 的源码中。 开发环境是 VS2008 ,模拟器运行时要设置共享目录为软件的根目录。-PythonCE for M8 source code is modified python.exe, dynamic link library had to move, need to use the header files are the source of Pytho
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:470636
    • 提供者:jacklog
  1. ADO

    0下载:
  2. vc++访问DAO数据库 运行目录,驱动器根目录下-vc++ visit DAO directory of the database is running, the drive root directory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-18
    • 文件大小:143932
    • 提供者:刘东明
  1. ComplexNumberCalculator

    0下载:
  2. 这是一个简单实用的复数计算器程序。其界面和使用方法与Windows的计算器相似。可以进行复数的加减乘除四则运算,取共轭运算,开平方根运算,可以进行连续地计算。-This is a simple and practical procedures for plural calculator. Its interface and use methods similar to Windows calculator. Can be plural calculation 4 calculations, ta
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:42801
    • 提供者:zfw
  1. tree

    0下载:
  2. 多元树的层次遍历、先根遍历、后根遍历 问题的描述: 函数填空:层次遍历多元树(在文件tree.cpp中3个空)、先根遍历、后根遍历的递归函数(在文件tree.h中2个空); 多元树的输入:在主程序中调用多元树的函数(定位根、找大儿子、找下一个兄弟等),输入某棵多元树。 -Multi-level tree traversal, the first traversal the root, root traversal issues Descr iption: function to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3451
    • 提供者:YY
  1. erfeng

    0下载:
  2. 这是一个利用VC开发的二分法求数值方程根的源码,放在WORD中,拷贝即可-This is a dichotomy developed using VC numerical equation for the root source, on the WORD, the copy can be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2835
    • 提供者:ijustme
  1. qiugen

    0下载:
  2. 总结了所有常用的求方程的根的程序,只需选择所用方法和所求方程,就可以运行了。-Summed up all the commonly used equation for the root of the procedure, simply select the methods and the demand equation, we can run.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1458
    • 提供者:zhugexiaoyong
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com