-
分析我们应用c语言时,常遇到的多个问题。
分析我们应用c语言时,常遇到的多个问题。-Analysis a number of issues when we apply c language.
- 2022-08-19 04:34:22下载
- 积分:1
-
讲述了WINDOWS下网络编程的规范
讲述了WINDOWS下网络编程的规范----Windows sockets-described network programming under Windows norms---- Windows sockets
- 2023-04-05 12:40:04下载
- 积分:1
-
用c语言解决多项式的常见问题
用c语言解决多项式的常见问题...
用c语言解决多项式的常见问题
用c语言解决多项式的常见问题-To solve polynomial with c language c language with common problems to solve polynomial Frequently Asked Questions
- 2022-01-25 17:41:45下载
- 积分:1
-
This is an FPGA on the document, very useful for hardware development
这是一个关于FPGA使用的文档,对于硬件开发很有帮助-This is an FPGA on the document, very useful for hardware development
- 2022-02-24 15:03:45下载
- 积分:1
-
小波变换及其应,介绍小波变换的基本理论以及去噪、压缩和图像融合等应用。
小波变换及其应,介绍小波变换的基本理论以及去噪、压缩和图像融合等应用。-Wavelet transform and its should be, introduce the basic theory of wavelet transform and denoising, compression and image fusion applications.
- 2022-04-10 17:51: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
-
Java用户界面编程指南,着重讲述了如何用java设计出精美的界面,对java程序员来说有特别的意义。...
Java用户界面编程指南,着重讲述了如何用java设计出精美的界面,对java程序员来说有特别的意义。-Java user interface programming guide, will focus on how to use java beautifully designed interface, the java programmer is of special significance.
- 2022-01-26 08:33:40下载
- 积分:1
-
米迦勒一。约旦,计算机科学部和部门的图形化模型…
Graphical Models by Michael I. Jordan, Computer Science Division and Department of Statistics, University of California, Berkeley
- 2022-03-15 09:08:26下载
- 积分:1
-
机器人避障的卡尔曼滤波
kalman filtering in robotic and obstacle avoidance
- 2023-03-14 02:00:04下载
- 积分:1
-
the vc memory manage book very good content and language
the vc memory manage book very good content and language-vc memory manage the book very good content and language
- 2022-12-10 05:50:02下载
- 积分:1