-
jpeg转bmp源码
转让 JPEG bmp 源代码,c + +,非常简洁、 实用......
JPEG.cpp
这是主应用程序源文件。
JPEG.dsp
此文件 (项目文件) 包含在项目一级的信息和
用于生成单个项目或子项目。其他用户可以共享
项目 (.dsp) 文件,但他们应该导出到本地的生成文件。
/////////////////////////////////////////////////////////////////////////////
应用程序向导已创建了下列资源:
JPEG.rc
这是所有微软 Windows 资源的列表,
- 2022-08-11 09:47:51下载
- 积分:1
-
vb_net_rs232.zip vb_net_rs232.zip
vb_net_rs232.zip vb_net_rs232.zip-vb_net_rs232.zip vb_net_rs232.zip vb_net_rs232.zip
- 2022-12-07 08:15:03下载
- 积分:1
-
小时候,我看到过这样的一道智力题: 一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条船,由于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊...
小时候,我看到过这样的一道智力题: 一个农夫带着一只狼,一只羊和一些菜过河。河边只有一条船,由于船太小,只能装下农夫和他的一样东西。在无人看管的情况下,狼要吃羊,羊要吃菜,请问农夫如何才能使三样东西平安过河。经过不难的推理,相信读者都能轻而易举的解出这道题。但是,我们是否能用计算机解这一道题呢?答案是肯定的。本文就让读者去领略一下计算机快速解决问题。-was a kid, I saw the intelligence that one : a farmer with a wolf, a goat and some vegetables across the river. Only a river boat, small boat, can only put under farmer and his thing. Unattended circumstances, the wolf to Qiyang, the sheep to the meal, ask the farmers how to make three things safely across the river. It is not difficult to read the reasoning, I believe readers are easily able to come up with Jesus. However, we can use the computer solutions for this and that? The answer is yes. This paper to let readers understand what computer quick fixes to the problem.
- 2022-03-07 10:02:15下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1
-
Atheros USB WiFi Card 驱动程序
Atheros USB WiFi Card 驱动程序-Atheros USB WiFi Card Driver
- 2022-08-17 07:23:09下载
- 积分:1
-
运行三维对象源代码
运行三维对象源代码
- 2022-09-24 09:05:03下载
- 积分:1
-
process scheduling process management when one of the main contents, design, dev...
进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操作实现进程互斥.-process scheduling process management when one of the main contents, design, develop and debug a simple process of scheduling simulation systems, the process of scheduling, process running Transform deepen understanding and mastering. Computer simulation of the process of scheduling the operating system, create a process control block PCB, to include a description of the process of information, control of information and information resources. PCB simulation system based on perception of the existence and the process by which PCB contained in the variable changes and acquire where the process to achieve control system process activities. to achieve the process of the state and its conversion, the process of setting up and removed, and obstruction of the process of awakenin
- 2023-07-11 23:55:02下载
- 积分:1
-
Implement your gina dll, the program tell you how to use the API of msgina.dll
想不想拥有自己个性化的WIN2000登陆界面呢?本文就教你如何实现 .msgnia.dll的调用,开发.-Implement your gina dll, the program tell you how to use the API of msgina.dll
- 2022-07-05 03:01:55下载
- 积分:1
-
古典平面设计,实现了扩展总线的功能,双向
经典图形设计,实现总线IO扩张功能,双向输入输出。-Classical graphic design, to achieve the expansion bus IO functions, bi-directional input and output.
- 2022-01-26 06:52:49下载
- 积分:1
-
词法分析,运用VC++6.0编写,可以进行对输入源代码进行编译
词法分析,运用VC++6.0编写,可以进行对输入源代码进行编译-accidence analysis using VC++6.0 ,can compile input resource code.
- 2022-04-02 09:46:01下载
- 积分:1