搜索资源列表
fileandedit
- 文本编辑器,可以建立、修改文本并保存,方便查询。-text editor that can create, modify and save text, and easily accessible.
LCD_CM160128-2C(T6963C)
- LCD_CM160128-2C(T6963C).txt /******************************** 名称:CM160128液晶显示程序 设计:河南科技大学 创达科技 陈仲库 设计日期:2007年5月13日晚 技术服务:kuzi00@163.com QQ86828048 接口说明 LCD_CD=P2^0 LCD_WR=P3^6 LCD_RD=P3^7 LCD_CE=P2^7 CE取低电平 也可以直接接GND P1口为数据口 间
use-BP-create-bapi
- DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_central OCCURS 0 WITH HEADER LINE. DATA: g_bp LIKE bapibus1006_head-bpartner. DATA: g_cat LIKE bapibus1006_head-partn_cat VALUE 1 . DATA: it_guid
Line_Circle
- The programm introduce how to choose points to create line_circle.
process
- 汇编的windows创建进程的例子-The windows to create the process of compilation of examples of
菜单使用的例子
- masm32菜单使用的例子-masm32 menu use example
2262
- //程式名:PT2262的解码程式 //创建人:梁武文(99年毕业于湘潭工学院机械工程系,现为湖南科技大学)-//Program name: PT2262 decoding program// create: Liangwu Wen (99 years, graduated from the Department of Mechanical Engineering of Xiangtan Polytechnic now Hunan University of Science and Tech
yqyz
- 该程序通过DOS 提供了一组对磁盘文件的建立、打开、关闭和读写等操作的功能调用,利用 DOS 和 BIOS 的功能调用,汇编语言可实现对磁盘文件的存取。对磁盘文件的管理采用文件句柄方式。现菜单选择以及处理各种功能键的多种中级功能。实现复制、剪切、粘贴等高级功能,并且制作一个菜单,使用菜单条选择功能,让用户选择演奏的乐曲,实现音阶演奏。实现枪声,界面美观,程序结构化程度高,模块结构合理。 此压缩包包括所以课程设计文档和源代码-The procedure provides a set of DO
CompilerWriting
- how to create a compiler
fuzzy_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
Assemblycode
- 世界编程大赛第一名的作品~~~~汇编虽然很难懂却也给带来兴趣。。如这作品实现一个跑步的人-The world' s first programming contest works ~ ~ ~ ~ compilation Although it is difficult to understand but also to create interest. . If this works to achieve a running man
fileo
- 创建两个txt文件,执行后将第二个txt文件中同第一个相同的内容删除-Txt file to create two, after the implementation of the second txt file the same with the contents of the first deleted
EX610
- 这是一个用汇编语言编写的程序代码。用来创建文件的。-This is a compilation of languages with the program code. Used to create documents.
Sliding_Text
- You can slide your text with this aplication. You create, load pic16f84, you s-You can slide your text with this aplication. You create, load pic16f84, you see..
sinput
- 在matalab上建立sin函数完成一个数据库,放入quartus中建立ip核,对其进行仿真-Sin in matalab function to complete the establishment of a database to create quartus Add ip nuclear, its simulation
LAB5_Group11
- Develop an embedded system application by utilizing a timer module with interrupts to create some required cycles. You will try to configure the SFRs of PIC18F452 MCU to get the job done.
NO_F1
- pxe加载的HP主板CMOS修正代码。 我手上有几片测试用的HP主板,每隔几天不用就会要求开机时按F1键,后来用asm制作本工具后,每次要使用主板时只需要先让它用 pxe下载启动头(notf1.bin)即可。它会修改CMOS参数,让主板下次启动时不会提示按F1。 本代码演示如何在汇编中换段,如何输出信息及修改CMOS。 -PXE loadable HP mainboard cmos fixer. I has many HP mainboard for testing.It
ibox_core_0.0.2
- 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 reso
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
Create-Jmp-and-Mov
- 自己构造汇编语言代码,简单的了解了汇编语言的跳转问题。-Create asm