-
用Windriver生成的vb控制D12的源码
用Windriver生成的vb控制D12的源码-with Windriver generated vb source code control D12
- 2023-08-06 08:00:03下载
- 积分:1
-
遗传算法中多点交叉算法来优化最小值函数所对应的解--交叉过程...
遗传算法中多点交叉算法来优化最小值函数所对应的解--交叉过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the process of cross-
- 2022-03-18 23:38:02下载
- 积分:1
-
快速查找数组中重复值:
实现原理:
(1)首先保证数组要排序。
(2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。...
快速查找数组中重复值:
实现原理:
(1)首先保证数组要排序。
(2)利用二分查找法,找到其中一个值,再找前驱节点和后继节点。-Fast search duplicate array values: the realization of the principle: (1) First of all, to ensure that the array to sort. (2) the use of binary search method to find one of the values, find pre-node and subsequent nodes.
- 2022-08-04 06:59:04下载
- 积分:1
-
VC++ And DX9.0 开发的3D游戏(引擎加Demo)
C++加Dx开发3D游戏引擎,新手上手的好资源,来源于互联网。一个3D游戏引擎渲染部分所需的元素基本上都包括在内。纹理、模型加载、粒子、雾特效、脚本、数学库、碰撞检测、输入、声音、摄像机等等,新手不容错过的好东西。
- 2022-01-25 15:33:31下载
- 积分:1
-
可以作为动画背景音乐,并有用户的喜好,自主选择功能.中断调用...
可以作为动画背景音乐,并有用户的喜好,自主选择功能.中断调用-It can be used as the cartoon background music and selected by the user according to his favorites.
- 2022-07-25 00:19:36下载
- 积分:1
-
霍夫曼编码译码程序
霍夫曼编码译码程序-Huffman encoding decoding procedures
- 2023-07-16 00:50:03下载
- 积分:1
-
Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并...
Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn how to develop it, C is the best choice. This article will give you an example about how to develop a basic service program which can query the physical memory and write the results to a text file. You can develop your own service program after this pratice.
- 2022-09-21 05:20:02下载
- 积分:1
-
wince驱动开发教程
wince驱动开发教程-Jack Driver Development Guide
- 2022-11-06 15:00:03下载
- 积分:1
-
BigTalkDesignPattenSourceCode 书籍源码(全)
本源码,是从兜售此书的网站上,下载下来的保证是可调试可用的源码,相信菜鸟级的选手通过本轮学习,在面向对象的编程中,会游刃有余,,,
- 2022-05-31 02:50:13下载
- 积分:1
-
这本书是一个彻底改写的第一个版本,以反映所有的变化…
This book is a thorough rewrite of the first edition to reflect all the changes introduced in C++
by the finalization of the ANSI/ISO C++ Standard. The entire text present in the first edition
has been examined and rewritten, sometimes removing old examples, often changing existing
examples and adding new ones, and adding many new exercises. Significant rearrangement
and re-ordering of the material took place to reflect the availability of better tools and my
improved understanding of how people learn C++. A new chapter was added which is a rapid
introduction to the C concepts and basic C++ features for those who haven’t been exposed.
The CD ROM bound into the back of the book contains a seminar which is an even gentler
introduction to the C concepts necessary to understand C++ (or Java). It was created by
Chuck Allison for my company (MindView, Inc.) and it’s called “Thinking in C: Foundations
for Java and C++.” It introduces you to the aspects of C that are necess
- 2022-10-23 19:40:04下载
- 积分:1