-
《计算机软件测试技术》
《计算机软件测试技术》-"computer software testing technology"
- 2022-08-04 11:40:16下载
- 积分:1
-
5相位编组法实现纹理直线边缘的检测程序代码(代码以子函数形式给出)
function gradephase(x)...
5相位编组法实现纹理直线边缘的检测程序代码(代码以子函数形式给出)
function gradephase(x)
-5 Phase-grouping method to achieve linear texture edge detection program code (the code is given in the form of Functions) function gradephase (x)
- 2022-08-13 11:06:52下载
- 积分:1
-
CSS about a book you want to be helpful
关于CSS一本书 希望对你有所帮助-CSS about a book you want to be helpful
- 2022-03-11 16:38:54下载
- 积分: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
-
Ivor Horton的Java JDK开始2,5版解to the exercises
Ivor Horton s Beginning Java 2, JDK 5 Edition Solutions to the Exercises
- 2022-03-03 09:00:33下载
- 积分:1
-
This document some of the most commonly used C language algorithms to facilitate...
本文档时C语言最常用的一些算法的整理资料 方便广大编程爱好者对C/C++编程算法的提高-This document some of the most commonly used C language algorithms to facilitate the collation of information on the general programming enthusiasts C/C++ programming algorithm to improve
- 2022-08-20 15:28:12下载
- 积分:1
-
stressed correctness, portability and maintainability, based on the C language s...
强调正确性、可移植性和可维护性的基础上,对C语言的具体细节、运行库以及C语言编程风格做了完整、准确的描述。本书涵盖了传统C语言、C89、C95、C99等所有C语言版本的实现,同时讨论了C++与C语言.. -stressed correctness, portability and maintainability, based on the C language specific details of the runtime and C language programming style to do a complete and accurate description. The book covers the traditional language C, C89, High, 12-23 all C language version of the achievement, also discussed the C and C language ..
- 2022-09-17 15:50:03下载
- 积分:1
-
对于一个新类型的解决方案的未来方向阐述typedef定义…
详细讲解typedef用法,为以后解决定义新类型,提供一个良好解决方案-elaborate typedef directions for the future definition of a new type of solution, a good solution
- 2022-06-20 18:04:20下载
- 积分:1
-
学习VC的重要技术书籍教程和各种方法,关于VC的宝典。
学习VC的重要技术书籍教程和各种方法,关于VC的宝典。-learning the important technical guide books and various methods, the VC on the book.
- 2022-12-05 14:50:03下载
- 积分:1
-
ActiveX开发人员指南,PDG格式。
ActiveX开发人员指南,PDG格式。-ActiveX development guide, PDG format.
- 2022-06-18 15:19:27下载
- 积分:1