20 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for rizwanakhalid

what are the functions used for voice recognization system in vb.net?explain Dim engine As New Speech.Recognition.SpeechRecognitionEngine Dim dictionGrammar As New Speech.Recognition.DictationGrammar Dim recognitionResult As Speech.Recognition.RecognitionResult Dim timeSpan As New TimeSpan(0, 0, 10) engine.SetInputToDefaultAudioDevice() engine.LoadGrammar(dictionGrammar) recognitionResult = engine.Recognize(timeSpan) For Each word As RecognizedWordUnit In recognitionResult.Words MessageBox.Show(word.Text) explain all these with their …

0
239
Member Avatar for spoudel

Hello friends I am just a beginner and I need some easy ideas to get a head start in designing information system. Please suggest me some ideas for a good information system problem (that is, a problem that involves storing and retrieving data). If possible some idea about how to …

0
153
Member Avatar for raymund.climaco.7
Member Avatar for sandeep_8

I have a really strange situation with my storage device. I would be really grateful if somebody could guide me through this. System details: Mac mini 2.0 i7 8GB 500GBx2 External storage: My studio Book WD 6TB (inside probably 3TBx2 raid). file format: NTFS Connected to Mac through Firewire. intermediate …

0
247
Member Avatar for koky25

Lets say I have a Variable Partitioning with free space: at address 32k a free space of 8k, and at address 15k a free space of size 11k. I need to create a first fit free table, and a best fit free table Am I doing the right thing for …

0
108
Member Avatar for Pundia

Hi, I'm trying to build a multiagent system that deals with a device with Android and a C# system made with framework 4.0. I need some advice on how to do that. On my research I found JADE for the agent management, but it's for java. Is there anything like …

0
89
Member Avatar for Matkoo

Hello, guys. I made a program to compare numbers, Example input: [QUOTE] 1 3 10 845157 2 1101101 16 5AE12 [/QUOTE] It transfers numbers from different number system to decimal, then it compares them, but it is not so fast as i need, maybe just a little advice needed, I …

0
161
Member Avatar for lightfulman

The speed of this system is incredibly high. On my computer, for example it produces 1100 fps at a 1920x1080 resolution, on the DirectX mode. Currently for Ogre3D engine. Implemented: Phases of the moon The motion of the moon and sun Changing the color of illumination Time system with a …

0
100
Member Avatar for Mayank23

I want to make a rating system that uses ajax for the rating. i use php and call all of the images, then i want to use ajax to post all the votes to a php script. However, i dont know how to get the elements. I want to be …

0
105
Member Avatar for ace8957

I am trying to solve a system of 5 equations in 5 unknowns. I am new to the Matlab language. I consulted the documentation and decided that the best way of doing this was to use the solve() function. However, this function does not appear to work properly for 5 …

0
109
Member Avatar for acebyte

For many Windows XP users, when the operating system crashes or some inexplicable errors occur, generally they repair the system by Ghost or reinstalling operating system. However, these methods have shortcomings. Reinstalling system, the original system settings and software will be gone and have to be installed again, very troublesome. …

0
154
Member Avatar for datasuperman

I recently find another big player providing data recovery hardware solutions and systems in USA, this is actually the first manufacturer in USA according to my research. Their company name is called American SecuData and I learnt they provide data recovery systems for servers, SAS/SCSI/IDE/SATA/Flash USB Drives, as one data …

0
101
Member Avatar for hannon565

Jess is expert system language like clips but based off java instead of c This is my code [CODE](import javax.swing.*) (import java.awt.*) (import java.awt.event.*) (set-reset-globals FALSE) (defglobal ?*crlf* = " ") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Question and answer templates (deftemplate question (slot text) (slot type) (multislot valid) (slot ident)) (deftemplate answer (slot …

0
96
Member Avatar for yongj

I have an application that allows the user to open a file by clicking file -> open. The thing I'm trying to do is read the text file...but I don't know how to assign the user defined text file that the user opened to an object. I guess because I …

0
107
Member Avatar for sammiepooh

Hello, I am fairly new to this site and am new at studying unix/linux OS. Recently I had an assignment involving finding a script that had run an administrative task such as checking file systems periodically. With it, I had to take each line and describe in my own terms …

0
149
Member Avatar for MasterCoder

Hi all, I Need help here.If any one does know or have project on garments management system can you please upload it for me its urgent.I'll return the favor. My lap Crashed leaving me no choice .

0
95
Member Avatar for avanish_yadav

Hi everyone, I'm a budding developer. I want to modify the OS of typical china mobile ([url]http://www.chinavasion.com/product_info.php/pName/direktor-wifi-dual-sim-quadband-worldphone/[/url]) and try to make it good as close as possible to a symbian OS. Even many popular companies like Fly, Lava, Micromax and many others are also using the more or less similar …

0
148
Member Avatar for wildguard

hi im having trouble with lstout i have attached ss of result, i dont want System.Windows.Forms.Button,Text appear and also when i click one of seats which are A1~D10 let's say if i clicked D3 it pops "Enter your Name" msgbox so after i enter it it doesn't show output on …

0
119
Member Avatar for vs.vaidyanathan

I wasnt to fork from a parent and execute two perl codes simultaneously rot13.pl and pi.pl.I want to keep track of the pid's of both children. i am not aware how to do it within the system() cmd. I have written the code below. But something tells me I'm being …

0
90
Member Avatar for urstez

Hello... I am doing a project related to developing a system health monitoring tool for systems in the network in java platform. I need a few suggestions on how i can proceed in this project. Following are a few doubts i have in mind.. [B]1. Is it possible to access …

0
151

The End.