-
组件编程例子程序,本人自写
组件编程例子程序,本人自写-COM programming examples procedures, since I write
- 2022-05-08 10:18:19下载
- 积分:1
-
用单链表实现名片管理,本例还将数据结构与对话框,文档试图有机结合起来,希望能给读者以更多启发....
用单链表实现名片管理,本例还将数据结构与对话框,文档试图有机结合起来,希望能给读者以更多启发.-achieve card management, the cases will dialog with the data structure, the document attempts to combine the organic, hoping to give readers more enlightening.
- 2022-03-15 07:59:56下载
- 积分:1
-
本程序在AVL树的算法实现,包括删除,…
这个程序时avl树的所有算法的实现,包括插入删除新建排序,是数据结构学习者的极佳材料,VC实现-this procedure when all the AVL tree algorithm implementation, including delete, insert new sequencing, data structure is a very good learner materials, VC
- 2022-01-26 15:09:15下载
- 积分:1
-
LDPC的检验矩阵的生成,编码和译码过程。
LDPC的检验矩阵的生成,编码和译码过程。-The process of LDPC codes generating,encoding and decoding.
- 2022-02-11 18:39:51下载
- 积分:1
-
汉字可以提取各种矩阵和翻转,程序…
能够提取汉字多种字模,并能翻转,可用于显示屏的程序设计,非常实用。-Chinese characters can extract a variety of matrix and overturned, the procedure can be used to display design, very practical.
- 2022-07-08 04:48:36下载
- 积分:1
-
再上传三角网生成算法。
再上传三角网生成算法。-upload triangulation generation algorithm.
- 2022-02-04 16:11:37下载
- 积分:1
-
Unicode字符串封装类 , vc++可用.
Unicode字符串封装类 , vc++可用.-Unicode string type package, vc++ Available.
- 2022-05-06 22:01:18下载
- 积分:1
-
电话号码管理,可以实现一些小功能,界面不是很友好,原谅...
电话号码管理,可以实现一些小功能,界面不是很友好,原谅-dianhuahaomaguanli ............
- 2023-07-25 01:15:03下载
- 积分: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
-
一个随机数生成类,值得下载
一个随机数生成类,值得下载--An random class,recommend
- 2022-02-14 05:50:32下载
- 积分:1