-
Mathematica全书 中文版,超星阅读环境,很好很强大,你的所有问题都可以解答...
Mathematica全书 中文版,超星阅读环境,很好很强大,你的所有问题都可以解答-Chinese version of Mathematica book, Chaoxing reading environment, very good very strong, all of your questions can be answered
- 2022-05-01 02:58:32下载
- 积分:1
-
API函数的USB电话
API Functions USB Calls
- 2022-12-31 03:20:03下载
- 积分:1
-
Depth understanding of linux kernel 2nd edition (English)
深入理解linux内核第2版(英文)-Depth understanding of linux kernel 2nd edition (English)
- 2022-01-25 16:37:28下载
- 积分:1
-
关于GPU编程的书,NVIDIA 图形处理器编程指南。中文版本2.2.0。...
关于GPU编程的书,NVIDIA 图形处理器编程指南。中文版本2.2.0。-On the GPU programming books, NVIDIA GPU Programming Guide. Chinese version 2.2.0.
- 2022-08-25 08:41:38下载
- 积分:1
-
图书借阅管理系统。非常感谢您的使用!希望提出宝贵的交流意见...
图书借阅管理系统。非常感谢您的使用!希望提出宝贵的交流意见-Lending Library Management System. Thank you very much for your use! Hope that the valuable exchange of views
- 2022-04-27 14:39:32下载
- 积分:1
-
Wrox
WROX-Professional_ASP.NET_2.0
pdf格式
经典的WROX系列书 英文原版,很难找哦
详细介绍了ASP.NET_2.0的高级功能-WROX- Professional_ASP.NET_2.0 pdf format Classic WROX the original series of books in English, it is difficult to find detailed Oh ASP.NET_2.0 introduced the advanced features
- 2022-03-05 03:22:05下载
- 积分:1
-
GA ppt, genetic algorithm to produce the first to be familiar with the procedure...
遗传算法的ppt,要编写遗传算法的程序首先要熟悉具体的内容,这些东西对大家有用-GA ppt, genetic algorithm to produce the first to be familiar with the procedures for specific content, These things useful for all
- 2022-11-20 13:45:03下载
- 积分:1
-
C Traps and Pitfalls
经典书籍。
有些内容些许过时,
但绝对值得看一遍...
C Traps and Pitfalls
经典书籍。
有些内容些许过时,
但绝对值得看一遍-C Traps and Pitfalls classic books. Some of the contents little late, but definitely worth Howard
- 2022-06-11 16:48:05下载
- 积分:1
-
用基本蚁群算法解决tsp即旅行商问题用vc环境的
用基本蚁群算法解决tsp即旅行商问题用vc环境的-With the basic ant colony algorithm to solve traveling salesman problem tsp that environment with vc
- 2022-04-18 12:14:18下载
- 积分: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