-
trade
说明: Program trading, source code.
- 2020-06-20 03:40:01下载
- 积分:1
-
本章概要介绍Borland C++ Builder(BCB)和解释什么..
Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.-Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also
- 2022-03-28 15:37:04下载
- 积分:1
-
7Z压缩文件的 解压缩例子源码
7Z压缩解压缩.zip
- 2016-10-25下载
- 积分:1
-
STM32F103ZET6串口通讯程序
STM32F103ZET6串口通讯程序源码,希望能对大家有帮助。欢迎大家踊跃交流
- 2022-04-11 21:29:36下载
- 积分:1
-
二叉树
C++语言封装了二叉树数据结构,实现了一下函数功能:
1、以递归的方式实现中序遍历
2、以栈的方式实现中序遍历
3、递归方式实现先序遍历
4、递归方式实现后序遍历
5、统计叶子节点的数目
6、获取树的深度函数
7、获取输入节点的父节点函数
8、获取输入节点的左兄弟节点
- 2022-09-26 03:25:03下载
- 积分:1
-
C++实现windows中IO完成端口
这份代码使用IO完成端口技术来实现异步读写本地文件和读写TCPSocket
没有包含与主要逻辑相关的日志、锁互斥等基本功能代码
这是功能的封装,不包含如何使用它,使用的代码以后有时间再给出
- 2023-05-11 20:25:03下载
- 积分:1
-
主成分分析对 C# 的示例
这是 PCA (主分量分析) 的示例。PCA 是特征约简方法。它能本使用的任何数据。例如,您的数据集有 100x10.000 矩阵。你想要它 100 x 100。那是什么成分?特征约简。在此代码中,pca 解释一步一步走。
- 2022-03-21 22:35:45下载
- 积分:1
-
VCSharp
有很多C#的经典实例,编程学习的好资料。(A classic example of a lot of C# programming, learning good information.)
- 2013-09-15 16:46:47下载
- 积分:1
-
C# 坦克大战、打地鼠等游戏 源码下载
坦克大战、打地鼠等游戏
- 2015-04-29下载
- 积分:1
-
C语言数据结构实现查找、排序删除
C语言数据结构实现查找、排序删除。
设有一个正整数序列组成的有序单链表(递增有序,且允许有相同值存在)。分别编写3个算法完成以下功能:
(1)确定在序列中比正整数X大的数有几个(假设序列为2,2,3,3,3,5,5,6,6。X=4,则比X大的数有2个。这里需要去掉重复值)
(2)在该单链表中将比X大的数按递减顺序排列
(3)将比X大的偶数从单链表中删除。
- 2022-03-24 08:56:35下载
- 积分:1