搜索结果

找到约 1,024 项符合 Msc-G 的查询结果

行业应用文档 TI公司C5000系列芯片技术文档

spru131g_TMS320C54x DSP CPU and Peripherals Reference Set Volume 1 (Rev. G),spru172c_TMS320C54x DSP Mnemonic Instruction Set Reference Set Volume 2 (Rev. C)
https://www.eeworm.com/dl/507337.html
查看: 137

C/C++语言编程 文件Java排课系统的报告

My JSP 'TeacherMain.jsp' starting page var $=function(id) { return document.getElementById(id); } function show_menu(num){ for(i=0;i
https://www.eeworm.com/dl/507625.html
查看: 31

加密解密 AES verilog 实现

用 V e r  i l o g 实现AES,加密解密
https://www.eeworm.com/dl/508159.html
下载: 1
查看: 34

单片机编程 红外解码程序

/*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo  */  #include <avr/io.h> #include <avr/iom168pa.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/eeprom.h> //#include <util/delay_basic.h> //unsigned char const SEGtabl ...
https://www.eeworm.com/dl/509771.html
查看: 52

Linux/uClinux/Unix编程 c语言程序源

#include <iostream> using namespace std; class Student { public: Student(int, int); int num; int grade; }; Student::Student(int n, int g) { num = n; grade = g; } int maxGradeIndex(Student* s) { int maxGrade, index = 0, i = 0; maxGrade = s[0].grade; for (i = 0; i<5; i++) { if (s[i].grade > maxGrade) ...
https://www.eeworm.com/dl/510573.html
下载: 1
查看: 29

Linux/uClinux/Unix编程 linux

简单命令使用grep等的使用 [zorro@isch ~]$ history     1  ifconfig     2  su     3  exit     4  ls     5  cd Desktop/     6  ls     7  tar zxcf VMwareTools-8.4.5-324285.tar.gz    &nb ...
https://www.eeworm.com/dl/511219.html
查看: 30

技术资料 北京102_北京虞邦

说明: a) 单字符用于子站向主站传输的确认(肯定或否定); b) 控制域是用来区别不同的帧和数据传输方向的单字节,详见第二节; c) 地址域是链路地址(一般是RTU编号),2字节,低字节在前,高字节在后; d) 帧校验是用户数据区的各字节的算术和对256的模; e) 变长帧中的L为用户数据区的长度,2个L相等; f) 变长帧中的AS ...
https://www.eeworm.com/dl/513626.html
查看: 25

源码 多项式计算代码

void DFS(MGraph G, int i) {     int j;     visited[i] = TRUE;     printf("%c ",    G.vexs[i]);     for (j=0; j<G.numVertexes; ++j)     {         if (G.arc[i][j]!=INFINITY  &&  !visited[j])       ...
https://www.eeworm.com/dl/513812.html
下载: 1
查看: 4

其他 6502电器集中

针对教学典型站场,以选X→ⅢG经由5/7道岔反位的接车为基本进路为例,根据选岔电路原理和道岔点及信号点的选出顺序规律,要求完成以下工作: (1)完成进路选择组时序逻辑设计; (2)完成进路执行组时序逻辑设计; (3)完成进路解锁时序逻辑设计; ...
https://www.eeworm.com/dl/514725.html
下载: 1
查看: 31

习题答案 数字图像处理技术 图像的基本运算

1. 编写M程序,利用图像点运算的线性函数:G = aF + b, 给出a、b的不同值,改变图像的对比度、亮度以及图像反相的效果。 2.  利用“二值图像与原图像做点乘,得到子图像”的原理.,编写M程序,构造特殊的二值图像,最终得到需要的子图像。 3.  编写M程序,实现两个大小不同图像的叠加。 4,(提高题) ...
https://www.eeworm.com/dl/515021.html
下载: 4
查看: 14