CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - vec
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - vec - List
[
Other resource
]
cvery_72125488
DL : 0
#include \"pch.h\" #include \"base64.h\" NAMESPACE_BEGIN(CryptoPP) static const int MAX_LINE_LENGTH = 72 static const byte vec[] = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\" static const byte padding = = Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, bool insertLineBreak) : insertLineBreak(insertLineBreak), Filter(outQueue) { inBufSize=0
Update
: 2008-10-13
Size
: 297.98kb
Publisher
:
扛的子
[
source in ebook
]
cvery_72125488
DL : 0
#include "pch.h" #include "base64.h" NAMESPACE_BEGIN(CryptoPP) static const int MAX_LINE_LENGTH = 72 static const byte vec[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" static const byte padding = = Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, bool insertLineBreak) : insertLineBreak(insertLineBreak), Filter(outQueue) { inBufSize=0 -# Include
Update
: 2025-02-17
Size
: 296kb
Publisher
:
扛的子
[
Other
]
hacK
DL : 0
* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } * then we search for int HookUserMsg (char *szMsgName, pfnUserMsgHook pfn) and add this Code: REDIRECT_MESSAGE( Health ) *k now we have the health registered and can read it out i stop this hear know cuz i must thanks panzer and w00t.nl that they helped me with it first time! *ok now we go to int HUD_Redraw (float x, int y) and packing this draw code in it Code: -* first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this Code: USER_MSG_INTERCEPT(Health) { BEGIN_READ(pbuf,iSize) me.iHealth = READ_BYTE() return USER_MSG_CALL(Health) } * then we search for int HookUserMsg (char*szMsgName, pfnUserMsgHook pfn) and add this Code: REDIRECT_MESSAGE( Health ) *k now we have the health registered and can read it out i stop this hear know cuz i must thanks panzer and w00t.nl that they helped me with it first time! *ok now we go to int HUD_Redraw (float x, int y) and packing this draw code in it Code:
Update
: 2025-02-17
Size
: 69kb
Publisher
:
OGC
[
matlab
]
1
DL : 0
如何利用Matlab创建Quartus波形仿真文件,很详细-How to use Matlab to create Quartus simulation waveform files, very detailed
Update
: 2025-02-17
Size
: 5kb
Publisher
:
ylt
[
Other
]
vec
DL : 0
A simple vector operation class and header
Update
: 2025-02-17
Size
: 191kb
Publisher
:
bob
[
MultiLanguage
]
QAM_mat_vec
DL : 0
本程序是QAM的调制程序,以及我在编程时测试用的例子,还有空时分组码中的线性分散码进行处理时所需要的向量化函数VEC还有它的逆函数,希望对大家有帮助-This procedure is the QAM modulation procedures, as well as when I test in the programming examples, as well as space-time block codes in a linear dispersion code when needed to quantify the function of VEC also its inverse function, in the hope that We have to help
Update
: 2025-02-17
Size
: 2kb
Publisher
:
tang
[
matlab
]
ecc2GUIv091
DL : 0
EC IMP INCLUDE HDL TEST VEC BENCH , B167, GUI.
Update
: 2025-02-17
Size
: 510kb
Publisher
:
tiger
[
Graph program
]
DVA
DL : 0
dist vec algorithm, finds shortest path in a given graph
Update
: 2025-02-17
Size
: 4kb
Publisher
:
pqr
[
AI-NN-PR
]
sup.vec.mach
DL : 0
这里上载的是一个支持向量机算法程序,欢迎使用,欢迎评定。-support vector machine program
Update
: 2025-02-17
Size
: 26kb
Publisher
:
rocky
[
Other
]
COM-VEC
DL : 0
Based on the DQ-axis synchronous rotating frame mathematical model of the shaft under the simulink model of mas
Update
: 2025-02-17
Size
: 12kb
Publisher
:
RAFIK
[
Graph program
]
vecad6
DL : 0
功能强大的CAD矢量图绘制动态库,有DELPHI,VC,VB的实例-Powerful CAD vector drawing dynamic library, a DELPHI, VC, VB examples
Update
: 2025-02-17
Size
: 6.48mb
Publisher
:
daoqiqi
[
matlab
]
file.vec
DL : 0
对QUARTUS进行功能仿真时,需要输入自定义或者matlab生成的信号,此文件就是仿真需要的向量文件(.vec),格式固定,可以仿照这个写,内含说明-Functional simulation of QUARTUS, you need to enter a custom or matlab generated signal, this file is required simulation vector file (. Vec), fixed format, you can follow this writing, contains instructions
Update
: 2025-02-17
Size
: 98kb
Publisher
:
孙茂钧
[
matlab
]
SCM
DL : 0
stard scm channel model-standard scm channel model
Update
: 2025-02-17
Size
: 18.34mb
Publisher
:
hanjin
[
Internet-Network
]
vec2img
DL : 0
source code vec to img opencv
Update
: 2025-02-17
Size
: 1kb
Publisher
:
rudy
[
OpenGL program
]
vec
DL : 0
vec.h 向量的头文件,包含opengl中所常用的各种数据类型,可直接添加进c++环境下的工程。-vec.h--the header of vertice, includes the general data type in opengl. You can import the header file into your c++ project.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
如一
[
Special Effects
]
RGB.m
DL : 0
find Avg RGB s1=imread( 7 img blue.jpg ) vec=reshape(s1,prod(size(s1))/3,3) R1=sum(vec(:,1))/length(vec(:,1)) G1=sum(vec(:,2))/length(vec(:,2)) B1=sum(vec(:,3))/length(vec(:,3)) RGB=[R1 G1 B1]- find Avg RGB s1=imread( 7 img blue.jpg ) vec=reshape(s1,prod(size(s1))/3,3) R1=sum(vec(:,1))/length(vec(:,1)) G1=sum(vec(:,2))/length(vec(:,2)) B1=sum(vec(:,3))/length(vec(:,3)) RGB=[R1 G1 B1]
Update
: 2025-02-17
Size
: 67kb
Publisher
:
bauni
[
Special Effects
]
GVD
DL : 0
Active Contour (or Snake) Model is recognized as one of the efficient tools for 2D/3D image segmentation. How- ever, traditional snake models prove to be limited in sev- eral aspects. The presentpaper describes a set of difision equations applied ro image gradient vectors, yielding a vec- torfeld over the image domain. The obtained vectorfield pmvides the Snake Model an exrernal force as well as an auromatic way to generate the initial contours. Finally a region merging technique is employed to further impmve the segmentation results.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
tarik zahouane
[
Game Hook Crack
]
KOOL-SAVAS-v5-HACK-SRC
DL : 0
很好的一款cs作弊器源码 基于OGC9修改而来 使用VEC瞄准 穿透点准确 爆头精准-A cs cheat source from use based on OGC9 modify VEC aimed at the penetration point accurate HS Precision
Update
: 2025-02-17
Size
: 200kb
Publisher
:
王野
[
Other
]
TVECM
DL : 0
Revision acerda del modelo Threshold VEC
Update
: 2025-02-17
Size
: 72kb
Publisher
:
Pablo
[
Internet-Network
]
vec
DL : 0
vec.h 向量的头文件,包含opengl中所常用的各种数据类型,可直接添加进c++环境下的工程。-vec.h--the header of vertice, includes the general data type in opengl. You can import the header file into your c++ project.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
perce
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.