Опыт применения API SolidWorks для автоматизированного проектирования тары
Источник: Habr
Автор: constructor_e
Источник: Habr
Автор: constructor_e
Хабр
Опыт применения API SolidWorks для автоматизированного проектирования тары
В современных условиях для любого предприятия важно сокращение сроков проектирования новых изделий. Один из путей такого сокращения – это автоматизация процессов проектирования. Среди проектируемых...
Standing on the shoulders of giants: Let the compiler tell you what the ABI is
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Standing on the shoulders of giants: Let the compiler tell you what the ABI is - The Old New Thing
A necessary (but not sufficient) condition for verifying that your handwritten assembly language conforms to the ABI is to compare it to something that definitely conforms to the ABI, namely, a compiler for that ABI. In my various historical CPU architecture…
The oracle always tells the truth, even when it is wrong: COM method calls with a user-defined type as a return value
Источник: The Old New Thing
Источник: The Old New Thing
Microsoft News
The oracle always tells the truth, even when it is wrong: COM method calls with a user-defined type as a return value
What you ship becomes the truth.