-
very good
数字图像处理典型算法及实现一书的代码,很全-very good
- 2022-03-17 23:36:24下载
- 积分:1
-
Data structure the curriculum design, Joseph ring design report, VC++6.0 environ...
数据结构课程设计,约瑟夫环的设计报告,VC++6.0环境编写。-Data structure the curriculum design, Joseph ring design report, VC++6.0 environment for the preparation.
- 2022-07-06 21:47:05下载
- 积分:1
-
有关C++面向对象的源代码
有关C++面向对象的源代码-the C object-oriented source code
- 2022-10-27 07:30:04下载
- 积分:1
-
the compressed files including java installation procedures and write a basic ex...
本压缩文件包括java的安装程序以及一写基本的使用示例-the compressed files including java installation procedures and write a basic example of the use of
- 2022-07-07 21:02:30下载
- 积分:1
-
县,随机人口坐标生成使用完整的空间…
county, random population coordinates were generated using the complete spatial randomness (CSR) function in S-PLUS. Then, the background information was attached to each individual county based on the county?s distribution for the class of interest. Finally, all counties were merged into a single dataset that describes the whole state-county. random population coordinates were generated using the complete spatial randomness (CSR) fu nction in S-PLUS. Then, the background information was attached to eac h individual county based on the county"s distri bution for the class of interest. Finally, all counties were merged into a single dataset t hat describes the whole state
- 2022-03-18 17:16:59下载
- 积分:1
-
Linux Shell 编程,还用介绍吗,更经典,赶紧下吧
Linux Shell 编程,还用介绍吗,更经典,赶紧下吧-Linux Shell Programming, also presented with yet more classic, quickly are you
- 2022-10-09 18:50:05下载
- 积分:1
-
通信协议,宽带多
通讯协议,多带激励宽带语音编码 -Communication protocol, broadband multi-band excitation speech coding
- 2022-06-12 22:16:02下载
- 积分:1
-
使用EJB创建java企业级开发
使用EJB创建Java企业级开发程序,提供了开发分布式应用程序的大量实例。- Uses EJB to found the Java enterprise level development
procedure, provided has developed the distributional application
procedure the massive examples.
- 2022-10-10 21:40:02下载
- 积分:1
-
VC._NET开发驱动程序详解,2002开发人员宝典系列
VC._NET开发驱动程序详解,2002开发人员宝典系列-VC._NET Driver Comments on the development, developers 2002 book series
- 2022-02-06 08:28:55下载
- 积分: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