想在wince下有源代码操作ini文件吗,这个lib可以满足你的要求,CProfile.h为library的对外接口。
上传时间: 2013-12-25
上传用户:qiao8960
VC++实现pdf生成,这是用了一个PDFlib.lib文件,效果十分明显。希望大家可以参考!
标签: VC
上传时间: 2014-01-23
上传用户:ippler8
Linux下蓝牙探测工具,扫描其他设备。配合bluez-lib使用。
上传时间: 2014-07-30
上传用户:561596
struts spring hibernate 自已写的,登陆添加都可以了,查改还等待大家完善,有兴趣的可以发到27684149@qq.com。lib包里的大家自已加
上传时间: 2013-12-01
上传用户:pompey
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中
标签: algorithm Genetic Windows Visual
上传时间: 2016-09-22
上传用户:silenthink
在myeclipse下JDBC连接sqlserver2000的的驱动架包,使用直接把里面的.jar 拷贝到classes下的lib里
标签: myeclipse sqlserver JDBC 2000
上传时间: 2016-09-23
上传用户:金宜
dorado 展现中间件是一款企业级的商用AJAX平台软件,由BSTEK研发。作为Web表现层的运行平台与开发平台,dorado能够提升用户体验、开发规范性与开发效率,并增强项目的可管理度。其特色包括支持OPOB设计模式,提供一套由BRICH引擎统一驱动的Widget Lib,内置AJAX通讯引擎,广泛支持第三方后台业务逻辑框架,提供Web控制台进行参数配置与性能监控,提供TestFrame进行浏览器端性能测试,多种性能优化措施以支持高并发压力下的核心应用系统,提供dorado studio与eclipse plug-in方便高效地进行可视化开发。
上传时间: 2016-09-23
上传用户:qlpqlq
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
标签: i.e. management database simple
上传时间: 2016-10-02
上传用户:851197153
Excel工具, Jar包封装过 环境的搭建: 1、先建立一个web工程 2、在src下建立一个包,包名字叫smart.jrsoft,将Excel.java文件拷贝到该目录下 3、将Enviroument下COM文件夹拷贝src下 4、把Enviroument下的Excel.jar文件拷贝到该工程的lib文件夹下 5、把Sample下的readExcelFile.jsp和writeExcelFile.jsp拷贝到WebRoot下 运行注意事项: 1、先运行writeExcelFile.jsp后运行readExcelFile.jsp。或先在D盘下建立一个test.xls文件 2、注意页面的编码问题
标签: Excel
上传时间: 2016-10-07
上传用户:sclyutian
用Itext生成Pdf格式文件。 1、新建一个Java工程 2、在工程下新建一个包smart.app.pdf 3、将Source下的所有类拷贝到新建的包smart.app.pdf里面 4、将Enviroument里面的ExportPDF.jar放到工程的WebRoot\WEB-INF\lib下 5、将JSP文件夹下的JSP页面拷贝到工程的WebRoot下 6、运行工程就可以调用类CreatPdf.java就可生成pdf;
上传时间: 2016-10-07
上传用户:R50974