搜索资源列表
C51
- /*这是我用C语言编的第一个程序,编译通过,下载到单片机里能够正常运行,我非常高兴,对我来说有纪念价值*/ -#include <reg51f.h> #include <intrins.h> #include <math.h> sbit P2_0=P2^0 bit FLAG=0 char m,ptr=0 static const char tab[16]={0x01,0x02,0x03,0x0c,
xuanxiangka
- fortran实现选项卡的功能,解决很多人反应Fortran选项卡调试不可用问题。-fortran implementation tab functions, to solve a lot of people respond Fortran tab is not available to debug the problem.
mapinfo
- 调用mapinfo文件,打开*.tab 文件格式-Call mapinfo file
Tetris
- 汇编语言实现的俄罗斯方块游戏,测试通过,设有三种不同的难度模式,A、D键控制方向,S键变换方块,tab是快速移动到底部-Assembly language implementation of Tetris game with three different difficulty modes, A, D keys to control the direction, S key to transform the box, tab is fast moving in the end the Depar
DelSpace
- 清除汇编工程所有文件每行多余的空格和TAB。能自动搜索并清除汇编工程包含的所有文件的每行多余的空格。-Clear all the files compiled works extra spaces per line and TAB. Can automatically search and clear the compilation of project file that contains all the extra spaces per line.
K4
- 在内存缓冲区BUF中存放着一组无符号的字数据,要求采用模块化程序设计技术,将这组数据由小到大排序并在显示器上显示。 题目分析:将任务划分成三个模块:主控模块、排序模块、显示模块。 各模块的命名及功能如下: (1)主控模块:命名为MAIN,功能为实现各个子模块的调用,在主模块内定义数据区。 (2)排序模块:命名为SORT,功能为实现将BUF缓冲区中的一组数据由小到大排序。 (3)显示模块:命名为OUTPUT,功能为实现将BUF缓冲区中的数据转换成ASCII码存放在TAB缓冲区并
XtoY
- tab dw 0,1,8,27,64,125,216,343,512,729 ,0-9输入 X立方根送Y-0-9 input the X cube root to send the input X of Y 0-9 cube root send Y.rar
tab
- 一个漂亮的tab控件及示例源码,做程序很方便-A beautiful the TAB controls and sample source code, the program is very convenient
VCPP-create-a-application-window
- VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。-VC++ language to create a common application window in orde
email-163
- 163邮箱 自动注册,自己注册获取百家姓,和数字组合,点字母注册点空白处,按几下tab键-email register
RibbonWin
- Ribbon Window Now you can use The Microsoft office tab Ribbon in your Application
OS3
- 参考《Orange’s》,在之前搭建的 nasm + bochs 实验平台上完成一个接受键盘输入,回显到屏幕上的程序,具体要求如下: • 从屏幕左上角开始,显示键盘输入的字符。可以输入并显示 a-z 和 0-9 字 符。 • 支持大小写,包括 Shift 组合键以及大写锁定两种方式。 • 支持回车键换行。 • 支持删除退格,退格如果退回上一行,必须退回该行编辑的最后一个字符 处。 • 支持空格键和 Tab 键,其中对于 Tab