搜索资源列表

  1. SearchAddress

    0下载:
  2. 网络相关,网络地址的查找,c++编程实现-Network-related, network address lookup, c++ Programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:25600
    • 提供者:siffer
  1. case4

    0下载:
  2. DA算法中的使用的查找表模块,本程序先设计查找表,然后设计4*4DA算法模块,之后进行位扩展和字扩展得到32阶滤波器程序.附带4各表,和FIR滤波器序数-DA algorithm used in the lookup table module, the design of the program first look-up table, and then design 4* 4DA algorithm module, after the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:黄萌
  1. nslookup

    0下载:
  2. nslookup - *nix simple nslookup clone for the Win32 platform (Console Application) /// Does A DNS lookup by Host Name or IP. Host Name lookups can return /// multiple IP Ranges. -nslookup
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:km
  1. mydnslookup

    0下载:
  2. Simple example for DNS Lookup based on another example
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:9216
    • 提供者:MauricioPerez
  1. diplom

    0下载:
  2. Some diploma, about video lookup
  3. 所属分类:成功激励

    • 发布日期:2024-05-16
    • 文件大小:7012352
    • 提供者:denis
  1. Using_LUTs_to_Perform_Gamma_Correction_on_LEDs.ra

    0下载:
  2. Using Lookup Tables to Perform Gamma Correction on LEDs
  3. 所属分类:软件工程

    • 发布日期:2024-05-16
    • 文件大小:34816
    • 提供者:jsmaia
  1. ExtendFind

    0下载:
  2. 一个可以在VB开发环境增强查找的插件工具,可以和VB的IDE环境融为一体,支持查找自动定位(即点击查找的内容,即自动跳转到代码的位置,类似VC的查找功能,经常使用VC的应该能感觉到这个好功能的方便性),当然,还包括一些其他的功能,如查找并替换,代码格式化,代码缩进,代码修复优化,可以像VB的查找那样自定义查找范围,人性化的查找功能定制等。-A development environment in VB plug-ins enhance
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:221184
    • 提供者:rogerge
  1. LOOKUP

    0下载:
  2. look up source code s60 is program to search contact in symbian phone
  3. 所属分类:Symbian

    • 发布日期:2024-05-16
    • 文件大小:30720
    • 提供者:ajay kumaha
  1. hash

    0下载:
  2. 查找: 建立一个哈希查找表,哈希函数采用: H(key)= key P(其中P=13),若发生冲突后,用链地址法解决冲突。-Search: the creation of a hash lookup table, the use of hash function: H (key) = key P (of which P = 13), if the occurrence of post-conflict, and conflict re
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:70656
    • 提供者:奈奈
  1. fndSck327

    0下载:
  2. 一套Socket编程的控件,可以支持 Socket5和 httptunnle-FUNDAMENTALS is a collection of Delphi code libraries. FUNDAMENTALS SOCKETS contains: Sockets cWinSock.pas WinSock functions cSocks.pas
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:474112
    • 提供者:sail2000
  1. Mail_Server_MX_Lookup

    0下载:
  2. Mail Server MX Lookup C#.net
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:48128
    • 提供者:Wilksey
  1. nslookup

    0下载:
  2. nslookup命令 可以进行简单的DNS解析工具...非常好用-DNS lookup
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:31744
    • 提供者:queywairdove
  1. ImplementLUT-baseFIRFilterwithVHDL

    0下载:
  2. 用VHDL语言实现查找表方法有限冲击响应滤波器-VHDL language used lookup table method to achieve finite impulse response filter
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:贺欧
  1. SQL2000

    0下载:
  2. 主要功能就是远程(局域网)操作Sql Server数据库。 包括: 搜索并列举局域网内的所有Sql Server服务器 搜索并列举Sql Server服务器中的所有数据库 搜索并列举数据库中的所有表 对数据库结构的简单更改 对数据库表记录的查找、编辑等等。-Main function is the distance (LAN) operation Sql Server database. Include:
  3. 所属分类:汇编语言

    • 发布日期:2024-05-16
    • 文件大小:263168
    • 提供者:陆航锋
  1. tadns-1.0.tar

    0下载:
  2. Tiny Asynchronous DNS lookup library (TADNS) is small portable library for asynchronous gethostbyname() alternative.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:8192
    • 提供者:suei8423
  1. c51PingYin

    0下载:
  2. C51拼音程序源码原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。-C51 Pinyin program source code using an original two-dimensional array for the lookup table, I think that' s a waste of space, an
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-16
    • 文件大小:36864
    • 提供者:bright
  1. Process

    0下载:
  2. 进程查看程序,可以显示系统当前的进程,可以实现结束进程,刷新和关机等功能。-process lookup code,it can display system current proccess,kill selected proc,reflash or shutdown,and so on .
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:309248
    • 提供者:lecen
  1. dtl.3.6.11.tar

    0下载:
  2. 数据库模板类 支持ODBC -The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() r
  3. 所属分类:数据库系统

    • 发布日期:2024-05-16
    • 文件大小:793600
    • 提供者:zxj
  1. IpAddressSelect.DLL

    0下载:
  2. VC++2008SP1 MFC IP地址查询 是个DLL模块 -VC++ IP address lookup
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:10240
    • 提供者:aaadddzxc
  1. LanNeigbor

    0下载:
  2. 局域网探测工具 具有mac地址查询 主机名查询 共享查询等多功能的软件 提供源代码。采用多线程编程。不下后悔哦!-LAN detection tools have a mac address lookup host name query to share queries, and multi-purpose software source code. Multi-threaded programming. Oh, no less tha
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:4752384
    • 提供者:佳子
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 46 »

源码中国 www.ymcn.org