using a navigation controller in a tab

Natural botanical products have a long history in the world and are featured in using a complex

Natural botanical products have a long history in the world and are featured in using a complex

Ngày tải lên : 03/11/2012, 09:54
... hormone-refractory prostate carcinoma cells: mechanistic studies Int J Oncol 2002, 20:681-9 Yasukawa K, Ikeya Y, Mitsuhashi H, Iwasaki M, Aburada M, Nakagawa S, Takeuchi M, Takido M Gomisin A inhibits ... ultrasound-guided intratumoral injection of "Star-99" in treatment of hepatocellular carcinoma of nude mice World J Gastroenterol 2003, 9: 701-5 Nandakumar KS, Lakshmi Rao K, Pardhasaradhi BV, Khar A Upregulation ... 12-O-tetradecanoylphorbol-13acetate in two-stage carcinogenesis in mouse skin Oncology 1992, 49:68-71 Chang YS, Seo EK, Gyllenhaal C, Block KI Panax ginseng: a role in cancer therapy? Integr Cancer...
  • 9
  • 712
  • 0
Estimation of Proper Strain Rate in the CRSC Test Using a Artificial Neural Networks

Estimation of Proper Strain Rate in the CRSC Test Using a Artificial Neural Networks

Ngày tải lên : 22/03/2013, 15:01
... gathering the data for use in training and testing the neural network A large training data reduces the risk of under-sampling the nonlinear function, but increases the training time To improve training, ... consolidation SELECTION OF STRAIN RATE r= V − Vmin Vmax − Vmin Data Collection Data Normalization Parametric Studies (3) Training and Testing ANN in which LI is the liquidity index with soil saturated, ... steps using a load increment ratio of 1.0 which was maintained for 24 hours The CRSC tests were carried out after confirming full saturation using B value, and were performed with the strain rate...
  • 5
  • 516
  • 1
DETOXIFICATION OF TRICHLOROETHYLENE (TCE) USING SOLAR LIGHT/TiO2 IN A UV CONCENTRATING RADIATION SYSTEM

DETOXIFICATION OF TRICHLOROETHYLENE (TCE) USING SOLAR LIGHT/TiO2 IN A UV CONCENTRATING RADIATION SYSTEM

Ngày tải lên : 05/09/2013, 08:40
... TCE degradation were examined MATERIALS AND METHODS TCE (99+%) was obtained from Aldrich Chemical Co, and the TiO2 used was Degussa P-25, which was mostly anatase and had a BET surface area of 50-m2/g ... in one-pass solar detoxification system (Pacheco et al., 1993) and contaminated surface water can be treated in a UV concentrating radiation System (Yves et al., 1996) In this process, major toxic ... alone) Figure Schematic diagram of photocatalytic solar reactor - 39 - The dark reaction was initially carried out by injecting a sampling of TCE into the slurry of TiO2 to given a final solution of...
  • 6
  • 392
  • 0
Optimal placement of horizontal - and vertical - axis wind turbines in a wind farm for maximum power generation using a genetic algorithm

Optimal placement of horizontal - and vertical - axis wind turbines in a wind farm for maximum power generation using a genetic algorithm

Ngày tải lên : 05/09/2013, 17:03
... a wind farm of HAWT using GA gives a uniform grid arrangement similar that obtained by Grady et al [2]; this is different than that obtained by Mosetti [1] who obtained a somewhat random arrangement ... of Engineering in department of Mechanical Engineering and Materials Science at Washington University in St Louis, MO, USA He is a Fellow of ASME, AIAA, IEEE, and SAE E-mail address: rka@wustl.edu ... University in St Louis He received B.S in Mechanical Engineering from Shanghai Jiao Tong University in China in 2008 and M.S in Mechanical Engineering from Washington University in St Louis in 2010 Xiaomin's...
  • 12
  • 635
  • 1
Using a DataReader Object in Visual Studio .NET

Using a DataReader Object in Visual Studio .NET

Ngày tải lên : 07/11/2013, 10:15
... SqlDataReader object to a string Also notice you include the namespace when referencing the SqlDataReader class: you use System.Data.SqlClient SqlDataReader when creating the SqlDataReader object ... System.Data.SqlClient.SqlDataReader mySqlDataReader = sqlCommand1.ExecuteReader(); while (mySqlDataReader.Read()) { listView1.Items.Add(mySqlDataReader["CustomerID"].ToString()); listView1.Items.Add(mySqlDataReader["CompanyName"].ToString()); ... the password for the database connection to the ConnectString property of your SqlConnection object For my installation of SQL Server, the password to access the Northwind database is sa, and...
  • 4
  • 535
  • 0
Tài liệu Using a DataView to Control Edits, Deletions, or Additions in Windows Forms pdf

Tài liệu Using a DataView to Control Edits, Deletions, or Additions in Windows Forms pdf

Ngày tải lên : 14/12/2013, 18:16
... adding, editing, or deleting the data in the control Binding a DataGrid to a DataTable binds to the default view of the underlying DataTable The DataView class represents a view of the DataTable ... SqlDataAdapter da = new SqlDataAdapter("SELECT * FROM Orders", ConfigurationSettings.AppSettings["Sql_ConnectString"]); DataTable dtOrders = new DataTable("Orders"); da.FillSchema(dtOrders, SchemaType.Source); ... or sets a Boolean value indicating whether deletes are allowed AllowEdit Gets or sets a Boolean value indicating whether edits are allowed AllowNew Gets or sets a Boolean value indicating whether...
  • 3
  • 532
  • 0
Tài liệu Creating a Table in the Database from a DataTable Schema docx

Tài liệu Creating a Table in the Database from a DataTable Schema docx

Ngày tải lên : 21/01/2014, 11:20
... constructs a Data Definition Language (DDL) statement to create a table in a SQL Server database from the schema of a DataTable The complete statement that is generated is shown in Example 10-16 Example ... command If you have a number of tables in a DataSet that you want to create in a database, you can iterate through the collection of DataRelation objects for the DataSet and use the ALTER TABLE ... ConfigurationSettings.AppSettings["Sql_ConnectString"]); MessageBox.Show("Table " + TABLENAME + " created.", "Create DataTable from schema.", MessageBoxButtons.OK, MessageBoxIcon.Information); } private void CreateTableFromSchema(DataTable...
  • 6
  • 493
  • 0
Tài liệu Find Records in a Table Without Corresponding Entries in a Related Table pptx

Tài liệu Find Records in a Table Without Corresponding Entries in a Related Table pptx

Ngày tải lên : 21/01/2014, 12:20
... Store the SQL String Me.lblSQLString.Text = strSQL ' Use the SQL String to build the data adapter and fill the data table Dim odaResults As New OleDb.OleDbDataAdapter(Me.lblSQLString.Text, _ BuildCnnStr("(local)", ... BuildCnnStr("(local)", "Northwind")) Dim dtResults As New DataTable() Try odaResults.Fill(dtResults) Catch excp As Exception MessageBox.Show(excp.Message) Exit Sub End Try ' Assign the data table to the data ... didn't have invoices; all the customers would appear, but only those invoices that had customers assigned to them would be displayed Note Normally, if your database is set up with referential integrity...
  • 5
  • 274
  • 0
Tài liệu Báo cáo khoa học: "Word Order in German: A Formal Dependency Grammar Using a Topological Hierarchy" pptx

Tài liệu Báo cáo khoa học: "Word Order in German: A Formal Dependency Grammar Using a Topological Hierarchy" pptx

Ngày tải lên : 20/02/2014, 18:20
... our findings are presented, without recourse to any mathematical formalism, in the usual terminology of traditional German grammars In Section 3, a mathematical formalism is proposed to state ... field can be occupied by a non-verbal phrase or by a verb creating an embedded domain Formalization A grammar in the formalism we introduce in the following will be called a Topological Dependency ... creation rules Creation of the main domain in the initial field: (Vfin, i, md, [) Creation of an embedded domain in a major field: (V¬fin, f, ed, ]) Creation of a verbal cluster in the right bracket...
  • 8
  • 575
  • 0
Tài liệu Báo cáo khoa học: "Choosing the Word Most Typical in Context Using a Lexical Co-occurrence Network" ppt

Tài liệu Báo cáo khoa học: "Choosing the Word Most Typical in Context Using a Lexical Co-occurrence Network" ppt

Ngày tải lên : 22/02/2014, 03:20
... disambiguation using statistical models of Roget's categories trained on large corpora In Proceedings of the14th lnternational Conference on Computational Linguistics (COLING-92), pages 4~ a a.50 ... Stanford, CA, March Elhadad, Michael 1992 Using Argumentation to Control Lexical Choice: A Functional Unification Implementation Ph.D thesis, Columbia University Golding, Andrew R and Yves Schabes ... Corpora, Copenhagen, August Ng, Hwee Tou and Hian Beng Lee 1996 Integrating multiple sources to disambiguate word sense: An exemplar-based approach In Proceedings of the 34th Annual Meeting of...
  • 3
  • 345
  • 0
Báo cáo " A web-based decision support system for the evaluation and strategic planning using ISO 9000 factors in higher education " pot

Báo cáo " A web-based decision support system for the evaluation and strategic planning using ISO 9000 factors in higher education " pot

Ngày tải lên : 05/03/2014, 14:20
... and plan for a strategy in educational management of organizations in Vietnam and Asia [3] However, there are no DSS applications to apply a real case in the domain of an evaluation and a strategic ... strategy planning 3.1 Application model using ISO 9000 factors for a strategic planning In a case study of Vietnam National University Hanoi, the AHP model using ISO 9000 factors is applied in Faculty ... factors because of an insufficient international standard resources For instance, lack of funding, good staffs and good instructors are significant factor to mainly affect a model 3.2 Application...
  • 12
  • 541
  • 0
Studying Aesthetics in Photographic Images Using a Computational Approach pot

Studying Aesthetics in Photographic Images Using a Computational Approach pot

Ngày tải lên : 07/03/2014, 17:20
... aesthetics and originality ratings for a given image A plot of 3581 unique photograph ratings can be seen in Fig As can be seen, aesthetics and originality ratings have approximately linear correlation ... subjective, and there are no agreed standards for rating This may render absolute scores less meaningful Again, ratings above or below certain thresholds on an average by a set of unique users generally ... Overall Accuracy Class Low accuracy Class High accuracy 78 76 90 Accuracy (in percentage) Accuracy (in percentage) 95 85 80 75 70 74 Overall Accuracy Class Low accuracy Class High accuracy 72 70...
  • 14
  • 440
  • 0
Báo cáo khoa học: Identification of sodium salicylate as an hsp inducer using a simple screening system for stress response modulators in mammalian cells pptx

Báo cáo khoa học: Identification of sodium salicylate as an hsp inducer using a simple screening system for stress response modulators in mammalian cells pptx

Ngày tải lên : 17/03/2014, 10:20
... neutral red, and fixed with 1% formaldehyde containing 1% CaCl2 for The dye incorporated into viable cells was extracted with 50% ethanol containing 1% acetic acid, and absorbance at 540 nm was measured ... disorders including Alzheimer’s, polyglutamine and Parkinson’s disease are though to be caused by an accumulation of protein aggregates in the brain [24], and Hsps such as Hsp70 and Hsp40 are shown ... Ishihara, K., Yasuda, K & Hatayama, T (1999) Molecular cloning, expression and localization of human 105 kDa heat shock protein, Hsp105 Biochim Biophys Acta 1444, 138–142 16 Yasuda, K., Nakai, A. ,...
  • 8
  • 470
  • 0
Stream Prediction Using A Generative Model Based On Frequent Episodes In Event Sequences doc

Stream Prediction Using A Generative Model Based On Frequent Episodes In Event Sequences doc

Ngày tải lên : 23/03/2014, 13:20
... requiring only one automaton per candidate episode All automata are initialized at the start of every sequence, Xi ∈ DY , and the automata make transitions whenever suitable events appear as we ... engine could offer users a new interface a ordance (e.g., sort search results based on different meta-data), or search paradigm (e.g., engage in an instant messaging conversation with a domain ... Y) An outline of the training phase is given in Algorithm The algorithm is assumed to have access to some historical (or training) data in the form of a long event stream, say sH To build a prediction...
  • 9
  • 497
  • 0
Báo cáo Y học: Fusion of farnesyldiphosphate synthase and epi-aristolochene synthase, a sesquiterpene cyclase involved in capsidiol biosynthesis in Nicotiana tabacum docx

Báo cáo Y học: Fusion of farnesyldiphosphate synthase and epi-aristolochene synthase, a sesquiterpene cyclase involved in capsidiol biosynthesis in Nicotiana tabacum docx

Ngày tải lên : 24/03/2014, 03:21
... 5¢-ATGGATCCGGAATGAGTAGTACCGATCTG-3¢ 5¢-TAGGATCCAATTTTGATGGAGTCCAC-3 5¢-ATGGATCCGGAATGGCCTCAGCAGCAGTT-3¢ FPPS N-terminal FPPS C-terminal eAS N-terminal eAS C-terminal FPPS C-terminal FPPS N-terminal ... Template P1 P2 P3 P4 P5 P6 P7 P8 5¢-TAGATCCATGGGTAGTACCGATCTG-3¢ 5¢-CTACTCGAGCTACTTTTGCCTCTTGTA-3 5¢-TAGAGCCATGGCCTCAGCAGCAGTT¢-3¢ 5¢-CTACTCGAGTCAAATTTTGATGGAGTC-3¢ 5¢-TAGGATCCCTTTTGCCTCTTGTAAAT-3¢ ... exhibit a higher catalytic efficiency than the corresponding mixture of single enzymes Some examples are D-hydantoinase/N-carbamylase [7], b-galactosidase/galactokinase [8], citrate synthase/malate...
  • 8
  • 410
  • 0
Using well-being technology in monitoring elderly people - a new service concept pot

Using well-being technology in monitoring elderly people - a new service concept pot

Ngày tải lên : 28/03/2014, 17:20
... tietoa vanhusten koetusta hyvinvoinnista ja palvelun laadusta vanhusten palvelutaloissa Laitetta testattiin laboratoriossa sekä kenttäolosuhteissa vanhusten parissa määrittämään mahdollinen yhteys ... values 1-6 A low RaVa score means good overall health and a high RaVa score means poor overall health RaVa is assessed by using a standardised questionnaire that comprises the following parameters: ... Measurement type Main focus group Hardware device Hardware device Palm PC application Pain, medication Pain Pain e-Ouch LogPad System VADIS Palm PC application Palm PC application Software application The...
  • 83
  • 351
  • 0
Monetary Policy in the Eurozone: Evaluating the European Central Bank’s interest rate decisions and the needs of member states using a Taylor rule ppt

Monetary Policy in the Eurozone: Evaluating the European Central Bank’s interest rate decisions and the needs of member states using a Taylor rule ppt

Ngày tải lên : 29/03/2014, 13:20
... country has a number of implications Martin Feldstein argues, with claims based on 1999 data, that “monetary policy that was too expansionary for Spain and Ireland, causing a substantial acceleration ... Bergsten and Kirkegaard 2012 Shambaugh 75 Shambaugh 76 Shambaugh 77 Shambaugh 11 78 Shambaugh 17 79 Shambaugh 13 80 Shambaugh 17 81 Shambaugh 29 74 Srivangipuram 28 As these crisis are in some way linked ... zone are almost exactly analogous to the flaws in the international monetary system.” As the European Central Bank is tasked with not only maintaining price stability, but also “supporting economic...
  • 41
  • 513
  • 0
Báo cáo khoa học: Analysis of the CK2-dependent phosphorylation of serine 13 in Cdc37 using a phospho-specific antibody and phospho-affinity gel electrophoresis doc

Báo cáo khoa học: Analysis of the CK2-dependent phosphorylation of serine 13 in Cdc37 using a phospho-specific antibody and phospho-affinity gel electrophoresis doc

Ngày tải lên : 30/03/2014, 03:20
... Nishida E, Kadowaki T, Matsuzaki F, Iida K, Harada F, Kasuga M, Sakai H & Yahara I (1986) Two mammalian heat shock proteins, HSP90 and HSP100, are actin-binding proteins Proc Natl Acad Sci USA 83, ... binding an activating regulatory coprotein to an inactive catalytic subunit can activate a kinase In many signal-transducing protein kinases, site-specific phosphorylation by an upstream protein ... unphosphorylated proteins in SDS ⁄ PAGE [5] Protein kinase activity in cells is regulated in many different ways Releasing an inhibitory subunit from a catalytic subunit can activate a kinase By contrast,...
  • 14
  • 342
  • 0
báo cáo hóa học: " A review of health utilities using the EQ-5D in studies of cardiovascular disease" potx

báo cáo hóa học: " A review of health utilities using the EQ-5D in studies of cardiovascular disease" potx

Ngày tải lên : 18/06/2014, 19:20
... Anticoagulation therapy; AF: Atrial fibrillation; AH-Drug: Anti-hypertensive drug therapy; AHF: Advanced heart failure; AMI: Acute myocardial infarction; Amp.: Amputation; Angio: Coronary Angiography; ... EQ-5D as an outcome measure in clinical and observational studies of patients with cardiovascular disease Table 2: Summary of studies examining validity and reliability of EQ-5D in cardiovascular ... NYHA heart failure class at baseline Fixed and random effects meta-analyses of heart failure patients stratified by NYHA class and IHD patients stratified by CCS angina class produced I2 indices...
  • 12
  • 656
  • 0

Xem thêm