搜索资源列表
C程序设计第二版(谭浩强)
- 清华大学 谭浩强 《C语言程序设计》 (第2版) 。 不仅有电子书,还有后面练习的所有原码。 不过请先下载 .nlc阅读器,可惜了点的是 没有PDF格式的电子书。希望对初学者有很 大的帮助。-strong "C Programming Language" (2nd edition). Not only is e-books, still practicing behind all of the original code. But please downlo
chatroomfordelphi
- 一个用天delphi 开发的点对点聊天系统.如果有需要学习的可以提供源码-days with a delphi development of the peer-to-peer chat system. If there is a need to study the source code can provide
FloatCalculator
- 哈工大 计算机学院 组成原理大作业 运用程序模拟浮点数的运算 1. 用户输入十进制的阶码和尾数 2. 根据浮点运算的法则进行运算。 3. 浮点四则运算:加减法可以使用同一种对阶方法,乘除法可以使用同一种对阶方 4. 对运算的方法得到的结果进行检查,看是否溢出,并把结果规格化。
Log
- 有了合适的处理对象,剩下的就是技术问题了。在数字运动检测中运用的关键技术有图像数据读取、图像的中值滤波、图像灰度化、图像梯度的获取、图像特征区域的确定、两幅图像的匹配、图像二值化、图像细化、图像去离散点的操作、物体的区域定位、物体中心点的取得,最后再从图片中得到物体运动轨迹。本运动检测系统是为了实现对一系列图片中运动物体的跟踪而设计的,它通过对一系列图片的处理,提取出图片背景,识别出运动物体,进而对运动物体进行跟踪,得到物体运动的轨迹。本文主要阐述了什么是数字图像处理、数字图像处理的基本要求、数
Lesson04
- OpenGL对点云的处理和显示,自己写的,比较实用的东西-using OpenGL to process data
FPGAEngineerLectures
- 远立科技的一份FPGA工程师培训文档,有些内容讲点比较深入,值得学习。 希望能对初学者一些提示之类的吧-Yuan Li, a FPGA technology engineer training documents, some of the content more in-depth talk about points, it is worth learning. Hope that some tips for beginners like you
24
- 24点游戏的源代码,c++写的,希望对大家又帮助。-24-point game of the source code, c++ to write and want to help everybody.
LDS-20000
- 模拟示波器采用的是模拟电路(示波管,其基础是电子枪)电子枪向屏幕发射电子,发射的电子经聚焦形成电子束,并打到屏幕上。屏幕的内表面涂有荧光物质,这样电子束打中的点就会发出光来。 数字示波器则是数据采集,A/D转换,软件编程等一系列的技术制造出来的高性能示波器。数字示波器一般支持多级菜单,能提供给用户多种选择,多种数据分析功能,并且可以数据存储,实现对波形的保存和处理。 -Analog oscilloscope is used in the analog circuit (CRT, whi
point-to-point-transmission_uart
- 用CC2430实现zigbee的无线组网,实现点对点的传输。-CC2430 zigbee wireless networking, point-to-point transmission.
point
- 最近点对问题,采用分治法,编译通过,代码正确-Nearest point problem using the divide-and-conquer method, the compiler through correct code
vir
- 信号预处理。对采集的信号进行预处理方法此处是三点5次平滑处理-Signal preprocessing. Pretreatment method here is 3:05 smoothed signal acquisition
muct-landmarks-v1.tar
- muct机器视觉实验室的人脸库,与之对应标定的特征点,对研究特征点的定位和跟踪有很大帮助。-the muct Machine Vision Laboratory face database, and the corresponding calibration feature points, positioning and tracking research feature points of great help.
convexhull
- 对平面上n个点,求取凸包,并求该凸包面积-convex hull for n points。
CHAP03
- 通过ASP技术进行的一个点对点的视频点播技术-Video on demand technology a little by the ASP technology to the point
introduction-to-algorithms-code
- 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code
src_code
- 点对点通信系统。瑞利衰弱下,使用信道均衡等技术,完成点对点通信。-Point to point communication systems. Rayleigh weak, use channel equalization techniques, complete peer communications.
ofirqc
- 实现局域网网络聊天功能,可实现点对点私聊,群聊,和广播等功能-LAN network chat function, it can realize point-to-point private chat, chatting, and radio, and other functions
LFM_radar
- 用于对雷达系统的matlab程序仿真,对不同距离的点目标进行检测。适合初学者使用。(It is used to simulate the matlab program of radar system and detect the targets at different distances. Suitable for beginners to use.)
jocjqa29
- 是一个点对点的文件传输的客户端,有断点续传的功能,使用SOCKET接口()
最近令近点对
- 用C++实现最近邻近点对,利用算法导论的知识实现最近邻近点对问题(Using C++ to implement nearest neighbor pairs, we use the knowledge of algorithm introduction to realize nearest neighbor point pairs.)