Welcome![Sign In][Sign Up]
Location:
Search - pseudo

Search list

[Special Effectspseudocolor1

Description: 图像进行遥感伪彩色处理的源代码,编译后的可执行文件须带参数运行-of remote sensing images pseudo-color processing of source code, the compiled executable file parameters required to bring Operation
Platform: | Size: 1024 | Author: 雷雨 | Hits:

[matlabMatlab-GPS-Toolbox

Description: 非常完善的GPS toolbox,内含中文readme以及中文翻译的介绍。 GPS TOOLBOX包含以下内容: 1、GPS相关常量和转换因子; 2、角度变换; 3、坐标系转换: 点变换; 矩阵变换; 向量变换; 4、专用测绘程序; 5、专用统计函数; 6、GPS时间工具; 7、专用GPS数据处理函数; 8、航迹和相关工具; 9、卫星位置计算; 10、高度和方位角判定,以及卫星可见性; 11、DOP(dilution of precision)计算,卫星选取和相关函数; 12、专用信号处理和Kalman滤波函数; 13、伪距和误差判定及相关函数; 14、用户位置判定及相关函数; 15、RAIM/FDE可用性和完好性评估相关函数。-Very good GPS toolbox, contains readme and the Chinese translation of the Chinese introduction. GPS TOOLBOX contains the following: 1, GPS-related constants and conversion factors 2, the point of transformation 3, coordinate system conversion: Point transformation Matrix transformation Vector transformation 4, special mapping procedures 5, special statistical functions 6, GPS time tools 7, special GPS data processing function 8, track and related tools 9, the satellite position calculation 10, determine the height and azimuth, and satellite visibility 11, DOP (dilution of precision) calculations, the satellite selection and related functions 12, special signal processing and Kalman filtering function 13, pseudo-range and error determination and related functions 14, user location determination and related functions 15, RAIM/FDE availability and integrity assessment of related functions.
Platform: | Size: 3149824 | Author: 杨霖 | Hits:

[Post-TeleCom sofeware systemsCDMA

Description: 实验讨论的CDMA通信系统的仿真,采用的是直扩方式,信息没有经过调制,伪随机码采用的是63位GOLD序列.本课程的目的是熟悉CDMA通信系统的构架,了解m序列和gold码的软件实现, 以及用gold序列实现扩频和解扩,最后了解整个系统的误比特率与哪些因素有关。 -Experiments discussed in CDMA communication system simulation, using the DS method, the information has not been modulated, pseudo-random code is used in 63 GOLD sequence. The purpose of this course are familiar with CDMA communication system architecture, understand and gold code sequence m software implementation, and reconciliation with gold sequence spread spectrum to achieve expansion, and finally understand the whole system bit error rate with which factors.
Platform: | Size: 66560 | Author: daming | Hits:

[Driver DevelopKinectTest

Description: 利用AlexP的driver,可以读到RGB摄像头,深度摄像头的图像,并可以用伪彩色和灰度来显示深度图像。灰度的深度图像,显示度并不好,但也无所谓,我们是要拿这个数据来处理的,不是用来看的。使用VS2008编译,需要opencv2.0支持-Using AlexP the driver, you can read RGB camera, the depth of the camera image, and pseudo color and grayscale can be used to display the depth of the image. Grayscale depth image, visibility is not good, but it does not matter, we' ll take this data to process, not with the look. Compiled using VS2008, you need to opencv2.0 support
Platform: | Size: 149504 | Author: sdf | Hits:

[matlabremyprojectabstract

Description: pseudo color image processing
Platform: | Size: 521216 | Author: venu | Hits:

[Special EffectsTemplateTrans

Description: 使用Visual C++中的MFC进行图像处理,实现图像增强,如图像平滑,中值滤波,伪彩色编码等-Visual C++ using MFC in image processing, image enhancement, such as image smoothing, median filtering, pseudo-color coding
Platform: | Size: 2280448 | Author: 陈群 | Hits:

[ICQ-IM-ChatMFCQQ20100Kacoro

Description: mfc qq 程序,这是我大三的时候的课程设计 用vc++6.0设计,在前人已有的基础上,重新做了一次,而且完善了许多功能。耗时一周,希望分享给大家,所以写了这个堪称完整的实例教程。不附带源程序,一步步做即可实现。 本系统基于客户端/服务器基本原理,程序即是服务端,也是客户端,通过IP就可以相互添加好友,并且实现点到点通信,有聊天记录(未实现根据用户发送的消息而改变字体颜色,只能在客户端改),字体颜色设置(一改全改~),包含主界面MaindBord和聊天Talk两大功能模块-Pseudo-qq process, this is my junior year curriculum designed for use vc++6.0 design, based on previous already re-done once, and improve many features. Takes a week, want to share to you, so write a complete example of this called tutorial.
Platform: | Size: 301056 | Author: 陈卫杰 | Hits:

[CSharpDataconverter

Description: 1、利用词典对内容进行伪原创处理,可以是数据表里的一个或多个字段; 2、繁简互换,并对一些特别词汇进行处理,如:鼠标<->滑鼠;程序<->程式;网络<->网路; 3、利用Google及Bing提供的API把中文内容翻译成英文(至于可读程度本程序无能为力); 4、定时启动火车采集程序采集,目前只可以控件到每个站点,尚不能精确到每个任务; 5、各词典编辑功能 6、多数据库支持,目前支持MS SQL、SQLite、MySQL、Acce-1, the use of pseudo-dictionary of the contents of the original processing, the data table can be one or more fields 2, display Traditional and Simplified exchange, and deal with some special words, such as: mouse < -> right program < -> program Network < -> Network 3, Bing provided by Google and the content of API to translate Chinese into English (The readability of the program can do nothing) 4, the time to start the train acquisition program acquisition, is currently only possible to control each site, not yet precisely to each task 5, 6, of the dictionary editing features, multiple database support, currently supports MS SQL, SQLite, MySQL, Access
Platform: | Size: 631808 | Author: sonic | Hits:

[Delphi VCLGenerator

Description: pseudo-random sequence of numbers given by the following formula: Ui +1 = (M * Ui) mod p, Ri = Ui / p, where M, Ri and p are integers, 0 <Ri <1 and 1 <Ui <p-1. Investigate the influence of the values ​ ​ of R0 on the quality of the sensor and the length l L and the pseudo-random sequence. Present the results of testing the sensor for several R0, performing the following tests: 1) measuring the length of the periodicity and aperiodicity probe pseudo-random sequence of numbers 2) tests for uniformity of distribution of random numbers (tests K-uniformity) 3) calculation of coefficients of non-uniformity 4) tests on a digital dimension 5) determination of the correlation properties of pseudo-random sequence of numbers. 6) Test the solution of known types of problems (the definition of π). -pseudo-random sequence of numbers given by the following formula: Ui +1 = (M * Ui) mod p, Ri = Ui / p, where M, Ri and p are integers, 0 <Ri <1 and 1 <Ui <p-1. Investigate the influence of the values ​ ​ of R0 on the quality of the sensor and the length l L and the pseudo-random sequence. Present the results of testing the sensor for several R0, performing the following tests: 1) measuring the length of the periodicity and aperiodicity probe pseudo-random sequence of numbers 2) tests for uniformity of distribution of random numbers (tests K-uniformity) 3) calculation of coefficients of non-uniformity 4) tests on a digital dimension 5) determination of the correlation properties of pseudo-random sequence of numbers. 6) Test the solution of known types of problems (the definition of π).
Platform: | Size: 785408 | Author: Vladimir | Hits:

[matlabFalsecolor_enhance

Description: 图像的伪彩色增强,把灰度图像转换为彩色图像-pseudo-color enhancement of image
Platform: | Size: 190464 | Author: gre | Hits:

[Special Effectsimage-recognition-

Description: 图像识别的MATLAB代码,包括人脸识别和虹膜识别,在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。-Matlab source code of image recognition, including face recognition and iris recognition, iris position in the digital image in an effective location is the key problem of iris recognition. With an active contour model based method to locate the position of the iris, the first gray projection method used to detect a point inside the pupil as a pupil of the pseudo-center, the center can be as long as fall within the pupil.
Platform: | Size: 959488 | Author: gaotengfei | Hits:

[matlabpseudo_color

Description: 实现伪彩色增强,包括两种不同的算法。一种是线性变化传递函数,一种是非线性变化传递函数。-Achieve pseudo-color enhancement, including the two different algorithms. One is the linear transfer function, a nonlinear transfer function changes.
Platform: | Size: 874496 | Author: pxjy | Hits:

[Industry research414x0g1

Description: Pseudo-Noise Ranging Systems Green Book
Platform: | Size: 1927168 | Author: Rahul | Hits:

[Embeded-SCM Developithm

Description: 混沌伪随机序列均匀化普适算法的FPGA实现-Homogenization of chaotic pseudo-random sequence FPGA realization of the universal algorithm
Platform: | Size: 603136 | Author: kai2060 | Hits:

[WEB Codedaheshenhuo6.0

Description: 程序演示地址:http://fang.dahelife.com/ 在大河生活网5.0的基础上新加房屋出租功能。本程序为地方生活信息港门户站,基于ASP+ACCESS开发而成, 内容包括文章、图片、下载、商城、问答、黄页,空间、博客、房产、论坛,友情链接、公告、调查等多个功能频道, 一站注册,一站登陆,一个后台,功能强大。全后台操作,方便管理。 程序后台带采集功能,可自动采集文章、图片、软件等信息,频道、栏目自行添加修改删除。 可设置绑定二级域名,整站支持伪静态和生成静态html功能。支持多级管理权限控制,多级管理权限设置。 程序适于地方门户、娱乐门户、行业门户、收费网站等类型站。 后台地址/admin/login.asp 用户名:admin 密码:admin888 验证码:8888 用户在使用过程中有什么疑问的到我们论坛来讨论 http://bbs.dahelife.com-Program demonstrates Address: http://fang.dahelife.com/ Web 5.0 in the river of life on the basis of the new features added rental. This program is place to live Harbor portals, developed with ASP+ ACCESS-based, Includes articles, pictures, download, store, quiz, Yellow Pages, space, blog, real estate, forums, links, bulletins, surveys and other functional channels Leg up, one-stop landing, a background, and powerful. Full background operation, convenient management. Background with a collection program feature that automatically collect articles, pictures, software and other information channels, columns add their own changes removed. Can be set to bind the secondary domain, the entire station to support pseudo-static and generate a static html feature. Multi-level management access control, multi-level management permissions. Procedures for the local portals, entertainment portals, industry portals, websites and other types of charging stations.
Platform: | Size: 16548864 | Author: ddg | Hits:

[WEB CodeCMS001_V3.0Beta

Description: CMS001 V3.0改进说明 1、改进了标签系统,在标签中支持标准的ASP代码,用{}来代替,让标签有更强的扩展性。尤其在隔行换色,条件输出方面,CMS001具有极大的优势,可以说是国内首创。CMS001也支持自定义函数了,格式:{=自定义函数名称(参数列表)},参数列表中支持现有的标签。 2、优化了缓存系统 为了最大程度地减少服务器压力,CMS001内核进行了重新架构,速度更快,更加省资源了。 3、增加了会员系统 会员系统采用AJAX无刷新的注册方法,让系统更加友好,具有注册、登录、忘记密码、找回密码这些功能。 4、增加了博客系统 博客系统支持纯静态和伪静态,您可以在后台进行设置,博客的模板具有极强的扩展性能。博客的菜单可以自定义。 5、增加了专题系统 6、系统设置做了改进,加长了版权信息,可以放入大段文本,增加了统计代码字段,让你可以更加方便加统计代码。-CMS001 V3.0 Improved description 1, improved labeling system, the label supports standard ASP code, using {} instead, the label has more scalability. Particularly in the interlace for color, condition the output side, CMS001 has great advantages, it can be said is the first. CMS001 also support custom functions, the format: {= self-defined function name (parameter list)}, the parameter list to support the existing labels. 2 to optimize the cache system In order to minimize pressure on the server, CMS001 re-kernel architecture, faster, more provincial resources. 3, an increase of membership system Membership system uses AJAX without refreshing the registration method, make the system more friendly, with registration, login, forgotten password, retrieve the password of these features. 4, an increase blog system Blog system supports pure static and pseudo-static, you can set in the background, blog template has a very strong expansion properties. The menu can be customized b
Platform: | Size: 3488768 | Author: dddd | Hits:

[WEB Code091_cc_movie2011_free_v4.8.3

Description: 电影频道联盟多风格伪静态后台版程序特点: ·占用空间小,建站成本低,无需等待,马上就可以拥有海量网站数据; ·免更新免维护,管理方便,操作简单,实现全站后台管理的全自动采集; ·实现前台与后台完全分离,可自定义后台管理路径!支持在任意目录下使用; ·实现全站URL路径伪静态功能,让各大搜索引擎收录更加友好; ·提供防SQL注入及跨站脚本攻击功能,确保程序更加安全; ·提供多个站点广告位并可在后台直接管理,轻松赚钱原来如此简单; ·提供天气预报、日期提醒、简繁转换、URL自助推广、站长工具包等实用小插件; ·提供多套站点风格并实现后台一键切换管理功能,更换主题随心所欲; 电影频道联盟多风格伪静态后台版 v4.8.3 (发布日期:2011-04-01) 更新日志: ·解决新增的奇艺、百度音影线路不能观看的问题; ·修复站点首页友情链接在IE8浏览器错位的问题;-Small space, establishment of low cost, without waiting, we can immediately have a massive site data Maintenance-free updates, easy management, simple operation, back office management to achieve full automatic collection stations To achieve complete separation of foreground and background can be customized admin path! Support for use in any directory URL path to achieve the station s pseudo-static function, so the major search engines more friendly Provide anti-SQL injection and cross site scripting attack capabilities, to ensure the program more secure Advertising can provide multiple sites directly managed in the background, the original is so simple to make easy money Provide weather forecasts, date reminders, yet so converted, URL self-promotion, webmaster tools and other useful small plug-in package Provide multiple sets of site style and realize the background of a key switch management capabilities, arbitrary replacement of the theme Multi-line theater
Platform: | Size: 338944 | Author: dddd | Hits:

[Data structsIntroduction-to-Algorithms

Description: 本书深入讨论各类算法,并着力使这些算法的设计和分析能为各个层次的读者接受。各章自成体系,可以作为独立的学习单元。算法以英语和伪代码的形式描述,具备初步程序设计经验的人就能看懂。说明和解释力求浅显易懂,不失深度和数学严谨性。   本书自第1版出版以来,已经成为世界范围内广泛使用的大学教材和专业人员的标准参考书。第2版增加了论述算法作用、概率分析与随机算法、线性规划等几章。同时,对第1版的几乎每一节都作了大量的修订。一项巧妙而又重要的修改是提前引入循环不变式-Depth coverage of various algorithms, and focus on the design and analysis of these algorithms for all levels of readers to accept. Self-contained chapters, can be used as stand-alone learning modules. Algorithm in the form of English and pseudo code description of the initial programming experience with people who can understand. Description and explanation for the easy to understand, without losing the depth and mathematical rigor. Since the publication of the book since version 1, has been widely used worldwide university textbooks and professional standards of reference. Section 2 discusses the algorithm to increase the role of probabilistic analysis and randomized algorithms, linear programming and other chapters. Meanwhile, 1 version of almost every section of all made a lot of amendments. A subtle but important change is the introduction of loop invariants in advance
Platform: | Size: 48775168 | Author: 曹思雨 | Hits:

[Algorithmrand

Description: 随机数在密码学中的具有十分重要的地位,被广泛用于密钥产生、初始化向量、时间戳、认证挑战码、密钥协商、大素数产生等等方面。本课题主要对确定性随机数产生器(伪随机数产生器)进行了研究-In cryptography, random number with a very important position, is widely used in key generation, initialization vector, time stamp, authentication challenge code, key agreement, large prime number generation, and so on. The main subject of deterministic random number generator of (pseudo-random number generator) were studied
Platform: | Size: 1293312 | Author: 李万雷 | Hits:

[OracleOracle-rownum

Description: 对于rownum来说它是oracle系统顺序分配为从查询返回的行的编号,返回的第一行分配的是1,第二行是2,依此类推,这个伪字段可以用于限制查询返回的总行数,而且rownum不能以任何表的名称作为前缀。-Rownum oracle for the system in order for the distribution of which is from the number of rows returned by the query and returns the first line of distribution is 1, the second line is 2, and so on, the pseudo-field can be used to limit the query returns the total the number of rows, and rownum not in any table name as prefix.
Platform: | Size: 6144 | Author: 小志 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net