-
高质量的C++编程,给有志成为C++高手的一点资料
高质量的C++编程,给有志成为C++高手的一点资料-High-quality C++ programming, to the C++ who wish to become a master of that information
- 2023-01-08 21:45:04下载
- 积分:1
-
支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现
支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现-obstruction and support non-blocking security model is threaded circular buffer Design and Implementation
- 2023-04-01 19:55:03下载
- 积分:1
-
XMLHttpEventSample 看名字就应该知道是什么了
XMLHttpEventSample 看名字就应该知道是什么了-XMLHttpEventSample look at the name should know what the
- 2022-08-04 09:59:39下载
- 积分:1
-
Partial Differential Equations numerical computation Explicit format c language...
偏微方程数值解法中显式格式的c语言程序,刚刚开始练习编程,希望各位多多指教。-Partial Differential Equations numerical computation Explicit format c language program has just begun to practice programming, I hope the exhibitions.
- 2022-08-26 12:47:56下载
- 积分:1
-
类似电影里的字幕的模拟,有水平效果的字幕,也有垂直效果的字幕...
类似电影里的字幕的模拟,有水平效果的字幕,也有垂直效果的字幕-Similar to the movie
- 2022-05-23 06:38:31下载
- 积分:1
-
- 2022-02-06 01:17:05下载
- 积分:1
-
标 题: 【原创】dll模块隐藏的另一种方法及实现细节
作 者: J.Boy
EMail: ajunboy@GMail.com
时 间: 2009...
标 题: 【原创】dll模块隐藏的另一种方法及实现细节
作 者: J.Boy
EMail: ajunboy@GMail.com
时 间: 2009-04-08,18:13-Title: 【原创】 dll module Another way to hide implementation details and the author: J. Boy EMail: ajunboy@GMail.com Time: 2009-04-08,18:13
- 2022-05-27 21:01:44下载
- 积分:1
-
Java小程序两个:一个是打印出万年历,另一个是解决一个有趣的数学问题...
Java小程序两个:一个是打印出万年历,另一个是解决一个有趣的数学问题-Java two small programs : a hefty almanac is printed out, and the other is to solve an interesting mathematical problem
- 2022-09-26 07:20:02下载
- 积分:1
-
这是一个可以供大家安装使用的软件,有好多的功能,我真的是没的上传了...
这是一个可以供大家安装使用的软件,有好多的功能,我真的是没的上传了-This is one everyone can use the software installation, there were a lot of features, I really had not upload
- 2022-01-25 23:07:41下载
- 积分:1
-
A*算法解决八数码
题目
The
15-puzzle has been around for over 100 years; even if you don"t know it by that
name, you"ve seen it. It is constructed with 15 sliding tiles, each with a
number from 1 to 15 on it, and all packed into a 4 by 4 frame with one tile
missing. Let"s call the missing tile "x"; the object of the puzzle is to
arrange the tiles so that they are ordered as:
1
2 3 4
5
6 7 8
9 10 11 12
13 14 15 x
where the only legal operation is to exchange "x" with one of the tiles with
which it shares an edge. As an example, the following sequence of moves solves
a slightly scrambled puzzle:
- 2022-02-06 16:32:40下载
- 积分:1