资源列表
MCSSTestNet
- m3 barcode test application for c#
Flashing_led
- flashing led example a great example to understand of pic18F series
serial_PROG
- this project describes pic serial uart library based on MPLAB C18 hardware uart best example
HUARTPSUART
- this project describes pic software uart library based on MPLAB C18 software and hardware uart best example
autorun
- Windows mobile 6.0 标准SDK 开机自动运行程序-Windows mobile 6.0 standard SDK boot automatically run the program
FullScreen
- windows mobile 操作系统下的全屏程序源码-windows mobile operating system, full-screen program source code
M3SKY_SDK_Ver1.0.0_20110125
- M3 Scanner sdk 1-M3 Scanner sdk 1.0.0
CSharp--BlueTooth
- 实现蓝牙通讯的程序 C#开发 可以发送和接收数据 方便二次开发-Bluetooth communications program C# developers can send and receive data to facilitate the secondary development
PrintTest
- 带打印功能的手持POS实例程序 可以打印不同格式的数据 比如打印条码 以及不干胶-Handheld POS example program with print function can print the data of different formats, such as print barcode stickers
DeviceApplication3
- supper2440下IO口模拟IIC代码(C#)-the next IO port analog IIC code supper2440 (C#)
paixu
- Switch 可能转化成多种不同算法的代码。其中最常见的是跳转表和比较链/树。当switch用比较链的方式转化时,编译器会产生if-else-if的嵌套代码,并按照顺序进行比较,匹配时就跳转到满足条件的语句执行。所以可以对case的值依照发生的可能性进行排序,把最有可能的放在第一位,这样可以提高性能。-Switch could be transformed into a variety of different algorithm code. One of the most common is
xuanhuanyouhua
- 循环优化 (1)、充分分解小的循环 (2)、提取公共部分 (3)、延时函数 (4)、while循环和do…while循环 (6)、循环展开 -Loop optimization (1), full decomposition of the small loop (2), extracting the common portion (3), the delay function (4), while loop and do ... while loop (6), and