-
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想 VC and MFC
本书通过85个实例全面讲述了应用MFC进行Visual C++编程的思想。每个实例均以编写一个应用程序要走的步骤编写。全书共分四部分进行介绍,是基础知识,讲述用户界面的实例,讲述MFC内部处理方面的实例,讲述打包实例。(the book through 85 examples on the application of comprehensive MFC Visual C Programming for the idea. Each case were preparing an application to take steps to prepare. The book is divided into four parts, is the foundation of knowledge about the user interface example, about the internal processing MFC example, about packing case.)
- 2020-06-26 09:20:02下载
- 积分:1
-
stm32-ican
stm32 ican例程。
基于ST 公司stm32系列芯片的can程序,建立在周立功ican协议上,包括CAN主机程序和从机程序。(stm32 ican sample)
- 2013-05-08 11:36:17下载
- 积分:1
-
ucos资料
基于STM32F4的ucos的资料,便于开发者编程开发,是压缩包,里面资料不少。对STM32F4,UCOS很感兴趣的朋友可以来看一下,很有帮助
- 2022-03-14 05:11:11下载
- 积分:1
-
filter
此为中值滤波方法源程序,可完成图像滤波的功能,程序完整,值得下载(This is the median filtering method of source code, to be completed by the function of image filtering, the program integrity, it is worth download)
- 2009-03-16 19:00:11下载
- 积分:1
-
VMD642_CPLD
本例程位于 VMD642_CPLD目录中。
使用 CPLD 实现辅助译码、LED 指示灯控制、看门狗等各种逻辑控制电路。源程序使
用 Verilog HDL书写,编译开发系统使用 Cypress公司的 Warp 6.3。(This routine is located VMD642_CPLD directory. Using CPLD implementation auxiliary decoding, LED indicator control, watchdog, and other logic control circuitry. Written using Verilog HDL source code, the compiler development system using Cypress' s Warp 6.3.)
- 2013-09-13 13:59:52下载
- 积分:1
-
进销存管理系统
资源描述前台是c# 后台采用ORACLE 运用WCF服务开发提供方法完成的一套进销存,初学者可能有些看起来比较吃力,不过也不是很难 就是两三个页面。
- 2022-02-05 05:52:06下载
- 积分:1
-
code
本算法需要两幅或多幅不同偏振角度的有雾图像,应用暗通道算法估计大气光强,最终所得的图像去雾效果较好(Fog fog removal based on polarization information)
- 2017-07-19 09:10:06下载
- 积分:1
-
algorithm-analysis-solution
计算机算法设计与分析(第三版)的算法解答,对学者颇有价值!(Computer Algorithm Design and Analysis (third edition) algorithm answers, to scholars is valuable!)
- 2013-09-21 19:16:28下载
- 积分:1
-
聊天服务器,输入IP既可聊天,还恨好用,真的不错
聊天服务器,输入IP既可聊天,还恨好用,真的不错-Chat server, enter the IP can chat, but also hate use, really good
- 2022-01-26 04:24:26下载
- 积分:1
-
HEU_KMS_Activator_v2.4
合并果子,压缩是一种有效的减小数据量的方法,目前已经被广泛应用于各种类型的信息系统之中。
一种压缩文本文件的方法如下:
1. 原始文本文件中的非字母的字符,直接拷贝到压缩文件中;
2. 原始文件中的词(全部由字母组成),如果是第一次出现,则将该词加入到一个词的列表中,并拷贝到压缩文件中;否则该词不拷贝到压缩文件中,而是将该词在词的列表中的位置拷贝到压缩文件中。
3. 词的列表的起始位置为 1 。 词的定义为文本中由大小写字母组成的最大序列。大写字母和小写字母认为是不同的字母,即 abc 和 Abc 是不同的词。词的例子如下: * x-ray 包括两个词 x 和 ray * mary s 包括两个词 mary 和 s * a c-Dec 包括三个词 a 和 c 和 Dec 编写一个程序,输入为一组字符串,输出为压缩后的文本。(Fruit combined compression is an effective method for reducing the amount of data, has been widely applied to various types of information into the system. A method of compressing a text file is as follows: 1 original text file non-alphabetic characters, copy directly to the compressed file 2 words in the original document (all composed of letters), if it is the first time, then. The word is added to a word list, and copied to the compressed file otherwise the term is not copied to the compressed file, but the position of the word in the list of words copied to the archive. 3 the starting position is a list of words. The maximum term is defined by a sequence of text consisting of uppercase and lowercase letters. Uppercase and lowercase letters are considered different letters, ie abc and Abc are different words. Examples of the word as follows:* x-ray consists of two words x and ray* mary' s, including two words mary and s* a c-Dec consists of three words a and c and Dec to write )
- 2013-12-02 17:28:34下载
- 积分:1