Недавние обновления
- https://minor.press/blogs/46/%D0%A2%D0%B5%D0%BC%D0%BD%D1%8B%D0%B5-%D0%BD%D0%B5%D0%B1%D0%B5%D1%81%D0%B0-%D0%A3%D1%8D%D0%BB%D1%8C%D1%81%D0%BA%D0%B8%D0%B9-%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2-%D0%BF%D0%B5%D1%80%D0%B2%D0%BE%D0%B5-%D1%83%D0%B1%D0%B5%D0%B6%D0%B8%D1%89%D0%B5-%D0%B2-%D0%95%D0%B2%D1%80%D0%BE%D0%BF%D0%B5MINOR.PRESSТемные небеса: Уэльский остров — первое убежище в ЕвропеОстров в северном Уэльсе был официально признан одним из лучших мест ночного неба в мире. Ynys Enlli (остров Бардси), расположенный у полуострова Ллен, стал первым объектом в Европе, получившим международный сертификат Dark Sky Sanctuary. Он присоединяется к 16 другим...0 Комментарии 0 ПоделилисьВойдите, чтобы отмечать, делиться и комментировать!
- тестclass Driver2 { // ... void main() throws InterruptedException { CountDownLatch doneSignal = new CountDownLatch(N); Executor e = ... for (int i = 0; i < N; ++i) // create and start threads e.execute(new WorkerRunnable(doneSignal, i)); doneSignal.await(); // wait for all to finish } } class WorkerRunnable implements Runnable { private final...0 Комментарии 0 Поделились
- Мечта драконаRed Dragon's Dream Extra Edition: ── BLUE MOON ── ◇Vol.1 ∽‥────────────────────────┈───── Прошло уже шесть лет с тех пор, как Самаэль и его друзья провели свадебную церемонию под гигантским деревом на вершине Вальпургиевой горы, которое в человеческом мире считается иллюзией. Эти двое еще не делили спальню и не имели детей. Несмотря на это, Джилл привыкла называть мужа по...0 Комментарии 0 Поделились
- Что такое Flat ASMWhat is flat assembler g? It is an assembly engine designed as a successor of the one used in flat assembler 1, one of the recognized assemblers for x86 processors. This is a bare engine that by itself has no ability to recognize and encode instructions of any processor, however it has the ability to become an assembler for any CPU architecture. It has a macroinstruction language that is...0 Комментарии 0 Поделились
- Программирование ASM, отличие FASM от TASM и NASMDesign Principlesor why flat assembler is different? The purpose of this article is to describe the main ideas that led the flat assembler project during the all time of its development. The initial design nominates the direction in which the program can evolve and limits somewhat the possible extensions to its capabilities. I wrote this text in March 2005 to explain how flat assembler has...0 Комментарии 0 Поделились
- Программирование в Flat ASM для продвинутыхПонимание FlatASM This text is of guide for advanced users, that summarizes some of the rules of the flat assembler's language and teaches select advanced techniques of combining its various features. It also has the purpose of explaining some of the behaviors that may be confusing and not conforming with the expectations unless one understands exactly how the things work and cooperate in...0 Комментарии 0 Поделились
- Программирование в FASM для Win32-Win64Windows programming headers With the Windows version of flat assembler comes the package of standard includes designed to help in writing the programs for Windows environment. The includes package contains the headers for 32-bit and 64-bit Windows programming in the root folder and the specialized includes in the subfolders. In general, the headers include the required specialized files for...0 Комментарии 0 Поделились
- Програмиирование FASM-1.73flat assembler 1.73Chapter 1Introduction This chapter contains all the most important information you need to begin using the flat assembler. If you are experienced assembly language programmer, you should read at least this chapter before using this compiler. 1.1 Compiler overview Flat assembler is a fast assembly language compiler for the x86 architecture processors, which does multiple...0 Комментарии 0 Поделились
- Программирование FASM G (Flat Assembler G)Курс программирования flat assembler g Этот документ описывает синтаксис языка g на флат ассемблере с основными примерами. Он был написан с расчетом на то, что будет читаться последовательно и в любой момент использует только те понятия и конструкции, которые были введены ранее. Однако должна быть возможность перейти прямо к интересующему читателя разделу, а затем вернуться к более ранним...0 Комментарии 0 Поделились
- Предопределенные переменные Perl(perlvar)perlvar — предопределенные переменные Perl Синтаксис имен переменных Имена переменных в Perl могут иметь несколько форматов. Обычно они должны начинаться с буквы или символа подчеркивания, и в этом случае они могут быть произвольно длинными (до внутреннего предела в 251 символ) и могут содержать буквы, цифры, символы подчеркивания или специальную последовательность ::или '. В этом случае...0 Комментарии 0 Поделились
Больше