搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 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
XMLlToolbox2
- The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >>
uCOS-II_Model_STM32
- IAR4.42版本的UCOSII for STM32移植模板-IAR4.42 version of UCOSII for STM32 transplantation template
Windows_Driver_Programming_Tutorial
- 第一章 字符串 6 1.1 使用字符串结构 6 1.2 字符串的初始化 7 1.3 字符串的拷贝 8 1.4 字符串的连接 8 1.5 字符串的打印 9 第二章 内存与链表 11 2.1内存的分配与释放 11 2.2 使用LIST_ENTRY 12 2.3 使用长长整型数据 14 2.4使用自旋锁 15 第三章 文件操作 18 3.1 使用OBJECT_ATTRIBUTES 18 3.2 打开和关闭文件 18 3.3 文件的读写操作 21
v42
- V.42 protocol descr iption with sources
v42bis
- v.42 bis 协议,sndcp协议压缩标准。sndcp属于3gpp规范-v.42 bis agreement, sndcp protocol compression standard. sndcp are 3gpp specification
CCITTV_42bis--compression-algorithm
- 本文主要介绍CCITT v.42bis建议的压缩算法的主要特点,以及实现该算法的数据结构,形成新串的方法,动态维护字典的方法和指针编码,并给出V.42bis建立的模拟结果。V.42压缩可以用于SNDCP子层分组数据部分的压缩。-This paper describes the main features recommended by the CCITT v.42bis compression algorithm, and the data structure of the algorithm,
Mobile-station-GPRS-overall-design
- 本文档描述中兴移动台GPRS协议栈总体设计方案。在描述GPRS系统基本原理的基础上,提出中兴移动台GPRS协议栈的设计目标,并描述了协议栈的实现方案。-This document describes the ZTE mobile station GPRS protocol stack, the overall design. Describe the basic principle of the GPRS system on the basis of the design goals of th
mj-1.6-src
- unix下的一个带客户端的麻将游戏 带源码-$Header: /home/jcb/newmj/RCS/README,v 11.4 2003/03/15 12:42:44 jcb Rel $ This is the README file for the Unix mah-jong programs by J. C. Bradfield. NOTICES: -------- Please see the file LICENCE for terms and c
nmclan_cs
- Linux PCMCIA ethernet adapter driver for the New Media Ethernet LAN. nmclan_cs.c,v 0.16 1995 07 01 06:42:17 rpao Exp rpao.
mdm_msg
- Fields in assign DLC information element for modem protocol V.42 MNP:.
schedule
- Id: schedule.h,v 1.5 2006 05 03 21:53:42 vanhu Exp.
Micrium_Xilinx_Repo_1_42_
- ucos BSP can be use as the BSP v 1.42
VB与OMRON PLC通讯源码
- 这是VB和欧姆龙通讯源码经典的例子, Lettura_Dm = False ricez_ok = -1: timeout = False trasm = "@00RD" trasm = trasm + Right$(Str$(10000 + dm!), 4) trasm = trasm + "0001" trasm = trasm + bcc(trasm) + Chr$(42) + Chr$(13) Omron!Comm1.Output