code-generation
Code generation with Machine learning [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-13 06:47 分类:问答cmake/ctest: is it possible to use the creation of build targets as tests?
I have a program which reads a description of a file format (ISO 10303-11 for the curious) and generates c++ from it. The generated code is compiled into a library, and the library is linked with vari[详细]
2023-04-13 01:47 分类:问答How to respect XML order with `<xsl:apply-template>` with XSLT?
I\'m working on a java code generation and the XSLT in which there are many of <xsl:if> or <xsl:choose> is not maintenable.[详细]
2023-04-12 19:28 分类:问答Need a code-generation tool for entities' DAO's [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-12 19:11 分类:问答StarUML in generating C++ code
I\'m new to UML and I have written a Sequence diagram for a Voucher User Interface, it is a small pet project I\'m doing to learn UML. I have written a decent Sequence Diagram in StarUML and now I wou[详细]
2023-04-12 15:37 分类:问答Library to merge two text files
I am writing C++ code generation utility (compiler) from XLS to bring design decisions right into the game code. Generated classes can be changed m开发者_StackOverflow社区anually after generation, so[详细]
2023-04-12 14:12 分类:问答Generate python code of a class from an python instance of this class
In my code, I generate new python classes at runtime. For some of them, I want to generate the python code, just as if I wrote these classes in a .py file.[详细]
2023-04-11 23:13 分类:问答What are the steps involved in writing a Perl Code Generator in Haskell?
Given that Perl 5 does not conform to BNF, I\'m at a loss as to how to think about this problem. Could someone offer some advice to set me off in the right way 开发者_如何学JAVAthinking about this pro[详细]
2023-04-11 16:06 分类:问答Generating Java data classes from C# data classes - is there an existing tool / method?
开发者_JAVA百科I\'m writing a java client for a WCF REST service. This service uses lots of different data classes for communication, transmitted in JSON. On my side, I\'m using the Gson lib to do han[详细]
2023-04-11 03:58 分类:问答Changing the Visual Studio Default Class Setup
I want to change the default code generated by visual studios \'add->class...\' for C and C++. Currently it looks like[详细]
2023-04-10 19:41 分类:问答