搜索结果
找到约 3,424 项符合
mips-I 的查询结果
嵌入式/单片机编程 计算机并口转3路串行DA的DLL源码及电路,芯片MAX541/MAX5541,可以免费申请,8路I/O输出,5路输入,并口的简单极限应用.经使用各项性能不错,就是DA抗干扰较差,没有较大的电磁干扰运行
计算机并口转3路串行DA的DLL源码及电路,芯片MAX541/MAX5541,可以免费申请,8路I/O输出,5路输入,并口的简单极限应用.经使用各项性能不错,就是DA抗干扰较差,没有较大的电磁干扰运行稳定.电路初步设计,有很多问题,请自行修改,切勿商用!在此特感谢李高的技术支持 ...
人工智能/神经网络 Somebody over on the Generation5 forum asked for a "Hello World!" program for genetic algorithms. I
Somebody over on the Generation5 forum asked for a "Hello World!" program for genetic algorithms. I took it literally and created a very simple program (138 lines of code) that evolves the phrase "Hello world!"
编译器/解释器 mipsit是一个mips的虚拟机。可以用来了解mips的体系结构
mipsit是一个mips的虚拟机。可以用来了解mips的体系结构
数据结构 若在矩阵Am×n中存在一个元素A[i-1
若在矩阵Am×n中存在一个元素A[i-1,j-1],其满足A[i-1,j-1]是第i行元素中最小值,且又是第j列元素中最大值,则称此元素为该矩阵的一个马鞍点。用二维数组存储矩阵Am×n ,设计算法求出矩阵中所有马鞍点。
Windows CE MIPS 上的 touch screen 程序
MIPS 上的 touch screen 程序
嵌入式Linux 一个专门针对mips的bootloader程序源代码
一个专门针对mips的bootloader程序源代码
matlab例程 many matlab script ,i colect many things about mathmatics and many method of math problem
many matlab script ,i colect many things about mathmatics and many method of math problem
数据结构 最优服务次序问题 问题描述: 设有n 个顾客同时等待一项服务。顾客i需要的服务时间为t(i),i=1,…,n 。...个顾客等待服务时间的 总和除以n。 编程任务: 对于给定的n个顾客需要的服务时间,
最优服务次序问题 问题描述: 设有n 个顾客同时等待一项服务。顾客i需要的服务时间为t(i),i=1,…,n 。...个顾客等待服务时间的 总和除以n。 编程任务: 对于给定的n个顾客需要的服务时间,编程计算最优服务次序。
系统设计方案 Linux设备驱动编程之内存与I/O操作
Linux设备驱动编程之内存与I/O操作
压缩解压 The LZW compression class i mplemented as a fixed length code which you can specify, the huffman alg
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams