虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

3<b>5</b>7

  • FreeReport 2.34 consists of the report engine, designer and previewer, with capabilities comparable

    FreeReport 2.34 consists of the report engine, designer and previewer, with capabilities comparable to QuickReport 3 and ReportBuilder 3.52. FreeReport 2.34 works with Delphi 2/3/4/5/6 and C++ Builder 1/3/4. Freeware, full source code, royalty-free.

    标签: capabilities FreeReport comparable previewer

    上传时间: 2013-12-26

    上传用户:zhaiye

  • 简介 TbcISAPIFilter.ISAPI.Filter.Component.for.Delphi.v2.1.WinALL.Retail.Source.Code-DVT TbcISAPIF

    简介 TbcISAPIFilter.ISAPI.Filter.Component.for.Delphi.v2.1.WinALL.Retail.Source.Code-DVT TbcISAPIFilter代给你让你在Delphi 4,5,6,7和C++ Builder中可视化开发的体验。把这个组件拖放到数据模块上,按照你希望的方式处理事件。可视化地设置过滤器的优先级别。本组件带有IIS 认证过滤例子的DLL源代码。

    标签: TbcISAPIFilter Component TbcISAPIF Code-DVT

    上传时间: 2014-10-25

    上传用户:gououo

  • SQLite的一个Delphi的开源封装库

    SQLite的一个Delphi的开源封装库,全面支持Delphi 4, 5, 6, 7, 2005 和 2006。对于Delphi 4和Delphi 5请使用带有D4、D5后缀的文件。解压缩下载回来的文件包到Delphi的子目录下,安装该组件,同时将该目录添加到环境变量的搜索路径中。 ASQLite的发布包中有两个子压缩包,其中ASQLite (ASQLiteD4, ASQLiteD5)是开发时的调试组件,ASQLitePkg (D4/D5)是发布时的运行组件,如果你没有把组件编译到你的工程里,可以使用它作为运行库。对于Borland C++的安装也有相应的BPK文件,过程大同小异。

    标签: SQLite Delphi 开源 封装库

    上传时间: 2013-12-22

    上传用户:小草123

  • 1 安装:首先安装MPLAB IDE V7.42的程序

    1 安装:首先安装MPLAB IDE V7.42的程序,然后再安装C的组件PICC8.05-PL.安装过程中全部确认选择,完毕后重启计算机。 2 激活:(PICC8.05-PL) 运行“开始”菜单下的“HI-TECH SOFTWARE”中的 激活(Complier Activation)程序, 再同时启动算号器程序(HtkeyGen.exe),将Last Name前的勾去掉,填入公司名称,算出相应内 容填入激活程序相应栏目,OK即可完成激活。 3 设置: 3.1 将MPLAB 7.42启动后,在文件栏中打开C的桌面项目文件,在Project栏目中 检查 select language Toolsuite...中的选项,所有路径须指向安装路径如C:\HT-PIC\BIN\PICC.EXE; 3.2 在Project栏目中检查 setlanguage Tool Locations中的HI-TECH ToolsuiteXDGR 相关选项,executables中各程序应指向picc.exe Default Search Paths & Directories中 的相关路径应为安装目录如C:\HT-PIC\include 和C:\HT-PIC\lib; 3.3 设置programmer中的select programmer选项为"MPLAB IED 2"(经验:如果不打开编译器,此选项无法选中)。 3.4 设置单片机型号,在Congfigure中的Select Device选择准确的芯片型号;

    标签: MPLAB 7.42 IDE 程序

    上传时间: 2016-01-01

    上传用户:Ants

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    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

  • arn920t三星s2440中文手册 2

    arn920t三星s2440中文手册 2,5,7,8,18章

    标签: s2440 920t arn 920

    上传时间: 2016-04-15

    上传用户:13188549192

  • j2me图像加载实例

    j2me图像加载实例,适合于初学者,编译平台eclipse3.3+jdk1.5+S60!

    标签: j2me 图像

    上传时间: 2016-04-21

    上传用户:hgy9473

  • 1.实验任务: 本实验实现的是0-99自动计数

    1.实验任务: 本实验实现的是0-99自动计数,并在二位数码管上动态显示。 2.实验目的 掌握数码管动态显示原理 3.动态显示原理 原理图中把所有数码管的6个笔划段a-h同名端连在一起通过74LS573接P0口,而每一个数码管的公共极COM是各自独立地受I/O线控制。在这里就有了一个矛盾, 所有数码管的8个笔划段a-h同名端连在一起, 那么在一个屏幕上如何显示0,1,2,3,4,5这样不同的数字呢? 的确, 在这样的接法中,同一个瞬间所有的数码管显示都是相同的, 不能显示不同的数字。在单片机里,首先显示一个数, 然后关掉.然后显示第二个数,又关掉, 那么将看到连续的数字显示,轮流点亮扫描过程中,每位显示器的点亮时间是极为短暂的(约10ms),由于人的视觉暂留现象及发光二极管的余辉效应,尽管实际上各位显示器并非同时点亮,但只要扫描的速度足够快,给人的印象就是一组稳定的显示数据,不会有闪烁感。

    标签: 实验 99 自动

    上传时间: 2016-04-21

    上传用户:wff

  • 用C++实现数据结构多项式四则运算程序

    用C++实现数据结构多项式四则运算程序,一定要保证输入的运算式正确,否则程序会出错 如 2*3-4/5+(3*(4+5))

    标签: 数据结构 多项式 四则运算 程序

    上传时间: 2016-05-27

    上传用户:坏坏的华仔

  • 数据结构

    数据结构,清华大学出版社,这里是5-7章的,刚才上传的是1-4章的内容,不好意思啊,没有放到一起,麻烦大家了!

    标签: 数据结构

    上传时间: 2014-01-12

    上传用户:cuiyashuo