-
一个通用的C++委托模板类(函数对象)的实现。
一个通用的C++委托模板类(函数对象)的实现。-A common C++ Commissioned template classes (function object) is achieved.
- 2022-06-16 15:04:04下载
- 积分:1
-
一个刷访问量的小程序,可以刷一些博客的访问量,核心代码超简单...
一个刷访问量的小程序,可以刷一些博客的访问量,核心代码超简单-Brush traffic to a small program, you can brush some of the blog traffic, the core code is super-simple
- 2022-11-05 06:45:03下载
- 积分:1
-
《Visual C++.NET 精彩编程百例》源代码
《Visual C++.NET 精彩编程百例》源代码
- 2022-03-11 06:29:43下载
- 积分:1
-
这个样本是在华盛顿软件协会赢得的阶段发展的…
This sample was developed on stage at the Washington Software Association s WinSIG meeting on the ninth of September, 1996 using Visual C++ 4.2.
- 2022-06-14 04:45:35下载
- 积分:1
-
使用界面实现闪烁
利用INI文件实现界面无闪烁多语言切换-use interface to achieve Flicker-free multi-lingual switch
- 2022-01-31 15:07:40下载
- 积分:1
-
用回溯法求解KnightTour问题
【KnightTour问题】在一个8×8的棋盘上,检验以某一位置作为出发点的棋子能否遍历一次棋盘上的所有棋格,且最后回...
用回溯法求解KnightTour问题
【KnightTour问题】在一个8×8的棋盘上,检验以某一位置作为出发点的棋子能否遍历一次棋盘上的所有棋格,且最后回到出发点。(备注:棋子每次只能沿东、南、西、北、东南、西南、东北、西北方向走一步!!)-Method with back issues KnightTour】 【KnightTour issues in a 8 × 8 chessboard, the examination for the position as the starting point of a piece of a chessboard can traverse all the chess grid, and the final return to the starting point. (Note: each piece can only be along the east, south, west, north, southeast, southwest, northeast, northwest direction step!!)
- 2022-03-12 08:40:20下载
- 积分:1
-
the method of calling functions of matlab 6.5.1 with csharp
C#调用matlab6.5.1函数的方法-the method of calling functions of matlab 6.5.1 with csharp
- 2022-05-26 22:31:03下载
- 积分:1
-
C 程序经典900例
C 程序经典900例-C procedures classic 900 cases
- 2022-02-12 07:07:14下载
- 积分:1
-
一个为vc初学者学习vc的源代码
一个为vc初学者学习vc的源代码-a vc beginners to learn the source code vc
- 2022-12-27 01:30:04下载
- 积分:1
-
一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString...
一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString类中 理论上可对任意长的数据进行相加 在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-A class can perform add-subtract operation to long integers with random length and has been compiled in Visual C++6.0 and WinXp successfully.It is implemented by a class inherited from CString and can perform plus operation to data with random length in theory.There is a file named longadd.exe in directory Release. You may drag the data file named*.txt to that executable file to finish computing.
- 2023-03-20 12:40:04下载
- 积分:1