搜索资源列表
GrfxProgPHIGS
- Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes \"Hello World\" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from
score
- 评委打分管理,C实现,n个评对M个player 分x组打分,-Management of the judges scoring, C to achieve, n assessment of a player on the M sub-group of points x,
Cx264
- 它是关于x.264的,主要是用c语言写的,是一个系统,修改过的!-It is about x.264, mainly written using c language, is a system, modified!
2009031600064355458
- 败者树 c++ 我先来说一说败者树(loser tree)。也许有些人对loser tree不是很了解,其实它是一个比较经典的外部排序方法,也就是有x个已经排序好的文件,将其归并为一个有序序列 ... -tree
c
- 实现功能: 1)具备整型数据、浮点型数据的算术(加、减、乘、除)运算功能。 依次输入第一个运算数、运算符(+,-,*,/),第二个运算数,然后输出结果。 结果可以作为下一个运算的第一运算数。按‘C’清屏,按‘X’退出。 例如:输入:2 + 5 输出:7 2)实现单运算符表达式计算的功能。 输入的操作数可以包含整数或浮点数。如果遇到错误的表达式,应输出错误提示信息。 输入表达式如下: 例如:输入:2+5 输出:7-Realize functions:
corner_detector
- 这是用matlab写的一个corner detector, 效果比现在流行的Harris,susan,CSS等效果要好。 Matlab 确实如此,效果很好,不管是边缘还是角点 -Algorithm is derived from: X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedin
heshsi
- 有一些可能的符号K, A, N, C, E, p, q, r, s, t 。一个合式公式是符合以下条 件的字符串: • p, q, r, s, 和t 是合式公式 • 如果w 是合式公式,Nw 是合式公式 • 如果w 和x 是合式公式,Kwx, Awx, Cwx, 和Ewx 是合式公式。-There are some of the possible symbols K, A, N, C, E, P, Q, R, S T. A well-formed f
CODE
- Learn Objective-C on the Mac For OS X and iOS书籍源代码-Learn Objective-C on the Mac for OS X and iOS books source code
23110125_12
- C语言实现三棱锥平行投影,已知三棱锥各顶点坐标是(0,0,20) (20,0,20) (20,0,0) (10,20,10)试编程绘制从Z轴向平面O-XY作平行投影图;从Y轴向平面O-XZ作平行投影图;从x轴向平面O-ZY作平行投影图;-C——parallel protection
LoadXFile
- 采用C#调用3dmax的X文件,采用DIRECT进行编程-3dmax using C# to call the X-files, using the DIRECT program
c-5
- 输入三个整数x,y,z,请把这三个数由小到大输出-Enter three integers x, y, Z, please take this three number of small to large output
N皇后
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It is put forward the internationa