资源列表
1602_Diver
- #include<reg51.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int #define busy 0x80 #define DATAPORT P1 //数据端口 sbit RS=P3^5 sbit RW=P3^6 sbit ENABLE=P3^7 code char example[]="Waitting for yo
ds18b20
- #include<reg51.h> #include<absacc.h> #include<stdio.h> #include<math.h> #define uchar unsigned char #define uint unsigned int sbit P00=P0^0 sbit P01=P0^1 sbit P02=P0^2 sbit P03=P0^3 sbit P04=P0^4 sbi
CD3315_Diver
- #include<reg51.h> #include<intrins.h> sbit P20=P2^0 sbit P24=P2^4 sbit P25=P2^5 sbit P26=P2^6 sbit P27=P2^7 sbit dat=P1^0 //数据输入端 sbit sck=P1^1 //始终端 sbit led=P1^7 sbit led1=P1^6 unsigned char temp[6] /
SVDU
- 一种奇异值分解的更新算法,可以用来增量地进行主成分分析,根据文献《Incremental singular value decomposition of uncertain data with missing values》-《Incremental singular value decomposition of uncertain data with missing values》
TudienThuoc
- System will automatically delete the directory of
KRLS
- Multivariate Online Anomaly Detection Using Kernel Recursive Least Squares
clonus
- 大一时自己写的代码。关于抽奖的。应该有人会需要的,新手可以学习学习。做得不怎么好。-Freshman year to write their own code. On the lottery. Someone should be required, the novice can learn from him. Done very well.
DNsites
- 新手在学习程序语言的时会用到的。可以学习学习。-Novice in learning a programming language will be used. You can learn from him.
opencatia
- the programe for open catia
GaoJingDu
- 高精度计算-。。。。。。。。。。。。。。。。
windows_code_writing_instruction
- windows编程指导,有授课主线和样本代码分析和指导。对象为入门学者或者自学的人-outline & example for windows code writing
IPMessenger
- 使用C++语言,windows开发环境,实现飞鸽传书功能-Using the C++ language, windows development environment, to achieve IP Messenger feature
