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

Search list

[Static controlsmsdemo_vb

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 -OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command Interface, through this interface developers can complete a variety of functions
Platform: | Size: 196908 | Author: 伟哥 | Hits:

[Static controlsmsdemo_asp

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 -OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command I#$#!136302#!#$ChgDestopShortIcon.zip!#$#Chapter 2 credit card account management system 2.1 Introduction 2.2 JBuilder 9 datab
Platform: | Size: 2997 | Author: 伟哥 | Hits:

[Static controlsmsdemo_delphi

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 -OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command Interface, through this interface developers can complete a variety of functions
Platform: | Size: 207465 | Author: 伟哥 | Hits:

[Static controlsmsdemo_pb

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 pb-OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command Interface, through this interface developers can complete a variety of functions pb
Platform: | Size: 1579473 | Author: 伟哥 | Hits:

[GUI Developgads

Description: #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1 i < (ch + 1) i++) { if(ref & 1) value |= 1 << (ch - i) ref >>= 1 } return value } init_crc32_table() { unsigned long int crc,temp // 256个值 for(int i = 0 i <= 0xFF i++) { temp=Reflect(i, 8) crc32_table[i]= temp<< 24 for (int j = 0 j < 8 j++){ unsigned long int t1,t2 unsigned long int flag=crc32_table[i]&0x80000000 t1=(crc32_table[i] << 1) if(flag==0) t2=0 else t2=ulPolynomial crc32_table[i] =t1^t2 } crc=crc32_table[i] crc32_table[i] = Reflect(crc32_table[i], 32) } } -# include
Platform: | Size: 795 | Author: 海波 | Hits:

[Otherx1228rw

Description: x1288读写时序 0xDE 写ccr阵列, 0xDF 读ccr阵列 //0xAE 写eeprom阵列,0xAF 读eeprom阵列 (0x0000---0x1FF)共512个字节 //P5.7--SCL BIT7 //P5.6--SDA BIT6
Platform: | Size: 1432 | Author: 王丰名 | Hits:

[Communication-MobileSMS

Description: 短信猫完整开发例子,里面包含全部的字节流码,bit7码和Unicode编码的函数,详细见sms.h文件。
Platform: | Size: 2902618 | Author: 李周 | Hits:

[Static controlsmsdemo_vb

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 -OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command Interface, through this interface developers can complete a variety of functions
Platform: | Size: 196608 | Author: 伟哥 | Hits:

[Static controlsmsdemo_asp

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 -OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command I#$#!136302#!#$ChgDestopShortIcon.zip!#$#Chapter 2 credit card account management system 2.1 Introduction 2.2 JBuilder 9 datab
Platform: | Size: 3072 | Author: 伟哥 | Hits:

[Static controlsmsdemo_delphi

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 -OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command Interface, through this interface developers can complete a variety of functions
Platform: | Size: 206848 | Author: 伟哥 | Hits:

[Static controlsmsdemo_pb

Description: OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 pb-OCX controls available, the use of extremely convenient attributes, methods, events abstract reasonable and concise. easy to understand while supporting the use of synchronous and asynchronous send two ways, asynchronous sent to notify the success to meet various application support GSM text messaging, short messaging English, and send messages flashing, hands-free messages. BIT7 support this format (ie, for English, the length of up to 160 characters) to support WAP PUSH sent back support state support PHS numbers support this country when phone numbers send and receive text messages, may choose whether or not to keep messages on the SIM card to provide At Command Interface, through this interface developers can complete a variety of functions pb
Platform: | Size: 1579008 | Author: 伟哥 | Hits:

[Otherx1228rw

Description: x1288读写时序 0xDE 写ccr阵列, 0xDF 读ccr阵列 //0xAE 写eeprom阵列,0xAF 读eeprom阵列 (0x0000---0x1FF)共512个字节 //P5.7--SCL BIT7 //P5.6--SDA BIT6 -x1288 to read and write timing write 0xDE CCR array, 0xDF Reading CCR array// 0xAE write EEPROM arrays, 0xAF Reading EEPROM array (0x0000-0x1FF) a total of 512 bytes// P5.7 SCL BIT7// P5.6 SDA BIT6
Platform: | Size: 1024 | Author: 王丰名 | Hits:

[Communication-MobileSMS

Description: 短信猫完整开发例子,里面包含全部的字节流码,bit7码和Unicode编码的函数,详细见sms.h文件。-Example of a complete development of the cat message, which contains all of the byte code stream, bit7 code and Unicode-encoded function, see the detailed document sms.h.
Platform: | Size: 2902016 | Author: 李周 | Hits:

[ActiveX/DCOM/ATLOCX

Description: ,OCX控件方式提供,使用极其方便 属性、方法、事件抽象合理、精简,容易理解使用 同时支持同步及异步发送两种方式,异步发送以事件的方式通知成功,满足各种应用 支持GSM短信发送,中英文短信息发送,支持发送闪烁短信、免提短信。 支持BIT7格式发送(即对于英文,长度可达160个字符) 支持WAP PUSH发送 支持状态回复 支持小灵通号码发送 支持国际手机号码发送 接收短信时,可自行选择是否将短信保存于SIM卡中 提供At Command接口,通过这一接口开发者可以完成其他各种功能 -, OCX controls provided, the use of very convenient properties, methods, events abstract rational, streamlined, easy to understand at the same time support the use of synchronous and asynchronous send in two ways, asynchronous events sent to notify the successful application support to meet a variety of GSM SMS send, in English and Chinese text messages sent in support of blinking send SMS, text messages hands-free. Send BIT7 format support (that is, for the English, the length of up to 160 characters) support WAP PUSH sent to support the state number to send back to support the PHS support for the international mobile phone number to receive text messages sent, they can choose whether or not the SMS stored in SIM card provided by At Command interface, through this interface the developer can complete a variety of functions
Platform: | Size: 503808 | Author: 长毛 | Hits:

[Successful incentiveusbcleaner

Description: uchar save,read /*定义局部变量*/ clock=1 /*读bit7*/ read=P2 read=read<<1 clock=0 -uchar save,read /*定义局部变量*/ clock=1 /*读bit7*/ read=P2 read=read<<1 clock=0
Platform: | Size: 3657728 | Author: huang | Hits:

[Embeded-SCM Developex02_1

Description: Patryk Szpejankowski 2008 Fill free to drop a message through 8052.com if you found these fonts useful. ASCII fonts for 7-segment display. Numbers in table: active high segments, (bit0,bit1..bit6,bit7) correspond to segments (a,b..g,h). Many fonts are defined as three horizontal bars to indicate
Platform: | Size: 5120 | Author: aaa13 | Hits:

[Embeded-SCM Developex05_4

Description: /* Patryk Szpejankowski 2008 Fill free to drop a message through 8052.com if you found these fonts useful. ASCII fonts for 7-segment display. Numbers in table: active high segments, (bit0,bit1..bit6,bit7) correspond to segments (a,b..g,h). Many fonts are defined as three horizontal bars to indicate that I had no idea how to define them on 7-segment display :-)
Platform: | Size: 4096 | Author: aaa13 | Hits:

[SCMto-the-Gregorian-calendar

Description: C51语言“公历转农历及星期” 获取当前日期的农历及星期 公历年对应的农历数据,每年三字节, 格式: //0x0A,0x95,0x4e, /*第一字节BIT7-4 位表示闰月月份,值为0 为无闰月, BIT3-0 对应农历第1-4 月的大小 第二字节BIT7-0 对应农历第5-12 月大小, 第三字节BIT7 表示农历第13个月大小月份对应的位 /*为1表示本农历月大(30 天),为0 表示小(29 天) 第三字节BIT6-5 表示春节的公历月份,BIT4-0 表示春节的公历日期 本代码中Tim[0]/Tim[1]/Tim[2]分别为当前年月日数据 其中Tim[0]Bit7表示世纪,1为20世纪19xx,0为21世纪20xx Tim[10]为周数据/Tim[7]/Tim[8]/Tim[9]为农历数据,根据需要自行更换 2010-09-23程序通过测试-Go lunar calendar and the Gregorian calendar week
Platform: | Size: 4096 | Author: magichy | Hits:

[ARM-PowerPC-ColdFire-MIPSTEST

Description: MCU是msp430g2553,用timerA0控制LED的闪烁,闪烁速度由快到慢,循环执行- #include "msp430g2553.h" unsigned char J,K void main( void ) { //unsigned char i // Stop watchdog timer to prevent time out reset WDTCTL = WDTPW+ WDTHOLD P1DIR |= BIT6 /*BCSCTL1 &= ~BIT7 do { IFG1 &= ~OFIFG for(i=0xff i>0 i--) } while(IFG1&OFIFG) BCSCTL2 |= SELS+ DIVS_3 */ CCTL0 |= CCIE CCR0=65000 TACTL |= TASSEL_2+ MC_1 //+ ID_3 _EINT() LPM0 } #pragma vector=TIMER0_A0_VECTOR __interrupt void key(void) { P1OUT ^= BIT6 J++ if(J==16) { J=0 K++ if(K==1) { TACTL &=~(ID0+ ID1) TACTL |= ID_0 } if(K==2) { TACTL &=~(ID0+ ID1) TACTL |= ID_1 } if(K==3) { TACTL &=~(ID0+ ID1) TACTL |= ID_2 } if(K==4) { TACTL &=~(ID0+ ID1) TACTL |= ID_3 K=0 } } }
Platform: | Size: 21504 | Author: 宣传 | Hits:

[SCMMSP430G2553_UART_ADC_Timer

Description: MSP430G2553的代码,可给430G2X系列参考,有ADC10多通道多次采样,TIMER定时中断,TIMER的PWM输出,UART的初始化、ASCII码输出、接收中断。 特别是ADC10的多通道多次采样,很多同学刚开始学430不会用,一定记得要用数组接收数据,代码中用的ADC[0~4]接收的数据。 用ADC多通道多次采样,特别需要注意的是,如果你要采集通道 4 5 6 7(也就是P1.4~7),你还是得设置ADC10DTC1=8;,如果设置成4就会错误。 但是可以 ADC10AE0|=BIT4+BIT5+BIT6+BIT7;(不使能P1.0~3的ADC功能) 同时ADC10CTL1起始位置还是设置INCH_7;-MSP430G2553 code, can refer to 430G2X series, there are several multi-channel ADC10 sampling, TIMER timer interrupt, TIMER PWM output, initialize the UART, ASCII code output, receive interrupt. Especially multi-channel ADC10 multiple sampling, many students just beginning to learn 430 will not use, must remember to use an array to receive data, ADC code using the received data [0-4]. Multi-channel ADC with multiple sampling, particular note is that if you want to capture channel 4567 (that is, P1.4 ~ 7), you still have to set ADC10DTC1 = 8 , if an error is set to 4. But can ADC10AE0 | = BIT4+BIT5+BIT6+BIT7 (ADC function is not enabled P1.0 ~ 3 in) while ADC10CTL1 starting position is set INCH_7
Platform: | Size: 2048 | Author: zhongjun tian | Hits:
« 12 »

CodeBus www.codebus.net