• training gait with auditory and visual 28 biofeedback in older patients post stroke

Báo cáo y học: "A comparative study on long-term evoked auditory and visual potential responses between Schizophrenic patients and normal subjects" pptx

Báo cáo y học: "A comparative study on long-term evoked auditory and visual potential responses between Schizophrenic patients and normal subjects" pptx

Ngày tải lên : 11/08/2014, 15:22
... Event-Related Potentials With and Without Counting Groups Between Control and Schizophrenic Patients+ Auditory With Counting Auditory Without Counting Visual With Counting Visual Without Counting Control ... counting was also noted observed This finding shows that in either counting or without counting process the latency of visual ERPs This finding shows that in either counting or without counting ... and Schizophrenic Patients Auditory With Counting Control (n = 40) Auditory Without Counting Visual With Counting Control Schizophrenia (n = 40) (n = 43) Visual Without Counting Schizophrenia...
  • 9
  • 334
  • 0
Network Programming in .NET With C# and Visual Basic .NET phần 1 potx

Network Programming in .NET With C# and Visual Basic .NET phần 1 potx

Ngày tải lên : 12/08/2014, 21:20
... Programming in NET With C# and Visual Basic NET Fiach Reid AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO• SAN FRANCISCO SINGAPORE SYDNEY TOKYO Elsevier Digital ... network stack Ports Internet standards What is NET? Getting started Using Visual Studio NET Using the NET SDK 1.11.1 Compiling with Visual Basic.NET 1.11.2 Compiling with C# 1.11.3 Testing the application ... class Finally, it can be copied into the GAC, either by copying and pasting into windows\ assembly with Windows Explorer or by typing gacutil /I:MyAssembly.dll 1.9 Getting started The examples in...
  • 57
  • 931
  • 1
Network Programming in .NET With C# and Visual Basic .NET phần 2 pot

Network Programming in .NET With C# and Visual Basic .NET phần 2 pot

Ngày tải lên : 12/08/2014, 21:20
... execution may continue to maintain the user interface, so that it does not appear The details of threading are not within the scope of this book First, we write the UDP data handling thread: C# ... main thread maintains the user interface, a second thread listens for connections, and a third thread handles the connections One socket is required for each connection and will remain loaded in ... The first step in approaching any such protocol is to determine on which port it is operating A useful tool in doing this is netstat To see it in action, open the command prompt and type netstat...
  • 56
  • 469
  • 1
Network Programming in .NET With C# and Visual Basic .NET phần 3 doc

Network Programming in .NET With C# and Visual Basic .NET phần 3 doc

Ngày tải lên : 12/08/2014, 21:20
... and a terminator string as parameters Again, it reads in from the network stream one byte at a time and builds up the streamData string If the terminator string appears in the streamData string, ... opening IIS from Administrative Tools and expanding your local computer name from within the console You can stop the SMTP server (if it is installed) by right-clicking on its icon and selecting ... lies behind such a form because you cannot specify posted data in the URL line Chapter 98 4.2 HTTP First, prepare a page that handles POST requests In this case, type the following lines into a...
  • 56
  • 712
  • 1
Network Programming in .NET With C# and Visual Basic .NET phần 4 pdf

Network Programming in .NET With C# and Visual Basic .NET phần 4 pdf

Ngày tải lên : 12/08/2014, 21:20
... large and contains many lines of information The data returned is then split into lines by delimiting the string by the end-of-line character and applying the Split method Going through these lines ... getRemoteFolders() We C# public void getRemoteFolders() { string[] filesAndFolders; string fileOrFolder; string folderList=""; int lastSpace=0; folderList = Encoding.ASCII.GetString(sendPassiveFTPcmd("LIST\r\n")); ... lbFiles.Items.Clear(); lbFolders.Items.Clear(); filesAndFolders = folderList.Split("\n".ToCharArray()); for(int i=0;i
  • 56
  • 1.2K
  • 1
Network Programming in .NET With C# and Visual Basic .NET phần 5 doc

Network Programming in .NET With C# and Visual Basic .NET phần 5 doc

Ngày tải lên : 12/08/2014, 21:20
... for Windows 9x and NT), Integrated Windows (Kerberos, standard for Windows 2000 and XP), and digest The latter two options are not available on IIS4 Each kind of authentication offers varying ... pull the decrypted data into a string Finally, using a bit of string manipulation, the enc extension is removed from the filename, and a StreamWriter dumps the string containing the decrypted data ... paramount in financial transactions and many other types of information exchange with an associated dollar value It is vitall that privileged information remain in the hands of its rightful owners and...
  • 56
  • 678
  • 1
Network Programming in .NET With C# and Visual Basic .NET phần 6 docx

Network Programming in .NET With C# and Visual Basic .NET phần 6 docx

Ngày tải lên : 12/08/2014, 21:20
... socket was operating in point-to-point (unicast) mode, the remote endpoint must be specified with both a port and an IP address The IP address in this case must be valid and within the multicast ... someone could run off with $499,999 without affecting the books There are two ways of compressing data without losing integrity: entropy encoding and source encoding Entropy encoding is where the ... the application is contained behind the Compress button ZIP files can contain more than one source file and retain CRC and date information with each file to help maintain integrity The ZipOutputStream...
  • 56
  • 721
  • 1
Network Programming in .NET With C# and Visual Basic .NET phần 7 ppsx

Network Programming in .NET With C# and Visual Basic .NET phần 7 ppsx

Ngày tải lên : 12/08/2014, 21:20
... remote computers using this technology Functions such as starting and stopping services, rebooting, and starting and terminating processes can all be performed directly from WMI In order to view ... standard namespaces to the code: C# using System; using System.Windows.Forms; Chapter 13 344 13.2 IP-level network tapping using using using using System.Net.Sockets; System.Net; System.Threading; ... the raw TCP data flowing between your browser and the Web server appear in the list box, as shown in Figure 13.2 13.2.1 Interpreting raw network data Capturing and interpreting raw network data...
  • 56
  • 1.3K
  • 1
Network Programming in .NET With C# and Visual Basic .NET phần 8 doc

Network Programming in .NET With C# and Visual Basic .NET phần 8 doc

Ngày tải lên : 12/08/2014, 21:20
... LoadFile(ByRef inFile As String) Dim hmem As Integer Dim mmckinfoParentIn As MMCKINFO Dim mmckinfoSubchunkIn As MMCKINFO Dim hmmioIn As Integer Dim mmioinf As mmioinfo mmioinf.adwInfo = Space(4) hmmioIn ... new MMCKINFO(); MMCKINFO mmckinfoSubchunkIn = new MMCKINFO(); int hmmioIn = 0; mmioinfo mmioinf = new mmioinfo(); mmioinf.adwInfo = (new StringBuilder()).Append(' ',4).ToString(); hmmioIn = mmioOpenA(inFile, ... dwMessage, int dwInstance, int dwParam1, int dwParam2, int dwParam3); public static int LineCallBack(int dwDevice, int dwMessage, int dwInstance, int dwParam1, int dwParam2, int dwParam3) { string msgEvent="";...
  • 56
  • 505
  • 1
Network Programming in .NET With C# and Visual Basic .NET phần 9 pps

Network Programming in .NET With C# and Visual Basic .NET phần 9 pps

Ngày tải lên : 12/08/2014, 21:20
... forwarding and advertising on the automatic tunneling pseudointerface, using the following command (with the interface ID substituted accordingly): netsh interface ipv6 set interface
  • 56
  • 478
  • 1
Network Programming in .NET With C# and Visual Basic .NET phần 10 potx

Network Programming in .NET With C# and Visual Basic .NET phần 10 potx

Ngày tải lên : 12/08/2014, 21:20
... (MBONE), 283 basics, 282 –83 defined, 275, 282 first, 282 functionality, 287 implementing, 284 –89 IP address, 282 MSMQ and, 452 operation, 285 routing, 283 –84 UDP, 282 –89 UDP client and server, 289 Multicast ... will be maintained between calls You will also require the supporting namespaces: C# using using using using System.Runtime.Remoting; System.Runtime.Remoting.Channels; System.Runtime.Remoting.Channels.Http; ... add security or queuing features To prevent clients from draining the server’s resources by creating millions of objects and abandoning their instances, remoting has a built -in garbage-collection...
  • 57
  • 483
  • 1
Interference and integration effects on auditory and visual information differences between chinese and english

Interference and integration effects on auditory and visual information differences between chinese and english

Ngày tải lên : 08/11/2015, 16:39
... Processing and Memory …….……………………………… 2.3.1 Integration 2.3.1.1 Integrating English with Auditory Information 2.3.1.2 Integrating Chinese with Auditory Information 2.3.2 Interference 2.3.2.1 Interference ... in distinguishing Chinese characters (Aaronson and Ferres 1986) 2.2.3 VISUAL (GRAPHIC) DIFFERENCES IN READING ENGLISH AND CHINESE Reading Chinese is more contingent on visual processes than in ... English and Auditory Information 2.3.2.2 Interference between Chinese and Visual Information 2.3.3 Integration and Interference 12 12 13 14 14 15 15 16 2.4 Integration: Language and Visual &...
  • 92
  • 265
  • 0
Báo cáo sinh học: "Time-course of sFlt-1 and VEGF-A release in neutropenic patients with sepsis and septic shock: a prospective study" pptx

Báo cáo sinh học: "Time-course of sFlt-1 and VEGF-A release in neutropenic patients with sepsis and septic shock: a prospective study" pptx

Ngày tải lên : 18/06/2014, 19:20
... Figure Serum sFlt-1 and VEGF-A levels in FN Serum sFlt-1 and VEGF-A levels in patients with FN Box plots representing serial concentrations of sFlt-1 and VEGF-A in patients with FN with non-complicated ... Figure sFlt-1 and VEGF-A levels in patients with FN Combined analysis sFlt-1 and VEGF-A levels in patients with FN Actual sFlt-1 and VEGF-A serum levels obtained at fever onset and after 48 hours ... observed between patients with and without septic shock, with increased sFlt-1 concentrations in patients with septic shock (116.0 pg/ml, range 42.7-208.4 pg/ml) compared to patients with non-complicated...
  • 8
  • 491
  • 0
báo cáo hóa học:" Time-course of sFlt-1 and VEGF-A release in neutropenic patients with sepsis and septic shock: a prospective study" pdf

báo cáo hóa học:" Time-course of sFlt-1 and VEGF-A release in neutropenic patients with sepsis and septic shock: a prospective study" pdf

Ngày tải lên : 20/06/2014, 03:20
... Figure Serum sFlt-1 and VEGF-A levels in FN Serum sFlt-1 and VEGF-A levels in patients with FN Box plots representing serial concentrations of sFlt-1 and VEGF-A in patients with FN with non-complicated ... Figure sFlt-1 and VEGF-A levels in patients with FN Combined analysis sFlt-1 and VEGF-A levels in patients with FN Actual sFlt-1 and VEGF-A serum levels obtained at fever onset and after 48 hours ... observed between patients with and without septic shock, with increased sFlt-1 concentrations in patients with septic shock (116.0 pg/ml, range 42.7-208.4 pg/ml) compared to patients with non-complicated...
  • 8
  • 856
  • 0
Báo cáo hóa học: " Hydrothermal Growth and Application of ZnO Nanowire Films with ZnO and TiO2 Buffer Layers in Dye-Sensitized Solar Cells" docx

Báo cáo hóa học: " Hydrothermal Growth and Application of ZnO Nanowire Films with ZnO and TiO2 Buffer Layers in Dye-Sensitized Solar Cells" docx

Ngày tải lên : 22/06/2014, 00:20
... 0.86–1.02% by introducing the TiO2 blocking layer The increase in Isc can be attributed to the increase in the aspect ratio of the nanowire arrays with and without the TiO2 blocking layer from ... significantly increase dye loading and light harvesting [8, 9], and to modify the surface of ZnO nanostructure films that can suppress carrier recombination [10] However, by introducing a blocking layer ... layer for sample A, resulting in the maximum loss of Voc (*40 mV) Effect of TiO2 Blocking Layer In this section, we investigated the in uence of a dense, thin TiO2 blocking layer (about 50 nm thick,...
  • 7
  • 403
  • 0
Báo cáo lâm nghiệp: "Growth and litter decomposition of woody species inoculated with rhizobia and arbuscular mycorrhizal fungi in Semiarid Brazil" ppsx

Báo cáo lâm nghiệp: "Growth and litter decomposition of woody species inoculated with rhizobia and arbuscular mycorrhizal fungi in Semiarid Brazil" ppsx

Ngày tải lên : 08/08/2014, 01:22
... carefully dug up and the finer ones picked and clarified All the infected and uninfected root segments were selected randomly, and mycorrhizal infection assessed by the gridline intersect method ... coarse sand = 56.0%, fine sand = 28% , silt = 4%, clay = 12% and chemical analysis is showed in Table III 2.3 Selection of inoculum and culture conditions Rhizobial strains (BHICB) used belonging ... peregrina and 40 plants of one of the native species with a spacing of × m In the block I A peregrina plants were cultivated with Myracrodruon urundeuva Fr Allem., in the block II with Schinopsis...
  • 9
  • 281
  • 0
Báo cáo y học: " DNA methylation patterns associate with genetic and gene expression variation in HapMap cell lines" ppt

Báo cáo y học: " DNA methylation patterns associate with genetic and gene expression variation in HapMap cell lines" ppt

Ngày tải lên : 09/08/2014, 22:23
... reported in our study were also observed in human brain samples [5] These findings provide a framework to help the interpretation of GWAS findings and improve our understanding of the underlying biology ... that fell within kb (red), within kb to 10 kb (purple), and within 10 kb to 50 kb (blue) of the original best-associated CpG-site The majority (96%) of probes within kb (red) were in the same ... 10-5) (Table S1 in Additional file 1) This SNP lies within the intron of the gene DIP2B, which contains a DMAP1-binding domain, and has been previously proposed to play a role in DNA methylation...
  • 13
  • 396
  • 0
Báo cáo y học: " Partial anomalous pulmonary venous return and atrial septal defect in adult patients detected with 128-slice multidetector computed tomography." doc

Báo cáo y học: " Partial anomalous pulmonary venous return and atrial septal defect in adult patients detected with 128-slice multidetector computed tomography." doc

Ngày tải lên : 10/08/2014, 09:22
... of adults with left-to-right shunts including PAPVR and/ or ASD evaluated with ECG-gated 128- slice MDCT Case presentations All patients were examined with TTE and/ or TEE as a part of clinical evaluation ... Helsinki and HUS Radiology (Medical Imaging Center), Haartmaninkatu 4, Helsinki, 00029 HUS, Finland Department of Cardiology, Helsinki University Central Hospital, Page of Haartmaninkatu 4, Helsinki, ... male patient with a dilated right side of the heart documented with thorax x-ray The left upper lobe vein drains into the brachiocephalic vein (a-b) The right upper lobe vein drains into the superior...
  • 5
  • 325
  • 0
Báo cáo y học: "Two-dose-level confirmatory study of the pharmacokinetics and tolerability of everolimus in Chinese patients with advanced solid tumors" pps

Báo cáo y học: "Two-dose-level confirmatory study of the pharmacokinetics and tolerability of everolimus in Chinese patients with advanced solid tumors" pps

Ngày tải lên : 10/08/2014, 21:23
... therapy within 30 days (6 weeks for nitrosoureas or mitomycin-C), radiation therapy within weeks, surgery within weeks before starting study drug, or treatment with strong CYP3A inhibitors or inducers ... been investigated in Japanese and predominantly white cancer patients from the United States and Europe and were found to be similar [9,17] However, no data are available currently in Chinese patients ... profiles on day 15 and everolimus blood trough concentration-time profiles during continuous oral dosing for 28 days Error bars indicate standard deviation findings are consistent with the results...
  • 7
  • 280
  • 0

Xem thêm