CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - prototype.c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - prototype.c - List
[
Other
]
Wisconsin
DL : 0
一个原型切片工具,可以用来使用程序切片静态地评估C源代码-A prototype slicing tool that can be used to assess the use of program slicing is a static C source code
Date
: 2025-12-24
Size
: 537kb
User
:
linlin
[
Other
]
ZJ
DL : 0
设计、编写和调试面向对象C++程序,采用运算符重载机制实现两个矩 阵的加、减、乘及输入/输出操作,要求通过()运算符重载来提取或设置矩阵 元素值(函数原型:返回值为double&,两个整型参数表示矩阵元素行、列值)。-Design, writing and debugging of object-oriented C++ program, using operator overloading mechanism to achieve two matrix addition, subtraction, multiplication, and input/output operations, called for the adoption () operator overloading to extract or set the matrix element values (Prototype: return value double & , two integer parameter represents the matrix element row and column values).
Date
: 2025-12-24
Size
: 1kb
User
:
苗茂米
[
Other
]
Virus-c
DL : 0
1.在C、D、E盘和c:\windows\system、c:\windows中生成本病毒体文件 2.在C、D、E盘中生成自动运行文件 3.注册c:\windows\system\svchost.exe,使其开机自动运行 4.在C:\windows\system下生成隐蔽DLL文件 5.病毒在执行后具有相联复制能力 本病毒类似普通U盘病毒雏形,具备自我复制、运行能力。 程序在DEV-CPP 4.9.9.2(GCC编译器)下编译通过-1 in C, D, E disk and c: \ windows \ system, c: \ windows in the virus body files two recurring costs in the C, D, E intraday generate autorun file 3. Registration c: \ windows \ system \ svchost.exe, so start automatically 4 in the C: \ windows \ system generate hidden DLL file 5. virus after execution associated with replication-competent virus similar to the common U disk virus prototype, with self-replication, the ability to run . Program in DEV-CPP 4.9.9.2 (GCC compiler) compiled by
Date
: 2025-12-24
Size
: 6kb
User
:
名额
[
Other
]
lab12_Matrix
DL : 0
设计、编写和调试面向对象C++程序,采用运算符重载机制实现两个矩阵的加、减、乘及输入/输出操作,要求通过()运算符重载来提取或设置矩阵元素值(函数原型:返回值为double&,两个整型参数表示矩阵元素行、列值)。 -Design, write and debug object-oriented C++ program, the use of operator overloading mechanism to achieve two matrix addition, subtraction, multiplication and input/output operations, through the () operator overload to extract or set the matrix element value (function prototype: return value Double &, two integer arguments represent matrix element rows, column values).
Date
: 2025-12-24
Size
: 277kb
User
:
谢松叶
[
Other
]
HMTL5斗地主
DL : 0
SlicedBitmap=function(a){casual.DisplayObject.call(this);this.name=NameUtil.createUniqueName("SlicedBitmap");this.image=a;this.slices=[];this.pos=[]};casual.inherit(SlicedBitmap,casual.DisplayObject);SlicedBitmap.prototype.addSlice=function(a,b,c){this.pos.push([b||0,c||0]);this.slices.push(a)};SlicedBitmap.prototype.clear=function(){this.slices.length=0;this.pos.length=0}; SlicedBitmap.prototype.render=function(a){for(var b=0;b<this.slices.length;b++){var c=this.slices[b];a.drawImage(this.image,c[0],c[1],c[2],c[3],this.pos[b][0],this.pos[b][1],c[2],c[3])}};ImageLoader=function(a){casual.EventDispatcher.call(this);this.resources=a;this.images=[];this._loaded=0};casual.inherit(ImageLoader,casual.EventDispatcher);ImageLoader.load=function(a,b){(new ImageLoader(a,b)).load()};ImageLoader.prototype.load=function(){if(this._loaded>this.resources.length-1)this.dispatchEvent({type:"complete",target:this,params:this.images});else{var a=new
Date
: 2025-12-24
Size
: 2.5mb
User
:
jimmytang
[
Other
]
ch11重载
DL : 0
在实际开发中,有时候我们需要实现几个功能类似的函数,只是有些细节不同。例如希望交换两个变量的值,这两个变量有多种类型,可以是 int、float、char、bool 等,我们需要通过参数把变量的地址传入函数内部。在C语言中,程序员往往需要分别设计出三个不同名的函数,其函数原型与下面类似:(In actual development, sometimes we need to implement several similar functions, but there are some details. For example, we want to exchange the values of two variables, the two variables have a variety of types, which can be int, float, char, bool and so on. We need to pass the address of the variable into the function through the parameter. In C language, programmers often need to design three functions with different names respectively, whose function prototype is similar to the following ones.)
Date
: 2025-12-24
Size
: 29kb
User
:
杜嘟
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.