搜索资源列表
QQ登录器以及C#代码_毕业作品C
- QQ登录器以及C#代码_毕业作品C 学习参考很好喔
c++代码转换诚高亮html代码
- 将cpp代码转换成高亮html代码的源程序,有说明的
flash控件操作的c++代码
- flash控件操作的c++代码
模糊c均值的c++代码
- 模糊c均值的c++代码
普通C或C++代码调用C#动态库函数
- C#实现的函数封装到DLL中,这种DLL和标准的C DLL是不一样的。本文实现了普通的C代码或C++代码调用到C#实现的DLL中的函数。
经典的c代码,共900例
- 经典的c代码,共900例-Classic c code, a total of 900 cases
C++代码优化方法总结
- C++代码优化方法总结-C code optimization Methods
简单代理服务器C代码实现(SOLARIS)
- 简单代理服务器C代码实现(SOLARIS),可用于服务器软件开发-simple proxy server to achieve C code (solaris OS), servers can be used for software development
DES加密C代码
- DES加密C代码带执行程序-DES encryption with C code enforcement procedures
c代码格式化工具
- c代码的格式化工具,可以养成良好的编程习惯!-c code formatting tool that can develop good programming practice!
C和C++代码精粹
- c和c++代码精粹,这是一个pdg格式的文档,请使用超星的最新版本打开,很难得的文档,是vip会员的资料,先睹为快吧:)-c and c++ code essence, this is a PDG format document, please use the latest version of Chaoxing open, it is difficult to get the documents, is vip membership
c-fingerprint
- c代码,实现指纹图片的增强、二值化、细化等功能,本人已调试通过。-c code, fingerprint images to achieve the increase in value of 2, thinning and other functions, I have been through debugging.
【自学C++必看】C++代码示例200例
- C++自学必备,详细的代码,非常方便自学使用。跟着代码自己敲几遍,就会得到很大进步(C++ self-study essential)
C#代码生成器3.0
- C#代码生成器3.0 希望对大家有所帮助(C# code generator 3 We hope to help everyone)
23个设计模式C#代码
- 简单代码,直观理解设计模式,容易学习,建议收藏。(Simple code, intuitive understanding of design patterns, easy to learn, it is recommended to collect.)
怎样为arm写c代码
- 怎样为arm写c代码介绍了如何为arm处理器编写高质量的代码(How to write c code for arm introduces how to write high quality code for ARM processor)
GSO-C代码
- GSO -C代码,适合初学者,要求对人工萤火虫算法有一定的了解。(GSO -C code, suitable for beginners, requires a certain understanding of artificial firefly algorithm.)
控制电机很好的代码:有速度环,位置环
- 位置环,速度环PID控制的C代码,使用该代码,能是电机运行更好。(the function of the code is used to control the motor, force the motor to run in the position and speed ring.)
C++面向对象高级编程代码资源
- 复数的C++代码,C++面向对象开发的基础代码,简单易懂。(class complex { public: complex (double r = 0, double i = 0): re (r), im (i) { } complex& operator += (const complex&); complex& operator -= (const complex&); c
简单遗传算法求函数极值C代码
- 简单遗传算法求函数极值C代码,简单练手,希望有帮助(Simple genetic algorithm for function extreme value C code)