-
透视投影的有趣算法
透视投影的有趣算法-interesting perspective projection algorithm
- 2023-07-16 14:05:03下载
- 积分:1
-
BT升级程序
以下程序包是wince平台的蓝牙升级程序。
- 2022-02-28 18:25:44下载
- 积分:1
-
做ISP线,可以按照图形,对于新手非常方便,详细的图形给你带来方便。
做ISP线,可以按照图形,对于新手非常方便,详细的图形给你带来方便。-Does ISP lines, in accordance with the graphics, very convenient for novice and detailed graphics to your convenience.
- 2022-01-25 21:41:37下载
- 积分:1
-
many video playback software or video editing software to build frames for the f...
很多视频播放软件或视频编辑软件都提供了抓帧的功能,本代码就实现此功能.-many video playback software or video editing software to build frames for the functions of the code on the realization of this function.
- 2022-03-16 12:05:43下载
- 积分:1
-
数据结构 先序输入的二叉树的线索二叉树中序输出
数据结构 先序输入的二叉树的线索二叉树中序输出运用了一个结点带五个信息分别为数据、指针类型的左孩子、右孩子及eumu类型的左标记与右标记。当左边有孩子时左标记为link链 当没有左孩子时标记为thread 指针域指向该结点的前驱同样的右孩子类似,当没有右孩子时指针域指向其后继。
- 2022-01-25 21:49:21下载
- 积分:1
-
一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大...
一个小型的保存和读取文件的小程序,用VC编写,通过把对话框的数据同步显示在视图中,并可把此数据保存成文件和读取该文件,有四个小计算程序,求阶乘,求平均值,求最大值和交换值.-Preservation and a small applet to read the document, prepared by VC, through the dialog box is displayed in the data synchronization view, and the preservation of this data into a file and read the documents, there are four small computer program, and factorial, and the average order value and exchange value.
- 2022-11-09 12:05:04下载
- 积分:1
-
程序在系统托盘中显示的托盘类
程序在系统托盘中显示的托盘类-procedures in the system tray shows the type tray
- 2023-02-24 20:15:03下载
- 积分:1
-
SAMSUNG S3C2410 USB驱动程序,用来下载NK文件
SAMSUNG S3C2410 USB驱动程序,用来下载NK文件-Samsung S3C2410 USB driver, used to download documents NK
- 2022-03-06 08:01:06下载
- 积分:1
-
这是一个用C++编写的MSDN中的切分窗口的例子,虽不怎么样但已经完整展示了切分操作。对于初学者是一个很好的参考。(37KB)...
这是一个用C++编写的MSDN中的切分窗口的例子,虽不怎么样但已经完整展示了切分操作。对于初学者是一个很好的参考。(37KB)-This is a example for syncopating windowns in MSDN, it is compiled by C++, it is not a classical one but showing us the syncopating operation integrity. It will be a good reference for beginner.
- 2022-06-12 13:25:09下载
- 积分:1
-
C++ And Threads
by Randy Charles Morin
If you’ve ever done multithreaded pro...
C++ And Threads
by Randy Charles Morin
If you’ve ever done multithreaded programming then most likely it was in C++. I haven’t
heard of many developers using the CreateThread Win32 API function from Visual Basic
or even Delphi. The reason is that the advantages of C++ and multiple threads are usually
the same.
You want more responsiveness from some application. How do you do it? Well you
could have multiple threads in order to limit blocking of one application request by
another. You could also use a more low level language.
- 2023-01-16 05:35:03下载
- 积分:1