Welcome![Sign In][Sign Up]
Location:
Search - xdata

Search list

[Windows Develop存储空间的说明

Description: 存储空间的例子,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
Platform: | Size: 9383 | Author: 张天河 | Hits:

[OtherXdata

Description: autocad 二次开发的xdata开发函数的实例,很好用,朋友送我的啦。-secondary development of xdata development function examples of useful, a friend sent me a few million.
Platform: | Size: 16259 | Author: | Hits:

[Other resourceReadXData

Description: 自己编写的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)
Platform: | Size: 41224 | Author: xueliang | Hits:

[Other resourcec8051f020_8563

Description: 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)
Platform: | Size: 30014 | Author: 梁立林 | Hits:

[Other resourcePinYin_InputMethod_C51

Description: 用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
Platform: | Size: 14619 | Author: Jawen | Hits:

[Other resourceds400_srom

Description: 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.
Platform: | Size: 38114 | Author: mliang | Hits:

[Other resource521200658

Description: 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控制口
Platform: | Size: 149374 | Author: 徐聪 | Hits:

[Other resourceXData

Description: 利用VC++2005环境开发的ObjectARX2007应用程序,实现了扩展数据和扩展字典的创建和使用
Platform: | Size: 12749 | Author: 李国鑫 | Hits:

[Other resourceXData+DotNet

Description: 在.Net环境下,利用C#语言开发的ObjectARX2008应用程序,实现扩展数据的创建和使用
Platform: | Size: 4715 | Author: 李国鑫 | Hits:

[OtherXdata

Description: autocad 二次开发的xdata开发函数的实例,很好用,朋友送我的啦。-secondary development of xdata development function examples of useful, a friend sent me a few million.
Platform: | Size: 16384 | Author: | Hits:

[Graph DrawingXData

Description: 利用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
Platform: | Size: 12288 | Author: 李国鑫 | Hits:

[.netXData+DotNet

Description: 在.Net环境下,利用C#语言开发的ObjectARX2008应用程序,实现扩展数据的创建和使用-In. Net environment, the use of C# Language developed ObjectARX2008 applications, realize the expansion of data to create and use
Platform: | Size: 4096 | Author: 李国鑫 | Hits:

[Technology Managementdata-idata-xdata-and-pdata

Description: 51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
Platform: | Size: 7168 | Author: 李高 | Hits:

[Embeded-SCM Developdata-idata-xdata-and-pdata

Description: 51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
Platform: | Size: 7168 | Author: 有地下水 | Hits:

[Embeded-SCM Developdata-idata-xdata-and-pdata

Description: 51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
Platform: | Size: 7168 | Author: 机动车 | Hits:

[Embeded Linuxdata-idata-xdata-and-pdata

Description: 51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
Platform: | Size: 7168 | Author: otrkhre | Hits:

[.netxdata

Description: XData 杜甫福克斯的解放路口见色肌肤- duqu zidian
Platform: | Size: 875520 | Author: 张磊 | Hits:

[Communicationdata-idata-xdata-and-pdata

Description: 51中数据类型的区别 pdata,idata,xdata,data-the diffrents between pdata,xdata and idata
Platform: | Size: 7168 | Author: jf15682835xian | Hits:

[SCMSTC15-xdata-ram

Description: 基于STC15XX系列单片机,片内扩展RAM测试程序-Xdata test
Platform: | Size: 109568 | Author: 钟保仁 | Hits:

[CSharpCAD-CASS下实体的扩展属性XDATA

Description: 关于C#开发cad ,关于南方扩展数据XDATA的资料(About C# development of CAD, data on the southern expansion of data XDATA)
Platform: | Size: 9216 | Author: 韩泽兴 | Hits:
« 12 3 4 »

CodeBus www.codebus.net