similar to: RODBC access to MS-Excel (PR#4266)

Displaying 5 results from an estimated 5 matches similar to: "RODBC access to MS-Excel (PR#4266)"

2011 Jun 29
0
XML parsing
Hi, i want to parse a XML-File. I made some Tutorial but with my special Format it don't work. An Example of my format: <?xml version="1.0" encoding="ISO-8859-1"?> <mzML xmlns="http://psi.hupo.org/ms/mzml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://psi.hupo.org/ms/mzml
2010 Jul 22
0
[LLVMdev] Multi-scan passes under LLVM (2.7)
Chuck Zhao wrote: > For current FunctionPass passes, each function in the current module > will be visited _once_ under some order. > > If I have an algorithm that needs to visit each function more than once > in order to generate the final result, how could it be arranged under > the current LLVM Pass framework? > > Could somebody point me a pass that currently doing
2010 Jul 22
3
[LLVMdev] Multi-scan passes under LLVM (2.7)
For current FunctionPass passes, each function in the current module will be visited _once_ under some order. If I have an algorithm that needs to visit each function more than once in order to generate the final result, how could it be arranged under the current LLVM Pass framework? Could somebody point me a pass that currently doing this? Thank you Chuck
2011 Sep 21
0
domain member server smb won't start
Hi. I had been reading about how to join a samba server to my current PDC running samba+ldap. My PDC have a BDC and they are working, I want to add another samba server and be a domain member server. The docs off samba had open my mind about the technical stuff but I still cannot make this thing works. My OS is Centos 5.6 PDC Samba Version 3.5.4-0.83.el5_7.2 My domain member is centos
2011 Jun 30
0
help with interpreting what nnet() output gives:
Greetings list, I am new to programming in R, and am using nnet() function for a project on neural networking. Firstly I wish to ask if there is any pdf explaining the algorithm nnet uses, which could tell me what the objects of the nnet class, like 'conn', 'nconn, 'nsunits', n and 'nunits' mean, and how weights are calculated. The package pdf has little or no