搜索结果
找到约 12,302 项符合
ethernet-a 的查询结果
微处理器开发 This document can be considered as a supplement to the already existing Application note AN10302 “U
This document can be considered as a supplement to the already existing Application
note AN10302 “Using the Philips LPC2000 Flash Utility”, which is provided in the same
zip file. The Application note covers the following topics:
Linux/Unix编程 A serial programming source code for linux
A serial programming source code for linux
数学计算 距阵链乘问题: 找出矩阵链乘A(35*40) A(40*20) A(20*10) A(10*15)的最佳相乘次序。 算法来自:计算机算法导引
距阵链乘问题:
找出矩阵链乘A(35*40) A(40*20) A(20*10)
A(10*15)的最佳相乘次序。
算法来自:计算机算法导引
matlab例程 实现雅可比叠代算法 在matlab中 输入矩阵A,b, 初值x 调用该函数 得到结果
实现雅可比叠代算法
在matlab中
输入矩阵A,b,
初值x
调用该函数
得到结果
驱动编程 MIPS YAMON, a famous monitor inc. source, make file and PDF manuals.
MIPS YAMON, a famous monitor inc. source, make file and PDF manuals.
人工智能/神经网络 SCS-C is another port to C of Goldberg s Simple Classifier System, with a few extensions.
SCS-C is another port to C of Goldberg s Simple Classifier System,
with a few extensions.
单片机开发 TLC0831A8位A/D转换器(C51单片机语言驱动程序)
TLC0831A8位A/D转换器(C51单片机语言驱动程序) ,很好用
单片机开发 P87C591的a/d 转换程序
P87C591的a/d 转换程序,可在keil 51下调试运行,也可将其参数修改后作为函数使用。
其他书籍 并发程序设计.This is a book to full description the parellel computing.
并发程序设计.This is a book to full description the parellel computing.
Linux/Unix编程 完成ls的如下功能 不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录 ls -a:列出当前目录下的所有文件和目录 ls -l:以长列表形式列出当前目录下的非隐藏的文件
完成ls的如下功能
不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录
ls -a:列出当前目录下的所有文件和目录
ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数
ls 路径名:如果路径名代表 ...