-
C++实战源码-绘制滑标控件(入门级实例329).zip
C++实战源码-绘制滑标控件(入门级实例329).zip
- 2019-10-01下载
- 积分:1
-
Optimized-JS-V8
面向对象、设计模式与性能
有些C/C++开发者有些奇怪的观念。他们认为使用面向对象和设计模式会降低程序的性能。但V8证明了这种观念是错误的。V8的实现使用了许多设计模式,但依然非常高效。
下面列出V8中使用的两个模式:
工厂模式
当Javascript引擎执行一个脚本时,引擎为遇到的每个变量、函数或数组都创建一个实例。JSObject是所有这些对象的父对象(Object oriented, design patterns and performance
Some C/C++ developers have some strange ideas. They believe that the use of object-oriented and design patterns will reduce the performance of the program. But V8 proved that this idea is wrong. V8 implementation uses a number of design patterns, but still very efficient.
The following lists the two models used in V8:
Factory mode
When a Javascript engine s a script, the engine creates an instance of each variable, function, or array encountered by the engine. JSObject is the parent of all of these objects.)
- 2016-08-30 23:02:34下载
- 积分:1
-
filter42
TI公司的有源滤波器芯片UAF432的CAD软件,方便使用,官网下载(TI' s active filter chip UAF432 CAD software, easy to use, the official website to download)
- 2011-08-21 15:04:53下载
- 积分:1
-
CPP-Primer
C++ primer 第四版,中文版,学习C++的利器(C++ primer)
- 2014-05-26 17:10:58下载
- 积分:1
-
用VC++做一个台球游戏
一个简单的台球游戏,用来熟悉和练习C++基础知识,有兴趣的人可以去看看或者拿去借鉴。对于C++的初学者可以参考,适合做课程设计的同学参考一下
- 2022-10-21 21:10:04下载
- 积分:1
-
XZDRAWP
利用Maya的API接口实现两个实体的运动 VC++,net以及MEL语言(Using the Maya API interface to realize the movement of two entities vc++,.net, and MEL language)
- 2017-04-29 17:37:26下载
- 积分:1
-
3D视频播放器
境要求:
兼容Direct3D 11的显卡
Oculus Rift
Windows 7 或以上版本
可选: VLC 2.x
RiftVideoPlayer还支持命令行,格式为:
RiftVideoPlayer [movie filename] [-sbs]
在你选择回放视频,请先选择播放模式(2D或3D).
如果安装了VLC(查看注册表,看是否安装 HKEY_LOCAL_MACHINESOFTWAREVideoLANVLCInstallDir)则使用VLC,否则将使用Windows媒体库,这将导致某些文件无法播放。
源码里有一个Unity3D编辑器扩展,允许你使用我的ForceToRift工具运行当前场景。通过Shift-B或菜单Debug/Run触发,你可以拷贝RunOnRift.cs到你其它项目中。
- 2022-02-15 01:55:16下载
- 积分:1
-
MA2
构造一个空的双向栈,判断双向栈是否存在,出栈,入栈,判栈空,将栈置空,判栈满,取栈顶(Construct an empty two-way stack to determine whether there is a two-way stack, out of stack, stack, sub-stack empty, set the stack is empty, sub-stack is full, take the stack)
- 2009-11-16 13:07:59下载
- 积分:1
-
Demo
vc如何动态添加和删除菜单项的源码,可以参考下(vc how to dynamically add and remove menu items of the source code, can refer to)
- 2011-06-10 15:13:16下载
- 积分:1
-
xinghaofengxi
数字信号处理-理论、算法与实现 一书中所涉及到的绝大部分算法。
Dsp_c C语言编写的算法程序。
Dsp_fortran FORTRAN语言编写的算法程序。
Dsp_matlab用MATLAB编写的信号处理程序,包含本书各个章节的
大部分例题。(" Digital Signal Processing- Theory, Algorithm and Implementation of a book related to most of the algorithm. The DSP_C C language algorithm. Dsp_fortran FORTRAN language written algorithm. Dsp_matlab prepared using MATLAB signal processing procedures, including most of the examples of the various chapters of the book.)
- 2013-04-24 21:13:43下载
- 积分:1