| 點擊/回復 | 標題 | 最後回復 | 發表時間/侃吧 | 
| 914/1 | 【程序】STM32使用DAC控制电压表指针位置的程序 #include <stm32f10x.h> void delay(void) { uint32_t i;... | 3-5 | 3-5 | 
| 813/3 | 今天写的简单的单片机lwip套接字程序 【单片机部分】 #include <stm32f10x.h> #include "lwip/tcp.h" #include "CAR527_main.h" err_... | 3-3 | 3-3 | 
| 727/0 | 今天吃早饭的时候又多刷了我两块钱 因为我每天早上都吃的是同样的东西,所以是否多刷我一眼就能看出来。 | 3-1 | 3-1 | 
| 893/1 | 今天是2月的最后一天 | 2-28 | 2-28 | 
| 985/2 | 【程序】STM32程序中使用printf和scanf函数读写串口  | 2-26 | 2-26 | 
| 760/5 | 【图解】放大器中的外部交流电压是如何叠加到直流电路中的  | 2-26 | 2-25 | 
| 891/0 | 【程序】STM32使用SPI接口操作93C46存储器 /* 93C46选默认的16位模式 */ #include <stm32f10x.h> #define _BV(n) (1 << (n)) #define C... | 2-25 | 2-25 | 
| 1132/2 | 【程序】STM32使用SPI接口(8位模式)读取93C46存储器上的数据 /* 93C46选默认的16位模式,但SPI总线上每次发送/接收8位数据 */ #include <stm32f10x.h> #define _BV(n) (1 <... | 2-24 | 2-24 | 
| 1063/4 | 【程序】STM32单片机操作ST93C46存储器的程序(3.2V电压) #include <stm32f10x.h> #define _BV(n) (1 << (n)) #define CS_0 (GPIOA->BRR = GPI... | 2-28 | 2-23 | 
| 1000/4 | STM32的SPI虽然只能发送8或16位的数据,但也能用来操作93C46! void _93C46_WriteEnable(void) { // 开始 while ((SPI1-... | 2-23 | 2-22 | 
| 995/3 | 【程序】51单片机操作93C46存储器 /* ORG悬空,选16位模式 */ #include <at89x52.h> #define _BV(n) (1 << (n)) sbit CS = P1^... | 2-23 | 2-22 | 
| 869/3 | 【程序】51单片机操作外部计数器74LS193 #include <at89x52.h> #define _BV(n) (1 << (n)) sbit PL = P3^0; // 置数端 sbit MR =... | 2-22 | 2-21 | 
| 970/2 | 【程序示例】使用位带操作法操作GPIOC的I/O口 #include <stm32f10x.h> void delay(void) { uint32_t i;... | 2-20 | 2-20 | 
| 979/3 | 明天寒假还剩下最后一天了 RT | 2-20 | 2-16 | 
| 792/1 | 今天,我又花了22+23=45元 买了一堆芯片。。。 rt | 2-15 | 2-15 | 
| 956/7 | 寒假只剩下最后一个星期了 rt | 2-18 | 2-10 | 
| 870/2 | 今天下午,我用2片74HC02(或非门)和2片74LS112(JK触发器)成功实现了十进制计数器 当计数值为9时,进位端为高电平。 明天还要实现用数码管显示出相应的数字,以及利用RC电路自动振荡。 | 2-9 | 2-9 | 
| 1057/5 | 【程序】AVR单片机操作DS12C887时钟芯片 #define F_CPU 10000000UL // 晶振:10MHz(更低频率的晶振也是可以的,无需修改程序代码) #include <avr/io.h> #inc... | 2-8 | 2-8 | 
| 895/0 | 【程序】用C++写的AVR操作1602液晶的程序 #define F_CPU 10000000UL #include <avr/io.h> #include <util/delay.h> inline... | 2-7 | 2-7 | 
| 964/8 | 【程序】补码不恢复余数除法 【程序1】 #include <stdio.h> #include <iostream> #include <string> usi... | 2-7 | 2-7 | 
| 700/0 | powerlog2.4温度数据存储故障已修复 新版本powerlog2.5,主要改动: printf("Powerlog Version 2.5\n"); Makefile: MYSQL = -L/usr/lib64/mysql... | 2-6 | 2-6 | 
| 782/2 | 串口传入的温度数据分次读取程序 #include <fcntl.h> #include <stdio.h> #include <string.h> #include <te... | 2-6 | 2-6 | 
| 791/3 | 【电路】三极管传输门(TTL传输门) 如图,若P=0,N=1: 当A作为输入端且为高电平时,信号从上面的三极管传输到B端输出(P端三极管导通);若A为低电平,则通过下面的三极管送到B端(N端三极管导通)。 当B作为输入端且为高...  | 2-5 | 2-5 | 
| 711/1 | 今天,我终于成功地用分立元件实现了JK触发器  | 2-4 | 2-4 | 
| 768/9 | 【照片】用PNP三极管和电阻构成的脉冲触发JK触发器 未通电时:  | 2-4 | 2-4 | 
| 727/0 | 今天我花了一天时间制作讲解多谐振荡器原理的ppt 到现在还没做完,不过快做完了 | 2-3 | 2-3 | 
| 756/0 | 时间过得真快,寒假已经过去一个月了 rt | 2-3 | 2-3 | 
| 573/0 | 今天立春 rt | 2-3 | 2-3 | 
| 1042/2 | 【程序】在Atmel Studio 7中用C++写的AVR程序 #define F_CPU 8000000UL #include <avr/eeprom.h> #include <avr/io.h> #includ... | 2-1 | 2-1 | 
| 1234/1 | 【解决方案】AVR Fighter提示没有发现所需USB设备 直接把AVR Fighter文件夹中的libusb0.dll和libusb0.sys文件删除就行了。 | 2-1 | 2-1 | 

