- 
                        stm32矩阵键盘
                        
                          本人一行行写出来的.适用于寄存器写和库版本写都可以用,反转法循环扫描;由于本人接的是GPIOB PIN8 - PIN 15 所以字节都是左移了两位的 后面移回来了. 输出的时候要 推挽输出 输入的时候要上拉输入;如果直接从pin0-pin7 那就更容易了.键盘直接接的IO口 没其他外拉了..。。。。。。。。。                         
                            - 2023-04-27 08:35:04下载
- 积分:1
 
- 
                        STM32F103-2017全国电子设计大赛接收端代码
                        
                          说明:  STM32F103-2017全国电子设计大赛接收端代码
2017年电子设计大赛H题(STM32F103-2017 National Electronic Design Competition Receiver Code
Question H of 2017 Electronic Design Competition)                         
                            - 2020-06-19 09:15:41下载
- 积分:1
 
- 
                        C#演示如何正确关闭程序
                        
                          C#演示如何正确关闭程序,这是一个Wpf窗体实例,演示WPF窗口如何才是正确的关闭方法。
  其实下边这句话最重要:
  正确关闭程序的方法:App.Current.Shutdown();
  具体的代码写法如下:
  //文件名称:Window1.xaml.cs
  private void button1_Click(object sender, RoutedEventArgs e)
  {//正确关闭程序
      App.Current.Shutdown();
  }                         
                            - 2023-04-28 12:25:02下载
- 积分:1
 
- 
                        traffic-gen-master
                        
                          traffic-gen-master
	cmake_minimum_required(VERSION 2.8)
project(traffic-gen)
find_package(PkgConfig)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wno-long-long")
set(traffic-gen_SOURCES
  src/main.c
  src/options.c
  src/sender.c)
set(traffic-gen_HEADERS
  include/options.h
  include/sender.h)
include_directories(include/)
add_executable(traffic-gen
  ${traffic-gen_HEADERS}
  ${traffic-gen_SOURCES})
target_link_libraries(traffic-gen m)                         
                            - 2022-07-07 17:56:05下载
- 积分:1
 
- 
                        AD7091
                        
                          说明:  本示例基于stm32f103外设固件库开发的AD7091驱动程序,内涵初始化和AD获取操作代码。 在项目中亲测可以正常运行和使用,适合参考作为二次开发。(This example is based on the ad7091 driver developed by STM32F103 peripheral firmware library, which initializes the connotation and obtains the operation code of AD In the project, the pro test can run and use normally, which is suitable for reference as the secondary development.)                         
                            - 2020-06-26 15:00:02下载
- 积分:1
 
- 
                        指针nlmeans
                        
                          通过指针数组来进行非均值算法的实现                         
                            - 2022-09-20 17:35:03下载
- 积分:1
 
- 
                        (最大和问题)
                        
                          说明:  求一个矩阵的最大和,并判断两个矩阵的最大和(seek a matrix of the largest and, to judge two of the largest and Matrix)                         
                            - 2005-09-12 21:55:20下载
- 积分:1
 
- 
                        V4-RS485 MODBUS从站例程(V1.0)
                        
                          基于STM32F103的RS485 MODBUS从站例程(RS485 MODBUS Slave Slave routine based on STM32F103)                         
                            - 2017-09-27 17:22:01下载
- 积分:1
 
- 
                        这是一个智能电梯仿真程序。
                        
                          电梯:                         
                            - 2022-02-24 18:14:19下载
- 积分:1
 
- 
                        register
                        
                          自由拼音输入法源程序,一个类似"智能ABC"输入法源代码. (Free Pinyin input method source code, a similar " smart ABC"  input method source code.)                         
                            - 2010-01-13 00:20:23下载
- 积分:1