-
Oracle文档合集
Oracle文档合集-Oracle Documents Collection
- 2023-04-04 11:50:03下载
- 积分:1
-
VHDL设计:表示和综合(原书第2版),使用工具dgreader free.exe打开...
VHDL设计:表示和综合(原书第2版),使用工具dgreader free.exe打开-VHDL Design: express and synthesis (the original version 2), the use of tools to open dgreader free.exe
- 2022-03-02 17:08:03下载
- 积分: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
-
徐士良《C常用算法程序集》第2版 第2部分
徐士良《C常用算法程序集》第2版 第2部分-"C algorithms procedures set" second edition, Part 2
- 2022-01-26 07:13:43下载
- 积分:1
-
对C言语较有兴趣,或者想深入浅出地学习编程者欢迎下载
深入编程内幕...
对C言语较有兴趣,或者想深入浅出地学习编程者欢迎下载
深入编程内幕-On the C language than there is interest in, or in layman" s language and want to study in depth programming are welcome to download Programming Insider
- 2022-03-01 07:33:26下载
- 积分:1
-
Visual C++ MFC 入门教程 希望对大家有帮助
Visual C++ MFC 入门教程 希望对大家有帮助-Visual C++ MFC Tutorial wish to help everyone
- 2022-05-31 22:45:37下载
- 积分:1
-
一些C#编程的实例,繁体中文的。
一些C#编程的实例,繁体中文的。-Some C# Programming examples, Traditional Chinese.
- 2022-02-12 00:53:58下载
- 积分:1
-
该pdf详细介绍了java虚拟机的特点,请将zip直接改称pdf即可
该pdf详细介绍了java虚拟机的特点,请将zip直接改称pdf即可-Pdf details the java virtual machine features, please direct renamed pdf to zip
- 2022-10-05 15:45:07下载
- 积分:1
-
With the rise of the Internet and web
随着Internet的兴起和以网页为载体的网络信息的广泛传播,网页制作中对于内容的动态显示与更新需求量越来越大。编写一个令人满意的动态网页已成为许多网页设计人员的目标。在众多的编写环境中,Microsoft Active Server Pages(ASP)以其强大的技术力量背景及容易掌握的语言环境迅速占领了大片市场、获得了众多网页设计人员的青睐。为了使更多的人掌握ASP应用程序的编写,本书以丰富的事例、简单的语言较全面的介绍了ASP应用程序的设计方法与技巧,并详细的介绍了Microsoft SQL Server在ASP应用程序中的应用。-With the rise of the Internet and web-vector of the extensive information network, website content production for the dynamic display and update the increasing demand. Prepare a satisfactory dynamic website has become many Web designers goal. Many in the preparation of the environment, Microsoft Active Server Pages (ASP) is a strong technical force background and easy to master the language quickly occupied the large markets, many Web designers of all ages. In order to enable more people learn ASP applications in the preparation of this book with abundant examples, in simple language more comprehensive introduction to the ASP application design methods and techniques, and a detailed introduction to the Microsoft SQL Se
- 2022-09-25 07:00:03下载
- 积分:1
-
一个聊天程序,我也是下载的,大家看一下吧
一个聊天程序,我也是下载的,大家看一下吧-a chat program, I also downloaded, you look at it
- 2023-06-09 00:30:03下载
- 积分:1