大约有 4,000 项符合查询结果(耗时:0.0106秒) [XML]

https://www.fun123.cn/referenc... 

乐高机器人®组件 · App Inventor 2 中文网

... delete edit 高亮或隐藏信息 提交 function HideORDispFeedback() { $("#feedback").toggle();}function makeTitleDraggable(element, titleElement) { let isDragging = false; let offsetX, offsetY; // 只在...
https://bbs.tsingfun.com/thread-2250-1-1.html 

【教学】AppInventor2人工智能应用:Personal Image Classifier (PIC) Tool...

...-primary)]27 [size=0.8em]8 月 MIT App Inventor 團隊蠻早就發佈 [color=var(--fs-experimental-link-color)]look extension,概念上是使用預先訓練好的 tensorflowjs 模型來做到簡單的物件分類,但除非您本身會 tensorflowjs 還要會打包 app inventor extension...
https://www.tsingfun.com/it/cpp/1284.html 

STL 算法 - C/C++ - 清泛网 - 专注C/C++及内核技术

...lgorithm>,对于数值算法须包含<numeric>,<functional>中则定义一些模板类,用来声明函数对象 注意: 编译器无法检测出所传递的迭代器是一个无效形式的迭代器,当然也无法给出算法函数错误的提示,因为迭代器并不是真实的类别,...
https://www.tsingfun.com/it/cpp/atomic-vector.html 

原子vector的一种实现源码(atomic-vector) - C/C++ - 清泛网 - 专注C/C++及内核技术

... Github原版链接 源码依赖Facebook的folly库,稍加适配改成独立运行的版本,代码比较简单,实现分配好空间,然后对元素进行原子交换,扩容采用链表的形式,代码可直接运行。 测试代码: HPHP::AtomicVector<float> v_atom(2, 0.f)...
https://www.tsingfun.com/it/cpp/1405.html 

lua和c/c++互相调用实例分析 - C/C++ - 清泛网 - 专注C/C++及内核技术

...。下面对lua和c/c++的交互调用做一个实例分析: lua提供API用于在c/c++中构造lua的运行环境,相关接口如下: //创建lua运行上下文 lua_State* luaL_newstate(void) ; //加载lua脚本文件 int luaL_loadfile(lua_State *L, const char *filename); lua和c/c...
https://www.tsingfun.com/it/cpp/1505.html 

使用std::string作为std::map的key出错解决 - C/C++ - 清泛网 - 专注C/C++及内核技术

...型的转换 反正是乱七八糟的错误,原因很简单,少 #include <string> (注意,不是string.h,如果包含string.h,请改为string)std::string std::map key
https://bbs.tsingfun.com/thread-616-1-1.html 

如何获取IE (控件)的所有链接(包括Frameset, iframe) - 其他 - 清泛IT社...

...rame 通过 IHTMLWindow2 -&gt; IID_IWebBrowserApp -&gt; IHTMLWindow2 绕过限制。 // Converts a IHTMLWindow2 object to a IHTMLDocument2. Returns NULL in case of failure. // It takes into account accessing the DOM across frames loaded from different domains. CComQIPtr&lt;IHTMLDocument2&gt; Html...
https://www.tsingfun.com/it/cpp/1508.html 

xtree(1796): warning C4800: “int”: 将值强制为布尔值“true”或“false...

...ame::Compare<std::string> 1> ] 极有可能的原因:少 #include <string> (注意,不是string.h,如果包含string.h,请改为string)C4800 性能警告
https://www.tsingfun.com/it/cpp/662.html 

SEH stack 结构探索(1)--- 从 SEH 链的最底层(线程第1个SEH结构)说起 -...

...Start() 里会调用 SEH_prolog4() 进行构建最初的 SEH 结构。 好,现在关键是看 ntdll32!_SEH_prolog4() 做些什么: ntdll32!_SEH_prolog4: 7774dd24 68dd037977 push offset ntdll32!_except_handler4 (777903dd) 7774dd29 64ff3500000000 push dword ptr f...
https://www.tsingfun.com/down/ebook/49.html 

莱昂氏unix源代码分析 PDF - 文档下载 - 清泛网 - 专注C/C++及内核技术

...析。本书语言简洁、透彻,曾作为未公开出版物广泛流传二十多年,是一部杰出经典之作。本书适合UNIX操作系统编程人员、大专院校师生学习参考使用。 目 录 献辞 致谢 序(一) 序(二) 历史注记 上篇 UNIX操作系统...