Location:
Search - STR-30
Search list
Description: This string-include defines all string functions as inline functions. Use gcc. It also assumes ds=es=data space, this should be normal. Most of the string-functions are rather heavily hand-optimized,
see especially strtok,strstr,str[c]spn. They should work, but are not
very easy to understand. Everything is done entirely within the register
set, making the functions fast and clean.
Platform: |
Size: 11264 |
Author: hehe |
Hits:
Description: 1 - base64 decode
2 - url encode
3 - url decode
4 - md5 hash
5 - random str
6 - sha1 hash
7 - DES hash
8 - CRC32
9 - rot13 encode
10 - ASCII -> bin
11 - ASCII -> dec
12 - ASCII -> hex
13 - ASCII -> char()
14 - ASCII -> chr()..
15 - ASCII -> String.fromCharCode()
16 - bin -> ASCII
17 - dec -> ASCII
18 - hex -> ASCII
19 - char() -> ASCII
20 - chr() -> ASCII
21 - String.fromCharCode() -> ASCII
22 - bin -> dec
23 - bin -> hex
24 - dec -> bin
25 - dec -> hex
26 - hex -> bin
27 - hex -> dec
28 - cp1251(&cp1259) -> utf8
29 - /etc/passwd -> login login
30 - PHP crupt
31 - URL -> IFrame
32 - String lower
33 - String UPPER
34 - ASCII -> 0xHEX
35 - Simple html encrypt
36 - htmlspecialchars
37 - Full urlencode
38 - base64 decode && gzinflate
39 - gzdeflate && base64 encode-1- base64 decode
2- url encode
3- url decode
4- md5 hash
5- random str
6- sha1 hash
7- DES hash
8- CRC32
9- rot13 encode
10- ASCII-> bin
11- ASCII-> dec
12- ASCII-> hex
13- ASCII-> char()
14- ASCII-> chr()..
15- ASCII-> String.fromCharCode()
16- bin-> ASCII
17- dec-> ASCII
18- hex-> ASCII
19- char()-> ASCII
20- chr()-> ASCII
21- String.fromCharCode()-> ASCII
22- bin-> dec
23- bin-> hex
24- dec-> bin
25- dec-> hex
26- hex-> bin
27- hex-> dec
28- cp1251(&cp1259)-> utf8
29- /etc/passwd-> login login
30- PHP crupt
31- URL-> IFrame
32- String lower
33- String UPPER
34- ASCII-> 0xHEX
35- Simple html encrypt
36- htmlspecialchars
37- Full urlencode
38- base64 decode && gzinflate
39- gzdeflate && base64 encode
Platform: |
Size: 4096 |
Author: Ihar |
Hits:
Description: 用单片机控制STR30模块实现800米以内的无线控制,广泛用于工厂车间,医院等场所,它需要两个模块,以实现接受和发送-Module with the MCU control STR30 within 800 meters of wireless control, are widely used in factory floor, hospitals and other places, it requires two modules to achieve the acceptance and send
Platform: |
Size: 111616 |
Author: 许高 |
Hits:
Description:
东莞MOTOROLA MC3000数据采集器条码采集终端盘点机优点:
·在高强度扫描应用中,降低用户的疲劳度,提高工作效率
·用户可调整扫描位置,使扫描操作舒适无比,工作效率空前提高
·与VGA相比,分辨率提高30 ,便于在各种环境下查看,提高了扫描准确率
·实现实时数据交换,获得最高生产效率
·能够承受从4英尺(1.2)高度多次跌落到水泥地面的冲击,500次滚动
·符合工业标准的防水、防尘效果,确保在恶劣条件下具有可靠的性能
·具有高速CPU性能,广泛的应用程序支持,熟悉的软件界面
·提供多种数据输入模式,已获得最大效率 -g code = this.txtbarcode.Text.Trim()
string fileName = "barcodeinfo.txt"
StreamReader sr = new StreamReader(fileName, Encoding.Default) //以gb2312字符编码格式读取文本。
string str
int count=0
while ((str = sr.ReadLine()) != null)//读取每一行
{
if (str.IndexOf(code) == 0)
{
this.listBoxCode.Items.Add(str)
this.listBoxCode.SelectedIndex = this.listBoxCode.Items.Count- 1
count = count+ 1
}
}
if (count == 0)
{
this.listBoxCode.Items.Add(code+ " 无条码信息")
this.listBoxCode.SelectedIndex = this.listBoxCode.I
Platform: |
Size: 6182912 |
Author: 范立勇 |
Hits:
Description: 30-digit of two number as a string multiplier program.-30-digit of two number as a string multiplier program.
Platform: |
Size: 66560 |
Author: mtumay |
Hits: