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

Search list

[Graph programSlice2

Description: sclice segmentation algorithm which is the second one programmed by Coo.
Platform: | Size: 968534 | Author: 郑远节 | Hits:

[Graph programSlice2

Description: sclice segmentation algorithm which is the second one programmed by Coo.
Platform: | Size: 968704 | Author: 郑远节 | Hits:

[Windows Developradar_coodi_convert

Description: 雷达模拟视频扫描程序,花了很长时间的初稿-radar analog video scanning procedures, spent a lot of time the first draft
Platform: | Size: 2130944 | Author: 苏晨 | Hits:

[Menu controlCoord4.0

Description: 坐标变换 坐标变换 -coordinate transformation coordinate transformation coordinate transformation coordinate transformation
Platform: | Size: 1518592 | Author: 老虎 | Hits:

[Game Hook Crackcoolg

Description: 這是一個改遊戲名稱的程式,至於方法嗎?下載下來就知道了-This is a game change the name of the program, as an alternative? Download it know
Platform: | Size: 327680 | Author: 黃光廷 | Hits:

[JSP/Javacoo

Description: 用xml+swing+jdbc(hsqldb)写的电视广告管理软件 客户定义好广告的具体信息,系统根据广告的时间,主题,播放次数,给出其广告的一份推荐播放时段列表,客户确定好,生产合同 管理员可以定义电视台每天的广告时段,定义广告时段的价格,以及此时段的各种约束(比如可以放何种类型的广告,何种广告可以重复放,何种主题的广告可以一起放等等),同时客户可以查看广告的播放时段。 同时系统支持一些特殊广告(比如公益广告,或者重要新闻)的发布-Use xml+ swing+ jdbc (hsqldb) to write the television advertisement management software, the definition of good customer specific advertisement information, the system according to the advertisement of time, topic, number of players, give their ads to play slots recommend a list of customers to identify good, production contract administrator can define television advertising time slots every day, the price of the definition of advertisement slots, and at this time above the various constraints (such as to put what type of ads, what ads can duplicate release, subject to what the ads can work together release and so on), while customers can view the advertisement air time. At the same time system to support some special ads (such as public service ads, or important news) release
Platform: | Size: 212992 | Author: Lin | Hits:

[GIS programCoordTrans

Description: 本软件是一款集地图投影、坐标转换、GPS高程拟合和常用测绘工具于一身的共享软件。-This software is a set map projection, coordinate transformation, GPS Elevation fitting and mapping tools commonly used to share in the same software.
Platform: | Size: 6075392 | Author: 天狼 | Hits:

[GPS developCoordTransfer

Description: 七参数和大地坐标的转换,是初次开发GPS软件的好帮手-Seven parameters and geodetic coordinate conversion
Platform: | Size: 221184 | Author: 780626 | Hits:

[Dialog_WindowAccountAnlEntity

Description: Magazine detailed Skippy s professional life in an August 1938 profile of the East kennels, titled "A Dog s Life in Hollywood": Movie actresses stroke Skippy lovingly. They coo at him and murmur endearing terms in his ears. He takes it all in his stride, because, what with contracts, options, and exacting work before the movie cameras, he hasn t much time for the attentions of Hollywood s most beautiful stars. But if he s paid for it and given the proper cue he will snuggle in the arms of the loveliest of stars, gaze into
Platform: | Size: 3072 | Author: vpenkov | Hits:

[matlabProject

Description: A MATLAB based iterative threshold selection algorithm for cooperative sensing in a cognitive radio network.
Platform: | Size: 194560 | Author: bunti | Hits:

[MPIpru

Description: smallpt.cpp en MPI codigo de renderizado de smallpt.coo utilizando MPI
Platform: | Size: 3072 | Author: sandokan0250 | Hits:

[SMScoo.txt

Description: send sms with java co-send sms with java comm
Platform: | Size: 1024 | Author: chihaoui_med | Hits:

[Algorithmspmv_csr

Description: 稀疏矩阵的DIA/ELLPACK/COO/CSR/HYB表示形式,以及各表示形式下的稀疏矩阵乘法(稀疏大矩阵*矢量)的CUDA实现。对于矩阵中每一行稀疏元素个数较统一的情况,ELLPACK表示最佳,其次是HYB(ELL+COO)。 CUDA™ 是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题。 它包含了CUDA指令集架构(ISA)以及GPU内部的并行计算引擎。 开发人员现在可以使用C语言来为CUDA™ 架构编写程序-Sparse matrix DIA/ELLPACK/COO/CSR/HYB representation, as well as the representation of the sparse matrix multiplication (large sparse matrix* vector)' s CUDA implementation. For each row of the sparse matrix representing the number of elements the case of unification, ELLPACK that the best, followed by HYB (ELL+COO). NVIDIA CUDA ™ is introduced by a general purpose parallel computing architecture that makes the GPU to solve complex computational problems. It contains the CUDA Instruction Set Architecture (ISA) and the GPU parallel computing engine. Developers can now use the C language to write programs for the CUDA ™ architecture
Platform: | Size: 3282944 | Author: lipeng | Hits:

[Audio programyinyueyun-download

Description: 下载百度音乐无损品质音乐. 使用百度音乐时,可以添加收藏,收藏后的音乐列表会保存在http://yinyueyun.baidu.com中,并且提供下载链接。用java简单写了个下载自己收藏音乐的程序,过程中发现对于VIP的无损音乐,下载链接已经给出来了,只是在前台做了限制,这个,这个。。。。(Bug已经报给百度音乐,这里的代码只为方便自己和代码分享)。 本来想用用户名和密码登陆百度账号,可是在登陆时需要传递一个参数callback,这个参数不是服务器发送过来的,怀疑是根据什么参数在本地计算出来的,看不太懂js,这个功能就没实现。 使用步骤如下: 代码jar包使用maven管理,需要去apache网站下载maven,然后在项目根路径mvn install 浏览器登陆百度账号,查看浏览器中的cookie,取出名称为BDUSS的cookie的值,把它复制到com.yeetrack.yinyueyun包下的HttpTool.java中的cookieValue中。 执行MusicDownload.java中的main方法,即可。 下载下来的音乐,保存在项目根路径下的music文件夹,默认下载音质最好的。-Download Baidu music lossless quality music . Using Baidu music, you can add favorites , favorites list , after the music saved in http://yinyueyun.baidu.com , and the download link . Using java to write a simple download their favorite music program , found during the VIP lossless music, download link has been given out, but have been restricted in the foreground , this, this . . . . (Bug has been reported to Baidu music, here s the code only for the convenience of their own , and code-sharing ) . Had wanted to use the user name and password Baidu account, but the landing is required to pass a parameter callback, this parameter is not sent from the server , suspected to be based on what parameters calculated locally , and I do not understand js, this function is no realization . Use the following steps: Code using maven jar package management, you need to download apache maven, and then in the project root path mvn install Browser landing Baidu account, view the browser coo
Platform: | Size: 22528 | Author: 罗杰 | Hits:

[Algorithmcoo_crs_cds

Description: coo crs cds way to decomposition and their multiplication
Platform: | Size: 3072 | Author: chaitu | Hits:

[Othercoo

Description: 计算GPS卫星高度角和方位角,简单,适合初学者-Calculate the height angle and azimuth angle of GPS satellite
Platform: | Size: 41984 | Author: 杨明华 | Hits:

CodeBus www.codebus.net