Welcome![Sign In][Sign Up]
Location:
Search - HEX r

Search list

[WEB Mailqp

Description: Quoted-Printable也是MIME邮件中常用的编码方式之一。同Base64一样,它也将输入的字符串或数据编码成全是ASCII码的可打印字符串。 Quoted-Printable编码的基本方法是:输入数据在33-60、62-126范围内的,直接输出;其它的需编码为“=”加两个字节的HEX码(大写)。为保证输出行不超过规定长度,可在行尾加“=\\r\\n”序列作为软回车。
Platform: | Size: 993 | Author: king | Hits:

[OtherAsc2Hex

Description: 字符↓↑16进制 转换器源代码 程序文件包括:Asc2Hex.exe | Asc2Hex.exe.manifest | readme.txt-characters PD 16 band converter source code files include : Asc2Hex.exe | Asc2Hex.exe.manifest | readme. txt
Platform: | Size: 17408 | Author: cyd | Hits:

[Special EffectsREL

Description: 128*128灰度图象二值化后进行RLE编码。 在为其解码-128* 128 grayscale image binarization after RLE encoding. In its decoders. .
Platform: | Size: 117760 | Author: 蔡治有 | Hits:

[WEB Mailqp

Description: Quoted-Printable也是MIME邮件中常用的编码方式之一。同Base64一样,它也将输入的字符串或数据编码成全是ASCII码的可打印字符串。 Quoted-Printable编码的基本方法是:输入数据在33-60、62-126范围内的,直接输出;其它的需编码为“=”加两个字节的HEX码(大写)。为保证输出行不超过规定长度,可在行尾加“=\r\n”序列作为软回车。 -Quoted-Printable is also commonly used in MIME message encoding one of the ways. With Base64, it will also enter the string or data encoding is ASCII code Chengquan printable string. Quoted-Printable encoding basic method is: the input data in 33-60,62-126 within the scope of direct output other required code for = plus two bytes of HEX code (uppercase). In order to ensure the output does not exceed the length of line can be added at the end of = sequence as a soft carriage return.
Platform: | Size: 1024 | Author: king | Hits:

[JSP/JavaColorUtil

Description: A simple object to store a color and perform Hex/RGB conversions. methods included ColorSetRGB - ColorGetHex RGBToHex(r, g, b) hexToRGB(hex) ColorBlend(colorFrom, colorTo) ColorBlendGetColor(alpha) ColorBlendToString() -A simple object to store a color and perform Hex/RGB conversions. methods included ColorSetRGB- ColorGetHex RGBToHex(r, g, b) hexToRGB(hex) ColorBlend(colorFrom, colorTo) ColorBlendGetColor(alpha) ColorBlendToString()
Platform: | Size: 2048 | Author: c15300@bsnow.net | Hits:

[Other systemsgtcplayer_citeste_ilde_pt_logoshow_flash_intern.r

Description: ilda file player and converter ilda to hex files for delphi 7
Platform: | Size: 564224 | Author: Cornel | Hits:

[assembly languagerdvv

Description: hex code for controlling a TSA5511 phase locked loop chip using a PIC16F84 Also drives a standard 16x1 LCD display. function 16F84(A) L.C.D. notes 0V 5 1, 5 +5 volt 4, 14 2, 3 Display enable 2 6 SCL 17 needs 10k pullup to +5V SDA 18 needs 10k pullup to +5V 4MHz crystal 16 4 MHz crystal 15 display 10 4 display data 9 14 display data 6 11 display data 8 13 display data 7 12 switch input 11 ‘Down’ switch, normally 0V switch input 12 ‘Set’ switch, normally 0V switch input 13 ‘Up’ switch, normally 0V TSA5511 needs a 3.2Mhz crystal 1 x 16 character display pinout: 1 = 0 Volt 2 = 5 Volt 3 = Supply Voltage LCD Driver 4 = RS, Register Select, Low=Instruction, High=Data 5 = R/W, Read/Write 6 = Enable 7 to 14 = DB0-DB7, Data Bus software selectable 4 or 8-bit mode 15 = LED + (Anode of LED Unit) 16 = LED - (Cathode of LED Unit)-hex code for controlling a TSA5511 phase locked loop chip using a PIC16F84 Also drives a standard 16x1 LCD display. function 16F84(A) L.C.D. notes 0V 5 1, 5 +5 volt 4, 14 2, 3 Display enable 2 6 SCL 17 needs 10k pullup to+5V SDA 18 needs 10k pullup to+5V 4MHz crystal 16 4 MHz crystal 15 display 10 4 display data 9 14 display data 6 11 display data 8 13 display data 7 12 switch input 11 ‘Down’ switch, normally 0V switch input 12 ‘Set’ switch, normally 0V switch input 13 ‘Up’ switch, normally 0V TSA5511 needs a 3.2Mhz crystal 1 x 16 character display pinout: 1 = 0 Volt 2 = 5 Volt 3 = Supply Voltage LCD Driver 4 = RS, Register Select, Low=Instruction, High=Data 5 = R/W, Read/Write 6 = Enable 7 to 14 = DB0-DB7, Data Bus software selectable 4 or 8-bit mode 15 = LED+ (Anode of LED Unit) 16 = LED- (Cathode of LED Unit)
Platform: | Size: 2048 | Author: Nev | Hits:

[Otherbin2hex_2

Description: 簡易16*16 自制圖形 轉十六進制及二進制-16* 16 self-made graphics simple switch hex and binary
Platform: | Size: 138240 | Author: 阿基 | Hits:

[JSP/JavaR

Description: 描述: 输入一个十进制数N,将它转换成R进制数输出。 输入: 输入共一行,包含两个整数N(32位正整数)和R(2<=R<=16, R<>10)。 输出: 输出转换后的数,输出占一行。如果R大于10,则对应的数字规则参考16进制(比如,10-16分别用A-F表示,等等)。 输入样例: 23 12 6687 16 输出样例: 1B 1A1F-Description: Enter a decimal number N, converted it to the number of R band output. Input: Enter the total line contains two integers N (32 bit integer) and R (2 < = R < = 16, R < > 10). Output: Output the converted number, the output line. If R is greater than 10, then the rules of the corresponding reference number 16 hex (for example, 10-16 were expressed with AF, etc.). Input sample: 2312668716 Output Sample: 1B 1A1F
Platform: | Size: 1024 | Author: yagedao | Hits:

[Other Embeded programmatrixdisplayLCD1602keykeyboardassemblerlanguage.r

Description: 4*4的键盘显示程序,总共有三个文件,.asm .hex .bin。支持的是keil、环境的编程。-4* 4 keyboard display program, a total of three files,. Asm. Hex. Bin. Support is keil, the programming environment.
Platform: | Size: 3072 | Author: 少校 | Hits:

[JSP/Javahex2bin

Description: 16进制字符串转2进制文件。可以输入文件或在界面输入。 例如输入“61 62 0D 0A”会获得一个文件,其内容为“ab\r\n”-convert a hex string to a binary file with java
Platform: | Size: 8192 | Author: 李辉 | Hits:

[Crack Hackunimodem.dll-adapted-for-windows-ce-3.0-systems.r

Description: BSTR2, Bubble Sort2, Character to integer, CString s into char s. I am posting , Letter count with linked list, MasterString - over 3,000 lines of hardcore string manipluation (classes, structs, functions ) etc, string functions using both user defined & stdlib, Writing to a file, A Simple Count String.cpp, ACCI 2 Decimal,Hex,octal.cpp, ACCURATE and MODERN conversion .cpp, Ascii to Unicode and vice-versa.cpp, Converts a numeric string to integer .cpp, Finds and replaces a string with a given string.cpp, GotoXY.cpp, how variables can exist in different scopes.cpp, input and revers string.cpp, revers string 2.cpp, Searches if a textfile contains a string .cpp, simplest logic and most simplest password program .cpp, strcat,strcmp,strcpy(VB).cpp, string compare.cpp, string manip tutorial.cpp, StriStr--This function is an ANSI version of strstr() with case insensitivity.cpp, strrtrim.cpp, UPPER.C, VB string function.cpp
Platform: | Size: 21504 | Author: Ahmad | Hits:

[Data structs4

Description: 初始化栈、判栈为空、出栈、入栈、求栈顶元素等运算,自己填写主函数。 利用顺序栈的基本操作,实现将任意一个十进制整数转化为R进制整数 3、用顺序存储来定义循环队列结构。编程实现, 初始化队列、判队列为空、出队列、入队列、求队列头部元素等运算。 只有尾指针的单循环链表表示的队列的入队和出队程序.-Initialize the stack, the stack is empty sentence, stack, stack, seeking the top element and other operations, to fill out the main function. Stack using the basic sequence of operations to achieve an arbitrary integer into a decimal integer hex R 3, with the sequential storage to define a circular queue structure. Programming, initialization queue sentenced queue is empty, the queue, the queue, the queue head and other elements seeking operation. Queue into the team and the team round robin program only list tail pointer representation.
Platform: | Size: 110592 | Author: 露露 | Hits:

[WEB Codergbzhgj_v1.0

Description: 软件介绍 RGB转16进制工具具用于将RGB颜色值转换为十六进制字符串,工具使用简单,你只需要在以下三个输入框:红(R)、绿(G)、蓝(B)中输入RGB的颜色值及会自动回转换十六进制的字符串。-Software introduction RGB turn 16 hex tool for converting the RGB color value to sixteen hex string, the tool uses a simple, you only need to enter the RGB in the following three input box: red (R), green (G), (B) and will automatically back to convert sixteen hex string.
Platform: | Size: 92160 | Author: erpudn11 | Hits:

[OtherAnalog_Engeneers_Pocket_Reference

Description: This free TI book. This pocket reference is intended as a valuable quick guide for often used board- and systemlevel design formulae. This collection of formulae is based on a combined 50 years of analog board- and system-level expertise. Much of the material herein was referred to over the years via a folder stuffed full of printouts. Those worn pages have been organized and the information is now available via this guide in a bound and hard-to-lose format! Here is a brief overview of the key areas included: • Key constants and conversions • Discrete components • AC and DC analog equations • Op amp basic configurations • OP amp bandwidth and stability • Overview of sensors • PCB trace R, L, C • Wire L, R, C • Binary, hex and decimal formats • A/D and D/A conversions-This is free TI book. This pocket reference is intended as a valuable quick guide for often used board- and systemlevel design formulae. This collection of formulae is based on a combined 50 years of analog board- and system-level expertise. Much of the material herein was referred to over the years via a folder stuffed full of printouts. Those worn pages have been organized and the information is now available via this guide in a bound and hard-to-lose format! Here is a brief overview of the key areas included: • Key constants and conversions • Discrete components • AC and DC analog equations • Op amp basic configurations • OP amp bandwidth and stability • Overview of sensors • PCB trace R, L, C • Wire L, R, C • Binary, hex and decimal formats • A/D and D/A conversions
Platform: | Size: 4737024 | Author: zzz | Hits:

CodeBus www.codebus.net