|
在系统属性中添加一个系统环境变量,变量名为LC_MESSAGES,值为C。 设置后重新打开psql.exe,可以看到提示信息全部变成了英文。  |
|
#include <stm32f10x.h> const uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0x... |
|
err_t http_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) {... |
|
【PLL到HSI】 // 假设HSI已经打开 RCC->CFGR &= ~RCC_CFGR_SW; // 系统时钟切换到HSI RCC->CR &= ~(... |
|
#include <string.h> #include "lwip/tcp.h" err_t http_recv(void *arg, struct tcp_pcb *tpc... |
|
【单片机端程序】 #include <string.h> #include "lwip/udp.h" void recvtest(void *arg, struct ud... |
|
原工程:https://zh.arslanbar.net/post.php?t=24589 【1】首先按照下面的五角星处的提示修改main.c文件中的代码: #include <st...
巨大八爪鱼 4-5 ----
(點擊/回復: 1201/3) |
|
原工程:https://zh.arslanbar.net/post.php?t=24584 首先,打开配置文件lwipopts.h,添加如下三行,开启DNS: #define LWIP_D... |
|
#include <stm32f10x.h> uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x... |
|
电路板: 三极管全部都是9012的。左边的74HC595是决定一横排的显示内容,右边的74HC595则是决定显示哪一横排。 左上角的按键是RESET键,最下面的按键是暂停键(程序中是K1)...  |
|
将一个电阻和一个电容串联起来接地。最左边为电阻,电阻的最左端接单片机的PC1口,并设为输出。电阻和电容中间引出一根线,接到PC0口,设为输入。 最初PC1输出低电平,电容上没有电荷,PC0为低电... |
|
例如,当SCLK=0时DIN=1,SCLK=1时DIN=0,则存入的数据是0而不是1。如果要想存储低电平时的数据,必须再串联一个上升沿触发的D触发器。
117.136.70.* 4-4 117.136.63.*
(點擊/回復: 443/4) |
|
原始程序: https://zh.arslanbar.net/post.php?t=24571 打开lwipopts.h,把#define LWIP_DHCP 0改成#define LWI... |
|
【实验时用到的程序】 #include <stm32f10x.h> const uint8_t seg8[] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99,... |
|
原始工程:https://zh.arslanbar.net/post.php?t=24584 【最终效果】 1.能够在PC端通过设定的计算机名ping通网卡。 2.能在PC端... |
|
全站共有主題數31537個,帖子數178503篇。 |