摘要:
Disclosed is a method of oxidizing a cycloalkane to form a product mixture containing a corresponding alcohol and ketone, said method comprising contacting a cycloalkane with a hydroperoxide in the presence of a catalytic effective amount of a crystalline MWW-type titanosilicate catalyst. Hydroperoxides may notably be tert-butyl hydroperoxide, tert-amyl hydroperoxide, cumene hydroperoxide, ethylbenzene hydroperoxide, cyclohexyl hydroperoxide, methylcyclohexyl hydroperoxide, tetralin hydroperoxide, isobutylbenzene hydroperoxide, and ethylnaphthalene hydroperoxide.
摘要:
A foldable spin flat mop (100) is disclosed that comprises a handle (10); and a mop head (20) connected to the handle. The mop head comprises: at least two independent cleaning plates (21), which together being able to form a coplanar and flat cleaning flat surface; and a connection mechanism disposed to rotatably connect the at least two independent cleaning plates to the handle. The connection mechanism comprises: a plurality of seats (23) provided respectively at the at least two independent cleaning plates; and at least one joint member (24) connecting the plurality of seats; wherein each of the at least two independent cleaning plates is rotatable with regard to the joint member, such that the at least two independent cleaning plates each is capable of freely rotating relative to the handle.
摘要:
The present invention discloses an enzyme-linked immunosorbent assay kit for detecting dinitolmide and use thereof. The enzyme-linked immunosorbent assay kit of the present invention comprises dinitolmide antibody and coating antigen and enzyme conjugate; wherein, the dinitolmide antibody is dinitolmide monoclonal antibody or dinitolmide polyclonal antibody; when the coating antigen is the conjugate of dinitolmide hapten and carrier protein, the enzyme conjugate is enzyme-labeled secondary antibody, or enzyme-labeled specific anti-dinitolmide monoclonal or polyclonal antibody; when the coating antigen is dinitolmide antibody or secondary antibody, the enzyme conjugate is enzyme-labeled dinitolmide hapten. The enzyme-linked immunosorbent assay kit has a simple structure, and it is convenient for use, cheap and portable. Its detection is high effective, accurate, and convenient. It can be used for on-site monitoring and is suitable for qualitative and quantitative screenings of a great number of samples. And thus, it will play an important role in the detection of dinitolmide.
摘要:
Disclosed is a method of oxidizing a cycloalkane to form a product mixture containing a corresponding alcohol and ketone, said method comprising contacting a cycloalkane with a hydroperoxide in the presence of a catalytic effective amount of a crystalline MWW-type titanosilicate catalyst. Hydroperoxides may notably be tert-butyl hydroperoxide, tert-amyl hydroperoxide, cumene hydroperoxide, ethylbenzene hydroperoxide, cyclohexyl hydroperoxide, methylcyclohexyl hydroperoxide, tetralin hydroperoxide, isobutylbenzene hydroperoxide, and ethylnaphthalene hydroperoxide.
摘要:
Generating mixed-mode operations in the compilation of program code for processors having vector or SIMD processing units is disclosed. In a preferred embodiment of the present invention, program instructions making up the body of a loop are abstracted into virtual vector instructions. These virtual vector instructions are treated, for initial code optimization purposes, as vector instructions (i.e., instructions written for the vector unit). The virtual vector instructions are eventually expanded into native code for the target processor, at which time a determination is made for each virtual vector instruction as to whether to expand the virtual vector instruction into native vector instructions, into native scalar instructions, into calls to pre-defined library functions, or into a combination of these. A cost model is used to determine the optimal choice of expansion based on hardware/software constraints, performance costs/benefits, and other criteria.
摘要:
A digital image search and retrieval system includes a query parser and a response composer. The query parser is configured to parse a query obtained from a client, the query including at least one metadata criterion, search a metadata database for one or more digital images satisfying the metadata criterion, and search a digital image database for the one or more digital images. The response composer is configured to compose a response including the one or more digital images from the digital image database and their corresponding metadata from the metadata database, and enable the client to render the response in accordance with one or more user preferences.
摘要:
This invention relates to carbide inserts used on roller cone bits for oil and gas drilling applications as well as for other geological drilling applications, and more specifically, relates to the convex crested insert with deflected wedge surfaces. The insert comprises a cylindrical portion and a crest portion. Said crest portion is composed of a conical crest base, a top surface and two opposing wedge surfaces. Upper ends of the two wedge surfaces are merged smoothly with top surface of the insert. The specific feature of the structure is that top surface of the crest portion is convexed outwardly and forms a smooth curve surface which is higher in the middle and lowers down gradually to each end. Said two wedge surfaces are slant wedge surfaces, so that a width of the top surface and therefore a width of the insert crest are tapered from one end to the other. Advantages of this invention include: 1. Help for rock breaking and therefore, it can increase drilling efficiency of the cutters and lower the overall drilling cost; 2. higher anti-breakage capability and longer working life; and 3. when inserts of this invention are used as heel row cutting elements on bit, contact area between wider end of the top surface of the insert and borehole wall is larger and therefore the gouging action applied on the borehole wall is higher and can also achieve better gage protection of the bit.
摘要:
Generating loop code to execute on Single-Instruction Multiple-Datapath (SIMD) architectures, where the loop operates on datatypes having different lengths, is disclosed. Further, a preferred embodiment of the present invention includes a novel technique to efficiently realign or shift arbitrary streams to an arbitrary offset, regardless whether the alignments or offsets are known at the compile time or not. This technique enables the application of advanced alignment optimizations to runtime alignment. Length conversion operations, for packing and unpacking data values, are included in the alignment handling framework. These operations are formally defined in terms of standard SIMD instructions that are readily available on various SIMD platforms. This allows sequential loop code operating on datatypes of disparate length to be transformed (“simdized”) into optimized SIMD code through a fully automated process.
摘要:
A portable electrocardiograph, in which an exposed electrode is arranged on the end face of one end of a housing, characterized in that: the other end of the housing is of a comfortable structure for holding; the comfortable structure for holding is provided with the other exposed electrode; and the geometric center of the comfortable structure for holding is of an offset toward the other end of the housing and one of the two transverse sides, and a measuring key is arranged in the geometric center of the comfortable structure for holding. The present invention is of a humanized and unique holding structure shape, which ensures the wrist, the arm, and the trunk of the user are closed to form a relative space, thus allowing the user to measure in natural and correct posture so as to make sure the monitored data to be accurate and reliable.
摘要:
An approach is provided for vectorizing misaligned references in compiled code for SIMD architectures that support only aligned loads and stores. In this framework, a loop is first simdized as if the memory unit imposes no alignment constraints. The compiler then inserts data reorganization operations to satisfy the actual alignment requirements of the hardware. Finally, the code generation algorithm generates SIMD codes based on the data reorganization graph, addressing realistic issues such as runtime alignments, unknown loop bounds, residual iteration counts, and multiple statements with arbitrary alignment combinations. Loop peeling is used to reduce the computational overhead associated with misaligned data. A loop prologue and epilogue are peeled from individual iterations in the simdized loop, and vector-splicing instructions are applied to the peeled iterations, while the steady-state loop body incurs no additional computational overhead.