c#源码转java源码的-cpp.react:C++React:C++11的React式编程库

时间:2021-05-19 13:16:04
【文件属性】:
文件名称:c#源码转java源码的-cpp.react:C++React:C++11的React式编程库
文件大小:101KB
文件格式:ZIP
更新时间:2021-05-19 13:16:04
系统开源 c#原始码转Java原始码的 C ++ React是C ++ 14的React式编程库。 它使能状态和事件流之间的数据依存关系的声明式定义。 根据这些定义,更改的传播会自动处理。 这是一个简单的例子: using namespace react; void AddNumbers(int a, int b) { return a + b; } // Two state variable objects. You can change their values manually. auto a = StateVar::Create(0); auto b = StateVar::Create(0); // Another state object. Its value is calculated automatically based on the given function and arguments. // If the arguments change, the value is re-calculated. auto sum = State::Crea
【文件预览】:
cpp.react-master
----CMakeLists.txt(830B)
----.gitignore(2KB)
----README.md(2KB)
----tests()
--------CMakeLists.txt(528B)
--------src()
----examples()
--------CMakeLists.txt(999B)
--------src()
----benchmarks()
--------CMakeLists.txt(136B)
--------src()
----include()
--------react()
----.gitattributes(2KB)
----src()
--------detail()
--------engine()
----LICENSE_1_0.txt(1KB)
----project()
--------msvc()

网友评论