-
这是一个简单的编译器程序,用VC做的
这是一个简单的编译器程序,用VC做的-This is a simple compiler procedures do with VC
- 2022-01-31 22:26:30下载
- 积分:1
-
用java3d做的一个粒子系统可以控制粒子运动
用java3d做的一个粒子系统可以控制粒子运动-java3d do with a particle system can be controlled particle
- 2022-02-15 07:43:21下载
- 积分: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
-
McGraw Hill Herb Schildt s C++ programming Cookbook
McGraw Hill Herb Schildt s C++ programming Cookbook
- 2022-01-26 00:04:25下载
- 积分:1
-
APS.NET的基础教程
APS.NET的基础教程-broadest basis Guide
- 2023-05-31 03:05:04下载
- 积分:1
-
有关C++编程学习的习题和答案,<<C++程序设计>>谭浩强第三版。...
有关C++编程学习的习题和答案,谭浩强第三版。-Of the C++ programming learning exercises and answers, " > Hao strong third edition.
- 2022-07-26 10:45:29下载
- 积分:1
-
冈萨雷斯数字图像处理MATLAB版,中文版PDF格式
冈萨雷斯数字图像处理MATLAB版,中文版PDF格式-Gonzalez Digital Image Processing MATLAB version, the Chinese version PDF format
- 2022-01-26 04:02:55下载
- 积分:1
-
复数求逆矩阵,复数矩阵求逆矩阵,fortran子程序,求解精度高稳定,适合大矩阵计算...
复数求逆矩阵,复数矩阵求逆矩阵,fortran子程序,求解精度高稳定,适合大矩阵计算-Plural inverse matrix, complex matrix inversion matrix, fortran subroutine solving high accuracy and stability, suitable for large matrix calculation
- 2022-09-20 16:15:03下载
- 积分:1
-
基于vc++6.0和MFC的c++课程设计,简单的聊天程序,适用于学习vc++时的课程设计。...
基于vc++6.0和MFC的c++课程设计,简单的聊天程序,适用于学习vc++时的课程设计。-Based on vc++ 6.0 and MFC c++ curriculum design, simple chat program for learning the course design of vc++.
- 2023-02-08 01:20:04下载
- 积分:1
-
Tcl Tk快速入门,全面介绍TCL TK脚步语言
Tcl Tk快速入门,全面介绍TCL TK脚步语言-Tcl Tk quick start
- 2022-03-22 10:55:07下载
- 积分:1