搜索资源列表
阿帕奇直升机
- 涉及的代码是针对WINCE3.0(PPC2002)平台,同时兼顾了WIN32平台; 旨在 讨论编写同时适应2种平台的通用代码;就我现有掌握的资料来看,WINCE平台 并不支持DirectX,而WINCE的GAPI又不适合WIN32平台,且无法在模拟器下进行 调试(我对GAPI也是一无所知^_^),所以采用了最原始的BitBlt贴图和离屏 方式,贴图效果比较粗糙。对声音的处理也比较幼稚,希望不会误导初学者。 游戏算法和图片部分参考了王正盛的A10攻
datastructurevccode
- 数据结构各种算法如链表,堆栈,队列等用VC实现,包括VC的代码。-Algorithms such as data structure linked list, stack, queue, etc. VC to achieve, including the VC code.
WindowsCE_NET_Eboot
- WindowsCE_NET系统下Eboot开发 :从BootLoader概念出发,讨论了Windows CE. NET系统下Eboot (以太网BootLoader)作用及其嵌入式开发环境,分析了Eboot代码结构及函数执行流程,给出了Eboot编程模型、算法框架并叙述了开发方法。-Beginning with the concep tion ofBootLoader, the action of Eboot (EthernetBootLoader) and the development
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