搜索资源列表
agxmigong
- 以上代码复制下来存为文本文档,命名为1.txt 在命令行窗口下(在运行栏输入cmd),进入文档所存盘符,输入debug<1.txt-reproduced above code for text document retention, named one. txt in the command line window (in the run column importation cmd), which entered the Document Inventory website. imp
俄罗斯方块的联机游戏代码
- 俄罗斯方块的联机游戏代码,支持两人联机游戏.-Russian box online game code to support both on-line games.
geminggequ
- 汇编语言写的《歌曲演奏程序》 有源代码(详细注释),还有详细的试验报告 (当时得了98分,全班最高) (1) 编写用键盘选择计算机演奏歌曲的程序,歌曲清单至少包括3首。 (2) 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 (3) 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 (4) 设计报告格式按附件要求书写。课程设计报告书正文的内容应包括: 在正文第一行写课程设计题目; 1.需求说明(要求、功能简述)或问题描述;
闰年计算
- data segment ;定义数据段 infon db 0dh,0ah,'Please input a year: $' Y db 0dh,0ah,'This is a leap year! $' N db 0dh,0ah,'This is not a leap year! $' w dw
asm_tools.rar
- 汇编语言编程和调试工具。 学习汇编语言的目的就是要用汇编语言编程来解决实际问题,下面介绍二种常用的汇编语言编程环境:宏汇编MASM 6.11和Turbo Assember 5.0。 1.1、宏汇编MASM系统 在宏汇编MASM系统中,程序员可用二种方法来处理源程序:命令行和集成环境。 ,Assembly language programming and debugging tools. The purpose of learning assembly language is to use
At24c IIC 24读写的源码
- IIC 24读写的源码 有详尽的口线控制,用EMC 61000IC 和其开发环境,具体不明白可MAIL 本人讨论-IIC 24 to read and write the source code there is a detailed control of the mouth line, using EMC 61000IC and its development environment, specifically I do not understand can be discussed MAIL
jianpansshibie
- 4×4矩阵键盘识别处理,键盘处理程序的任务是:确定有无键按下,判断哪一个键按下,键的功能是什么;还要消除按键在闭合或断开时的抖动。两个并行口中,一个输出扫描码,使按键逐行动态接地,另一个并行口输入按键状态,由行扫描值和回馈信号共同形成键编码而识别按键,通过软件查表,查出该键的功能。 -4 × 4 matrix keyboard recognition processing, the keyboard handler task is: to determine whether
Notepadatenl
- Win32汇编写的记事本源码 ,模拟XP自带记事本,未实现打印功能,拖放文件功能 richEdit控件未实现右键菜单 实现查找、替换、转到行、等基本功能,添加了工具栏和状态栏,增加颜色功能 -Win32 compilation of source code written in Notepad, analog XP comes with Notepad, not to achieve print functionality, drag-and-drop file functionalit
ECE348_Lab1_shah006
- To learn how to use MPLAB Integrated Development Environment (IDE) for code generation, simulation, and debugging. This code is a very simple program that sets up PORTC and PORTB I/Os and sends some values over these ports, and tries to read Por
Lab3
- 屏幕上画图: (1)、 有上、下、左、右四个方向的按键(例如键盘的上下左右键),选择不同的键,屏幕上的光标就沿着该方向画直线。 (2)、 设置不同的键,可以改变图的前景色和背景色。 显示一幅图: (1)、 在程序中写好你要显示的图形的代码。 (2)、 包括多种形状,有不同的颜色,做出的图形能表示一个物体。 (3)、 在屏幕上显示所绘制的图形。 -Paint on the screen: (1), there is up, down, left and right bu
ANHDLC
- This code is a sample for Analogue Line. HDLC is a part of a analogue card in telephone switch.
ANCODEC
- This code is a sample for Analogue Line Codec. Codec is a part of a analogue card in telephone switch.
ANEPLS
- This code is a sample for Analogue Line Epls. EPLS is a part of a analogue card in telephone switch.
ANREG52
- This code is a sample for Analogue Line Register. Register is a part of a analogue card in telephone switch.
ANBRDGRP
- This code is a sample for Analogue Line GRP. GRP is a part of a analogue card in telephone switch.
random
- 用汇编代码写的随机数生成算法: 程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generatio
shiyan3
- 广东工业大学汇编实验三源代码,判断bx是否为16,是则跳到line-Guangdong University of compilation of source code for the second experiment to determine bx whether 16 is the jump line
5
- 这是一个自动选择播放音乐的汇编程序,第一次做但是是原创,绝对,里面通过参考网上代码做了大量的优化,曲谱也是自己写的。-This is an automatically select compilation of music program, for the first time to do but it is original, absolute, which by reference to the code line has done a lot of optimization, and sc
sort
- 从DATA_BUF(1000H)开始存放50个字节数据,编写程序将这些数据由小到大排序,排序后的数据仍放在该区域中。 要求原始数据在源程序中给出,排序前后的数据以每行10个的格式显示在屏幕上-From DATA_BUF (1000H) began storing 50 bytes of data, preparation of the program will sort the data from small to big, sort the data remains on the post
bind_win_32
- *的后门shellcode代码, 直接开启远程主机命令行-Shellcode to avoid killing the back door code, direct command line to open the remote host
