-
Csharp 程序员参考手册 优秀的程序员参考手册
Csharp 程序员参考手册 优秀的程序员参考手册-Csharp Programmers Reference Manual Programmers Reference Manual fine
- 2022-08-17 00:57:52下载
- 积分:1
-
POP3Cap
本程序是基于libnids网络入侵检测开发包开发的基于Windows控制台下的对POP3协议的捕获,并且实现对邮件协议的还原。Base64编码与解码,TCP/IP数据包的重组。(This procedure is based on the libnids network intrusion detection kit developed based on the Windows Control Panel under the POP3 protocol to capture, and to achieve the reduction of mail protocols. Base64 encoding and decoding, TCP/IP packet restructuring.)
- 2020-07-01 06:40:02下载
- 积分:1
-
LCD1602显示的电子时钟,,通过按键控制能够对时钟进行调节。显示星期和时间。...
LCD1602显示的电子时钟,,通过按键控制能够对时钟进行调节。显示星期和时间。
- 2022-08-10 23:54:49下载
- 积分:1
-
430单片机贪吃蛇
采用msp430f169单片机驱动LCD12864完成的贪吃蛇游戏,共有四个独立按键,分别控制四个不同的方向。应经调试成功。单片机型号为美国TI公司的MSP430f169型。程序各部分均有头文件形式构成,对于初学者便于理解。#include "msp430x16x.h"
#include //包含随机数
//液晶引脚定义
#define E_1 P5OUT|=BIT7
#define E_0 P5OUT&=~BIT7
#define RW_1 P5OUT|=BIT6
#define RW_0 P5OUT&=~BIT6
#define RS_1 P5OUT|=BIT5
#define RS_0 P5OUT&=~BIT5
#define PSB_CLR P5OUT &= ~BIT0 //PSB置低,串口方式
#define PSB_SET P5OUT |= BIT0 //PSB置高,并口方式
#define RST_CLR P5OUT &= ~BIT1 //RST置低
#define RST_SET P5OUT |= BIT1 //RST置高
#define uchar unsigned char
#define uint unsigned int
//按键引脚定义
#define key_state_0 0
#define key_state_1 1
#define key_state_2 2
unsigned char key_state[4]={0,0};
uchar zi[]={0xd3,0xce,0xcf,0xb7,0xbd,0xe1,0xca,0xf8};//游戏结束
uchar fen[]={0xb5,0xc3,0xb7,0xd6};//得分
- 2023-07-30 19:55:02下载
- 积分:1
-
MSP430学习资料书籍 教程
说明: MSP430学习资料书籍,希望可以帮到大家(MSP430 Learning Material Books, I hope you can help us)
- 2020-06-18 00:00:04下载
- 积分:1
-
fir_echo_canceller
基于LMS的双向回波削除源码,不过回波幅度不要大于0.2,否则算法认为DOUBLE TALK DETECT。各位可修改此阀值,试试效果(based on the two-way LMS Echo slashing source, but not greater than the rate Echo 0.2, or that the algorithm** DOUBLE TALK. You can modify this threshold, try Effect)
- 2005-03-08 10:43:39下载
- 积分:1
-
Email
LM6030DTopway,serial ͨѶ(LM6030DTopway, serial communication)
- 2011-03-20 23:51:19下载
- 积分:1
-
SSE
实现图片的淡入淡出,利用SSE指令集。利用Visual Studio 2010编写C++程序,生成动态链接库,用Java程序调用。(
您是不是要找: 实现图片的淡入淡出,使用SSE指令集。利用Visual Studio 2010编写C++程序,生成动态链接库,用Java程序调用。
Achieve pictures fade, use SSE instruction set. Use Visual Studio 2010 to write a C++ program to generate dynamic link library, called with Java programs.)
- 2014-12-29 20:41:02下载
- 积分:1
-
OSD
GT32L32S0140字库芯片读写,仅供参考(GT32L32S0140 Word Library Chip Read and Write)
- 2020-06-24 16:00:01下载
- 积分:1
-
GDAL读写SHAP
C#调用GDAL库,使用gdal读shp文件,读取属性值(C# calls the GDAL library, reads the SHP file using GDAL, and reads the attribute values)
- 2021-01-01 12:58:57下载
- 积分:1