代码搜索:如何学习 CPRI IDT?
找到约 10,000 项符合「如何学习 CPRI IDT?」的源代码
代码结果 10,000
www.eeworm.com/read/245586/12792797
h globals.h
/* idt.c */
//extern idt_selector_t __idt[IDT_ENTRIES];
//extern idtr_t __idtr;
/* entry.s */
extern unsigned long divide_error;
/* idt.c */
extern void set_intr_gate(unsigned int irq, void *addr);
www.eeworm.com/read/387776/8654093
dp2 main.dp2
main.o: D:\iccv7avr\include\iom16v.h D:\iccv7avr\include\macros.h F:\avr单片机学习\我自编程序\1602lcd\lcd1602.h
www.eeworm.com/read/239920/13247925
txt 说明.txt
BP学习算法应用——模式分类
应用动量BP学习算法对UCI提供的经典数据库——鸢尾属植物数据库进行分类,速度快,精度高。
iris.arff为数据库文件,可用Weka数据挖掘软件打开。
Iris.csv为源代码读取的数据文件,通过Weka软件转换得到。
将源文件Iris_classify.m和Iris.csv文件放入matlab的 ...
www.eeworm.com/read/136393/13380143
txt whatnew.txt
C语言学习系统更新说明
最后更新 2002/12/10
--------------------------
C语言学习系统 V3.2(2002/12/10)
1、新增“例题精解”功能,收录40道例题,并配有详细分析说明。
2、“编程实例”新增精选实例20道。
3、修改“编程实例”文本格式。
4、修正了“属性设置”的BUG。
------------------------
www.eeworm.com/read/305737/13761738
dsnwrk 单片机学习板.dsnwrk
[ProjectGroup]
Version=1.0
[Project1]
ProjectPath=单片机学习板_1.PrjPcb
www.eeworm.com/read/174785/9574353
c idt723v90823.c
/* idt72v90823.c - IDT 72V90823 driver source */
/*
modification history
--------------------
*/
#include "idt72v90823.h"
TSICTL idt90823TsiCtl;
void tsiInit()
{
IDT72V90823REG * pTsiReg;
un
www.eeworm.com/read/174785/9574355
h idt72v90823.h
/* idt72v90823.h - IDT 72V90823 driver header */
/*
modification history
--------------------
*/
#define CS_TSI90823 0x70000000
typedef struct idt72v90823reg
{
volatile unsigned short cr
www.eeworm.com/read/174785/9574366
h idt72v70840.h
/* idt72v70840.h - IDT 72V70840 driver header */
/*
modification history
--------------------
*/
#define CS_TSI70840 0x70000000 /* select by bank7 and BR7 = 0x7000,100*/
#define CR 0
www.eeworm.com/read/174785/9574372
h idt72v70840.h
/* idt72v70840.h - IDT 72V70840 driver header */
/*
modification history
--------------------
*/
#define CS_TSI70840 0x70000000 /* select by bank7 and BR7 = 0x7000,100*/
#define CR 0
www.eeworm.com/read/408911/7216407