搜索资源列表
11
- 很多ic芯片的资料,mcu,e2,时钟,红外,485,232接口-Ic a lot of information on the chip, mcu, e2, clock, infrared, 485232 Interface
RPGViewer
- RPGViewer.rar 支持三国群英传等游戏提取修改等功能-RPGViewer.rar support games such as Disciples three amendments to the functions of extraction
inverssinglelist
- 将线性表逆置,即使元素排列次序颠倒过来,成为逆线性表E’={ en , en-1 , … , e2 , e1 },要求逆线性表占用原线性表空间,并且用顺序表和单链表两种方法表示,分别用两个程序来完成-Will be home against the linear form, even if the elements in reversed order, become the inverse linear form E ' = (en, en-1, ..., e2, e1), request
ezxterm-0.99.tar
- ezxterm for motorola rokr e2
EEPROM_Emulate_78K0S_9234
- NEC 9234 模拟E2的原代码程序 可稍微修改后用做其他8位机-9234 nec
e2
- 这是易语言教程的第二课。用于易语言的学习使用。-It is easy to second-class language tutorials. For easy language to learn to use.
ser-e2
- 93CS46 serial EEPROM connected to port 1
e2
- it contains many exercises(about intro to object orient) for learning C++.They are really good for beginners.
084221033
- 一元多项式计数器 基本要求: (1)输入并建立多项式; (2)输出多项式:n, c1, e1, c2, e2, …cn , en, 其中,n是多项式项数,ci和ei分别是第 i 项的系数和指数,序列按指数降序排列。 (3)两个多项式相加、相减、相乘、相除; (4)计算多项式在x处的值; (5)求多项式的导函数。 -Unary polynomial counter basic requirements: (1) input and the establishme
E2
- 比较两个字符串的大小,如第一个参数大,返回正数,第二个大返回负数,一般大,返回0-Compare size of two strings, if the first parameter is larger than the second, returns a positive number ,and else if the second returns negative , and generally , it returns 0
SDH_project
- 模拟SDH帧结构,设计了状态机,能从连续传输的SDH字节流中找出帧头;从SDH字节流中,提取E2字节,并按照64K速率分别串行输出E2码流及时钟;设计了输入信号,输出包括E2串行数据、E2串行时钟和SDH帧头位置指示-Analog SDH frame structure, a state machine, the continuous transmission of SDH byte stream to find the header SDH byte stream, extract E2
MR-ES系列伺服设置软件%28中文%29+版本:E2+
- MR-ES系列伺服设置软件%28中文%29+版本:E2+(MR-ES series servo settings software%28 Chinese%29+ version: E2)
assignment1
- 【问题描述】 设计一个实现一元稀疏多项式相加运算的演示程序。 【基本要求】 (1)输入并建立两个多项式; (2)多项式a与b相加,建立和多项式c; (3)输出多项式a,b,c。输出格式:比如多项式a为:A(x)=c1xe1+c2xe2+…+ cmxem,其中,ci和ei分别为第i项的系数和指数,且各项按指数的升幂排列,即0≤e1<e2<…<em。多项式b,c类似输出。([descr iption of the problem]