资源列表

« 1 2 ... .86 .87 .88 .89 .90 5391.92 .93 .94 .95 .96 ... 66581 »

[多媒体编程9.3-EZW编码

说明:ezw的编码,可用于文件压缩的 我花了好多时间的哦-ezw coding can be used to document compression I spent a lot of time oh
<杨洋> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[文件操作文件的~1

说明:文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并
<> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[数据库编程links

说明:这里给出两个 建立ADO连接字符串对话框 的例子。 datalinks.cpp 建立和编辑ADO连接字符串 linktest.cpp 如果只是建立连接字符串,程序还可以这么写。- ADO Datalinks.cpp create and edit ADO connection string linktest.cpp if only to connect strings, procedures can also write.
<> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[C#编程sanwei

说明:这是一个用语言编译的程序,它是是一个三维显示程序。提醒(如果你还是初级学者,可以结合“编程宝典”来学习,它包含函数的用法,和讲解)-This is a translation of the language used procedure, it is a 3D display program. Reminded (If you or junior scholars can combine "the book Programming" to study, it contains
<刘凯> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[其他小程序高斯随机数发生程序

说明:程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。 高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时 ,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。 使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去 。 另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非 常简单,这里就不提示了。-procedures have only mea
<郑浩> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[界面编程Browse Folder

说明:Browse Folder dialog, search folder and all sub folders using C C++。好用的文件夹选择类-Browse Folder dialog, the search folder and all sub folders using C C. Easy to choose the folder category
<柳亮> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[其他小程序热键大全

说明:本文件介绍了Windows中的热键,熟练使用它们可以为我们带来极大的方便。-This document describes the Windows, a hotkey, skillfully use them can bring to us great convenience.
<吴穆> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[数据库编程DataAware03_codes

说明:Discover how to authenticate users using the credentials from a database as well as learn how to apply Web Services for performing database operations
<江苏> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[其他小程序matrix99~1

说明:实现矩阵算法的小程序,针对解线性方程组而作的一个小程序。-matrix algorithm to achieve the small program against solution of linear equations for a small procedure.
<周云> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[进程与线程二分查找

说明:二份查找。本软件在数据查找中是非常实用的软件。原代码是C语言的运行环境-search. The search software in the data is very useful software. The original C language code is the runtime environment
<侯雷刚> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[进程与线程数据库连接

说明:本原代码是基于C语言的原程序。是用于一般的数据库的连接-primitive code is based on the C language of the original procedure. For general is the database connection
<侯雷刚> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[其他小程序huffmancoding

说明:此程序为哈夫曼编码,其中画出树图以很好的理解哈夫曼编码的原理。- This procedure for 鍝堝か鏇?the code, in which draws the tree chart by the very good understanding 鍝堝か鏇?encoded principle.
<黄正化> 在 2025-11-22 上传 | 大小:2kb | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 5391.92 .93 .94 .95 .96 ... 66581 »

源码中国 www.ymcn.org