Welcome![Sign In][Sign Up]
Location:
Search - string conversion

Search list

[Other resourceStringFloat

Description: 在VB程序中,完成字符与单精度浮点数的转换,其中StringToDouble为字符串转换为单精度数,FloatToString为单精度数转换为4字节字符串。-in VB program, complete with characters in the single precision floating point conversion, which StringToDouble to string conversion of single-precision the number of single-precision FloatToString conversion of 4-byte string.
Platform: | Size: 1244 | Author: 梁建军 | Hits:

[Other resources_pandp_s

Description: 用VHDL编写的并串转换和串并转换实例,希望对您有所帮助,其中输入数据是时钟的16倍-prepared using VHDL and string conversion and string conversion and examples, and I hope to help you, the input data which is 16 times the clock
Platform: | Size: 1824 | Author: zhou | Hits:

[Crack HackEncryDeCry

Description: 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryption is the handling each from the three-byte string. then three characters together into a 24-bit integer, the former eight store one character, intermediate storage of the second eight characters, the last eight characters placed third. This takes the number of cosmetic six, the numerical difference to users correspondence table, into the corresponding characters, then take the second six months, six third, fourth six characters for the conversion. Repeat the same as before the operation value of the entire string conversion completed. The decryption process is the basis for the user to find and scale displacement for the original strings. This algorithm than usual under the direct users of the conversion table for a higher level of security and encryption and decryption of
Platform: | Size: 1553 | Author: 伍孝秉 | Hits:

[Other resourceSPI-PRT

Description: 昨天在论坛上看到有人帖出了他写的并串转换VHDL代码,但是他自己说有问题,但是不知道怎么改。我大概看了一下,发现思路还是比较乱的。于是就写下了我自己的并串转换代码。-yesterday at the forum see someone points out his writing and string conversion VHDL code, But he said there are problems, but does not know how reform. I probably watched and found ideas is quite a mess. So I wrote on their own code and string conversion.
Platform: | Size: 1013 | Author: ZHAOBOO | Hits:

[Other resourceCalculate_N!_Code_in_Delphi

Description: 用Delphi编写的计算n!的方法,是用字符串转换的,速度很慢,可以用来与常规方法比较,了解各自的优越性-prepared by the Delphi calculating n! The method is the use of the string conversion, the speed is very slow. can be used with conventional methods, the understanding of the superiority of their respective
Platform: | Size: 5094 | Author: | Hits:

[Embeded-SCM DevelopLPC2100_LCD_PORT

Description: 本文分别以GPI0口直接连接、串并转换连接、CPLD分部连接三种方法阐述了无外部总线的Philips ARM微控制器LPC2l0X与点阵图形液晶显示器的接口设计,并给出了硬件电路框图和主要程序。-paper were directly connected GPI0 mouth, and string conversion connectivity, CPLD Division linking the three methods described without external bus Philips ARM Microcontrollers LPC2l and 0.1419 0X Graphics LCD interface design, and provides a hardware circuit diagram and the main proceedings.
Platform: | Size: 138232 | Author: 陶建卫 | Hits:

[Linux-Unixctime

Description: 在sco unix 下显示前n天或后n天日期的处理程序。 printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\") printf(\" -i 输入的参数为时间戳\\n\") printf(\" -s 输入的参数为格式化时间\\n\") printf(\" -t 输入的时间取当前系统时间\\n\") printf(\" -x 输入的时间增加或减少的天数\\n\") printf(\" -o 输出的时间为时间戳格式\\n\") printf(\" -O 输出的时间为格式化时间\\n\") printf(\" -h 帮助文件-查看[format]如何定义,例 %s -h\\n\",procname) printf(\"范例:1 取当前日期的前2天的时间显示 %s -t -x -2\\n\",procname) printf(\" 2 取20030101的前5天的时间显示 %s -s 20030101000000 -x -5\\n\",procname) printf(\" 3 取20031231的后5天的时间显示 %s -s 20031231000000 -x 5 -O \\\"%%D %%T\\\"\\n\",procname) printf(\" 4 取时间戳为1089619417的时间显示 %s -i 1089619417 \\n\",procname) printf(\" 5 取时间戳为1089619417的后4天的时间显示 %s -i 1089619417 -x 4 \\n\",procname) -in sco unix under the former n n days or days after the date of processing. Printf ( "function : timestamp and time format string conversion program \\ n ") printf (" - i input parameters timestamp \\ n ") printf (" - s input parameters for formatting time \\ n ") printf (" - t input the time for the current system time \\ n ") printf (" - x importation time increase or decrease the number of days \\ n " ) printf ( "- o output format for timestamp \\ n") printf ( "- O when output time for the inter-formatted \\ n ") printf (" - h Help-View [format] definition , the cases% s-h \\ n ", procname) printf (" Examples : a date from the current two days before the time displayed% s-t-2 x \\ n ", procname) printf ( &q
Platform: | Size: 2560 | Author: yux | Hits:

[Editorxapp514_hd-integ-demobrd

Description: SDI接口的源程序,包括扰码编码,并串转换,用VHDL硬件描述语言编写-SDI interface of the source, including interference coding and string conversion, using VHDL hardware description language
Platform: | Size: 382049 | Author: 李西军 | Hits:

[Other resourcednc_pp

Description: 预处理宏工具,可以实现整数加1,减1;重复生成符号,把一个宏的内容转换成字符串等,用起来非常方便,可以大大简化程序-pretreatment Acer tools, can achieve an integer plus, minus 1; Generating repeat symbols, Acer put the contents of a string conversion, it is very convenient use, which can greatly simplify procedures
Platform: | Size: 8703 | Author: zch | Hits:

[OtherUnicode

Description: wstring和string转换(Ice使用的)-wstring and string conversion (the Ice)
Platform: | Size: 2137 | Author: 抗日联盟 | Hits:

[AlgorithmStringFloat

Description: 在VB程序中,完成字符与单精度浮点数的转换,其中StringToDouble为字符串转换为单精度数,FloatToString为单精度数转换为4字节字符串。-in VB program, complete with characters in the single precision floating point conversion, which StringToDouble to string conversion of single-precision the number of single-precision FloatToString conversion of 4-byte string.
Platform: | Size: 1024 | Author: 梁建军 | Hits:

[Windows Developparell_to_serial

Description: 该模块主要完成并串转换功能。其中system_clk是输入并行时钟的频率,它是串行时钟serial_clk的八倍。byte_data_en是输入并行数据使能信号,byte_data是输入并行数据。serial_data是转换后的串行数据,bit_data_enable是串行数据有效信号。-The module main is completed and the string conversion functions. System_clk which is an input parallel clock frequency, it is the serial clock serial_clk eight times. byte_data_en is a parallel data input enable signal, byte_data is a parallel data input. serial_data is converted serial data, bit_data_enable is the serial data signal.
Platform: | Size: 1024 | Author: huangdecheng | Hits:

[Windows Developfloat_char_int_string

Description: 各种基本数据类型转换源程序。 本程序涉及到的数据类型有:float, int , char, string.-A variety of basic data type conversion source. This procedure involves the data types are: float, int, char, string.
Platform: | Size: 107520 | Author: Steno | Hits:

[Algorithmftoa.c

Description: This a fast floating point to string conversion function. Avoids the use of unsafe sprintf function. Works with float and double types. Correctly manages +inf, -inf, nnan (not a number).-This is a fast floating point to string conversion function. Avoids the use of unsafe sprintf function. Works with float and double types. Correctly manages+inf,-inf, nnan (not a number).
Platform: | Size: 1024 | Author: steux | Hits:

[VC/MFCwh

Description: COLORREF颜色与字符串相互转换 COLORREF颜色与字符串相互转换-COLORREF COLORREF color and color of the string conversion to convert the string to convert a string COLORREF color
Platform: | Size: 1024 | Author: aming | Hits:

[Windows DevelopConvert-Between-Various-String-Types

Description: 各种字符串类型之间的转换,个人整理,unicode和multichar之间转换等-String conversion between various types of personal order, unicode and multichar conversion between
Platform: | Size: 24576 | Author: 刘博 | Hits:

[Windows Developachieve-the-hex-string-to-decimal-

Description: 实现长度小于N个字符的十六进制字符串转换为十进制输出 扩展说明:可实现任意进制的转换-Length is less than N characters to achieve the hex string to decimal output expansion Description: can be any hex conversion
Platform: | Size: 1024 | Author: Lzhou | Hits:

[Data structsString-conversion-

Description: 用c语言实现的将一个短文中的字母串进行排序,通过测试-String conversion
Platform: | Size: 1024 | Author: 方中远 | Hits:

[OtherASP-string-conversion-function-usage

Description: ASP字符串转换函数用法,包括:Asc、InStr、 Lcase、Left、len、Ltrim、Mid、Right、Rtrim、StrComp、InStrRev、Trim、Ucase、CBool、CByte等-The ASP string conversion function usage, including: Asc, InStr, Lcase, Left, len, Ltrim, Mid, Right, Rtrim, StrComp, InStrRev, Trim, Ucase, CBool, CByte etc.
Platform: | Size: 5120 | Author: Uncle辰 | Hits:

[Software Engineeringlabview--character-string

Description: labview 字符串转换,详细介绍了16进制字符串与10进制之间的相关关系与转换-Labview string conversion, hexadecimal string is introduced and the relationship between decimal and transformation
Platform: | Size: 151552 | Author: 满飞 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net