-
MenuBarXP
menu bar 实现windows xp的样式(menu bar to achieve the style of windows xp)
- 2007-12-17 17:43:40下载
- 积分:1
-
IA2
解决旅行商,解决旅行商,解决旅行商,解决旅行商,解决旅行商解决旅行商(TSP PROBLEM)
- 2011-09-25 14:08:51下载
- 积分:1
-
观察者模式-老板回来03
Custom Text Box for Date, Currency etc
- 2020-06-24 12:40:02下载
- 积分:1
-
TcpClient C#2010
上位机与三菱PLC之间进行TCP/IP通讯(communication between PC and PLC)
- 2018-01-15 15:02:05下载
- 积分:1
-
base-station-simulation
中兴捧月,基站模拟程序,使用CSocket类(ZTE holding on, the base station simulator, using class CSocket)
- 2011-06-24 15:18:52下载
- 积分:1
-
44
说明: 给定程序中,函数fun的功能是:将a所指3×5矩阵中第k列的元素左移到第0列,第k列以后的每列元素依次左移,原来左边的各列依次绕道右边。
例如,有以下矩阵:
1 2 3 4 5
1 2 3 4 5
1 2 3 4 5
若k结果为2,程序执行结果为:
3 4 5 1 2
3 4 5 1 2
3 4 5 1 2
请在程序的下划线处填入正确的内容并把下划线删除,使程序得出正确的结果。
注意:源文件存放在考生文件夹下的BLANK1.C中
不得增行或删行,也不得更改程序的结构!
(A given program, function fun feature is: a 3 × 5 matrix referred to in the first k elements of the left column to move Section 0, the k elements of each column after column followed by the left, the original columns in the left turn Bypass on the right. For example, the following matrix: 123,451,234,512,345 If k is 2, the program execution results: 345,123,451,234,512 in the program underscore the right content at the fill and to remove the underscore, so that the program reach the right result. Note: The source files in the folder of BLANK1.C candidates are not allowed by the line or delete line, nor change the structure of the program!)
- 2011-08-11 07:53:10下载
- 积分:1
-
SPP
GPS单点定位程序 本程序采用C++编写的GPS卫星定位程序(GPS single point positioning procedures used in this procedure C++ The preparation of the GPS satellite positioning procedures)
- 2008-06-07 10:09:02下载
- 积分:1
-
ccruncher-1.5_src
说明: 金融算术,计算VAR值,蒙特卡洛算法,等(CreditCruncher computes the Value At Risk (VAR) of large credit portfolios using the Monte Carlo method. Keywords: ratings, transition matrix, survival functions, correlations, copulas, VAR, Expected Shortfall )
- 2010-03-19 00:35:36下载
- 积分:1
-
md5encode
MD5加密算法,可以加密包含二进制数据的数据块,生成16字节MD5加密数据。(MD5 encryption algorithm to encrypt data blocks that contain binary data, generates a 16-byte MD5 encrypted data.)
- 2013-09-09 18:27:10下载
- 积分: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