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

搜索资源列表

  1. wm126Counter20060108

    0下载:
  2. 直接拷贝到根目录下,在页面底部加入一行代码就可以了。-Copy directly to the root directory, in the bottom of the page by adding a single line of code you can.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:13606
    • 提供者:lanjie
  1. calculator_1

    0下载:
  2. vc实现,简单计算器,包括加减乘除,三角函数,根号,等运算。-vc realization, simple calculators, including the addition and subtraction multiplication and division, trigonometric functions, root number, such as computing.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:49228
    • 提供者:weibo
  1. KDFolderDlg_Src

    0下载:
  2. 目录搜索对话框,支持筛选,可以定义根目录-Directory Search dialog box, and support for screening, can define the root directory
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-15
    • 文件大小:8289
    • 提供者:970608
  1. jsj

    0下载:
  2. 实现计算器的基本操作,包括了加减乘除以及平方开根,正余弦变化,以及模拟真实计算机的上挡健-The realization of the basic calculator operations, including multiplication and division addition and subtraction as well as the open square root, cosine changes are, as well as on the computer simulate t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:32213
    • 提供者:蚂蚁
  1. DDAppWiz

    0下载:
  2. 这个文件能用VC6.0调试DDK,解压后放在:你的VC6.0的目录\MSDev98\Bin\IDE。注意:VC6.0须放在根目录-This document can VC6.0 debugger DDK, after decompression on: VC6.0 your directory MSDev98BinIDE. Note: VC6.0 to be placed on the root directory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:24816
    • 提供者:王百万
  1. are

    0下载:
  2. 输入1个实数x,计算并输出其平方根(保留1位小数)。输入华氏温度f,计算并输出相应的摄氏温度c(保留2位小数)。c = 5/9(f-32).输入2个整数time1和time2,表示火车的出发时间和到达时间,计算并输出旅途时间。 有效的时间范围是0000到2359,不需要考虑出发时间晚于到达时间的情况。 输入1个四位数,将其加密后输出。方法是将该数每一位上的数字加9,然后除以10取余,做为该位上的新数字,最后将第1位和第3位上的数字互换,第2位和第4位上的数字互换,组成加密后的新数。-En
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:786
    • 提供者:海洋
  1. wordseg

    0下载:
  2. 中文字库搜索功能:一种针对可变长度关键字的引索结构,它的每一层不是靠整个关键字的值决定,而是由关键字的一个分量来确定,当然必须先满足关键字的分量在一个确定的范围内。如果要匹配某个字符串,只需要从树的根部逐层向下,搜索每一个字符是否有与之匹配的分量,能走到的最深的地方就是匹配到的最长前缀。-Chinese font search: A keyword for variable-length argument cable structure, it does not depend on each l
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:60483
    • 提供者:miyalu
  1. duipaixusuccess

    0下载:
  2. 实现了一种堆排序算法,堆排序利用了大根堆堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单-The realization of a heap sort algorithm, HEAPSORT use of a large root piles Top keywords recorded the largest (or smallest) This feature, making the current disorder in the area, s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:9179
    • 提供者:刘冠宇
  1. KeyboadMonitor

    1下载:
  2. VC7.0下写的一个键盘监听的小程序,是学习hook的好例子,注释很详细.执行成功后,在C盘根目录下生成一个txt文件,记录了每个时间段的按键键码.程序执行后不会在任务栏显示图标-VC7.0 keyboard under the monitor to write a small program is a good example of learning hook, very detailed notes. After the success of the implementation, in C
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:114884
    • 提供者:张晓龙
  1. face

    0下载:
  2. 人表情判断的代码,用vc++写的。 expressiondb是表情库,请放于硬盘盘根目录下。 test1是程序,运行即可。-Human facial expressions to determine the code, using vc++ Written. expressiondb is the expression library, please put in the hard disk root directory. test1 is the procedure to run.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:752358
    • 提供者:koman
  1. HuffmanCode

    0下载:
  2. 本算法的作用是利用建立的huffman编码进行编码和译码。首先要建立huffman树,其主要的思想是权大的外结点靠近根,权小的远离根。大体的算法是在n个结点中不断的选取两个相对小的结点建立huffman树,直到全部结点都在huffman树中。-The role of this algorithm is the use of established code huffman encoding and decoding. First of all, to establish huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7057
    • 提供者:pig
  1. ScriptxCrack

    0下载:
  2. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-25
    • 文件大小:15065
    • 提供者:cashhang
  1. MUserver-Login

    0下载:
  2. liebiao.txt 需要放在你网站的根目录 liebiao.txt 内的配置也按照我的格式配置 IP和其他的在代码内配置,你自己修改下,生成即可 网关的常量数据是修改人数的。 比如限制100人,改成99 无限制改成-liebiao.txt need to be the root directory of your website within the liebiao.txt configuration configuration in accordance with the for
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1142317
    • 提供者:绝情风
  1. xpshop20060706

    0下载:
  2. 新普网络商城!C#语言开发,非常值得借鉴! 使用方法: 安装顺序: 本地: 1、在web目录(默认为c盘的wwwroot目录)新建XpShop目录; 2、将XpShop目录设为虚拟目录; 3、将XpShop4.0.rar压缩包里面的文件解压在XpShop目录中; 4、设定XpShop的db、upload和Template文件夹有可写权限; 5、需要修改web.config文件的“<add key="ShopFolder" value="" />”
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2391957
    • 提供者:liuweijun
  1. mtl_nle_sim_newmet

    0下载:
  2. 在matlab里面实现的用牛顿法求解方程的根的源代码-Inside achievable in matlab method with Newton equation root source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1606
    • 提供者:yi laiya
  1. MIS_student

    0下载:
  2. 实现功能: 1.根据学号查询 学生的姓名 年龄 班级 年级等等 2.根据学号查询学生的成绩信息如数学 英语 语文 3.查询成绩名次及状况 4.收发信件 a.根据学号查找是否有信 b.删除已取走的信件 c.插入已知信件 使用说明: 1.把data文件夹的所有txt文件拷到c盘根目录下 2.直接运行源文件中的exe文件-The realization of functions: 1. In accordance with its inquiries, t
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:38315
    • 提供者:刘辉
  1. aaa

    0下载:
  2. 本程序利用C++语言实现,通过小根堆算法实现铁路服务的模拟-This procedure using C++ language to achieve, through the reactor small root algorithm simulation Railway Service
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:13115
    • 提供者:yinfeihu
  1. kody

    0下载:
  2. 該檔案是Linux作業系統下的原始碼,請大家踴躍下載。-0kay guys, here we go... As i told you with VLP I (we try to write an fast-infector) here s the result:
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:5097
    • 提供者:王大頭
  1. PParse

    0下载:
  2. PParse演示改进的解析XML过程。在这个程序中,程序员不需要依赖抛出异常来终止解析操作。调用parseFirst()将引起DTD被解析,所有前沿内容,即根元素之前但不包含根元素的所有内容也被解析。接着调用parseNext()解析一个或多个标记,并从解析器的代码中分离出来。PParse解析一个XML文件并打印计算出元素数。 用法:PParse [options]<XML file>-PParse demonstration to improve the process of
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1096409
    • 提供者:
  1. 1111

    0下载:
  2. 代码运算类 汇编 双字节二进制无符号数开平方-Compilation of code computing category the number of double-byte unsigned binary square root
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:李克
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com