-
经典的C语言编程
经典的C语言编程--如何计算C语言的关键字(作者是C语言开发者Kernighan和Ritchie)-classic C programming language-- how the C language keyword (The writer is a C-language development were Kernighan and Ritchie)
- 2023-01-01 16:30:03下载
- 积分:1
-
开发虚拟摄像头的SDK,分为C++和C#两部分
开发虚拟摄像头的SDK,分为C++和C#两部分-SDK for developing virtual camera
- 2022-03-25 17:06:58下载
- 积分:1
-
一系列的类别,有模板,运营商
一个array的类,有模板,运算符-An array of categories, there are templates, operator
- 2022-05-26 20:03:50下载
- 积分:1
-
基于OpenCV的SIFT实现中的kd-tree改进算法BBF算法
BBF(Best Bin First)是一种改进的k-d树最近邻查询算法。从前两篇标准的k-d树查询过程可以看出其搜索过程中的“回溯”是由“查询路径”来决定的,并没有考虑查询路径上数据点本身的一些性质。BBF的查询思路就是将“查询路径”上的节点进行排序,如按各自分割超平面(称为Bin)与查询点的距离排序。回溯检查总是从优先级最高的(Best Bin)的树节点开始。另外BBF还设置了一个运行超时限制,当优先级队列中的所有节点都经过检查或者超出时间限制时,算法返回当前找到的最好结果作为近似的最近邻。采用了best-bin-first search方法就可以将k-d树扩展到高维数据集上。
- 2023-06-14 06:35:04下载
- 积分:1
-
处理计算机分形效果,效果还不错。还包含OpenGL动态链接库。...
处理计算机分形效果,效果还不错。还包含OpenGL动态链接库。-Processing computer fractal effects, results were pretty good
- 2022-02-11 16:41:53下载
- 积分:1
-
以VC++为编程工具,解决C语言中的经典问题:mail
以VC++为编程工具,解决C语言中的经典问题:mail-box问题。-to VC++ programming tools, C language to solve the classic problem : mail-box issue.
- 2022-01-26 02:59:44下载
- 积分:1
-
A simple calculator that supports basic arithmetic, prime number checking, trigo...
A simple calculator that supports basic arithmetic, prime number checking, trigonometry, quadratic equation solving, and as of version 1.4, graphing. The calculator includes installation instructions and extensive help.
- 2022-02-02 20:19:11下载
- 积分:1
-
java Swing实现计算器,对Sql Server数据库的·1操作
JAVA Swing 对数据库操作,MVC模式增删改查等
- 2022-01-26 00:44:53下载
- 积分:1
-
实验目的
通过对第四章的学习,已对windows的图形设备接口的基本概念以及设备环境的获取有了一定的了解 教材中的例题也向我们展示了windows窗口的基本...
实验目的
通过对第四章的学习,已对windows的图形设备接口的基本概念以及设备环境的获取有了一定的了解 教材中的例题也向我们展示了windows窗口的基本设计以及利用常用绘图函数绘图的一些效果。为此,在配套习题解析与编程实例一书中例【4-6】的启发下,我们组编写了一小车沿路行驶然后撞上一块预定挡板程序,以加深对windows的图形设备接口及windows绘图的理解并进一步应用
-experimental purposes of Chapter IV of the study, has windows on the graphics device interface and the basic concepts of environmental equipment there to acquire certain understanding of the materials are examples to show us a window of windows basic design and the use of commonly used graphics function mapping some results. To this end, the matching exercises analytical and programming examples of a book cases 4-6-- inspired, we prepared a one car traveling on the road before hitting a baffle procedures intended to enhance the windows graphics device interface and graphics windows to further the understanding and application
- 2022-11-12 07:10:03下载
- 积分:1
-
java小程序2:1。输入五名学生成绩,这个数字将B。
Java小程序两个:
1.输入五个同学的成绩,并将这五个数保存到文件“data.txt”中。然后再编写一个程序:从“data.txt”中读取这五个成绩,计算他们的平均数,然后从小到大排序并输出这五个人的成绩。
2.将八皇后问题的所有界保存到文件“Queen.txt”中。-Java applet 2 : 1. Importation of five students achievements, This number will be five to preserve documents "data.txt". Then the preparation of a program : "data.txt" Read this five results, calculating the average, then order from small to large output and five personal achievements. 2. Eight of the Queen"s community preservation of all documents "Queen.txt".
- 2022-01-26 03:42:59下载
- 积分:1