CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 9-1 9-2
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 9-1 9-2 - List
[
2D Graphic
]
vc.net.CAD
DL : 3
本书主要结合VB.NET和VC#.NET两种语言介绍了创建交互式CAD系统的基本思路和技术,分别给出了两种语言的小系统完整代码,并讨论了技巧实现的其他可能性以及系统代码的改进方法。 本书前3章主要介绍语言基础和.NET框架基础,第4章至第8章结合一个CAD小系统的创建详细地介绍了交互式CAD系统的组织思路和基本技术,第9章至第11章介绍了更多的技巧实现方法和系统优化方法,第12章结合CAD编程进行了一些设计模式方面的讨论;写作过程中注意了循序渐进的讲解原则,内容适合不同学习阶段的读者。 书中所有示例程序都通过调试,并放在随书的光盘上,以便于学习和交流。 本书可供从事图形学、CAD技术以及编程技术的有关工程技术人员、程序员、大学生、研究生阅读参考。-mainly in the context of the book and VB.NET VC#.NET languages on the creation of interactive CAD system EC's basic ideas and techniques are presented for the language of a small system integrity code, and discussed other techniques to achieve the possibility of the code and the system better. Before the book, Chapter 3 introduces foundation and language.NET Framework base Chapter 4 and Chapter 8 with a small CAD systems to create a detailed introduction of the interactive CAD system of ideas and organizations basic skills, chapter 9 to chapter 11 of more tact method and system optimization methods, Chapter 12 with CAD program for some design aspects of the model; attention to the writing process on the principle of gradual and orderly progress, as suitable for different stages of r
Date
: 2025-12-25
Size
: 1.26mb
User
:
aa
[
2D Graphic
]
huffman
DL : 0
matlab实现huffman编码 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)-huffman coding matlab realize 1. norm2huff.m (encoder function) 2. huff2norm.m (decoder function) 3. frequency.m (private function) 4. huffcodes2bin.m (binary rapresentation of huffman codes) 5. huffman_bench1.m (benchmark ) 6. huffman_demo1.m (demo file) 7. huffman_demo2.m (demo file) 8. huffman_test1.m (test file) 9. huffman_test2.m (test file) 10. huffman_docs.zip (documentation) 11. Disclamer.txt (this is the disclamer)
Date
: 2025-12-25
Size
: 19kb
User
:
lindajillduan
[
2D Graphic
]
PointIsR
DL : 0
判断点是否在区域内. Private Sub Command1_Click() 当点与任一顶点重合时,返回“不在多边形区域” Line (0, 0)-(500, 500), RGB(255, 255), BF Dim hRegion As Long Dim P() As PointAPI ReDim P(9) As PointAPI P(0).X = 10: P(0).Y = 190: PSet (P(0).X, P(0).Y), vbRed P(1).X = 400: P(1).Y = 270: Line (P(0).X, P(0).Y)-(P(1).X, P(1).Y), vbRed P(2).X = 220: P(2).Y = 70: Line -(P(2).X, P(2).Y), vbRed P(3).X = 220: P(3).Y = 30: Line -(P(3).X, P(3).Y), vbRed P(4).X = 50: P(4).Y = 30: Line -(P(4).X, P(4).Y), vbRed P(5).X = 50: P(5).Y = 70: Line -(P(5).X, P(5).Y), vbRed P(6).X = 30: P(6).Y = 70: Line -(P(6).X, P(6).Y), vbRed P(7).X = 30: P(7).Y = 185: Line -(P(7).X, P(7).Y), vbRed P(8).X = 85: P(8).Y = 85: Line -(P(8).X, P(8).Y), vbRed P(9).X = 120: P(9).Y = 200: Line -(P(9).X, P(9).Y), vbRed Line -(P(0).X, P(0).Y), vbRed -Determine the point in the region. Private Sub Command1_Click () when the points of coincidence with any one vertex, the return of not polygon region Line (0, 0)- (500, 500), RGB (255, 255), BF Dim hRegion As Long Dim P () As PointAPI ReDim P (9) As PointAPI P (0). X = 10: P (0). Y = 190: PSet (P (0). X, P (0). Y), vbRed P (1). X = 400: P (1). Y = 270: Line (P (0). X, P (0). Y)- (P (1). X, P (1). Y ), vbRed P (2). X = 220: P (2). Y = 70: Line- (P (2). X, P (2). Y), vbRed P (3). X = 220: P (3). Y = 30: Line- (P (3). X, P (3). Y), vbRed P (4). X = 50: P (4). Y = 30: Line- (P ( 4). X, P (4). Y), vbRed P (5). X = 50: P (5). Y = 70: Line- (P (5). X, P (5). Y), vbRed P (6). X = 30: P (6). Y = 70: Line- (P (6). X, P (6). Y), vbRed P (7). X = 30: P (7 ). Y = 185: Line- (P (7). X, P (7). Y), vbRed P (8). X = 85: P (8). Y = 85: Line- (P (8) . X, P (8). Y), vbRed P (9). X = 120: P (9). Y = 200: Line- (P (9). X, P (9). Y), vbRed Line- (P (0). X, P (0). Y), vbRed
Date
: 2025-12-25
Size
: 3kb
User
:
hfs
[
2D Graphic
]
SURF-V1.0.9
DL : 0
一种特征描述算子,功能和sift类似,但比sift速度更快,有重要的研究价值-A characterization of operators, functions and sift similar, but faster than sift, has important research value
Date
: 2025-12-25
Size
: 1.38mb
User
:
[
2D Graphic
]
pdf417_enc.2.8.tar
DL : 0
The pdf program with source code takes as input a file that consists of two columns. The first column has in capital letters BC, TC, NC. BC indicates that the ascii text will be byte compressed. TC indicates that the text will be text compressed and NC indicates that the text will be numerically compressed. The second column will have a text string beginning with and ending with quotes. For BC the text must consist of the numbers 0-9 and letters A-F ( Hex 0-9, A-F). Also, in BC if the length of the string is odd,a zero will be prepended to the string to make it and even number. For TC the text can consist of any of the legal text compress charactors in the pdf417 standard. For NC, the letters 0-9 are allowed in the text. -The pdf program with source code takes as input a file that consists of two columns. The first column has in capital letters BC, TC, NC. BC indicates that the ascii text will be byte compressed. TC indicates that the text will be text compressed and NC indicates that the text will be numerically compressed. The second column will have a text string beginning with and ending with quotes. For BC the text must consist of the numbers 0-9 and letters A-F ( Hex 0-9, A-F). Also, in BC if the length of the string is odd,a zero will be prepended to the string to make it and even number. For TC the text can consist of any of the legal text compress charactors in the pdf417 standard. For NC, the letters 0-9 are allowed in the text.
Date
: 2025-12-25
Size
: 147kb
User
:
mm4games
[
2D Graphic
]
wavecompression
DL : 0
The following implementation steps have been made for the devised algorithm, which is based on 2D-wavelet. 1. Reading an image of either gray scale or RGB image. 2. Converting the image into grayscale if the image is RGB. 3. Decomposition of images using wavelets for the level N. 4. Selecting and assigning a wavelet for compression. 5. Generating threshold coefficients using Birge-Massart strategy. 6. Performing the image compression using wavelets. 7. Computing and displaying the results such as compressed image, retained energy and Zero coefficients. 8. Decompression the image based on the wavelet decomposition structure. 9. Plotting the reconstructed image. 10. Computing and displaying the size of original image, compressed image and decompressed image.
Date
: 2025-12-25
Size
: 1kb
User
:
fer
[
2D Graphic
]
SkinMagicBuilder2.3
DL : 0
VC++程序设计皮肤控件,非常好用,希望对大家有一定的帮助-VC++ programming skin controls, very easy to use, we want to be helpful
Date
: 2025-12-25
Size
: 7.46mb
User
:
liy
[
2D Graphic
]
plot_gif
DL : 0
一个使用IDL编写的二维画图的函数,使用起来非常方便,直接调用即可。还可以添加color bar-An IDL function to draw 2-D dimension. It is very easy to use.
Date
: 2025-12-25
Size
: 1kb
User
:
rmyuan
[
2D Graphic
]
qtiplot-0.9.8.9
DL : 0
QtiPlot软件是可运行于多个平台(windows && Linux)的开源免费的科学绘图软件,最新版qtiplot-0.9.8.9源代码。-QtiPlot software can be run on multiple platforms (windows && Linux) open source free mapping software, the latest version of qtiplot-0.9.8.9 source code.
Date
: 2025-12-25
Size
: 16.66mb
User
:
GUANGLIN
[
2D Graphic
]
RobotSim2006-8-9
DL : 0
这是我在几年前用Visual C++ 2003.net完成的机器人仿真项目,实现了:栅格环境的自定义生成、搜索,机器人的生成、路径行走和路径跟踪,障碍物的随机生成,动态规划法在路径跟踪中的应用,直线相交等图形学运算,OpenGL的应用,环境的保存和打开。-This is a project developed in Visual C++.net 2003 several years ago. In this project, it implemented: customedly generating and search grid environment, generating the robot and path-tracking, randomly generating barriers, using dynamic planning in path-tracking, line-intersecting and other computer-graphics algorithms, applying OpenGL, saving and opening the settings.
Date
: 2025-12-25
Size
: 6.57mb
User
:
lmjlmj
[
2D Graphic
]
9.1
DL : 0
运行在windows环境下,利用visual c++ 实现的激光标记和试样标记标定-Running in a windows environment, take advantage of the visual c++ achieve laser marking and sample tags calibration
Date
: 2025-12-25
Size
: 6kb
User
:
tianq
[
2D Graphic
]
ColorID2D
DL : 0
[原创]这是一个使用Direct2D编写的分类动画演示程序,你可以通过按下键盘数字键的1-9来产生9种不同的目标,然后这些目标会自动移动到归类的位置,过多的物体还会在新物体到来时自动移除。适合做一些分类检测算法的界面。注意:Direct2D无法在XP下运行。-[Original] This is a free animation program written using Direct2D, you can press the keyboard number keys 1-9 to generate 9 different objects. These objects will be automatically moved to the target position, the abandoned objects will be automatically removed if there are too much new objects. Suitable for the detection and classification algorithm user interface. Note: Direct2D can not run under XP. Please use Win7 or above
Date
: 2025-12-25
Size
: 74kb
User
:
nahcooo
[
2D Graphic
]
ViewImageDemo
DL : 0
二维图像的平移操作示例代码,通过改变view或image的属性实现图像的平移-Two-dimensional image of the sample code translation operation by changing the view or image attributes for image shift
Date
: 2025-12-25
Size
: 3.28mb
User
:
Catamount
[
2D Graphic
]
open_cam
DL : 0
vs2010+opencv2.4.9打开摄像头,并显示灰度图像,以及边缘处理得到的图像-vs2010+opencv2.4.9 open the camera and display grayscale images, and image edge processing resulting ............
Date
: 2025-12-25
Size
: 14.72mb
User
:
bright sun
[
2D Graphic
]
fitting
DL : 0
二维数据平滑,跟定二维数据,每9个点拟合,中间点带入拟合的曲线,得到平滑后的数据-2 d data smoothing, with 2 d data, fitting every nine points, intermediate points to the fitting curve, get data after smoothing
Date
: 2025-12-25
Size
: 1kb
User
:
陈冰
[
2D Graphic
]
9_keys
DL : 0
使用SDL2.0进行视频显示,SDL2.0实现9键输入。-Use SDL2.0 video display, SDL2.0 achieve 9 key input.
Date
: 2025-12-25
Size
: 15.64mb
User
:
saf
[
2D Graphic
]
A11.2011.06023-9-pertemuan04-4313
DL : 0
list linier bahasa pemrograman c
Date
: 2025-12-25
Size
: 47kb
User
:
reena
[
2D Graphic
]
ltilib
DL : 0
_ltilib-extras-1,9,15 _ltilib-extras-1,9,15-_ltilib extras- 1,9,15 _ltilib-,9,15 extras- 1
Date
: 2025-12-25
Size
: 112kb
User
:
ressoksd
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.