-
bit_bcd_convert
说明: 二进制码流(PCM)转BCD码流的matlab代码,给需要的朋友做个参考(Binary code streams (PCM) to BCD code flow matlab code, to be a reference to a friend in need)
- 2009-08-04 08:58:04下载
- 积分:1
-
Atmega128
Atmega128的一些程序,包括流水灯,PWM等(The Atmega128 some of the procedures, including water lights, PWM, etc.)
- 2012-04-14 22:46:35下载
- 积分:1
-
IrisRecognition
虹膜识别的C++代码,有良好的图形界面和鲁棒性(Iris recognition of C++ code, has a good graphical interface and robustness)
- 2011-06-19 08:52:18下载
- 积分:1
-
Dushu
数独游戏的Csharp源代码,很不错的,可以不注册下载(Sudoku game Csharp source code, very good, they do not register to download)
- 2010-02-19 17:40:50下载
- 积分:1
-
snowman
说明: 用opengl描绘一个下雪场景,里面有雪人,下落的雪花(Depicts a snowy scene with opengl, there are snowmen, falling snow)
- 2021-01-08 09:08:52下载
- 积分:1
-
faceddetect
使用vs2012+opencv2.4.5做的人脸检测代码,可以实现对静态图像上人脸的检测(Use vs2012+ opencv2.4.5 do face detection code, you can achieve detection of static images of the human face)
- 2014-09-30 17:15:12下载
- 积分:1
-
CSharpDorm
管理信息系统在现代社会已深入到各行各业,由于计算机技术的迅速发展和普及,信息管理系统MIS事实上已成为计算机管理信息系统,大学生宿舍管理系统就是一个典型的管理信息系统,它可以让宿舍管理工作变的更轻松。本毕业设计的任务就是设计一个大学生宿舍管理系统。其开发过程主要包括前端应用程序的开发和后台数据库的建立和维护两个方面。主要任务就是建立基本数据,后台程序主要负责的都是管理上的功能。(Management information systems in modern society has penetrated into all walks of life, due to the rapid development and popularization of computer technology, information management systems MIS fact become computer management information system, college dormitory management system is a typical management information system, which allows dormitory management becomes easier. The graduate design task is to design a college dormitory management system. Its development process includes the establishment and maintenance of both the front-end application development and back-end database. The main task is to establish the basic data, background programs are primarily responsible for the function of management.)
- 2014-02-24 17:20:05下载
- 积分:1
-
TinyCC 0.9.26
TCC(Tiny C Compiler)0.9.26源码 VS版工程
已经实现VS2008和VS2013 打开即用
可编译 可调试
建议使用VS2008编译(TCC (Tiny C Compiler) 0.9.26 source VS version project
VS2008 and VS2013 have been opened and used
Compiling and debugging
It is recommended to use VS2008 to compile)
- 2018-01-19 13:57:11下载
- 积分:1
-
POA
梯级水库优化调度问题中逐次优化算法方法求解(Cascade Reservoirs Problem Solving successive optimization algorithm)
- 2013-07-17 10:11:44下载
- 积分: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