-
在线商城
ASP.NET 三层架构网上书店 适用于作业(ASP.NET three-tier architecture online bookstore is suitable for homework)
- 2017-08-18 10:00:27下载
- 积分:1
-
fp
说明: fingerprint code for op67
- 2010-09-25 14:01:50下载
- 积分:1
-
IIC-24C04
1、proteus 仿真 1602 与IIC总线形式的EEPROM
2、内含KEIL 工程源文件(C语言)
3、内含proteus 源文件 (Proteus simulation 1602 form IIC bus EEPROM contains the KEIL engineering source files (C language) 3, containing proteus source file)
- 2012-08-27 16:33:23下载
- 积分:1
-
machine2mips
反汇编,机器码转成汇编代码——对输入的机器码要求:不要用二进制,用十六进制。也就是原来32位的2进制机器码改成8位的16进制机器码。(Disassemble, turn the machine code into assembly code- the input machine code requirements: Do not use binary, hexadecimal. That is the original 32-bit binary machine code into eight hexadecimal machine code.)
- 2021-01-07 19:18:53下载
- 积分:1
-
mp3decode
MP3的编解码,由输入端获得PCM流后进行mp3编码,及到接收端解码过程(MP3 codec from the input PCM stream received after the mp3 encoding and decoding process to the receiving end)
- 2009-11-06 16:32:12下载
- 积分:1
-
c# dxfnet库说明帮助文档
netDxf Documentation.chm
- 2020-03-08下载
- 积分:1
-
chidutu
采用带宽为3,中心频率为3的复morlet小波对示例信号进行了分析,并绘出时频图。(Using bandwidth of 3, center frequency is 3 complex morlet wavelet to sample signal is analyzed, and draw the time-frequency diagrams.)
- 2014-09-21 17:07:13下载
- 积分:1
-
matlog
VRP, for solving vehicle routing problem
- 2012-06-29 21:27:26下载
- 积分:1
-
studentscore
学生成绩管理系统,很好用,可以管理学生的成绩,实现多种功能(Student achievement management system, very good, and pupils can manage to achieve a variety of functions)
- 2008-07-01 19:17:46下载
- 积分:1
-
GSM短信程序
#include
#include
#include
#include"define.h"
extern uchar keyscan();
//这个是号码输入的,若改就只改这个就行
uchar pnum[12]={"00000000000F"};//12个数(短信接收手机号码设置)
uchar code TxtMode[9]={"AT+CMGF=0"}; //短信模式设置PDU模式
uchar code mess_qian[8]={"AT+CMGS="};// 短信 长度设置
uchar code length[2]={"29"}; //短信的长度 2个数(根据短信内容不同要改变)
uchar code cnum[18]={"0891683108200305F0"};//18个数(中心号码设置)
uchar code pdu1[10]={"11000D9168"};//10个(短信格式设置可以为固定+86的手机)
uchar code pdu2[6]={"0008A7"};//6个 (短信有效期,可以固定不变)
uchar code lenmsg[2]={"0E"}; //短信内容的长度 2个数(16进制)//(因短信具体内容不同要改变的)
uchar code pdumessage[28] = {"5BB64E2D51FA73B0966960C5FF01"};//12个数。内容为:“家中出现险情!”的PDU码。
uchar code AT[]={"AT"}; //联机命令
//按键的控制
sbit s1=P3^4; &
- 2022-03-07 16:57:16下载
- 积分:1