-
交易的米罗
Transaction Miro - SAP R/3-Transaction Miro- SAP R/3
- 2023-03-25 09:55:04下载
- 积分:1
-
gcc 编译器参考大全
gcc 编译器参考大全-gcc compiler reference Daquan
- 2022-05-15 06:16:19下载
- 积分:1
-
介绍了VHDL编程的知识,并对100例VHDL编程进行了讲解,对学习VHDL编程非常有帮助,值得借鉴....
介绍了VHDL编程的知识,并对100例VHDL编程进行了讲解,对学习VHDL编程非常有帮助,值得借鉴.-Introduction of the VHDL programming knowledge, and 100 cases carried out on VHDL programming, VHDL programming for learning very helpful, worth learning from.
- 2022-05-24 05:21:01下载
- 积分:1
-
VQ clustering procedure, c preparation, testing, documentation attached.
矢量量化聚类程序,c++编写,已调试通过,内附说明文档。-VQ clustering procedure, c preparation, testing, documentation attached.
- 2022-02-25 01:27:31下载
- 积分:1
-
excel插件.没测试过.excel插件.没测试过.最好不要下.
excel插件.没测试过.excel插件.没测试过.最好不要下.
- 2022-02-09 12:06:27下载
- 积分:1
-
Oracle9i database management talks
Oracle9i数据库管理讲座-Oracle9i database management talks
- 2022-10-18 18:25:04下载
- 积分:1
-
Computer_Networks_4th_Edition《计算机网络》第四版 英文版 作者:Andrew S. Tanenbaum...
Computer_Networks_4th_Edition《计算机网络》第四版 英文版 作者:Andrew S. Tanenbaum-Computer_Networks_4th_Edition "Computer Network" fourth English Author : Andrew S. Tanenbaum
- 2023-05-10 08:35:04下载
- 积分:1
-
有关C++面向对象的源代码
有关C++面向对象的源代码-the C object-oriented source code
- 2022-10-27 07:30:04下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
都志辉 高性能计算之并行编程技术――MPI并行程序设计
都志辉 高性能计算之并行编程技术――MPI并行程序设计-Chi Fai are high-performance computing techniques of parallel programming- MPI parallel programming
- 2022-01-23 10:16:05下载
- 积分:1