-
MemoryFile
这是一本关于Windows下内存映射文件相关内容的书籍, 通过它可以操作文件,它的速度是I/O操作的20倍,及其适合大文件的操作(This is a book about Windows memory mapping document of relevant books, through which it can file, its speed is I/O operation20 times, and is suitable for large files
)
- 2012-06-14 15:59:44下载
- 积分:1
-
图像压缩
图像 损压缩是指在没有任何图像损失的前提下,降低数据 ,获得低 特流的图像数据
表示。它主要应 于 些需要对图像做进 步处 、重复压缩与解压缩、图像的获取代价昂
贵的领域,如指纹图像、遥感图像、医 图像处 等。针对 效、实时的图像 损压缩的要
求,研究快速的图像 损压缩技术和算法有很重要的 论意义和实 价值。
用 c++语 实现 哈夫曼编码和 程编码这两种 损图像压缩算法
- 2022-03-14 17:44:28下载
- 积分:1
-
gams
说明: 基于c语言的gams平台机组组合程序,用于计算含风电场的多节点机组组合(Unit commitment program of gams platform based on C language)
- 2019-01-19 14:48:09下载
- 积分:1
-
Grid
用MFC实现用表格控件对数据进行显示和修正处理(MFC with tabular data display controls and correction process)
- 2013-11-27 13:57:55下载
- 积分:1
-
最大子团问题
#include
#include
#define N 20
struct code
{
int a[N][N];
int n;
int x[N];
int bestx[N];
int cn;
int bestn;
}Y;
int count;
void Backtrack(int i)
{
int OK=1;
int j;
if(i>Y.n)
{
for(j=1;j
- 2022-01-27 23:45:31下载
- 积分:1
-
matlab
zemax非序列下gaussian光束的matlab程序(包括zemax演示源文件)(zemax sequence under non-gaussian beam matlab program (including zemax demo source files))
- 2013-09-25 15:25:18下载
- 积分:1
-
rfile1
说明: 计算相似度,需要计算的分别为2个文件中的对应行(compute similarity)
- 2012-05-16 12:51:08下载
- 积分:1
-
SelDEL
实现在程序运行完毕后,删除自身exe文件.适用于需要时间限制类程序.(Time limit for applications that require such procedures in the program is complete, delete the exe file.)
- 2013-05-19 10:22:03下载
- 积分:1
-
phase-equivalence
C 语言,模拟流体相平衡过程,得到混合气体平衡态以后的工况参数(C language to simulate fluid phase equilibrium process, to obtain a mixed gas equilibrium after working parameters)
- 2020-09-04 16:48:06下载
- 积分:1
-
CLR
CLR
this fuction is to show a message which you want to show!(this fuction is to show a message which you want to show!)
- 2013-11-05 17:17:30下载
- 积分:1