登录
首页 » Visual C++ » Population

Population

于 2014-03-09 发布 文件大小:7310KB
0 222
下载积分: 1 下载次数: 2

代码说明:

  c++ 链接access 建立的一个小型人员统计系统管理 代码简单(c++ link access to the set of a small staff Biejiao simple statistical system management code)

文件列表:

Population
..........\ADODataBase.cpp,2235,2013-11-03
..........\ADODataBase.h,731,2013-11-01
..........\Debug
..........\.....\ADODataBase.obj,69084,2013-11-14
..........\.....\ADODataBase.sbr,0,2013-11-14
..........\.....\msado15.tlh,222001,2012-06-06
..........\.....\msado15.tli,167290,2012-06-06
..........\.....\Population.bsc,3613696,2013-11-15
..........\.....\Population.exe,2215987,2013-11-15
..........\.....\Population.ilk,2603876,2013-11-15
..........\.....\Population.obj,19371,2013-11-14
..........\.....\Population.pch,8588672,2013-11-14
..........\.....\Population.pdb,4400128,2013-11-15
..........\.....\Population.res,10644,2013-11-03
..........\.....\Population.sbr,0,2013-11-14
..........\.....\PopulationData.mdb,589824,2013-11-04
..........\.....\PopulationDlg.obj,118127,2013-11-15
..........\.....\PopulationDlg.sbr,0,2013-11-15
..........\.....\PopulationDlg1.obj,56785,2013-11-15
..........\.....\PopulationDlg1.sbr,0,2013-11-15
..........\.....\StdAfx.obj,132665,2013-11-14
..........\.....\StdAfx.sbr,1688356,2013-11-14
..........\.....\vc60.idb,254976,2013-11-15
..........\.....\vc60.pdb,585728,2013-11-15
..........\Population.aps,38728,2013-11-03
..........\Population.clw,3959,2013-11-14
..........\Population.cpp,2119,2013-11-01
..........\Population.dsp,4402,2013-11-14
..........\Population.dsw,543,2013-11-01
..........\Population.h,1401,2013-11-14
..........\Population.ncb,205824,2013-11-15
..........\Population.opt,55808,2013-11-15
..........\Population.plg,1416,2013-11-15
..........\Population.rc,9455,2013-11-03
..........\PopulationData.mdb,589824,2013-11-15
..........\PopulationDlg.cpp,16134,2013-11-15
..........\PopulationDlg.h,1949,2013-11-14
..........\PopulationDlg1.cpp,4227,2013-11-15
..........\PopulationDlg1.h,1700,2013-11-04
..........\ReadMe.txt,3651,2013-11-01
..........\res

..........\...\Population.rc2,402,2013-11-01
..........\resource.h,2112,2013-11-02
..........\StdAfx.cpp,212,2013-11-01
..........\StdAfx.h,1179,2013-11-01

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wlcsxt
    说明:  网络测试系统,很实用的一个源码,很有参考价值,下载试试,多学习哦(Network test systems, it is a source of practical, useful reference, download a try, more to learn Oh)
    2008-11-23 22:37:15下载
    积分:1
  • odbc-student
    VC++60编译通过,利用ODBC操作*.mdb数据库,非常完善的学生信息管理系统。可以改为其它数据库。(VC++ 60 compiler through the use of ODBC operation*. mdb database, an excellent student information management system. Could be converted to other databases.)
    2008-07-09 22:29:15下载
    积分:1
  • VS2008和Access的连接及操作完整示例
    连接access数据库实例,简单的操作access数据库(Connecting access database instance)
    2018-08-13 10:14:55下载
    积分:1
  • VCAccess
    此demo包含vc操作Access数据库的链接、以及增删改查的基本操作,均提供的有接口,方便用户操作,并且提供了一些模糊查询语句供用户参考~~(This demo contains the Access database, the link vc operations, as well as additions or deletions to change the basic operation of search are provided with interfaces, user-friendly operation, and provides a number of fuzzy query for the user' s reference ~ ~)
    2010-02-24 13:51:31下载
    积分:1
  • test_database
    利用mfc编程实现acess数据库的存储与访问,对于小型的数据库很实用(Mfc programming using acess database storage and access, the database is very useful for small)
    2011-11-29 10:27:49下载
    积分:1
  • StudentCheck
     职责描述:,系统信息设计,学生出操考勤管理、学生上课考勤管理、学生参加活动考勤管理,学生寝室考勤管理,综合统计与查询等六大模块。  项目简述:该系统利用MFC框架 Excel工具开发,来实现学生考勤管理。()
    2008-03-15 21:13:11下载
    积分:1
  • ADO
    这是ACCESS的数据库编程文件,可以容易的用在MFC,VC,DELPH等工程环境(ACCESS ADO DATABASE ,MFC VS2008 AND VS2010)
    2013-08-18 10:30:52下载
    积分:1
  • miniSQL
    MiniSQL的大致架构在里面了,可以自己填写里面的模块。。(MiniSQL the general framework in which, you can fill out inside the module. .)
    2011-10-14 22:39:17下载
    积分:1
  • N-sheets
    以G列分成多个工作表(以宏运行VBA) (Sub aa() Dim a As Integer, b As Integer, c As Integer, sh As Worksheet For a = 2 To [g65536].End(3).Row If Cells(a, 7) <> Cells(a- 1, 7) Then b = a End If c = Range("g:g").Find(Cells(a, 7), , , , , xlPrevious).Row Set sh = Sheets.Add(, Sheets(Sheets.Count)) sh.Name = Sheets("sheet1").Cells(a, 7).Value With Sheets("Sheet1") Sheets("Sheet1").Range(.Cells(b, 1), .Cells(c, 10)).Copy Destination:=sh.[a2] Sheets("Sheet1").Range("a1:j1").Copy Destination:=sh.[a1] a = c End With Sheets("Sheet1").Select Next End Sub )
    2013-05-03 08:50:54下载
    积分:1
  • chuti
    基于VFP的出题小系统,以前做的,传上来分分享一下(Test system based on VFP, before doing, Chuan up points to share)
    2014-08-27 18:40:49下载
    积分:1
  • 696524资源总数
  • 103801会员总数
  • 61今日下载