-
这是图形学中关于直线画法的3种算法的源程序,是结合了老师的意见后编写的。...
这是图形学中关于直线画法的3种算法的源程序,是结合了老师的意见后编写的。-This is the graphics on the straight-line drawing algorithm of the three kinds of source code, is a combination of the views of teachers prepared.
- 2022-10-27 22:05:04下载
- 积分:1
-
内存泄漏管理,介绍内存泄漏的避免方法
内存泄漏管理,介绍内存泄漏的避免方法-memory leakage management, memory leakage on the ways to avoid
- 2022-05-25 01:05:23下载
- 积分:1
-
SSB调制 完整的调制和信号功率谱与眼图
SSB调制 完整的调制和信号功率谱与眼图-SSB modulation and signal integrity of the modulation power spectrum and eye diagram
- 2022-07-20 12:25:02下载
- 积分:1
-
在raileigh衰落信道中,BER性能有所下降,这个程序用来仿真BER
在raileigh衰落信道中,BER性能有所下降,这个程序用来仿真BER-In raileigh Fading Channels, BER performance has declined, the process used to simulation BER
- 2022-01-26 08:34:32下载
- 积分: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
-
NGN的培训资料,一共四部分。内容浅显易懂。
NGN的培训资料,一共四部分。内容浅显易懂。-NGN training materials, a total of four parts. As simple words.
- 2022-07-05 09:08:14下载
- 积分:1
-
C++ and Windows Programming primer.
C++ and Windows Programming primer.-C and Windows Programming primer.
- 2022-11-13 12:40:03下载
- 积分:1
-
Visual C programming class. Recommended by a teacher, Unfortunately, little foll...
programming Visual C++,上课时老师推荐的一份资料,稍显可惜的是纯英文版,不过可以达到既学编程又学英语的目的:)-Visual C programming class. Recommended by a teacher, Unfortunately, little following is a purely English, but can achieve both to study programming is the purpose of learning English :)
- 2022-06-16 16:06:17下载
- 积分:1
-
经典教程,我深有体会,哪来跟大家共享一下,很经典的
经典教程,我深有体会,哪来跟大家共享一下,很经典的-Classic tutorial, I understand it all too well where to share with you what, it is classic
- 2023-01-05 22:20:04下载
- 积分:1
-
H.264和MPEG
H.264 and MPEG-4 Video Compression
- 2022-01-26 08:25:09下载
- 积分:1