资源列表
lwip
- LWIP的中英文使用说明书,有注释,注释比较详细-LWIP the Chinese and English instruction manual, Notes, the Notes detailed
Embedded_CTraps_and_Pitfalls
- 嵌入式操作系统编程的C语言编程存在的陷阱解释与详细说明-Embedded Operating System Programming in C programming language to explain the pitfalls and details
c_noerror_code
- C语言进阶-如何编写安全无错的代码,有具体实例说明-Advanced C language-how to prepare safe wrong code, and concrete examples
c_traps_pitfalls
- C语言陷阱详细解释,内容详细,有具体实例说明-C language trap elaborate, detailed and specific examples
GSMcdduanxin
- GSM短信协议,内容详细,有具体的实例与应用-GSM SMS agreement, detailed, specific examples and application
Transact-SQL
- 在 Visual Studio .NET 中使用 SQL Server 2000 生成数据库应用程序.Matt Mannion 和 Jon Rauschenberger Clarity Consulting Inc. 适用于: Microsoft® SQL Server™ 2000 Microsoft Visual Studio® .NET -in Visual Studio.NET using SQL Server 2000 generat
Blackfinprocessorsinthepreparationandoptimizationo
- 在Blackfin处理器上编写和优化C代码,pdf文件,对于开发blackfin的朋友很有帮助.-Blackfin processors in the preparation and optimization of C code, pdf documents, for the development of blackfin helpful friends.
Csharp
- 关于C#中委托、接口的一种理解方式。 将紧耦合、异步通知、静态监听者等融合进一个代码故事增强其可理解性。 适合CSharp学习者阅读-on C# entrusted Interface an understanding manner. Will be tightly coupled, asynchronous notification, passive integration, such as the interception of a code into the story to en
HowtoinstallTAO(W)
- 实时CORBA平台TAO的安装和使用 TAO在windows上的安装 以及编译过程中出现的问题-TAO Real-time CORBA platform installation and use of TAO in windows on the installation and the compilation Translation process of emerging issues
200752514114295212
- C++的一个号称许,与大家分享用语分裂识别的-C. Hsu claimed a share with you the terms of the split Recognition
d
- 实时钟 实时钟
tracy
- 求迷宫中从入口到出口的所有路径是一个经典的程序设计问题。由于计算机解迷宫室,通常用的是“穷举求解”的方法,即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向在继续探索,直到所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路返回,显然需要用一个后进先出的结构来保存从入口到当前位置的路径。因此,在球迷宫通路的算法中应用“栈”也就是自然而然的事了。 -seeking maze exports from the entrance to the path of a