搜索结果

找到约 505 项符合 Run-Length 的查询结果

驱动编程 AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Em

AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. ...
https://www.eeworm.com/dl/618/386679.html
下载: 57
查看: 1058

其他 //顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #

//顺序表的建立、查找、插入与删除 #include <stdio.h> #include <malloc.h> #include <stdlib.h> #define ListSize 100 //表最大长度 //结构定义 typedef struct SeqList { int node[ListSize] //存放表结点 int length //当前表长度 } SeqList //插入元素 insertList(SeqList *list, int e) { int i=list->length-1 ...
https://www.eeworm.com/dl/534/390208.html
下载: 140
查看: 1037

通讯编程文档 3D手机游戏开发教学 编写一个继承于Canvas类的子类

3D手机游戏开发教学 编写一个继承于Canvas类的子类,并且实现Runnable接口,在run方法中绘制屏幕中一个小方块,通过游戏动作键(上下左右)控制方块的移动
https://www.eeworm.com/dl/646/394975.html
下载: 31
查看: 1035

单片机开发 PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def

PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define DELPort P2_1 #define LEDTwoC P3_6 #define LEDThreeC P3_7 #define TMPort P2_7 #define INBUF_LEN 5 // ...
https://www.eeworm.com/dl/648/397163.html
下载: 61
查看: 1075

Linux/Unix编程 Requirement =====================================================================================

Requirement ===================================================================================== python 2.4+ wxPython 2.6+ Unicode Version Installation ===================================================================================== Directly extract the tarbar into a empty directory or ov ...
https://www.eeworm.com/dl/619/399296.html
下载: 160
查看: 1034

数据结构 密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data struct

密码学界牛人Victor Shoup用C++编写数论类库。 NTL is a high-performance, portable C++ library providing data structures and algorithms for arbitrary length integers for vectors, matrices, and polynomials over the integers and over finite fields and for arbitrary precision floating point arithmetic. N ...
https://www.eeworm.com/dl/654/402666.html
下载: 47
查看: 1454

单片机开发 getip1.cpp // // This program reports the IP address for each adapter in your machine. // To comp

getip1.cpp // // This program reports the IP address for each adapter in your machine. // To compile from command-line type: // // cl getip1.cpp wsock32.lib // // Make sure your INCLUDE and LIB environment variables are set up properly // you can run vcvars32.bat
https://www.eeworm.com/dl/648/403284.html
下载: 184
查看: 1028

VxWorks This file contains board-specific information for the Motorola cpv3060 target board. Specifically,

This file contains board-specific information for the Motorola cpv3060 target board. Specifically, this file contains information on any BSP interface changes from previous software or hardware versions, and contains caveats that the user must be aware of before using this BSP. Additionally, the tar ...
https://www.eeworm.com/dl/662/405368.html
下载: 40
查看: 1070

VxWorks This file contains board-specific information for the Motorola LoPEC in support of the lopec BSP. S

This file contains board-specific information for the Motorola LoPEC in support of the lopec BSP. Specifically, this file contains information on any BSP interface changes from previous software or hardware versions, and contains caveats that the user must be aware of before using this BSP. Addition ...
https://www.eeworm.com/dl/662/405384.html
下载: 123
查看: 1062

matlab例程 复接入

复接入,B/W双用户使用直接扩频序列 % >>>multiple access b/w 2 users using DS CDMA % >>>format is : cdmamodem(user1,user2,snr_in_dbs) % >>>user1 and user2 are vectors and they should be of equal length % >>>e.g. user1=[1 0 1 0 1 0 1] , user2=[1 1 0 0 0 1 1],snr_in_dbs=-50 % >>>or snr_in_dbs=50 ju ...
https://www.eeworm.com/dl/665/407481.html
下载: 47
查看: 1014