大约有 1,096 项符合查询结果(耗时:0.0190秒) [XML]

https://www.tsingfun.com/ilife/tech/1224.html 

从Sloodle看三维虚拟学习环境的发展趋势 - 资讯 - 清泛网 - 专注C/C++及内核技术

...le的入门培训 ,讲课内容是完全开放的 ,甚至不需要在社区注册即可进入课堂。 三维虚拟学习环境的发展趋势 我们不可否认书面教材对学习的重要性 ,然而随着技术的发展 ,学习的模式势必会因此有所改变。通过教育工作...
https://stackoverflow.com/ques... 

Concurrent vs serial queues in GCD

...rent and serial queues in GCD. I have some issues and hoping someone can answer me clearly and at the point. 6 Answers ...
https://www.tsingfun.com/it/cpp/1289.html 

CGRidCtrl控件 学习心得 - C/C++ - 清泛网 - 专注C/C++及内核技术

...置ClassWizard的输入来实现)。这些保证你的控件作为一个注册对象而不会产生一些莫名其妙的WIN95问题。 另外,也可以选择使用CGridCtrl::Create()。 本文实例采用的是后一种方法。具体过程如下: 首先,自定义一个CGridCtrl的派生...
https://www.tsingfun.com/it/cp... 

内存管理内幕:动态分配的选择、折衷和实现 - C/C++ - 清泛网 - 专注C/C++及内核技术

...结束时,这些内存会被自动释放。另外,有一些实现允许注册 清除函数(cleanup functions),在清除内存池之前,恰好可以调用它,来完成在内存被清理前需要完成的其他所有任务(类似于面向对象中的析构函数)。 要在自己的...
https://stackoverflow.com/ques... 

How does this giant regex work?

... 4 Answers 4 Active ...
https://www.tsingfun.com/it/os... 

【内核源码】linux UDP实现 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

...ck, int protocol, int kern) { ... list_for_each_entry_rcu(answer, &inetsw[sock->type], list) { //inet_init->inet_register_protosw, inetsw_array err = 0; /* Check the non-wild match. */ if (protocol == answer->protocol) { if (protocol != IPPROTO_IP) break; } else ...