Loops
-
p
01-01-1970
Download
-
p
01-01-1970
Download
-
Bài viết này vận dụng phương pháp luận Cornwall–Jackiw–Tomboulis cho mô hình hai lưỡng tuyến Higgs ở gần đúng hai loop, đã tìm được điều kiện giới hạn căn chỉnh cho mô hình. Hơn nữa, kết quả nghiên cứu cho thấy khi hiệu chỉnh hợp lý thế hiệu dụng của mô hình thì một định lý Goldstone được nghiệm đúng
7p
vimitsuki
06-05-2025
2
2
Download
-
To compare outcomes of anterior cruciate ligament reconstruction (ACLR) with adjustable- and fixed-loop devices. Methods: A retrospective, observational study was conducted on 92 patients who underwent ACLR with the fixation of a hamstring graft with the fixed- and adjustable-loop suspensory devices on the femoral side from December 2021 to December 2023.
8p
vimitsuki
06-05-2025
1
1
Download
-
Trong nghiên cứu này, cấu trúc điều khiển vòng phản hồi kép (double-loop control) được sử dụng để điều khiển đồng thời vị trí và lực tiếp xúc của khâu thao tác của robot song song dẫn động dây cáp. Cụ thể, vòng điều khiển ngoài điều chỉnh giá trị quỹ đạo mong muốn ban đầu để đảm bảo lực tương tác, dựa trên sai số lực tương tác. Vòng điều khiển trong điều khiển robot bám theo quỹ đạo mong muốn mới.
3p
vimaito
11-04-2025
1
1
Download
-
One-loop contributions to the decay process \(H \to Z*\gamma \to {v_e}{v_e} \gamma \) in standard model are performed in the paper "One-loop contributions to in standard model \(H \to Z*\gamma \to {v_e}{v_e} \gamma \)". The detailed computations are carried out in unitary gauge. In physical results, we present numerical results for partial decay width and its distribution. We find that the partial decay width is given to 0.466 KeV. This result is in the upper bound of the current experimental data at the Large Hadron Collider.
9p
xuanphongdacy09
29-09-2024
4
2
Download
-
Quantitative reverse transcription PCR (RT-qPCR) paired with stem-loop was utilized in this study to establish a process for detecting miRNA-425-5p in human plasma, contributing to accurate prognosis and early diagnosis of genetic diseases in humans, especially cancer diseases. Blood samples (n=12) collected from healthy volunteers in Ho Chi Minh City, were subjected to plasma extraction and then microRNA (miRNAs) isolation using the TRIzol method.
11p
vihyuga
04-03-2025
6
1
Download
-
Describe the clinical and radiological characteristics of patients with mandibular angle fractures (MAF); Evaluate the results of treatment of the Champy technique associating with tension wire loop and the standard Champy technique in the surgical treatment of MAF.
7p
viuchiha
06-01-2025
2
1
Download
-
Mục tiêu bài học Biểu thức logic – Lập biểu thức, Tính giá trị & Các luật ưu tiên Các cơ chế rẽ nhánh – if-else – switch – if-else lồng nhau Lặp – while, do-while, for – Các vòng lặp lồng nhau
44p
jinger
30-03-2013
77
8
Download
-
Loop invariant là điều kiện cần đúng ngay trước khi bắt đầu vòng lặp và ngay sau mỗi lần lặp của vòng lặp. Trường hợp xấu nhất: khi dãy được sắp xếp theo chiều ngược lại, mỗi phần tử Ai được so sáng với mỗi phần tử của mảng con đã sắp.
103p
iamok147
19-07-2011
224
63
Download
-
const int max_chars = 28; template void Sortable_list :: radix_sort( ) { Record data; Queue queues[max_chars]; for (int position = key_size − 1; position = 0; position−−) { // Loop from the least to the most significant position. while (remove(0, data) == success) { int queue_number = alphabetic_order(data.key_letter(position)); queues[queue_number].append(data); // Queue operation. ...
24p
batman_1
10-01-2013
43
4
Download
-
Ngôn ngữ thủ tục của Oracle, dùng để xây dựng các ứng dụng. PL/SQL là sự kết hợp giữa SQL và các cấu trúc điều khiển, các thủ tục (function), thao tác con trỏ (cursor), xử lý ngoại lệ (exception) và các lệnh giao tác. PL/SQL cho phép sử dụng tất cả lệnh thao tác dữ liệu gồm INSERT, DELETE, UPDATE và SELECT, COMMIT, ROLLBACK, SAVEPOINT, cấu trúc điều khiển như vòng lặp (for, while, loop), rẽ nhánh (if),…mà với SQL chúng ta không làm được....
72p
trinhvang
18-01-2013
167
28
Download
-
Thanh ghi chứa AX (accumulator): chứa kết quả của các phép tính. Kết quả 8 bit được chứa trong AL Thanh ghi cơ sở BX (base): chứa địa chỉ cơ sở, ví dụ của bảng dùng trong lệnh XLAT (Translate) Thanh ghi đếm CX (count): dùng để chứa số lần lặp trong các lệnh lặp (Loop). CL được dùng để chứa số lần dịch hoặc quay trong các lệnh dịch và quay thanh ghi Thanh ghi dữ liệu DX (data): cùng AX chứa dữ liệu trong các phép tính nhân chia số 16 bit. DX còn được dùng để chứa địa chỉ cổng...
88p
lqvang02
02-02-2013
109
10
Download
-
Bài giảng Assembler: Bài 3 do GV. ThS. Phạm Nguyên Văn trình bày, gồm các nội dung về mô hình bộ nhớ, toán tử và biểu thức, các toán tử type và size, lệnh enum của borland tasm và lệnh jmp và loop. Chúc bạn học tốt.
36p
quangtriyeuthuong32
03-05-2014
86
9
Download
-
Bài giảng Lập trình Window: Chương 4 có nội dung trình bày các cấu trúc điều kiện (conditional logic) như các cấu trúc quyết định(Decision Structures), các cấu trúc vòng lặp (Loop Structures).
26p
hoa_dai91
20-06-2014
95
8
Download
-
Chapter 3 trình bày về ngôn ngữ lập trình Assembly cho vi điều khiển 8051. Các vấn đề cần làm rõ trong chương này gồm có: Mã máy - Machine code; các chế độ địa chỉ của 8051; các lệnh Jump, Loop và Call; thường trình con - Subroutines; các vòng trễ đơn giản.
21p
nganga_09
21-10-2015
123
18
Download
-
Chapter 6 of lecture Windows programming introduce about Arrays - collections. In this chapter you will be learn contents: Declaring and Allocating arrays, initializing an array, properties – methods of an array, foreach loops, System.Collections namespace, ArrayList class,...
69p
kiepnaybinhyen_01
01-12-2015
53
3
Download
-
Chapter 2 introduction to the variables - constants – expressions - flow control - methods. In this chapter you will learn: Basic C# syntax variables, constants, expressions; how to branch code, loop code; how to write and call method; how to catch an exception.
68p
kiepnaybinhyen_01
01-12-2015
43
2
Download
-
This lecture introduce JavaScript Statements. In JavaScript we have the following conditional statements, that is If statement, if...else statement, if...else if...else statement, and switch statement. In this lecture, we will learn this four statements.
31p
youcanletgo_02
07-01-2016
62
4
Download
-
Lecture "Radio Communication Circuits: Chapter 5&6" presents the following contents: RF Filters, Oscillators and Frequency Synthesizers (RF Oscilators, Voltage-Controlled Oscillators (VCO); Phase-Locked Loops (PLLs) and Applications). Invite you to consult.
65p
doinhugiobay_12
15-01-2016
44
4
Download
CHỦ ĐỀ BẠN MUỐN TÌM