这是基于jsoncpp项目写扩展功能,jsoncpp只支持简单的系列化,我写了JsonArchive.h类,并提供了测试源代码tt.cpp。扩展了value,自动支持list、vector的系列化,支持2进制数据的系列化。这可是我花费了不少时间才搞定的。 包中不包含jsoncpp,请使用者自己下载。
上传时间: 2014-09-06
上传用户:aa54
VC6.0核心编程。主要涉及到windows消息,框架,mfc库以及相关编程,com,activex技术,数据库技术,网络编程技术。为英文版本。 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.
上传时间: 2016-01-02
上传用户:lmeeworm
2407C文件夹包括第8~16章的C语言代码及使用说明。有如下子文件夹: 第8章数字输入输出8路开关量输入输出(8IOIN+8IOOUT); 第8章数字输入输出模块(led); 第8章数字输入输出模块(LED+KEY); 第9章事件管理器模块(PWM); 第9章事件管理器模块_编码(QEP); 第9章事件管理器模块_捕捉(cap); 第10章事件管理器模块_定时器中断(Timer_INT); 第10章模数转换模块(ADC); 第11章串行外设接口模块(SPI +DA); 第11章串行外设接口模块(led8py); 第12章串行通信接口模块(SCI); 第13章局部控制器模块(CAN); 第14章图形液晶显示模块接口及应用(LCD); 第15章串行EEPROM的接口编程(eeprom); 第16章在TMS320LF2407上实现快速傅立叶变换(fft)。
上传时间: 2016-01-04
上传用户:wlcaption
背包問題是關於最佳化的問題,要解最佳化問題可以使用「動態規劃」(Dynamic programming),從空集合開始,每增加一個元素就先求出該階段的最佳解,直到所有的元素加入至集合中,最後得到的就是最佳解。 以背包問題為例,我們使用兩個陣列value與item,value表示目前的最佳解所得之總價,item表示最後一個放至背包的水果,假設有負重量 1~8的背包8個,並對每個背包求其最佳解
标签:
上传时间: 2014-01-22
上传用户:aix008
說明 除了自身之外,無法被其它整數整除的數稱之為質數,要求質數很簡單,但如何快速的求出質數則一直是程式設計人員與數學家努力的課題,在這邊介紹一個著名的 Eratosthenes求質數方法 解。 以背包問題為例,我們使用兩個陣列value與item,value表示目前的最佳解所得之總價,item表示最後一個放至背包的水果,假設有負重量 1~8的背包8個,並對每個背包求其最佳解。
标签:
上传时间: 2013-12-22
上传用户:二驱蚊器
/* This a simple genetic algorithm implementation where the */ /* evaluation function takes positive values only and the */ /* fitness of an individual is the same as the value of the */ /* objective function
标签: implementation evaluation algorithm function
上传时间: 2016-01-18
上传用户:wkchong
This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet. For eg:-wavelets can be haar, db1, db2,dmey............... Decomposition can be viewed in figure. (Please note that select 256X256 image for better result.) Then compression can performed, PERFL2 give compression score. Then reconstruction can be performed. Each decompsition we can choose different threshold values. For each threshold value we can calculate mse,psnr,pq(picture quality), bit ratio etc. To get pq install pqs function .
标签: decomposition recostruct compress wavelets
上传时间: 2016-01-22
上传用户:liuchee
Returns weighted percentiles of a sample given the weight vector w % The idea is to give more emphasis in some examples of data as compared to % others by giving more weight. For example, we could give lower weights to % the outliers. % The motivation to write this function is to compute percentiles for Monte % Carlos simulations where some simulations are very bad (in terms of goodness % of fit between simulated and actual value) than the others and to give % the lower weights based on some goodness of fit criteria.
标签: percentiles weighted Returns sample
上传时间: 2016-01-28
上传用户:小儒尼尼奥
矩阵键盘驱动程序, unsigned char key(void) 只要调用这个函数即可实现
上传时间: 2014-08-04
上传用户:GavinNeko
This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.
标签: implements algorithm fibonacci the
上传时间: 2013-12-23
上传用户:ynzfm