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

搜索资源列表

  1. 用c编写的N*N的螺旋矩阵源代码

    0下载:
  2. /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() {     int i, j, num=1, a[N][N];     for(i=0; i<=N/2; i++) &nb
  3. 所属分类:其他小程序

    • 发布日期:2008-05-05
    • 文件大小:4395
    • 提供者:good@588
  1. CRC ANSI X3.66

    0下载:
  2. 32位CRC循环冗余源代码 符合ANSI X3.66标准,运用于CCITT s X.25协议-32 Cyclic Redundancy source code conforms to the ANSI X3.66 standard, used CCITT s X.25
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4187
    • 提供者:赵磊
  1. mymapp

    0下载:
  2. 用C++中的MFC编程实现正轴等角割圆柱投影,实现以下要求: 取克拉索夫斯基椭球 (1)制图区域: Bs=0°, BN=25° LE=105°, LE=125° (2)经纬线间隔: ΔB=ΔL=5° (3)制图比例尺: 1:M0=1:1000 000 (4)标准纬线: Bk=±15° 计算经纬网格点的 x, y,m,n, p
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:41610
    • 提供者:张建
  1. c++4

    0下载:
  2. 有一行电文, 已按下面规律译成了密码: A――>Z a――>z B――>Y b――>y C――>X c――>x ……….. ……….. 即第 1 个字母变成第 26 个字母, 第 2 个字母变成第 25 个字母, 第 i 个 字母变成第 (26-i+1) 个字母, 非字母字符时不变。 要求编出程序, 将密码还原成原文, 并输出原文到文件 decode.txt */
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3361
    • 提供者:冯艳华
  1. 网络IP自动分配

    1下载:
  2. 通过ADO操作SQLSERVER数据库,获取用户MAC地址,分发不同的IP地址,并记录在数据库中,附带了不重启设置IP地址(因为作者在的局域网,ip为25.51.X.X,所以其中部分修改IP代码请根据情况改变!-SQLSERVER operated by ADO database users access to the MAC address, the distribution of IP addresses and records in a database, not a fringe res
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:123396
    • 提供者:孙鹏程
  1. LAPB

    0下载:
  2. LAPB协议的实现源码,是x.25的基础。也可以作为LAPM纠错协议的参考-LAPB protocol implemented source is the basis of X.25. LAPM also can be used as a reference FEC agreement
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10093
    • 提供者:黄发
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. normaldistribution

    0下载:
  2. #include <stdlib.h> #include <stdio.h> #include <time.h> #include <fstream> #include <iostream> using namespace std struct Code { float a char s } Code cc[8]={{0.25, a },{0.3,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:809
    • 提供者:糊涂
  1. zmodemclass

    0下载:
  2. ZMODEM is a file transfer protocol developed by Chuck Forsberg in 1986, in a project funded by Telenet in order to improve file transfers on their X.25 network. In addition to dramatically improved performance compared to older protocols, ZMODEM also
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:26006
    • 提供者:ahmed
  1. knight

    0下载:
  2. 在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。这样的跳马步骤称为1 个成功的骑士征途。例如,当n=5 时的1 个成功的骑士征途如下图所示。 1 2 3 4 5 1 25 14 1 8 19 2 4 9 18 13 2 3 15 24 3 20 7 4 10 5 22 17 12 5 23 16 11 6 21 算法设计: 对于给定的n和n*n方格的起始位
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:882168
    • 提供者:wakaka
  1. CPPpinyin

    0下载:
  2. C++拼音输入法 a b c d e f g h i j k l m n o p q r s t u v w x y z 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 16--55 区为常见字,区位连续, 56--89为难检字,区位不连续。 index.dat 里前六列为拼音索引,中四列为索引字区位开始与结束位置,后四十列存放重音字和难见字 区位。 将要写入库的词
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-22
    • 文件大小:29696
    • 提供者:
  1. umnozhenie

    0下载:
  2. In mathematics, a multiplicative inverse or reciprocal for a number x, denoted by 1/x or x− 1, is a number which when multiplied by x yields the multiplicative identity, 1. The multiplicative inverse of a fraction a/b is b/a. For the multiplicat
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:46338
    • 提供者:Artem M
  1. cpp1

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:8197
    • 提供者:bhavin
  1. cpp2

    0下载:
  2. C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:34798
    • 提供者:bhavin
  1. x25_asy

    0下载:
  2. CCITT X.25 asynchronous framing recommendations for linux 3.0.
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6999
    • 提供者:terkcurest
  1. strgdard

    0下载:
  2. 32位CRC循环冗余源代码 符合ANSI X3,66标准,运用于CCITT s X,25协议-32-bit CRC cyclic redundancy code in accordance with ANSI X3, 66 standard, used in CCITT s X, 25 protocol
  3. 所属分类:Console

    • 发布日期:2017-12-11
    • 文件大小:3785
    • 提供者:aeknil
  1. ftandart-CRL

    0下载:
  2. 32位CRC循环冗余源代码 符合ANSI X3,66标准,运用于CCITT s X,25协议-32-bit CRC cyclic redundancy code in accordance with ANSI X3, 66 standard, used in CCITT s X, 25 protocol
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:hppermixc
  1. 330043

    0下载:
  2. 32位CRC循环冗余源代码 符合ANSI X3,66标准,运用于CCITT s X,25协议()
  3. 所属分类:界面编程

    • 发布日期:2018-01-02
    • 文件大小:3072
    • 提供者:Uxtoo
  1. 134490

    0下载:
  2. 32位CRC循环冗余源代码 符合ANSI X3,66标准,运用于CCITT s X,25协议()
  3. 所属分类:进程与线程

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:uncrmiked
« 12 »
搜珍网 www.dssz.com