0

using a sky image in gimp

Using a DataReader Object in Visual Studio .NET

Using a DataReader Object in Visual Studio .NET

Kỹ thuật lập trình

... 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()); ... ConnectionString property is set to: data source=localhost;initial catalog=Northwind;persist security info=False;user id=sa;pwd=sa;workstation id=JMPRICE-DT1;packet size=4096 Notice the substring pwd=sa in...
  • 4
  • 535
  • 0
Báo cáo hóa học:

Báo cáo hóa học: " Research Article Pose-Encoded Spherical Harmonics for Face Recognition and Synthesis Using a Single Image" docx

Báo cáo khoa học

... image against the same pose training images, and columns (r2f) are the rotated testing image against the frontal view training images The last two rows of Table show the mean and standard deviation ... training images of the same subject look very similar Using the basis images recovered from any training image I in (a) , we can synthesize basis images at the rotated pose, as shown in (b) As a ... test images harmonic basis images from a single training image For a test image at a different pose from the training images, we accomplish recognition by comparing the distance from a warped...
  • 18
  • 354
  • 0
how to get a higher ielts score by building a positive image in the examiner''''''''s mind

how to get a higher ielts score by building a positive image in the examiner''''''''s mind

TOEFL - IELTS - TOEIC

... impression than others when read by a native speaker 4 Types of Grammar Mistakes That Annoy an Assessor the Most Mistake Type #1 VERB TENSE a) Talking about the data b) Talking about the actual graph ... Think carefully about the key purpose of the letter A ‘test persona’ for General Training Writing Task Creating a good impression in your WRITING – GENERAL TRAINING Writing task easy you have ... build a good impression in the assessor’s mind in the Speaking test Think about: To impress and connect with the assessor during the Speaking test: At the beginning In Part In Part • In Part • – At...
  • 65
  • 433
  • 0
báo cáo hóa học:

báo cáo hóa học: " A case study of new assessment and training of unilateral spatial neglect in stroke patients: effect of visual image transformation and visual stimulation by using a head mounted display system (HMD)" doc

Điện - Điện tử

... back chair sitting in an up-right position as a starting point The test sheet was put on a desk and was placed at a midline of each patient's body All tasks were done without any restriction as ... of Patient A and B was 42 and 58, respectively The scores indicate that the Patients need for maximal or moderate assistance for achieving an adequate performance of ADL As the common clinical ... training of unilateral spatial neglect in stroke patients: effect of visual image transformation and visual stimulation by using a head mounted display system (HMD) Journal of NeuroEngineering and...
  • 8
  • 538
  • 0
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

Y học thưởng thức

... 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

Công nghệ thông tin

... 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

Môi trường

... 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

Môi trường

... 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
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

Quản trị mạng

... 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 ... 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 ... SqlDataAdapter da = new SqlDataAdapter("SELECT * FROM Orders", ConfigurationSettings.AppSettings["Sql_ConnectString"]); DataTable dtOrders = new DataTable("Orders"); da.FillSchema(dtOrders, SchemaType.Source);...
  • 3
  • 532
  • 0
Tài liệu Báo cáo khoa học:

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

Báo cáo khoa học

... 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:

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

Báo cáo khoa học

... 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

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 khoa học

... 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

Chụp ảnh - Quay phim

... 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 ... regions, and performing a robust region-based matching with other images Primarily meant for image retrieval applications, we use it here to quantify familiarity Given a pre-determined anchor database...
  • 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

Báo cáo khoa học

... 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

Tổ chức sự kiện

... 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 ... 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 ... 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
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

Sức khỏe người cao tuổi

... 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ân hàng - Tín dụng

... 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 ... the euro area periphery and even larger intra-euroarea current account imbalances A banking crisis was first evident in Ireland but is not spreading 68 Gerlach Lopez and Papell 70 Kirkegaard 2011...
  • 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

Báo cáo khoa học

... 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:

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

Hóa học - Dầu khí

... Anticoagulation therapy; AF: Atrial fibrillation; AH-Drug: Anti-hypertensive drug therapy; AHF: Advanced heart failure; AMI: Acute myocardial infarction; Amp.: Amputation; Angio: Coronary Angiography; ... 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 ... Angiography; ASA: American Society of Anaesthesiologists; ASCOT-AHD: Anglo-Scandinavian cardiac outcomes trial - anti-hypertensive drug treatment; Asym./Sym.: Asymptomatic/Symptomatic; AUT: Austria; AVR:...
  • 12
  • 656
  • 0

Xem thêm