-
VC++编程基础之Vector使用。感觉vectoe很好用!~
VC++编程基础之Vector使用。感觉vectoe很好用!~-VC++ programming base of Vector use. Vectoe feeling good use! ~
- 2023-08-01 09:20:03下载
- 积分:1
-
在过程控制计算机的权利,计算机强制关闭的体育..
对局域网内的计算机进行进程监控,可以强制关闭该计算机的进程。-right for the process control computer, the computer forced the closure of the process.
- 2022-01-26 01:56:26下载
- 积分:1
-
一个过程
程序实现了一个旋转而且每一个面带有不同色彩的立方体-One process
- 2022-05-17 05:23:48下载
- 积分:1
-
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
//...
递归枚举模板
问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时:
// abcba 满足条件
// abcbc 不满足条件
//输入:n p
//输出:所有满足条件的字串及总数-recursive template Problem description : n generation length of the string and its 26 characters from the English alphabet before p (p 26) 000 1984 letter, makes no adjacent sequences equivalent. For example, p = 3, n = 5 :// abcba meet the conditions// abcbc not satisfied conditions// input : n p// output : to satisfy all the conditions and the total number of strings
- 2023-04-22 22:30:03下载
- 积分:1
-
用Visual Basic开发的模拟DOS功能小程序.含VB源码
用Visual Basic开发的模拟DOS功能小程序.含VB源码-Developed using Visual Basic applet simulation of DOS functions. With VB source code
- 2022-02-13 23:27:37下载
- 积分:1
-
一个简单的文本
一个基于控制台的简单文字游戏程序,供初学者学习提高使用-A simple text-based console games, for beginners to learn to improve the use of
- 2023-04-24 04:50:02下载
- 积分:1
-
show keyboard input, display and the pair of signal source
显示键盘的输入,显示键值及信号的源码-show keyboard input, display and the pair of signal source
- 2023-02-21 23:25:03下载
- 积分:1
-
一种新的穿透防火墙的数据传输技术,过程如下: 1. 找出目标进程 2. 找出SOCKET句柄 2. 用DuplicateHandle()函数将其SOCKET转换...
一种新的穿透防火墙的数据传输技术,过程如下: 1. 找出目标进程 2. 找出SOCKET句柄 2. 用DuplicateHandle()函数将其SOCKET转换为能被自己使用. 3. 用转换后的SOCKET进行数据传输-a new firewall penetration data transmission technology, the process is as follows : 1. The process of identifying two goals. Identify SOCKET handle two. With DuplicateHandle () function to be converted to SOCKET their own use. 3. After the conversion used for data transmission SOCKET
- 2022-02-24 22:31:02下载
- 积分:1
-
控制台在命名空间中封装的颜色设置
控制台颜色设置封装在一个命名空间,直接实用命名空间就能改变控制台输出字体属性-Console color settings encapsulated in a namespace
- 2023-02-06 04:25:03下载
- 积分:1
-
对稀疏矩阵的线性方程系统求解提高lu_factorize
应用背景这是一个新的外部库,为碳+ +在那里是更多的数学方法。这个代码是稀疏矩阵。用稀疏矩阵求解系统是非常实际的课题。这里是lu_factorize Boost库的实现方法。关键技术在稀疏矩阵的运算中,我使用了外部的库函数来增强。有了这个库,你可以使用不同的数据结构。这里也是我实现的共轭梯度法。从佛罗里达大学的集合中取矩阵。
- 2022-06-12 04:52:46下载
- 积分:1