Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - xdata
Search - xdata - List
存储空间的例子,unsigned char idata _buffer [16] _at_ 0xB0 unsigned char data _buffer [16] _at_ 0x60 unsigned char pdata pdata_buffer [16] _at_ 0xFF60 unsigned char xdata xdata_buffer [16] _at_ 0x0200 -storage space example,unsigned char idata idata_buffer [16] _at_ 0xB0 unsigned char data data_buffer [16] _at_ 0x60 unsigned char pdata pdata_buffer [16] _at_ 0xFF60 unsigned char xdata xdata_buffer [16] _at_ 0x0200
Update : 2008-10-13 Size : 9.16kb Publisher : 张天河

DL : 0
autocad 二次开发的xdata开发函数的实例,很好用,朋友送我的啦。-secondary development of xdata development function examples of useful, a friend sent me a few million.
Update : 2008-10-13 Size : 15.88kb Publisher :

自己编写的CAD二次开发程序,采用objectARX,功能实现了遍历CAD中所有图层的(也可方便指定图层)的实体的扩展属性(即XData),利用此程序可方便的提取出你所指定的对象!(本程序在objectARX2002下开发)-prepared by their CAD program, using objectARX. Traversing the realization of all CAD layer (which can also facilitate the designated layer) to the entity Extended Attributes (XDat a), the use of this procedure can be easily extracted your designated target! (This procedure objectARX2002 under development)
Update : 2008-10-13 Size : 40.26kb Publisher : xueliang

c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1 0x00, // control regesiter 2 0x01, //current second 0x19, //current minute 0x20, //current hour 0x29, //current data 0x04, //current week 0x07, //current month 0x05, //current year 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // clk out disable 0x00, // close timer 0x00, } /*********************************************************************/ extern void Current_Time ( void ) extern void Set_Time ( void ) -C8051f020 real-time clock module containing procedures IIC module procedures /********* * * * SYSTEM CLOCK 8M ************** ******************/ extern unsigned char OS ta currenttime [16] = (0) extern unsigned char x settime data [16] = (0x00, / / control regesiter an 0x00, / / control regesiter two 0x01, / / current second 0x19, / / current minute 0x20, / / 0x29 current hour. / / current data 0x04, / / current week hex 07. / / current month 0x05, / / 0x00 current year. / / reset alarm value 0x00, / / reset alarm value 0x00, / / reset alarm value 0x00, / / reset alarm value 0x00, / / clk out disable 0x00, / / close timer 0x00, /**************************************) *******************************/ extern gift id Current_Time (void) extern void Set_Time (v oid)
Update : 2008-10-13 Size : 29.31kb Publisher : 梁立林

用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。 在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。 打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。-C51 with the Pinyin input method, which is rewritten netizens embuffalo. Unrivaled www.21ic.com available in the free publication of the original work by Kai-51 on the Pinyin input method procedures . Appreciate the use of a two-dimensional array for the look-up table, I think this is a waste of space. Each of the characters but the index table to manually input address, efficiency is not high. I use the structure to rewrite a bit. We see now is this. Because the code comparison, a total of 6, more than 000 Chinese characters, this must be 12, byte to store 000 GB code, is not the way to compile results :-( about 3000h. because most of the index table. Code Optimization almost ineffective. Keil in the C simulation uses the chip in W77E58 Winbond, It has 32 k ROM 256B on-chip RAM, 1K on-chi
Update : 2008-10-13 Size : 14.28kb Publisher : Jawen

This prj demonstrates how to use the SROM memory classes for the Dallas DS80C400. This example uses the memcpy function to copy a function in the SROM memory class (which is located in CODE memory) to von Neumann mapped XDATA (starting at 0x110000) for execution.-This demonstrates how to use the SROM me mory classes for the Dallas Application of DS80C400. This exam ple uses the memcpy function to copy a function i n the SROM memory class (which is located in CODE memory) to von Neumann mapped XDATA (starting a t 0x110000) for execution.
Update : 2008-10-13 Size : 37.22kb Publisher : mliang

nsigned char lcddata,column,page,code_,k xdata unsigned char OUTBIT _at_ 0x2001 // 位控制口 xdata unsigned char IN _at_ 0x2002 // 键盘读入口 xdata unsigned char CONTROL _at_ 0x2003 //8255控制口
Update : 2008-10-13 Size : 145.87kb Publisher : 徐聪

利用VC++2005环境开发的ObjectARX2007应用程序,实现了扩展数据和扩展字典的创建和使用
Update : 2008-10-13 Size : 12.45kb Publisher : 李国鑫

在.Net环境下,利用C#语言开发的ObjectARX2008应用程序,实现扩展数据的创建和使用
Update : 2008-10-13 Size : 4.6kb Publisher : 李国鑫

DL : 0
autocad 二次开发的xdata开发函数的实例,很好用,朋友送我的啦。-secondary development of xdata development function examples of useful, a friend sent me a few million.
Update : 2025-02-17 Size : 16kb Publisher :

利用VC++2005环境开发的ObjectARX2007应用程序,实现了扩展数据和扩展字典的创建和使用-Use VC++ 2005 environment ObjectARX2007 developed applications, data and realize the expansion of the expansion of the creation and use of dictionary
Update : 2025-02-17 Size : 12kb Publisher : 李国鑫

DL : 0
在.Net环境下,利用C#语言开发的ObjectARX2008应用程序,实现扩展数据的创建和使用-In. Net environment, the use of C# Language developed ObjectARX2008 applications, realize the expansion of data to create and use
Update : 2025-02-17 Size : 4kb Publisher : 李国鑫

51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
Update : 2025-02-17 Size : 7kb Publisher : 李高

51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
Update : 2025-02-17 Size : 7kb Publisher : 有地下水

51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
Update : 2025-02-17 Size : 7kb Publisher : 机动车

51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
Update : 2025-02-17 Size : 7kb Publisher : otrkhre

DL : 0
XData 杜甫福克斯的解放路口见色肌肤- duqu zidian
Update : 2025-02-17 Size : 855kb Publisher : 张磊

51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
Update : 2025-02-17 Size : 7kb Publisher : jf15682835xian

基于STC15XX系列单片机,片内扩展RAM测试程序-Xdata test
Update : 2025-02-17 Size : 107kb Publisher : 钟保仁

关于C#开发cad ,关于南方扩展数据XDATA的资料(About C# development of CAD, data on the southern expansion of data XDATA)
Update : 2025-02-17 Size : 9kb Publisher : 韩泽兴
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.