资源列表
bitmap-PB
- 纯PB代码写的 实现屏幕抓图 可以试一下-Pure VB code written
vfp2Sql
- VFP和SQL-SERVER搭配做C-S系统 ·S-VFP和SQL-SERVER搭配做C-S系统
segyout
- 用MATLAB编写的segy格式地震数据写入程序,对物探学生有相当大的帮助。-Using MATLAB segy format seismic data writing procedures, Geophysical and students a great help.
Wave-equation-forward-modeling
- 1、参数初始化; 2、形成边界削波数据; 3、波场初始化; 4、Zmax层波场延拓到深度Zmax-1; 5、Zi+1层波场延拓到深度Zi; 6、重复5,从Iz Nz-1开始,直到Iz 1,得测线上的频率—空间域波场; 7、频率-空间域波场对频率做反傅里叶变换,得时间-空间波场; -1, parameter initialization 2, the formation of boundary clipping data 3, wave field init
Machine-Vision
- 适合初学者学习视觉检测配合PLC自动化设备的上位机程序,方便监控以及导入数据库-For beginners to learn the visual inspection with the PC program PLC automation equipment to facilitate the monitoring and import
AccessToExcel
- 查找access数据库中对应的字段,然后将对应的其他字段导出到Excel表格-Find access the corresponding field, and then export the corresponding additional fields to Excel
sqlexec
- 对于只安装了SQL Server Express,没有安装Management Studio的用户,需要这个微型的执行SQL命令工具,支持集成及SQL认证,支持获取的数据发送到Excel。-For users who only install SQL Server Express and do not have Management Studio installed, this miniature Execute SQL command tool is required to support i
dictionary
- 简明英汉词典数据库,SQLite,适合开发手机词典时使用.-english dictionary, sqlite
VBsqliteDB
- 无需部署即可使用的sqlite演示程序 程序用vb6编写,包含sqlite的基本操作及性能测试,直接调用sqlite.dll中的api函数。性能测试中演示了插入操作使用事务提交及不使用事务提交方式在时间上的巨大差异。演示及性能测试代码为原创。-No need to deploy sqlite demo program can use the program with vb6 write, contains the the sqlite basic operation and performanc
WebMagic_jb51
- webmagic采用完全模块化的设计,功能覆盖整个爬虫的生命周期(链接提取、页面下载、内容抽取、持久化),支持多线程抓取,分布式抓取,并支持自动重试、自定义UA/cookie等功能。 -The design of webmagic with completely modular, functional coverage throughout the reptile life cycle (link extraction, download page, content extraction, pe
randomacseptance
- Excel导入数据,使用SqlBulkCopy类批量导入数据到数据库-Excel import data, using SqlBulkCopy class bulk import data to the
SQLite3Demo
- 本Demo演示了SQLite3的一个封装类的使用方法。在工程文件夹下有放入DbSqlite.cpp,DbSqlite.h,sqlite3.h,sqlite3i.h,w32SQLite3.dll,w32SQLite3.lib这6个文件,在适当的地方包含sqlite3.h头文件并#pragma comment(lib, .\\w32SQLite3.lib )即可。大家可以根据实际情况进行改进!*注意:创建数据库插入表操作要在单独的过程中进行,否则会出现BUG!-This demo demonstra