搜索结果
找到约 13,847 项符合
a-h 的查询结果
单片机开发 用PHILIPS P89LPC915 完成的A/D 和 D/A转换的C源程序.
用PHILIPS P89LPC915 完成的A/D 和 D/A转换的C源程序.
嵌入式Linux The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic pro
The goal of this lab is
(1) to under the defects of software timers,
(2) to write a periodic program without timers,
(3) to write a periodic program using timer
Hardware:Host computer PC
Software: GNU GCC
Linux/Unix编程 a tool for modifying the boot logo of linux system
a tool for modifying the boot logo of linux system
Linux/Unix编程 A good png library for mulit-platform
A good png library for mulit-platform
操作系统开发 a fat12 source code, it is verified for many platform
a fat12 source code, it is verified for many platform
教育系统应用 this is a flash opening for someone who like to download
this is a flash opening for someone who like to download
编译器/解释器 Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a si
Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single binary that is able to compile any context free language (like C, Pascal, Java) for any platform with only 1 file.
Draak Compiler是一个多语言,宏编译器,可以在一个单独的 ...
编译器/解释器 C-smile OOL is a scripting language with C++-like grammar. It has compiler, VM running bytecodes and
C-smile OOL is a scripting language with C++-like grammar. It has compiler, VM running bytecodes and C++ extendible runtime. Intended to run in standlone and embedded mode
C-smile 面向对象语言在语法上比较像C++的脚本化的语言,它有一个编译器,一个运行字节码的虚拟机,和可扩展的C++运行时。它是为运 ...
系统设计方案 可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义
可预置的8位计数器程序的主要部分分析
#include <AT89X51.H> //器件配置文件
#define uchar unsigned char //变量类型的宏定义
#define uint unsigned int
uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码
0x49,0x41,0x1f,0x01,0x09}
uchar data cnt[8] //在data区定义8位长度的数组,用来存 ...
人工智能/神经网络 基于模型聚类算法的matlab实现 This does the entire MB Clustering given a set of data. It only does the 4 basic
基于模型聚类算法的matlab实现
This does the entire MB Clustering given a set of data.
It only does the 4 basic models, unequal-unknown priors. It
returns the BESTMODEL based on the highest BIC.