CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 输入表

搜索资源列表

  1. d

    0下载:
  2. 设定哈希函数 H(key) = key MOD 11 ( 表长=11 ),输入一组关键字序列,根据线性探测再散列解决冲突的方法建立哈希表的存储结构,显示哈希表,任意输入关键字,判断是否在哈希表中。-Set the hash function H (key) = key MOD 11 (table length = 11), enter a keyword sequence, then hash based on the linear probing method of conflict reso
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1096
    • 提供者:申超波
  1. 95302920shuzidainyabiao

    0下载:
  2. 简易数字电压表的设计可以测量0~5V的8路输入电压值,并在四位上轮流显示或单路选择显示。测量最小分辨率为0.019V,测量误差为±0.02V。-Design of simple digital voltage meter to measure the 8 0 ~ 5V input voltage, and turn four on the show or single select Show. Measuring a minimum resolution of 0.019V, measureme
  3. 所属分类:SCM

    • 发布日期:2017-05-01
    • 文件大小:634634
    • 提供者:范天超
  1. shunxubiao

    0下载:
  2. (1).输入一组整型元素序列,建立顺序表。 (2).实现该顺序表的遍历。 (3).在该顺序表中顺序查找某一元素,查找成功返回1,否则返回0。 (4).判断该顺序表中元素是否对称,对称返回1,否则返回0。 (5).实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 (6).输入整型元素序列利用有序表插入算法建立一个有序表。 (7).利用算法6建立两个非递减有序表并把它们合并成一个非递减有序表。 (8).编写一个主函数,调试上述算法。 -shun xu
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1636
    • 提供者:杨杨
  1. mingtigongshizhenzhibiao

    0下载:
  2. 能够完整地将用户输入的命题公式的真值表输出-To complete the user input output truth table propositional formula
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2624125
    • 提供者:吴惠阳
  1. PE_encrypting_core

    0下载:
  2. 本程序是将被加壳到被加密的程序中的主要部分,程序将处理原程序中的输入表的修正工作-This procedure is to be encrypted by packers to the main part of the program, the program will handle the input table in the original program of rectification work
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3121
    • 提供者:yuxiangzhang
  1. 200561673692249

    0下载:
  2. 离散数学的真值表计算方法。可以计算N个输入的全部真值表-A special discrete mathematics used to calculate the truth table of the program, using C++ language
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:46556
    • 提供者:刘伟
  1. MAP

    0下载:
  2. 用EXCEL做的气象分析图计算低压附近的风力。 也可以在图上量的距离输入表中进行计算-EXCEL to do with the calculation of low-pressure weather analysis chart near the wind. You can also map the amount calculated from the input table
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:379475
    • 提供者:lkf
  1. jianpan24

    0下载:
  2. 24键键盘程序,引脚说明及连线 列线:p4.0 p4.1 p4.2 p4.3 作为输入 行线:p4.4 p4.5 p4.6 p4.7 p6.5 p6.6作为输出 1、检测当前是否有键被按下。检测的方法是P4.4-P4.7,P6.5,P6.6输出全"0",读取P4.0-P4.3的状态,若P4.0-P4.3为全"1",则无键闭合,否则有键闭合。 2、去除键抖动。当检测到有键按下后,延时一段时间再做下一步的检测判断。 3、若有键被按下,应识别出是哪一个键闭合。方法是对键
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:2049
    • 提供者:赵盈盈
  1. shuzidianyabiao

    0下载:
  2. 该数字电压表具有手动和自动测量功能,设计者完成相应的硬件和软件设计。实现技术指标包括: 1可测量工频交流电压 2电压测量精度达5/1000 3电压测量分5档:2.5V、10V、20V、100V、700V 4输入阻抗大于1MΩ。 5显示器可显示测量的有效值。 6有手动和自动按键,自动档量程自动切换 7写出程序流程图及汇编程序。-The digital voltage meter with manual and automatic measurement f
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:174263
    • 提供者:庆庆
  1. Tree

    1下载:
  2. 首先以广义表的形式输入一棵树,并且由程序建立,再依次实现对树的先序,中序,后序的遍历-preoder,inorder and postorder of a tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:233878
    • 提供者:嘎啦猫熊
  1. src

    0下载:
  2. 简单PE结构解析工具.程序还不完善,也不是很好。主要是拿来和大家分享一下,供像我一样入门的朋友交流学习。 程序实现了IMAGE_DOS_HEADER、IMAGE_NT_HEADERS的解析,另外还有节表头、输入表、输出表的解析,时间标志信息的转换,RVA和文件便宜的转换,还有一个进程列表的显示。 注意,本程序没有编辑功能。 进程列表也仅仅是显示,而且是通过创建进程快照实现的,所以对于一些进程可能无法获取基址、镜像大小、以及模块列表-PE Structure of s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:661556
    • 提供者:qiurun
  1. PE

    0下载:
  2. PE解析了输入表和输出表。并且使用了stl的vector。windows 的console-analyse the importTable&exportTable of PE
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3152
    • 提供者:何龙
  1. Internal-sort-of-comparison-method

    0下载:
  2. 1)对以下9种内部排序算法进行比较:起泡排序、直接插入排序、简单选择排序、快速排序、希尔排序、堆排序、折半插入排序、二路插入排序、归并排序。 (2)待排序表的表长不小于 100;其中的数据要用伪随机数产生器产生;至少要用 5 组不同的输入数据做比较;比较的指标为关键字参加的比较次数和关键字的移动次数(关键字交换为 3 次移动)。 (3)针对不同的输入表长做试验,观测检查两个指标相对表长的变换情况。 (4)随机产生的数据保存到文件 input.txt 中,将各个算法的关键字比较次
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1590
    • 提供者:张元弟
  1. js

    0下载:
  2. 这个文件可以实现输入表单各种数据类型的格式检测-This file can form various types of data input format detection
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:53706
    • 提供者:laofd
  1. CopySysDll

    0下载:
  2. 不通过LoadLibrary的方式和静态方式加载。从而做到无影无形。 以PE文件的方式从内存中加载DLL,本例用的是user32.dll。 包括修正重定位表。修正输入表。DLL初始化。-Way and not through the LoadLibrary static load. To be invisible. The way to PE file from the memory load the DLL, in this case using user32.dll. Includi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:40250
    • 提供者:tt
  1. shurubiaomianshajishuzongjie

    0下载:
  2. 输入表免杀技术总结精装版,希望对初学免杀的朋友有帮助-Input table to avoid killing the technical summary of the hardcover edition, I hope to help beginners to avoid killing friends
  3. 所属分类:Network Security

    • 发布日期:2017-04-05
    • 文件大小:805044
    • 提供者:enjoypudn
  1. Beautiful-password-entry-form

    0下载:
  2. 漂亮密码输入表单,当你鼠标换行是自动变色,并提醒你输入相关的信息-Beautiful password entry form when you mouse line breaks are automatically color, and remind you to enter the relevant information
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:1527
    • 提供者:stein
  1. IAT

    1下载:
  2. IAT注入的东西 可以修改IAT输入表-IAT injection things can be modified IAT input table
  3. 所属分类:Hook api

    • 发布日期:2017-11-23
    • 文件大小:391168
    • 提供者:陈贻辉
  1. IAT

    1下载:
  2. IAT注入模块易语言源码,修改文件输入表注入。-IAT injection module easy language source code, modify the file input table injection.
  3. 所属分类:ELanguage

    • 发布日期:2017-11-18
    • 文件大小:4467
    • 提供者:小民
  1. ticket

    0下载:
  2. 接口封装了访问上海际珂和航旅天空的机票查询接口,还有一个机票查询的网页,包括查询表单,查询结果显示,订单页面,可以作为编写机票查询接口、机票查询结果显示、旅客信息输入表单的参考学习材料。-Interface encapsulates the the ticket query interface to visit Shanghai occasion Ke and Air Brigade sky, a ticket inquiries page query form, query results d
  3. 所属分类:transportation applications

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