-
jsoup 示例
示例程序用于 html Parserit JSOUP 图书馆将对于给定的 url 解析整个网页和提取其中的链接。
- 2022-06-17 09:31:28下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1
-
LDPC码的硬判决译码算法,即BF算法。其为C语言编写。
LDPC码的硬判决译码算法,即BF算法。其为C语言编写。-LDPC code of the hard-decision decoding algorithm, that algorithm BF. For the C language.
- 2022-03-30 01:38:58下载
- 积分:1
-
双线性变换法设计的切比雪夫II型低通滤波器语音信号处理matlab程序
使用双线性变化法设计的切比雪夫II型低通滤波器的语音信号处理matlab源程序,课设参考必备!!
- 2023-02-21 10:15:04下载
- 积分:1
-
HXD09电力呼叫中心的解决方案,详细描述了应用HXD09交换机的电力呼叫中心的解决方案。...
HXD09电力呼叫中心的解决方案,详细描述了应用HXD09交换机的电力呼叫中心的解决方案。-Power HXD09 call center solution, a detailed description of the application of the power switch HXD09 call center solutions.
- 2023-02-01 18:25:04下载
- 积分:1
-
该程序用于RS232串口、以太网通信转换的例子,看看可能对你有帮助...
该程序用于RS232串口、以太网通信转换的例子,看看可能对你有帮助-procedures for the RS232 serial ports, Ethernet switch example, you might look at the help
- 2023-01-13 03:35:03下载
- 积分:1
-
Android Wifi学习教程+WiFi源码实例
在Android中对Wifi操作,android本身提供了一些有用的包,在android.net.wifi包下面。简单介绍一下:
大致可以分为四个主要的类ScanResul
- 2023-08-02 03:35:03下载
- 积分:1
-
STM32网络通信代码
STM32单片机网络通信的代码,能够很好的解决通信不上的问题,里面包含了多种解决方式,主要是TCP通信,具备实时同行的作用,所以说这是比较好的源代码,纯粹手敲的,各位可以多下载来参考参考
- 2022-03-18 23:06:24下载
- 积分:1
-
这是一个很好的文档,关于VLC开源项目在Cygwin上编译的,:)
这是一个很好的文档,关于VLC开源项目在Cygwin上编译的,:)-This is a very good document, on the VLC open source projects on the Cygwin compiled, :)
- 2023-03-18 12:50:03下载
- 积分:1
-
信道仿真,利用MIMO信道模型对信道进行仿真
信道仿真,利用MIMO信道模型对信道进行仿真-channel simulation, the use of MIMO channel model to simulate Channel
- 2023-05-04 03:50:03下载
- 积分:1