登录
首页 » C# » 网上下载的一个C#制作的模仿MSN菜单弹出对话框效果的自制控件,供大家学习参考,版权归原作者所有。...

网上下载的一个C#制作的模仿MSN菜单弹出对话框效果的自制控件,供大家学习参考,版权归原作者所有。...

于 2023-01-20 发布 文件大小:212.58 kB
0 77
下载积分: 2 下载次数: 1

代码说明:

网上下载的一个C#制作的模仿MSN菜单弹出对话框效果的自制控件,供大家学习参考,版权归原作者所有。-Downloaded a C# produced by pop-up dialog box to imitate the effect of MSN menu of self-control, study reference for everyone, belongs to original author.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1075_Tanning_Salon
    西南交通大学ACM 1075题解源码,C++编写,保证能够AC(Southwest Jiaotong University, ACM 1075 to a problem source, C++ written guarantee that AC)
    2009-12-06 14:26:15下载
    积分:1
  • STM32-SPWM
    stm32产生spwm程序,利用TIM1和DMA,通过PA8和PB13输出spwm波(stm32 produce spwm program, using TIM1 and DMA, and PB13 through PA8 spwm wave output)
    2013-07-27 16:13:03下载
    积分:1
  • pulse-width-measurement
    该程序主要用来测量信号的脉冲宽度,具有较好的稳定性和精度。(The program is mainly used for the measurement of pulse width signal,and has good stability and accuracy. )
    2015-01-15 08:09:27下载
    积分:1
  • MP3播放器实验
    说明:  实验器材: MiniSTM32F103开发板V3版本 实验目的: 学习VS1053的使用,实现一个简单的MP3. 硬件资源: 1,DS0(连接在PA8) 2,串口1(波特率:9600,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过GPIO驱动,连接关系见lcd.h) 4,W25Q64(SPI FLASH芯片,连接在SPI1上) 5,按键KEY0(PC5)/KEY1(PA15)/KEY_UP(PA0,也称之为WK_UP) 5,SD卡,通过SPI1连接 6,ATK-VS1053模块与STM32芯片连接关系为(请按如下接线连接Mini板和MP3模块): ATK-VS1053模块----------STM32芯片 VS_SCK ----------- PA5 VS_MISO ------------ PA6 VS_MOSI ------------ PA7 VS_RST ------------ PA11 VS_XDCS ----------- PA4 VS_XCS ----------- PA8 VS_DREQ ------------ PA12 5V ------------ 5V GND ------------ GND(Laboratory equipment: MiniSTM32F103 Development Board V3 Version The purpose of the experiment is: Learn the use of VS1053 and implement a simple MP3. Hardware resources: 1, DS0 (connected to PA8) 2. Serial port 1 (baud rate: 9600, PA9/PA10 connected on board USB to serial chip CH340) 3, ALIENTEK 2.8/3.5/4.3/7 inch TFTLCD module (driven by GPIO, connection relationship see lcd.h) 4, W25Q64 (SPI FLASH chip, connected to SPI 1) 5. Keyboard KEY0 (PC5)/KEY1 (PA15)/KEY_UP (PA0, also known as WK_UP) 5, SD card, connected by SPI1 6. The connection relationship between ATK-VS1053 module and STM32 chip is as follows (please connect Mini board and MP3 module according to the following wiring): ATK-VS1053 Module - ----- STM32 Chip VS_SCK------------- PA5 VS_MISO---------------- PA6 VS_MOSI---------------- PA7 VS_RST---------------- PA11 VS_XDCS------------- PA4 VS_XCS--------------- PA8 VS_DREQ---------------- PA12 5V--------------- 5V GND--GND)
    2020-06-22 05:00:02下载
    积分:1
  • STM32 RedBull红牛开发板基础例程全部代码(下)
    STM32 RedBull红牛开发板基础例程全部代码,内涵stm32全部基础例程,【21】红牛板_RS485(2013.7.30)【22】红牛板_STM32_USB-FS-Device_Lib_V3.3.0【23】红牛板_SD卡读写文件(SDIO FATFS)(2014.4.3)【24】红牛板_SD卡测试(SDIO)【25】红牛板_NORFlash(2012.3.13)【26】红牛板_SRAM(2012.3.13)【27】红牛板_spi_flash(读写图片)(2013.7.29)【28】红牛板_USB模拟鼠标【29】红牛板_USB_VCP_Loopback
    2022-01-22 13:37:00下载
    积分:1
  • 485373
    将BSTR类型转换成CString类型,VC++精选编程学习源码,很好的参考资料。(The BSTR CString type, VC++ select learning programming source code, a good reference.)
    2013-11-24 23:29:01下载
    积分:1
  • 离散交易源码
    说明:  很出名的交易系统,原理是利用价格超卖超买和最近最高最低价格来进行判断交易信号,同时再入场的信息也可以自己设置,我附上了源码,大家也可以在源码中增加自己的交易筛选信号提高正确率和盈利率。(Well-known trading system, the principle is to use price oversold and overbought and the latest highest and lowest price to judge the trading signal, while re-entry information can also be set by itself, I attached the source code, you can also add their own trading screening signal in the source code to improve the accuracy and profitability.)
    2020-06-30 17:00:02下载
    积分:1
  • uffs文件系统基于STM32F401 FreeRTOS下移植成功
    经过不屑的努力完成了UFFS文件系统在STM32F401上的移植,并能成功挂载与打开。网上针对该文件系统的资料很少。
    2022-06-11 21:40:01下载
    积分:1
  • bayes
    说明:  基于朴素贝叶斯分类器的汽车评定系统,用VC++实现(Naive Bayesian classifier based on vehicle evaluation system, using VC++ implementation)
    2011-02-22 09:15:28下载
    积分:1
  • PID-and-MATLAB-simulation-
    先进PID控制及其MATLAB仿真(刘金锟)(Advanced PID control and MATLAB simulation (Liu Jinkun))
    2014-09-03 10:38:49下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载