?"),CountArray(m_szKeyboradChar[1][1]));//-IMDN开发者社群-imdn.cn"> ?"),CountArray(m_szKeyboradChar[1][1]));// - IMDN开发者社群-imdn.cn">
登录
首页 » 汇编语言 » 贝贝大厅+数据库脚本

贝贝大厅+数据库脚本

于 2022-01-29 发布 文件大小:13.84 MB
0 125
下载积分: 2 下载次数: 1

代码说明:

应用背景CPasswordKeyboard::CPasswordKeyboard() : CDialog(IDD_PASSWORD_KEYBOARD) { //设置变量 m_nRandLine[0]=rand()%11; m_nRandLine[1]=rand()%10; m_nRandLine[2]=rand()%13; m_nRandLine[3]=rand()%13; //键盘状态 m_bShiftStatus=false; m_bCapsLockStatus=false; //状态变量 m_bMouseDown=false; m_wHoverRow=INVALID_WORD; m_wHoverLine=INVALID_WORD; //键盘字符 m_nItemCount[0]=11; lstrcpyn(m_szKeyboradChar[0][0],TEXT("`1234567890"),CountArray(m_szKeyboradChar[0][0])); lstrcpyn(m_szKeyboradChar[0][1],TEXT("~!@#$%^&*()"),CountArray(m_szKeyboradChar[0][1])); //键盘字符 m_nItemCount[1]=10; lstrcpyn(m_szKeyboradChar[1][0],TEXT("-=[];",./"),CountArray(m_szKeyboradChar[1][0])); lstrcpyn(m_szKeyboradChar[1][1],TEXT("_+{}|:"?"),CountArray(m_szKeyboradChar[1][1])); //

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

发表评论

0 个回复

  • AT89C2051时钟程序
    AT89C2051时钟程序 -AT89C2051 clock procedures
    2023-04-03 13:45:03下载
    积分:1
  • Beginners program,how to control a robo using PC in Basic Language
    Beginners program,how to control a robo using PC in Basic Language
    2022-01-25 23:38:03下载
    积分:1
  • 程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1...
    汇编程序实现: 程序功能:用深度优先搜索法解决八皇后问题并打印结果. 列数行数分别用1-8标记.所以八皇后的位置申请了9个 调试感慨:汇编调试实在麻烦,不像C中在任何地方加个printf就可以知道 哪错了.跳来跳去的,不知哪里死循环了,实在不好调试. -Assembler to achieve: program features: Using depth-first search method to solve the eight queens problem and print the results. Out a few lines with 1-8 marks, respectively. Therefore, the position applied for 8 Queens 9 debugging feeling: it is troublesome to debug compilation , unlike C, plus a printf in any place can be known what is wrong. jumping around, and I do not know where the infinite loop, and it is not good debugging.
    2022-07-23 13:48:34下载
    积分:1
  • 一个C style Assembler的source code
    一个C style Assembler的source code-one of the C style Assembler source code
    2022-04-17 05:18:12下载
    积分:1
  • 常用EEPROM芯片的读写操作,51单片机控制电路,实验时要用74LS373一片,AT28C16一片,AT28C17一片,电路十分简单,根据实际电路联接情况,自...
    常用EEPROM芯片的读写操作,51单片机控制电路,实验时要用74LS373一片,AT28C16一片,AT28C17一片,电路十分简单,根据实际电路联接情况,自行确定存储地址,最后别忘了还要8个LED和470欧姆电阻.-EEPROM chip used to read and write operations, 51 MCU control circuit, experiment, use 74LS373 1, AT28C16 1, AT28C17 1, the circuit is very simple, based on the actual situation of the circuit connectivity, self-determined memory addresses, finally do not forget to also 8 LED and 470 ohm resistors.
    2023-02-14 14:35:04下载
    积分:1
  • 自己看下吧
    自己看下吧-Facie own it
    2022-01-26 15:43:31下载
    积分:1
  • This program implements a PIC
    This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola. It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler file using the convert batch file. This file can then be incorporated with fuzzy.asm to create a fuzzy inference engine. Tool chain ---------- FUDGE -> Fuzzy Rules -> MC68HC11.ASM -> CONVERT.BAT -> RULES.ASM -> MPASM FUZZY.ASM -> INTEL HEX Fuzzy input registers --------------------- current_ins 1..8 x 8-bit raw inputs Fuzzy inference function ------------------------ FuzzyEngine Fuzzy output registers ---------------------- cog_outs 1..8 x 8-bit raw outputs-This program implements a PIC-based fuzzy inference engine for the Fudge fuzzy development system from Motorola. It works by taking the output from Fudge for the 68HC11 processor, and converting it to a MPASM compatible assembler f
    2022-02-05 14:16:57下载
    积分:1
  • Dreamweaver MX 2004制作基于网页的中文版。rar
    Dreamweaver MX 2004中文版网页制作基础.rar-Dreamweaver MX 2004 production based on the Chinese version of the page. Rar
    2023-06-11 07:35:03下载
    积分:1
  • MenuetOS是一个操作系统开发的PC完全在32写的…
    MenuetOS is an Operating System in development for the PC written entirely in 32/64 bit assembly language. Menuet64 is released under License and Menuet32 under GPL. Menuet supports 32/64 bit x86 assembly programming for smaller, faster and less resource hungry applications. Menuet has no roots within UNIX or the POSIX standards, nor is it based on any operating system. The design goal has been to remove the extra layers between different parts of an OS, which normally complicate programming and create bugs.
    2023-04-08 09:00:03下载
    积分:1
  • embeded device reverse engineering tools
    Quoted from the author Igor Skochinsky In July I had the honor to speak at the Recon conference in Montreal, Canada. It was my first conference but I really liked the experience. I hope I’ll be able to attend it in future. The presentations were recorded and hopefully will appear on the Recon site soon but for now you can check out the slides . I have also uploaded some of the tools I mentioned, most notably various filesystem extractors compiled for Win32 .
    2022-06-26 14:24:44下载
    积分:1
  • 696518资源总数
  • 105661会员总数
  • 6今日下载