-
<Visual Basic Win32 API编程>随书代码
随书代码-lt; Visual Basic Win32 API programming gt; With the code book
- 2022-05-22 20:10:11下载
- 积分:1
-
in pop
在DirectX下弹出对话框-in pop-up dialog box under DirectX
- 2022-03-03 19:28:25下载
- 积分:1
-
自己写的XML解析程序,用于操作XML数据库,把业务逻辑抽象为一个根据ID写入记录的函数,另一个根据ID读出记录的函数。如果ID对应的记录不存在则写入函数插入记...
自己写的XML解析程序,用于操作XML数据库,把业务逻辑抽象为一个根据ID写入记录的函数,另一个根据ID读出记录的函数。如果ID对应的记录不存在则写入函数插入记录,或读出函数返回0。
用VC6或VC2008都可以打开工程编译。-Write your own XML parser, XML database for the operation of the business logic for an abstract in accordance with a written record of the function ID, and the other under the ID read out the record function. If the ID does not exist the corresponding record is written into the function to insert records, or to read out the function returns 0. VC6 or use VC2008 to open the project can be compiled.
- 2022-04-25 12:49:41下载
- 积分:1
-
一个关于模拟火燃烧的例子,用到了最简单的模糊算法。
一个关于模拟火燃烧的例子,用到了最简单的模糊算法。-A fire on the simulation example, using the most simple fuzzy algorithm.
- 2023-04-19 04:20:02下载
- 积分:1
-
Sina微博爬虫程序
sina微博的爬虫程序,可以抓取新浪微博的大量网页信息。用 phthon语言编写,适合初学对感兴趣的同学很有意义。
- 2022-02-03 06:25:25下载
- 积分:1
-
Provide a collection based on the Mapping realize.
提供一个基于 Mapping 的 集合实现。-Provide a collection based on the Mapping realize.
- 2022-03-26 01:36:51下载
- 积分:1
-
计算一个表达式的值
计算一个表达式的值-a calculated the value of the expression
- 2023-02-04 00:00:04下载
- 积分:1
-
经典算法棋盘覆盖的C++语言实现。一个小小的算法,矩阵数组为100*100,超过后会溢出。...
经典算法棋盘覆盖的C++语言实现。一个小小的算法,矩阵数组为100*100,超过后会溢出。-Classical algorithm board cover C++ language. A small algorithm, matrix array of 100* 100, more than after overflow.
- 2022-03-29 00:38:59下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1
-
使用OpenGL的VC++的雪人
雪人小程序,用OpenGL vc―++完成-Snowman using OpenGL vc++
- 2022-04-13 10:13:21下载
- 积分:1