CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 查表

搜索资源列表

  1. base64

    0下载:
  2. Base64是MIME邮件中常用的编码方式之一。它的主要思想是将输入的字符串或数据编码成只含有{ A - Z , a - z , 0 - 9 , + , / }这64个可打印字符的串,故称为“Base64”。 Base64编码的方法是,将输入数据流每次取6 bit,用此6 bit的值(0-63)作为索引去查表,输出相应字符。这样,每3个字节将编码为4个字符(3×8 → 4×6);不满4个字符的以 = 填充。
  3. 所属分类:WEB邮件程序

    • 发布日期:2008-10-13
    • 文件大小:1578
    • 提供者:king
  1. sysBug

    0下载:
  2. 一个自己编写的木马程序,包括服务端和客户端.服务端把自己注册成为服务,并且使用了类似MFC的查表命令解释机制.-prepared by a Trojan own procedures, including server and the client. Server themselves registered as a service, and the use of a similar order MFC Lookup explain the mechanism.
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:489961
    • 提供者:梁我我
  1. pppp

    0下载:
  2. 仅供学生学习之用 简单的单表增删改查 代码简洁 易懂 -Students only use a simple single-table additions and deletions to the code easier to understand search
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:276418
    • 提供者:王雄
  1. CalRemainder

    0下载:
  2. 可以根据输入的生成多项式计算CRC16的余式表,并输出到TXT文件中打开。附赠CRC16的查表程序和直接计算程序,供验证用。使用这段程序,可以完美解决CRC16的编程问题,CRC32以及CRC8也可以参考使用。-CRC16 remainder table according to the generator polynomial of the input and output to a TXT file to open. Comes with a CRC16 table look-up proc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:27651
    • 提供者:刘宇
  1. list_success

    0下载:
  2. 链表的创建与删除,实现链表的增删改查的功能。仅供参考。-Creation and deletion of a linked list, linked list of CRUD functionality. For reference only.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:5204
    • 提供者:阿道夫
  1. gbcodetounicode

    0下载:
  2. gb2312转unicode,自行查表,不依赖编译器库文件,C语言编写,多平台无须移植-The gb2312 turn unicode own look-up table, and does not depend on the compiler library files, C language, multi-platform without transplant
  3. 所属分类:Linux Network

    • 发布日期:2017-11-14
    • 文件大小:69200
    • 提供者:小将
  1. otl4_examples

    0下载:
  2. c++通过otl访问数据库的例子程序,包括对数据库表的增删改查-c++ otl access to the database through the example program, including the database tables CRUD
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:785380
    • 提供者:stone
  1. DataManagement_13-5-1

    0下载:
  2. 能解析xml自动创建数据库表,用户在web端可以增删改查功能,有日志记录和权限管理-parse xml to create database table
  3. 所属分类:Web Server

    • 发布日期:2017-05-22
    • 文件大小:6916608
    • 提供者:zhang
  1. daima

    0下载:
  2. 1,链表的增删改查 2,分客户端和服务器, 3,客户端发送信息,服务器存储-1, the list CRUD 2, sub-client and server, and 3, the client sends information, server storage
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:3045
    • 提供者:zhangyabin
  1. 1234

    0下载:
  2. 带数码管显示的交通灯模拟控制系统设计.   硬件方面:8253产生1HZ的方波,脉冲到8259的IR1端,产生中断,调中断服务子程序。在加入紧急车道后,单脉冲()连到8259的IRO端,产生一个高级的中断请求信号。    软件方面:主程序先对各个硬件初始化,在开CPU中断,然后空操作,等待中断。执行低级中断(IR1)时,8255的PA口负责选数码管,PB口负责显示数字,用查表法可查到0~9的数码管编码。 采用循环扫描方法,人眼即可看到连续的二位数。当倒计时减到零时,对红绿灯取反。若手动上
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:5836
    • 提供者:宋威
  1. yuge

    0下载:
  2. 一个对数据库里面学生表进行增删查改功能 -student table student tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent tablestudent
  3. 所属分类:Web Server

    • 发布日期:2017-05-07
    • 文件大小:1511986
    • 提供者:张小妞
  1. crc-ccitt

    0下载:
  2. 用查表法计算 CRC 码的 CRC-CCITT 校验软件设计;通信传输方式通过共享文件实现;生成多项式为 CRC-CCITT,能在两台计算机上运行程序,一台产生 CRC 码,另一台校验。-CRC-CCITT check software is designed by using look-up table method communication transmission mode is realized by shared file generating polynomial is CRC
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-05
    • 文件大小:5003
    • 提供者:
  1. jeecg-mybatis-framework

    0下载:
  2. jeecg-mybatis-framework,采用SpringMVC+Mybatis等主流框架,为jeecg的参考学习版本,参考YIYA网站,仅供大家学习和技术交流。 代码生成器:支持单表模型,根据表生成对应的Bean,Service,Dao,Action,XML,JSP等,增删改查功能直接使用。 下载:JEECG-mybatis参考学习版本 环境搭建步骤: 1.创建一个utf-8的数据库,数据库名jeecgmybatis 2.执行脚本jeecgmy
  3. 所属分类:Web Server

    • 发布日期:2017-12-12
    • 文件大小:21138754
    • 提供者:paipaicomcn
  1. sqlist

    0下载:
  2. 数据结构:线性表的基本操作,包括增删改查,线性表的倒置,数据的打印;-Data structure: the basic operation of the linear table
  3. 所属分类:Linux Network

    • 发布日期:2017-12-20
    • 文件大小:7168
    • 提供者:小麦vam
  1. VVVV

    0下载:
  2. 网络编程的MVC思想,连接mysql数据库,实现登录确认,学生表,的增删查改,目前还没有写完,my10就过期了(Network programming MVC thought, connect mysql database, realize login confirmation, student table, add and delete check change, has not yet finished, my10 expired)
  3. 所属分类:网络编程

    • 发布日期:2018-01-05
    • 文件大小:958464
    • 提供者:哈呵呵1324
  1. SAQPB246

    0下载:
  2. 易语言查表法水纹特效源码,很不错的易语言源码,适合易语言爱好者学习,()
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:17408
    • 提供者:qbnzd%2B377039
  1. 哈希树

    0下载:
  2. 针对你所在的班级中的“人名”设计一个哈希表,完成相应的建表和查表程序。(A hash table is designed for the "name" of the class in which you are located, and the corresponding table and check - up procedures are completed.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:whisdom
搜珍网 www.dssz.com