登录
首页 » Visual C++ » Carscount

Carscount

于 2013-05-28 发布 文件大小:21072KB
0 148
下载积分: 1 下载次数: 140

代码说明:

  对马路车流量的统计,外加对每辆经过车辆的车速计算(On road traffic statistics, plus on every passing vehicle speed calculation)

文件列表:

Carscount
.........\Carscount
.........\.........\Carscount.aps,59700,2012-02-10
.........\.........\Carscount.cpp,1686,2012-02-03
.........\.........\Carscount.h,459,2012-02-03
.........\.........\Carscount.rc,6399,2012-02-10
.........\.........\Carscount.vcproj,5574,2012-02-08
.........\.........\Carscount.vcproj.2JXAJMNBSJQZ2FR.Administrator.user,1427,2012-02-14
.........\.........\CarscountDlg.cpp,13958,2012-02-14
.........\.........\CarscountDlg.h,2063,2012-02-14
.........\.........\Debug
.........\.........\.....\BuildLog.htm,5910,2012-02-14
.........\.........\.....\Carscount.exe.embed.manifest,920,2012-02-08
.........\.........\.....\Carscount.exe.embed.manifest.res,984,2012-02-08
.........\.........\.....\Carscount.exe.intermediate.manifest,861,2012-02-14
.........\.........\.....\Carscount.obj,78512,2012-02-14
.........\.........\.....\Carscount.pch,25296896,2012-02-08
.........\.........\.....\Carscount.res,24016,2012-02-10
.........\.........\.....\CarscountDlg.obj,155245,2012-02-14
.........\.........\.....\mt.dep,67,2012-02-14
.........\.........\.....\stdafx.obj,465831,2012-02-08
.........\.........\.....\vc90.idb,1248256,2012-02-14
.........\.........\.....\vc90.pdb,2560000,2012-02-14
.........\.........\ReadMe.txt,2927,2012-02-03
.........\.........\Release
.........\.........\.......\BuildLog.htm,38938,2012-02-07
.........\.........\.......\Carscount.obj,1432672,2012-02-07
.........\.........\.......\Carscount.pch,25886720,2012-02-07
.........\.........\.......\Carscount.res,23888,2012-02-07
.........\.........\.......\CarscountDlg.obj,1474248,2012-02-07
.........\.........\.......\stdafx.obj,2561694,2012-02-07
.........\.........\.......\vc90.idb,674816,2012-02-07
.........\.........\.......\vc90.pdb,2461696,2012-02-07
.........\.........\res

.........\.........\...\Carscount.rc2,365,2012-02-03
.........\.........\resource.h,1325,2012-02-10
.........\.........\stdafx.cpp,140,2012-02-03
.........\.........\stdafx.h,1796,2012-02-03
.........\.........\targetver.h,1030,2012-02-03
.........\Carscount.ncb,27249664,2012-02-14
.........\Carscount.sln,893,2012-02-03
.........\Debug
.........\.....\Carscount.exe,119296,2012-02-14
.........\.....\Carscount.ilk,1095304,2012-02-14
.........\.....\Carscount.pdb,4115456,2012-02-14
.........\Release

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

发表评论

0 个回复

  • 37
    说明:  对3D数据运用gpu实现八叉树,完成分割并进行渲染。(The use of 3D data on the GPU octree to achieve complete segmentation and rendering.)
    2007-12-05 08:56:34下载
    积分:1
  • TGP
    使用QT模仿TGP腾讯游戏平台,界面使用布局完成,可以拉伸收缩对话框,自绘tablewidget和listwidget,pushbutton,menu等功能,还有托盘,与原界面基本相似。( Use QT imitate TGP Tencent gaming platform, use the interface layout is complete, you can stretch shrink the dialog, since the painting tablewidget and listwidget, pushbutton, menu and other functions, as well as trays, with substantially similar to the original interface.)
    2016-09-10 18:11:46下载
    积分:1
  • MATLAB
    MATLAB入门,如何运用具体的MATLAB进行算法的实现(Getting Started with MATLAB, how to use specific MATLAB for algorithm implementation)
    2011-10-25 14:27:57下载
    积分:1
  • mowang-language
    魔王语言:输入一串字符,可自动翻译成一串语言。(the program of language)
    2014-07-12 21:57:27下载
    积分:1
  • SHUMAGUANDONGTAISAOMIAOYANSHI
    5-数码管动态扫描演示,能实现数码管自动的动态扫描,希望对各位有用处(5- digital dynamic scanning demonstration, to achieve a dynamic digital auto scan, you want to be useful)
    2011-06-09 18:54:51下载
    积分:1
  • LIAOTIAN
    应用C++实现局域网内的文件传送和聊天功能(Application C++ Realize LAN file transfer and chat features)
    2008-05-27 16:12:45下载
    积分:1
  • 200684154022
    正弦信号发生器[2005年电子大赛一等奖].files(sinusoidal signal generator [e-Competition in 2005 won first prize]. Files)
    2006-09-07 21:49:27下载
    积分:1
  • medo
    设X[ 0 : n - 1]和Y[ 0 : n – 1 ]为两个数组,每个数组中含有n个已排好序的数。找出X和Y的2n个数的中位数。  编程任务 利用分治策略试设计一个O (log n)时间的算法求出这2n个数的中位数。 数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=200),表示每个数组有n个数。接下来的两行分别是X,Y数组的元素。结果输出 程序运行结束时,将计算出的中位数输出到文件output.txt中(Let X [0: n- 1] and Y [0: n- 1] for the two arrays, each array containing the n number has been sorted. 2n X and Y to identify the number of digits.  programming tasks using the divide and conquer strategy try to design an O (log n) time algorithm to calculate this median number 2n. Data input by the input data provided input.txt file. The first line in the file has a positive integer n (n < = 200), that there are n numbers of each array. The next two lines are the X, Y array elements. The end result is output program runs, the calculated median output to file output.txt)
    2021-03-22 16:29:16下载
    积分:1
  • C6000
    说明:   经典的DSP的C程序和汇编程序库,请站长过目 (classic DSP C procedures and the procedures for compiling, please read head)
    2006-04-10 09:58:21下载
    积分:1
  • Filter
    通过vc编写的可实现滤波功能的简单滤波器程序(Simple filter program written by vc filtering function)
    2013-05-14 22:50:30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载