登录
首页 » C# » VoiceTest

VoiceTest

于 2009-01-21 发布 文件大小:4KB
0 133
下载积分: 1 下载次数: 4

代码说明:

  VoiceTest.rar secondlife voicetest c# 原码(VoiceTest.rar secondlife voicetest c)

文件列表:

VoiceTest
.........\obj
.........\...\Debug
.........\Properties
.........\VoiceTest.build
.........\VoiceTest.cs
.........\VoiceTest.csproj

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

发表评论

0 个回复

  • 教务管理系统
    说明:  ?学生信息管理 在此模块中,管理员可以通过学号来查找并编辑学生信息 ?课程信息管理 在此模块中,管理员可以添加课程信息,并编辑已经上传的课程信息 ?教师信息管理 在此模块中,管理员可以添加和编辑教师信息 ?管理员信息管理 在此模块中,管理员可以添加并授权其他管理员,并为其添加信息 ?安排课程管理 在此模块中,管理员可以安排已经发布的课程信息的课程号、上课学期、上课教师编号、还可以更改教师。 ?密码管理 在此模块中,管理员可以更改自己的管理员登录密码;(Information management of students In this module, the administrator can find and edit student information by student number Course information management In this module, the administrator can add course information and edit the uploaded course information Teacher information management In this module, administrators can add and edit teacher information Information management of administrators In this module, the administrator can add and authorize other administrators and add information for them Arrange course management In this module, the administrator can arrange the course number, semester, teacher number and change the teacher. Password management In this module, administrators can change their own login password;)
    2020-09-12 20:27:19下载
    积分:1
  • vc_to_excel
    MFC写的,将程序计算结果以表格形式填入excel报表中(MFC written in the program results in tabular form fill in the excel report)
    2009-09-04 10:02:10下载
    积分:1
  • 762365
    VC Database Books CD-ROMs Machinery Industry Publishing(VC Database Books CD - ROMs Machinery Industry Publishing)
    2017-07-21 23:08:20下载
    积分:1
  • B06040324_B2
    模拟电信计费系统的设计与实现 要求:(1) 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。其中: 通话费的计算方法如下: 通话费=长途电话费+本地电话费 长途电话费=费率(元/分钟)×通话时长(分钟) (通话时长不满1分钟的按1分钟计算) 本地电话费为:3分钟以内0.5元,以后每3分钟递增0.2元。 (2) 话费查询。输入一个电话号码,从费用文件中统计该电话号码的所有本地话费、长途话费,并从用户文件中查找其用户名,最后在屏幕上显示: 用户名 电话号码 本地话费 长途话费 话费总计 (3) 话单查询。输入一个电话号码,查询并在屏幕显示该用户的所有通话记录,格式为: 用户名 主叫电话号码 被叫电话号码 通话时长 (Design and implementation of simulation of telecommunication billing system Requirements: (1) the charging function. According to the calculation of the call charges stored in the source data file in the call records and the long rate documents for each call record, and save the results in cost file. Among them: The following conversation method to calculate the fee: Long distance telephone calls =+ local telephone fee Long distance telephone fee = rate (yuan/minute)* call time (minutes) (call time less than 1 minutes to 1 minutes) Local call: 3 minutes 0.5 yuan, increasing 0.2 yuan every 3 minutes later. (2) calls inquiries. Enter a phone number, all local calls, long-distance calls statistics the phone number from the cost in the file, and find the user name from user file, and finally displayed on the screen: The user name phone number local calls long distance charges charges totaling (3) if a single query. Enter a phone number, query and display all the call records of th)
    2013-09-25 05:53:29下载
    积分:1
  • steppermotor1
    VID 电机微步驱动,包括电机大回零、正转、反转、算法经典,程序简练,占用资源少!(VID micro-stepping motor drivers, including large motor back to zero, forward, reverse, classical algorithm, the program concise, less resource!)
    2014-04-26 09:45:28下载
    积分:1
  • c# 监测进cpu 占用率 过高则结束进源码下载
    c# 监测进程cpu 占用率 过高则结束进程源码下载
    2014-01-22下载
    积分:1
  • lab9
    the algorithm which replace the background image with another alpha chanels
    2013-05-27 02:07:45下载
    积分:1
  • LCD
    9488y液晶屏驱动,16位地址总线驱动源码(LCD-ILI9488 16bit driver)
    2020-06-16 15:00:02下载
    积分:1
  • EULER1
    说明:  Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示 图G 的一条边(u,v) 。 .结果输出: 将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
    2006-03-29 21:31:15下载
    积分:1
  • WindowsServiceDemo
    Windows Service 用.NET编写自定义服务实例代码(Writing Custom Service Instance Code with. NET in Windows Service)
    2019-03-08 14:13:53下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载