搜索资源列表
“C语言接口”扩展程序调用接口规范
- 分析家扩展函数规范V3.10 1.本规范适用于分析家3.10标准版和专业版公式系统. 2.扩展函数用于实现系统函数不能实现的特殊算法. 3.扩展函数用windows 32位动态连接库实现,建议使用Microsoft Visual C++编程. 4.调用时在公式编辑器中写\"动态库名称@函数名称\"(参数表)即可,例如下面函数可以写为\"FXJFUNC@MYCMALOSE\"(5) 5.动态连接库名称和函数名称可以自己定义. 6.使用时可以将动态库拷贝到分析家目录下使用.-V3.10 a stan
《C++Builder编程实例技巧》全部源代码
- 这是《C++Builder编程实例技巧》一书中的全部源代码,不用多说了吧。有需要的请拉吧,不要问我书在哪,我也只是偶而发现,顺手收藏.-This is the "C Programming examples Builder skills," a book full source code, the answer of the hour. The need to pull it please, do not ask me what book, I have found only
C++ Solutions
- The source code for \"C++ Solutions\". This book is a companion to the book that is widely recognized as \"the C++ bible\": The C++ Programming Language (third edition) by Bjarne Stroustrup. If you re a programmer, Bjarne s book comes very highly rec
C程序设计第二版(谭浩强)
- 清华大学 谭浩强 《C语言程序设计》 (第2版) 。 不仅有电子书,还有后面练习的所有原码。 不过请先下载 .nlc阅读器,可惜了点的是 没有PDF格式的电子书。希望对初学者有很 大的帮助。-strong "C Programming Language" (2nd edition). Not only is e-books, still practicing behind all of the original code. But please downlo
c编程技巧200例
- 此为C编程宝典,里面记录了C语言的基础及应用和一些典型实例-this book for the C programming, recorded inside the C language and application and some typical examples
c++soucemode
- 初学C++编程的一些小程序,源代码。希望对各位有所帮助-learning C + + programming of some small program source code. You want to help
《C语言精彩编程百例》源代码
- 《C语言精彩编程百例》源代码-"C Programming Language brilliant 100 cases" source code
C#编程100例源码
- C#编程100例源码,有好多例子呀,希望对学习C#的朋友有用,这是第一个包!20个-C# programming source of 100 cases, many examples of it, want to learn C# useful friends, This is the first one package! 20
C#编程100例源码
- C#编程100例源码,有好多例子呀,希望对学习C#的朋友有用,这是第二个包!20个-C# programming source of 100 cases, many examples of it, want to learn C# useful friends, This is the second package! 20
Bjarne.Stroustrup.-.The.C++.Programming.Language.
- Bjarne Stroustrup,The C++ Programming language,3rd edition
C
- 本书结合目前应用非常广泛的C语言以及keil c51编译器,详细介绍单片机C语言编程的方法。本书通过大量应用实例对单片机资源及外围芯片进行详细介绍。 本书分为上下两篇。上篇侧重于介绍基础知识,主要有C51语言和C语言以及汇编语言的对比,单片机内部资源、扩展资源以及其编程等内容;下篇侧重于应用实例,通过实例,读者既可以在工作中进行类比编程,又可以开阔思路,提高实际工作能力。-This book combines a wide range of current applications, as
C
- 谭浩强的《c程序设计》的代码,本人一个个自己编写。-TAN Hao-strong " c programming" code, I write one of their own.
CERT-C-Programming-Language-Secure-Coding-Standard
- CERT C Programming Language Secure Coding Standard,卡耐基梅隆大学计算机研究中心关于安全C语言编程的标准文档,非常有学习的必要。-CERT C Programming Language Secure Coding Standard, Carnegie Mellon University computer research center on security standards for C programming language docu
C_Programming_classic_compiler_code
- C编程设计的经典编译器代码C Programming classic compiler code-C Programming classic compiler code
C-Programming-A-Modern-Approach
- C语言程序设计现代方法这本书在讲关于C语言开发方面很实用,本书从基础语法讲起,有错误如何处理、异常处理,库函数等介绍。记住:此书不同于一般的C程序设计。并且本书在开始就介绍了C语言和C++的兼容性,因此对C++的后续学习有很大帮助。并且本书中对常见的和容易出错的地方做出了符号特别提示。在内容上也对C语言的开发如何具有很强可移植性做了讲解。在压缩文件中附带有本书的源代码。-The C Programming Language modern methods of the introduction o
C-Programming-P330.6
- C程序设计(第四版)谭浩强先生著330页第6题-C Programming (fourth edition) Question 6 of 330
C-programming(PPTPcode)
- 用C语言写的100个程序代码,可供学习使用 -C programming(PPT+code)
C-programming-(100-example)
- 这个是C语言写的100个程序,供参考使用-C programming (100 example)
C++课后习题答案
- 《C++程序设计》书籍 的课后详细的答案,C++入门类("C++ programming" books after class answer)
Expert.C.Programming
- 很好的C语言学习原文书籍,对于C的初学者有很好的引导作用(All C programs do the same thing: look at a character and do nothing with it.)