搜索资源列表
WindowsCEProgramming
- 上传的代码是WindowsCEProgramming第一版的源代码,解压即可!-upload WindowsCEProgramming code is the first edition of the source code, Decompression can be!
TestTouchCalibrate_CSHARP.WinCE触摸屏校准程序C#代码
- WinCE触摸屏校准程序C#代码 Compact .Net 2.0 winCE先触摸屏校准程序源代码 ,WinCE touch screen calibration procedure C# Code Compact. Net 2.0 winCE first touch-screen calibration procedure source code
GPRSdial_test.rar
- wince下gprs上网自动拨号的代码,不过首先要在注册表建个拨号连接,wince automatic dial-up Internet access under the gprs code, but we must first build a dial-up connection in the registry
Stepldr
- stepldr .S3C244X equipped with an internal SRAM buffer called 鈥楽teppingstone鈥? When booting, the first 4 KBytes of the NAND flash memory will be loaded into Steppingstone and the boot code loaded into Steppingstone will be executed.
ForwardMgr
- windows mobile下,通过tapi实现的来电转接程序-Programatically forwarding calls using TAPI February 9, 2009, 12:59 am Download the source code Recently one of my friend asked me how to forward calls using the USSD commands. This link describes how to forw
BarcodeScaner
- HYINTECH 手持机 wince 下条码扫描头程序源码-wince the first program source code under the bar code scanner
2QRcode(VC)
- QR二维码源码 VC++下运行 非常好用 速度快 支持多种容错率 希望大家喜欢 第一次上传希望大家多多支持-QR 2D code source VC++ running under very easy to use the faster support a variety of fault-tolerant rate I hope you like the first upload hope a lot of support
paixu
- Switch 可能转化成多种不同算法的代码。其中最常见的是跳转表和比较链/树。当switch用比较链的方式转化时,编译器会产生if-else-if的嵌套代码,并按照顺序进行比较,匹配时就跳转到满足条件的语句执行。所以可以对case的值依照发生的可能性进行排序,把最有可能的放在第一位,这样可以提高性能。-Switch could be transformed into a variety of different algorithm code. One of the most common is