CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Record.c

搜索资源列表

  1. c语言管理系统

    0下载:
  2. C#管理系统在C#环境下开发,能够实现记录的增加,删除,修改,查询,统计,等功能。是一个不错的管理系统-C# management system in C# development environment, to achieve record to add, delete, modify, query, statistics, and other features. It is a good management system
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:33145
    • 提供者:雪风
  1. 狂热论坛企业版C#.NET网站

    0下载:
  2. 系统名称: 狂热论坛企业版C#.NET网站访问统计系统[全源码提供] 系统介绍: C#.NET+SQL,标准三层架构,企业版网站访问统计系统 用柱状图显示按日月两种口径统计的网站浏览量; 柱状图显示按照国内外地区分类的网站浏览量; 分析按源自不同搜索引擎和访问途径的浏览量; 详细记录显示每个访问者的详细信息; 最新数据库(2003年12月)记录了四万多条IP记录; 全源码提供,代码优化,数据库设计严格,耗费资源极少,功能强大,使用方便
  3. 所属分类:.net编程

    • 发布日期:2014-01-15
    • 文件大小:746440
    • 提供者:钟鸣
  1. volumemeter_src

    1下载:
  2. VolumeMeter (Managed DirectX) This project is a live volume meter control for monitoring audio levels from a sound card. It is written entirely in C#, and uses Microsoft s Managed DirectX (June release). You can drag-and-drop the control into any W
  3. 所属分类:DirextX

    • 发布日期:2016-09-19
    • 文件大小:151277
    • 提供者:mark
  1. sound_recorder_C++

    0下载:
  2. 音频录制记录 c-Audio recording record c
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-07
    • 文件大小:71369
    • 提供者:dingsc
  1. C

    0下载:
  2. 实现通讯录管理功能,包括:打开文件,实现通讯录的插入,显示,删除,排序,查找,保存记录到文件等功能,-The realization of address book management features, including: open the file, the realization of the insert contacts, display, delete, sort, search, record-keeping functions to a file,
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:14015
    • 提供者:dolin
  1. pro

    0下载:
  2. C语言开发的通讯录,有增加,删除,添加,修改,排序,保存文件等功能、-rintf("# O: order them. #") gotoxy(2,11) cprintf("# #") gotoxy(2,12) cprintf("# M: modify a record. #") gotoxy(2,13) cprintf("#
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4184
    • 提供者:zhanglei
  1. record

    0下载:
  2. 一个在C++Builder下运行的录音程序,录音的格式是WAV-One in C++ Builder run under the recording program, recording format is WAV
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:358512
    • 提供者:panghuajuan
  1. Alvas.Audio

    0下载:
  2. 用于创建播放、录制、编辑或者转换声音的程序 -Alvas.Audio for .Net is an audio library written in C#. The collection allows C# and VB.Net developers to create applications that play (including mixed audio data), record, edit and convert sound
  3. 所属分类:CSharp

    • 发布日期:2017-03-26
    • 文件大小:531420
    • 提供者:chenpan
  1. record

    0下载:
  2. C#录音机源码record sourcecoderecord sourcecode-record sourcecode record sourcecoderecord sourcecoderecord sourcecoderecord sourcecoderecord sourcecode
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:294989
    • 提供者:胥悦雷
  1. Record

    0下载:
  2. 基于visual C++ MFC框架下的录音小程序~包含接口-Based on visual C++ MFC framework of the recording applet interface ~ contains
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:33771
    • 提供者:王正
  1. Record

    0下载:
  2. 用C++实现键盘记录的功能,可供初学者参考学习。-In c++ realizing the function, keyloggers for beginners reference.
  3. 所属分类:Hook api

    • 发布日期:2017-04-13
    • 文件大小:2566
    • 提供者:liufan
  1. Biff

    0下载:
  2. EXCEL File writer using the BIFF record types. Easy entry to start with EXCEL file format.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:10297
    • 提供者:bitbo
  1. record

    0下载:
  2. 录音用户控件——C#用户控件形式封装的一个录音软件。-record user Control source
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:359969
    • 提供者:lm21
  1. Memory card record play

    0下载:
  2. Record incoming adc data on memory card and play back using pwm.... audio record and playback
  3. 所属分类:其它

    • 发布日期:2014-03-06
    • 文件大小:210212
    • 提供者:ashishmach
  1. C#

    0下载:
  2. 客户给了一证件模板格式,要求将系统中的数据按照格式导出到一个Word文件中,一条记录为一页,对换到下一页纠结了很久,终于捣鼓出来了。思路是拷贝模板文件,读取模板文件中的表格,选择表格进行复制,对第一页的表格进行赋值,赋值完后转到下一页进行黏贴,再对表格进行赋值。(The customer gives a certificate template format, request the data of the system in accordance with the format into a
  3. 所属分类:C#编程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:阿拉磊
  1. C语言常用转义字符表

    0下载:
  2. 该文档为C语言常用转义字符表,属于笔记类记录(Commonly used C language escape character table, record notes in class)
  3. 所属分类:其他

  1. 1 - 2 C record

    0下载:
  2. c programs and outputs required for students
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:22528
    • 提供者:Gsk
  1. Keyboard record 1.0.0.0

    0下载:
  2. 利用C#语言编写的键盘记录程序,基于Win32api.dll实现(Using C# language keyboard recording program, based on Win32api.dll implementation)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:63488
    • 提供者:QQ1050409603
  1. C#会员管理条码版

    0下载:
  2. 一、日常操作 1.消费单据:新增、修改、结算、点牌核实、查询(按日期、消费单号查询) 2.会员管理:新增、修改、新增消费、会员充值、查看消费记录、查看充值记录、会员换卡、余额转账、查询(按姓名、卡号) 3.账目清单:新增、修改、删除(需要密码)、按日期查询 二、统计报表 1.会员消费统计:按日期查询、按会员卡号查询 2.会员续费统计:按日期查询、按会员卡号查询(1. Daily operation 1. consumer documents: new, r
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:2337792
    • 提供者:yang201803
  1. C#项目开发案例全程实录(第2版).(配书源码)

    2下载:
  2. 该资料为《C#项目开发案例全程实录(第2版)》的配书源码;里面代码很齐全;(This information is the source code of the supplementary book of "C# Project Development Case Whole Record (2nd Edition)"; the code inside is complete;)
  3. 所属分类:Windows编程

    • 发布日期:2020-10-27
    • 文件大小:28279808
    • 提供者:leapuresword
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com