-
C++编程 数据结构与程序设计方法 源代码
C++编程 数据结构与程序设计方法 源代码-C++ programming design method of data structures and procedures of the source code
- 2022-02-19 22:57:57下载
- 积分:1
-
自己用VC的类实现的通讯录,用来做课设再合适不过了
自己用VC的类实现的通讯录,用来做课设再合适不过了-own use VC Class of correspondence, based lessons for kids
- 2022-07-08 07:59:30下载
- 积分:1
-
ER schema description for Icarnegie Exercise5.
ER schema description for Icarnegie Exercise5.
- 2022-02-04 07:50:16下载
- 积分:1
-
C语言生成的代码在执行效率上比其它高级语言都高.现在让我们来看看C语言生成的代码具体是什么样子的.当你看完本文对于C语言的了解一定会更深一步了....
C语言生成的代码在执行效率上比其它高级语言都高.现在让我们来看看C语言生成的代码具体是什么样子的.当你看完本文对于C语言的了解一定会更深一步了.-the runtime efficiency of c codes are higher than any other high level languages. Now let s see how the codes produced by c language are like. After finishing reading this article your understanding of c language will be deeper
- 2022-03-20 22:52:55下载
- 积分:1
-
线程间的数据共享
线程间的数据共享-threads of data sharing
- 2022-08-22 06:25:07下载
- 积分:1
-
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,...
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,插入后
此元素之后的数,依次后移一个位置。
2.程序源代码:-Title: already have a good sequence of the array row. Now enter a number of requirements in accordance with the laws of the original array to insert it. 1. Program analysis: First, to determine whether this number is greater than the last few, and then inserted between a few to consider the case, insert the following after the element number, followed by one position after the shift. 2. Program source code:
- 2022-04-08 06:57:14下载
- 积分:1
-
用vc实现的操作EXCEL和符号分隔文本的类文件的小工具源代码
用vc实现的操作EXCEL和符号分隔文本的类文件的小工具源代码-Achieved with the vc operation EXCEL and symbols delimited text class files gadget source code
- 2022-07-26 23:32:20下载
- 积分:1
-
指针式时钟
首先要绘制时钟的的表盘与表盘刻度,表盘用Ellipse函数绘制,表盘的六十个刻度以及时钟的十二个小时刻度用MoveTo和LineTo来绘制。时钟的重绘用Invalidate(false)如果参数是true,擦除背景之后,再重绘,会出现刷屏。定时用SetTimer每一秒调用一次ontime中的Invalidate(false)
- 2022-02-05 07:57:05下载
- 积分:1
-
从16x16字符阅读作为一个小的,Visual C开发使用。只是开始…
从16x16字库中读内容的小程序,使用visual C++开发。仅供初学者使用-from 16x16 character read as a small, the use of visual C development. Only beginners
- 2022-02-05 19:02:38下载
- 积分:1
-
VC socket server&client
采用C/S结构实现两个窗口通信,使用基于Windows Sockets网络编程技术,采用工程类型为MFC AppWizard(exe),基于对话框类型
- 2022-02-22 09:05:50下载
- 积分:1