-
北大版本的数据结构教程对应的源代码,其中包括链表,树,图等经典数据结构和一些算法。...
北大版本的数据结构教程对应的源代码,其中包括链表,树,图等经典数据结构和一些算法。-North version of the data structure corresponding to the source code tutorials, including linked lists, trees, and other classic graph data structure and some algorithms.
- 2022-07-07 04:18:26下载
- 积分:1
-
Photographic Tone Reproduction for Digital Images
Photographic Tone Reproduction for Digital Images
- 2023-08-16 05:20:02下载
- 积分:1
-
常用的C++算法程序集
C常用算法程序集-徐士良-C algorithms commonly used procedures set-XU Shi-liang
- 2023-04-29 20:20:02下载
- 积分:1
-
一个适合delphi初学者的软件源代码,自动数字排序
一个适合delphi初学者的软件源代码,自动数字排序-Suitable for beginners delphi software source code, automatic digital sorting
- 2022-11-24 23:40:03下载
- 积分:1
-
图形化界面的五子棋游戏,可以两人对战下,也可以挑战AI的
图形化界面的五子棋游戏,可以两人对战下,也可以挑战AI的-Graphical interface Gobang game, you can both play, they can challenge the AI
- 2022-03-30 14:15:04下载
- 积分:1
-
AutoCad regarding the use of vc programming in order to operate a Class examples...
AutoCad中关于使用vc++编程操作各种命令的一个类实例。-AutoCad regarding the use of vc programming in order to operate a Class examples.
- 2022-09-18 00:25:03下载
- 积分:1
-
rendering translucent bitmaps and how transparent bitmap painting some slim, we...
绘制半透明位图及如何画透明位图 有的时侯,我们希望显示一幅半透明的位图。也就是说我们将一幅位图B 显示到A位图上,又希望透过B位图看到A位图的一部分图像但不是全部。比如A位 图是一幅曲线图,B是一幅提示位图,我们想在显示提示的同时看到已显示的曲 线,但不需要曲线的背景 ,就需有用到半透明位图。曲线看上去就象从B位图中渗 透过来,其实半透明技术就是一种渗透技术,渗透公式我们可选用多种,在这里 我们选用(A AND 0x7F)OR B。注意,白色不能产生渗透。-rendering translucent bitmaps and how transparent bitmap painting some slim, we hope to show a translucent bitmaps. That is to say we will be a bit Figure B shows that the A bitmap, and they hope to see Figure B A part of the bitmap images, but not all. For example, A bitmap is a curve, B is a Bitmap suggest, we would like to suggest the show has been seen at the same time show the curve, but it does not need curve background on the need for useful to translucent bitmaps. From the curve looks like B infiltrate map, in fact technology is a translucent infiltration, infiltration formula we can use multiple, and here we choose (A AND which) OR B. Note that not produce white infiltration.
- 2022-08-07 15:05:14下载
- 积分:1
-
windows system under the overall hook
windows系统下的全局钩子-windows system under the overall hook
- 2022-08-22 19:01:13下载
- 积分:1
-
模拟电梯程序,可模拟电梯的实际运行情况,具有很强的可操作性
模拟电梯程序,可模拟电梯的实际运行情况,具有很强的可操作性-Elevator simulation procedure can simulate the actual operation of the lift, has a strong operational
- 2022-08-19 12:46:51下载
- 积分:1
-
vc实现二维码解析
实现VC++二维码解码功能,解析常见二维码。QRcode解码译码器,功能为读入一张图片译出其内容,具体功能包括图形探测定位、图形过滤校正、检错纠错等。
- 2022-12-13 22:25:03下载
- 积分:1