小巧的图表自动生成系统 ,采用GDI+技术开发,实现了基本且简单的功能,能在通过数据库的数据直接读取自动生成图表,支持饼状/柱状/线状等多种样式 ,并能进行数据的维护更新。
上传时间: 2015-11-12
上传用户:zaizaibang
本软件用VC++实现了与USB设备驱动程序的通信。包括打开一个USB设备,写入数据,读取数据和清空数据。
上传时间: 2016-01-12
上传用户:vodssv
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
Berkeley DB是目前在嵌入式系统中应用比较广泛的嵌入式数据库,本例是一个如何完成对所有数据的读取;
上传时间: 2016-01-23
上传用户:JasonC
该程序是用vc开发的对动态数组进行管理的DLL,包括地震勘探中对segy数据的读取
上传时间: 2014-01-07
上传用户:啊飒飒大师的
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
低频数字相位测量仪使用单片机和FPGA来共同实现,FPGA完成测量时间差,而单片机完成数据的读取、键盘控制和显示等功能。
上传时间: 2016-03-09
上传用户:米卡
开发的PLC梯形图程序,通过串口实现对条码扫描枪数据的读取
上传时间: 2016-04-19
上传用户:爱死爱死
dsp2812的AD转换例子程序,包括初始化,启动,采样数据的读取等
上传时间: 2013-12-23
上传用户:ma1301115706
这是书上的代码,文档数据的读取和显示,供大家参考
标签: 代码
上传时间: 2016-12-17
上传用户:luopoguixiong