登录
首页 » 其他项目 » Also an advertising system, Andrew Love, please click on view, is pretty good yo...

Also an advertising system, Andrew Love, please click on view, is pretty good yo...

于 2022-10-24 发布 文件大小:10.94 MB
0 229
下载积分: 2 下载次数: 1

代码说明:

还有一个广告系统,安德鲁爱,请点击查看,很不错哟。

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

发表评论

0 个回复

  • 使用vhdl编写的一段程序。 主要功能是声音周期计算,以区别声音信号与噪音信号。...
    使用vhdl编写的一段程序。 主要功能是声音周期计算,以区别声音信号与噪音信号。-vhdl prepared by the use of a procedure. Its main function is voice cycle, in order to distinguish voice signal and the noise signal.
    2022-12-07 23:50:03下载
    积分:1
  • 用用VB实现透明的Form,使用更方便,界面更美观
    用用VB实现透明的Form,使用更方便,界面更美观-use with VB transparent Form, the use of more convenient and more beautiful interface
    2022-03-18 00:37:04下载
    积分:1
  • usb设计利用Cadence PCB SI分析特性阻抗变化因素
    usb设计利用Cadence PCB SI分析特性阻抗变化因素-usb design using Cadence PCB SI analysis of the characteristic impedance changes in factors
    2022-03-04 19:50:28下载
    积分:1
  • 单传感器对标的定位跟踪。包括基于CA和IMM模型的EKF和UKF算法。...
    单传感器对目标的定位跟踪。包括基于CA和IMM模型的EKF和UKF算法。-Single sensor on the target" s location tracking. Including those based on CA and the IMM algorithm model EKF and UKF.
    2022-11-08 17:25:03下载
    积分:1
  • For any software that handles client requests, at some point, there must be a pe...
    For any software that handles client requests, at some point, there must be a persistent point where all data related to the clients are stored. Those storages can be any thing (database, mainframes, files etc.). What if this software needs to access those storages with concurrent requests, knowing that opening a connection is memory and CPU consuming? A Connection Pool is a container of open and reusable connections. It will help you save both memory and CPU time. Also, it will help you in managing connections.
    2022-03-20 11:42:04下载
    积分:1
  • pc.c是移植于μCOS
    pc.c是移植于μCOS-II的PC服务代码(pc.c) 主要改动: 1、#include "includes.h"改为"config.h" 2、在屏幕上显示改为向UART0发送数据,在电脑上显示,影响的函数: PC_DispChar()、PC_DispClrCol()、PC_DispClrRow()、PC_DispClrScr()和PC_DispStr() 3、获取键值改为从UART0获取,影响的函数:PC_GetKey() 4、因为没有dos环境所作的修改,影响的函数: PC_DOSReturn()、PC_DOSSaveReturn()、PC_SetTickRate()(删除)、PC_VectGet()(删除)和 PC_VectSet(删除)。 5、因为定时器不同所作的修改,影响的函数: PC_ElapsedStart()和PC_ElapsedStop()。 6、因为实时时钟不同所作的修改,影响的函数:PC_GetDateTime()。-pc.c is transplanted COS-II PC service code (pc.c) major changes : 1,# include "includes.h" with "config.h" two, displayed on the screen changed to UART0 send data on the computer, the function : PC_DispChar (), PC_DispClrCol (), PC_DispClrRow (), PC_DispClrScr (), and PC_DispStr () 3, access keys to read from UART0 acquisition, the function : PC_GetKey () 4 because no dos environment changes, it will affect the function : PC_DOSReturn (), PC_DOSSaveReturn (), PC_SetTickRate () (deleted), PC_VectGet () (deleted) and PC_VectSet (deleted). 5, becaus
    2022-12-20 12:30:03下载
    积分:1
  • 本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。...
    本程序包含语音压缩和语音识别领域所需的LPCC,MFCC特征提取算法以及语音端点检测源码。
    2022-08-13 07:30:23下载
    积分:1
  • tftp tools, WINDOS, better quality.
    tftp工具,WINDOS下,比较好用.-tftp tools, WINDOS, better quality.
    2022-10-30 04:30:03下载
    积分:1
  • used to achieve a simple chat room! Please also provide professionals with the c...
    用asp实现简单的聊天室! 还请各位专业人士给与指正与修改! 谢谢 各位的支持!-used to achieve a simple chat room! Please also provide professionals with the correct change! Thank you for your support!
    2022-03-25 11:48:02下载
    积分:1
  • 1.Src录 加油站管理系统的源代码,是用VisualC++6开发; 2.Database录 加油站管理系统所用到的数据库,运行加油站管理...
    1.Src目录 加油站管理系统的源代码,是用VisualC++6开发; 2.Database目录 加油站管理系统所用到的数据库,运行加油站管理系统之前请先使用SQL Server 2000的查询分析器创建此数据库。在SQL SERVER2000的查询分析器中打开sql目录中的"加油站管理系统数据库.txt"文件,全选所有代码后按下F5运行创建运行本程序所需要的数据库。 3.创建数据库后默认的登陆用户可以是:账号1,密码999。 4.运行程序前需要在SQL SERVER2000的企业管理器中将用户sa的密码设置为空。选择《企业管理器》中的《安全性》中的《登录》,双击sa设置密码为空。 -1.Src stations directory management system"s source code is developed using Visual C 6; 2.Database stations directory management system used by the database management system running PFS post before using SQL Server 2000 for the creation of this database analyzer. In SQL Server2000 inquiries analyzer open sql directory of "filling station database management system. Txt "file, the entire election code after all the press F5 operating procedures created by the operation of the database. 3. After creating the database default landing users can be : an account number, password 999. 4. Before running the program in the SQL Server2000 Enterprise Manager users will sa set
    2022-01-28 05:13:07下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载