-
PlayFlash
Flash与VC的交互,主要介绍VC中插入Flash,并交互(Flash and VC interaction, focuses on the VC into Flash, and interactive)
- 2011-11-22 10:56:53下载
- 积分:1
-
C++ Primer Plus(第6版)中文版
说明: 《C++ Primer Plus(第6版)中文版》可以说是一本面向从未学习过C语言甚至是从未学习过编程的人的入门书籍,它的首章从基础内容讲起,先介绍了传统编程的规则,后面才着重讲解有关面向对象——C++的精髓之一——的有关内容。(The Chinese version of C + + Primer Plus (6th Edition) can be said to be an introductory book for people who have never learned C language or even programming. In the first chapter, from the basic content, the rules of traditional programming are introduced first, and then the relevant content about object-oriented, one of the quintessence of C + +, is emphasized.)
- 2020-02-10 08:14:15下载
- 积分:1
-
C++设计新思维
说明: C++ 设计新思维 PDF,范型编程与程序设计之应用权威指导书籍。由侯捷 / 於春景合译。(C ++ Design New Thinking PDF, the authoritative guide book for the application of paradigm programming and programming. Translated by Hou Jie / Yu Chunjing.)
- 2020-04-14 09:44:41下载
- 积分:1
-
C++实现运算符重载实现矩阵加减
#include "stdafx.h"
#include
#include
#include
#include
using namespace std;
const int m=2;
const int n=3;
class juzhen
{
private:
int x[m][n];
public:
juzhen();
juzhen operator+(juzhen &c2);
void display();
void putin();
}t;
void juzhen::putin(){
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-14 12:38:11下载
- 积分:1
-
jiaobanji
JIAOBANJI hardware and firmware develop, and realize the speed contrl and over current protection.
- 2014-10-19 23:50:38下载
- 积分:1
-
Automatic File Backup Device
说明: 书后练习作业,一个文件自动备份器,根据所设定的日期自动将备份路径所指文件备份至目标路径(Automatic File Backup Device)
- 2019-05-30 16:35:14下载
- 积分:1
-
TheStandardTemplateLibrary(STL)Tutorial-c-plusplus
说明: C++STL的一个简单向导,先看看这个,可以先理清学习思路(C++ STL in a simple wizard, look at this, can first sort out learning ideas)
- 2010-04-16 00:40:51下载
- 积分:1
-
tsp_pso
tsp 粒子群算法修正源码, 参考:大连理工大学 谷超 2009年硕士学位论文 “改进的ACO和PSO算法在TSP中的应用”
*郭文忠1,陈国龙1,洪玉玲2 .求解TSP问题的动态邻域粒子群优化算法.漳州师范学院学报(自然科学版)
(modified particle swarm optimization tsp source code, reference: Dalian University of Technology master s degree thesis Valley over 2009, " Improved ACO and PSO algorithm for TSP application in the" * Guo Wenzhong 1, CHEN Guo 1, Hong Yuling 2. to solve the problem of dynamic neighborhood TSP PSO domain. Zhangzhou Teachers College (Natural Science))
- 2020-06-29 15:40:02下载
- 积分:1
-
SMO算法的实现
有基本的代码。不过有min和max函数没有实。请自行实现就可以完善。用c++实现的。里面有很多东西。东西是转载的。。
- 2022-01-26 01:06:06下载
- 积分:1
-
rc4
实现RC4流密码算法,对文件进行加密,并将加密的内容以文件形式输出,控制台调用。(Achieve RC4 stream cipher algorithm, to encrypt files and encrypt the contents of the output file format, called the console.)
- 2020-11-24 16:49:33下载
- 积分:1