-
计算机组成答案1-5章 很详细
唐塑飞编著
计算机组成答案1-5章 很详细
唐塑飞编著-1-5 Chapter answer detailed Tang Fei produced plastic
- 2022-03-25 22:22:26下载
- 积分:1
-
windows程序设计.chm
windows程序设计.chm-windows programming. Chm
- 2022-01-26 04:09:51下载
- 积分: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
-
JAVA语言与其程序设计范例
JAVA语言与其程序设计范例-Java programming language with examples
- 2022-02-22 02:29:43下载
- 积分:1
-
数学建立模方法,优化方法.
神经网络,遗传方法,优化控制
数学建立模方法,优化方法.
神经网络,遗传方法,优化控制-established mathematical modeling, optimization method. Neural networks, genetic methods, optimal control
- 2022-02-02 04:19:58下载
- 积分:1
-
UNIX_Network_Programming_Vol_1_Richard_Stevens.djvu //本来还有2是关于进程的,不过那个电子书文件太大了,作...
UNIX_Network_Programming_Vol_1_Richard_Stevens.djvu //本来还有2是关于进程的,不过那个电子书文件太大了,作罢。
POSIX Multithread Programming Primer.pdf //介绍pthread很不错的一本书,比如说介绍cancellation,它同时会对照win32,OS/2等实现的区别。
OReilly - Network Security with OpenSSL Ebook.pdf //对信息敏感的数据传输必须用ssl加密,配上openssl的源代码看书很不错。
mysql_MySQL Cookbook - Solutions and Examples for MySQL Database Developers (MySQL 4.01) [O Reilly, 2002, Paul DuBois].pdf
nginx-0.7.63.tar.gz //一个不错的webserver.和apache 类似。不过效率比apache好。
fourier_mellin.pdf // 关于fouriermellin算法的文件。
-UNIX_Network_Programming_Vol_1_Richard_Stevens.djvu //Richard_Stevens!!!
POSIX Multithread Programming Primer.pdf
OReilly- Network Security with OpenSSL Ebook.pdf
mysql_MySQL Cookbook- Solutions and Examples for MySQL Database Developers (MySQL 4.01) [O Reilly, 2002, Paul DuBois].pdf
fourier_mellin.pdf //optical flow estimation using fourier mellin transform
nginx-0.7.63.tar.gz //a efficient web server
- 2023-09-08 14:10:07下载
- 积分:1
-
这是一本将怎样用VC++来实现网络编程的书籍。
这是一本将怎样用VC++来实现网络编程的书籍。-This is a how to achieve VC network programming books.
- 2022-06-17 17:58:46下载
- 积分:1
-
GBK,gb3212 Unicode详细、GBK编码,gb3212 Unicode编码的细节…
GBK,GB3212 Unicode编码问题详解,GBK,GB3212 Unicode编码问题详解-GBK, GB3212 Unicode encoding of detailed, GBK, GB3212 Unicode encoding of detailed
- 2022-04-10 03:12:13下载
- 积分:1
-
Java Garage 一本 Sun 出的好书,只不过是英文版的啊!~
Java Garage 一本 Sun 出的好书,只不过是英文版的啊!~-Java Garage one of the books to the Sun, is the only English ah! ~
- 2022-02-02 21:55:33下载
- 积分:1
-
矩阵运算程序 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩...
矩阵运算程序 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-matrix calculation procedures Functional Analysis : This procedure can be completed matrix of input and output. Few firms have the same number of series and the Matrix addition, subtraction. Matrix multiplication with the rules of the matrix multiplication. The division matrix, the matrix inversion. Matrix switch for the home matrix functions.
- 2023-04-26 12:55:03下载
- 积分:1