搜索资源列表
FCm_Wince_v1.0
- 上用evc写的一个在wince上演示的fcm算法.-AES was used in a demonstration of Jack FCM algorithm.
阿帕奇直升机
- 涉及的代码是针对WINCE3.0(PPC2002)平台,同时兼顾了WIN32平台; 旨在 讨论编写同时适应2种平台的通用代码;就我现有掌握的资料来看,WINCE平台 并不支持DirectX,而WINCE的GAPI又不适合WIN32平台,且无法在模拟器下进行 调试(我对GAPI也是一无所知^_^),所以采用了最原始的BitBlt贴图和离屏 方式,贴图效果比较粗糙。对声音的处理也比较幼稚,希望不会误导初学者。 游戏算法和图片部分参考了王正盛的A10攻
WINCE_fanjuchi.rar
- wince下曲线反锯齿算法。由于smartphone中没有GDI画图,很好地解决了这个问题!,wince under the curve of anti-aliasing algorithm. As the smartphone does not GDI drawing, a good solution to this problem!
FC
- 这是一个指纹模块的驱动程序,里面有算法来判断是否是正确指纹。是在特定实验箱上的pxa270. -This is a fingerprint of the driver module, there are algorithms to determine whether the fingerprint is correct.
WinCE_NET_BootLoader
- Boot Loader 是嵌入式系统开发的重要环节之一。通过博创公司的嵌入式产品UP2NETARM24102S ,详细介 绍了在移植Windows CE 嵌入式操作系统之前Boot Loader 的开发步骤和烧写过程。重点分析了Boot Loader 的原理、启 动、编译过程,编译环境,并给出了Boot Loader 的编程模型和算法框架。有利于全面正确地了解Boot Loader- Boot L oader is one of t he key p a rts in embedded
algorithm
- 一个读取自定义格式文件而生成窗体控件的算法-Read a custom format files generated form the control algorithm
AudioWave
- evc开发的读取声音后,把数据写到内存,按照特殊的算法画出波形的测试代码-evc development of the voice to read after the data written to memory, according to a special algorithm to draw the waveform of the test code
paixu
- Switch 可能转化成多种不同算法的代码。其中最常见的是跳转表和比较链/树。当switch用比较链的方式转化时,编译器会产生if-else-if的嵌套代码,并按照顺序进行比较,匹配时就跳转到满足条件的语句执行。所以可以对case的值依照发生的可能性进行排序,把最有可能的放在第一位,这样可以提高性能。-Switch could be transformed into a variety of different algorithm code. One of the most common is