Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - test.m
Search - test.m - List
带PM2.5数据的知雨天气是一个基于安卓的带有PM2.5数据的天气预报源码,天气数据是直接访问的http://m.weather.com.cn/data/xxxxxxxxxx.html,xxxxxxx需要替换成城市代码,例如北京是101010100。获取到天气的json数据后把所有数据保存到本地的文件里,然后再在本地文件中读取数据显示到界面上,PM2.5数据由pm2d5.com提供,获取方式与天气获取方式雷同。定位是直接用的系统的定位,我在手机上测试的是现在的项目已经不显示天气信息了,有可能是定位失败(我的手机用GPS定位超级慢)也有可能是json返回的字段信息有变,与应用内定义的字段不一样。-With PM2.5 data knowledge rain weather is a based on Android with weather forecast PM2.5 data source, the weather data is direct access to the http://m.weather.com.cn/data/xxxxxxxxxx.html, XXXXXXX need to replace the city code, for example, Beijing is 101010100. Access to weather the JSON data to all data saved to a local file, and then in the local file read data display interface and PM2.5 data by pm2d5.com provided acquisition mode and the weather get similar ways. Localization is the direct use of the system positioning, I test on the phone is now the project has not displayed the weather information, there may be failure to locate (my cell phone with GPS positioning super slow) there may be a JSON object field information, and application in the definition of the field is not the same.
Update : 2024-05-19 Size : 4261888 Publisher :

DL : 0
压缩感知重构算法之正交匹配追踪(OMP)算法的MATLAB函数代码,并且给出单次测试例程代码、测量数M与重构成功概率关系曲线绘制例程代码-Compressed Sensing Reconstruction Algorithm of Orthogonal Matching Tracking (OMP) algorithm MATLAB function code and test routines are given a single code, measuring the number of M and reconstruction success probability plots draw sample code
Update : 2024-05-19 Size : 3072 Publisher : jiao

DL : 0
接打电话录音小例子是一个通话录音的例子源码,可以手动控制在接听或拨打电话的时候进行录音操作,(不过我在2.3.7的miui上测试没有效果,不知道是360作梗还是miui自身问题),没有测试4.0以上效果,需要的请自测,在项目编译版本4.2.2默认编码GBK。 -Pick up the telephone recording small example is a call recording source code examples to manual control in answering or call for recording operation. (but I m 2.3.7 MIUI test has no effect, do not know is 360 obstruct or MIUI itself), no test 4.0 effect, need, please self-test, the project compiled version 4.2.2 default encoding GBK.
Update : 2024-05-19 Size : 714752 Publisher : lianchuang

DL : 0
利用高斯过程回归建立软测量模型,主程序名为OnlineStage.m,包含数据,可以直接运行,亲测可用。-Gaussian process regression soft sensor model, the main program named OnlineStage.m, contains data that can be run directly, pro-test available.
Update : 2024-05-19 Size : 164864 Publisher :

DL : 0
This standard IEEE 30 bus test system data in matlab m file.-This is standard IEEE 30 bus test system data in matlab m file.
Update : 2024-05-19 Size : 1024 Publisher : sandeep

DL : 0
This standard IEEE 7 bus test system data in matlab m file.-This is standard IEEE 7 bus test system data in matlab m file.
Update : 2024-05-19 Size : 2048 Publisher : sandeep

粒子群算法(pso)标准测试函数验证程序。在一个m文件中包括了目前文献中用于验证的7个标准测试函数(Ackley等)、三维动态显示,粒子过分集中时打散等功能。旨在为学习和研究者pso算法的同仁提供一个功能较为完备、简单易懂的标准版本,对于初学者可以通过此程序快速的实现入门,以便将更多的精力投入到深层次的研究中去!同时愿与所有致力于此的朋友共同探讨pso算法的改进与应用方面(如多目标、动态系统等)的经验。-验。-PSO algorithm (PSO) standard test function verification process. M in a document, including the current literature is used to validate the seven standard test function (Ackley), 3D dynamic display, and the over-concentration of particles scatters when the function. Designed for researchers to study and colleagues at the PSO algorithm to provide a more complete functional and easily understood standard version, for beginners through this program to achieve rapid entry. in order to be more energy into depth study! While willing to work with all the friends here to discuss PSO algorithm improvements and applications (such as multi-target, Dynamic systems, etc.) experience.
Update : 2024-05-19 Size : 3072 Publisher : 阿萨德

1. Run mex -setup and choose a proper complier (Microsoft Visual C++ 6.0 is prefered) Would you like mex to locate installed compilers [y]/n? y 2. Put cec15_func.cpp and input_data folder with your algorithm in the same folder. Set this folder as the current path. 3. Run the following command in Matlab window: mex cec15_func.cpp -DWINDOWS 4. Then you can use the test functions as the following example: f = cec15_func(x,func_num) here x is a D*pop_size matrix. 5. main.m is an example test code with PSO algorithm.-1. Run mex -setup and choose a proper complier (Microsoft Visual C++ 6.0 is prefered) Would you like mex to locate installed compilers [y]/n? y 2. Put cec15_func.cpp and input_data folder with your algorithm in the same folder. Set this folder as the current path. 3. Run the following command in Matlab window: mex cec15_func.cpp -DWINDOWS 4. Then you can use the test functions as the following example: f = cec15_func(x,func_num) here x is a D*pop_size matrix. 5. main.m is an example test code with PSO algorithm.
Update : 2024-05-19 Size : 2034688 Publisher : bhalab

matlabmp3
DL : 0
it is mp3 MPEg2 Video Encoder, Only I frames currently encoded. The encoded files can be played using any player i used vlc player. As usual some 1. Use one test.avi file, preferrable 128 x 128 size, you can download http://support.microsoft.com/kb/119383 2. This is just the initial code, updates are likely to happen. One can use this code just for initial study purposes, for example bit stream packing, basic of video etc. Will further modify this for P frame encoding and will make a simple Profile. If you happen to use this code and update for P frames please give the link. Running: 1. Open main_video_enc.m, use the test file to be encoded. 2. Encoded file will be test.m2v. Play using vlcplayer. 3. Only 15 frames are encoded currently modify the index to increase. -it is mp3 MPEg2 Video Encoder, Only I frames currently encoded. The encoded files can be played using any player i used vlc player. As usual some 1. Use one test.avi file, preferrable 128 x 128 size, you can download http://support.microsoft.com/kb/119383 2. This is just the initial code, updates are likely to happen. One can use this code just for initial study purposes, for example bit stream packing, basic of video etc. Will further modify this for P frame encoding and will make a simple Profile. If you happen to use this code and update for P frames please give the link. Running: 1. Open main_video_enc.m, use the test file to be encoded. 2. Encoded file will be test.m2v. Play using vlcplayer. 3. Only 15 frames are encoded currently modify the index to increase.
Update : 2024-05-19 Size : 857088 Publisher : raushan

DL : 0
This code is a Matlab implementation of the tracking algorithm described in: Object Tracking Using Adaptive Object Color Modeling =============================================================================== The code runs on Windows 10 with MATLAB R2016a. a test sequence test.avi is included so you can simply run Demo.m Object center locations are saved in output.mat- This code is a Matlab implementation of the tracking algorithm described in: Object Tracking Using Adaptive Object Color Modeling =============================================================================== The code runs on Windows 10 with MATLAB R2016a. a test sequence test.avi is included so you can simply run Demo.m Object center locations are saved in output.mat ================================================================================
Update : 2024-05-19 Size : 3108864 Publisher : Ehs R

SCMDSM
DL : 0
基于51单片机的DSM-301射频模块测试程序.远距离电子标签被广泛应用在人员、车辆、资产的智能化识别、定位、跟踪、监控和管理。在校园、医院、矿井、敬老院、监狱、停车场、物流、景区、动物园等场合有着成熟的应用。 DSM-301电子标签识别模块工作在2.4GHz-2.45GHz微波段,内置天线,内置信号衰减控制器,可有效识别1—50米范围内的电子标签。 DSM-301模块内置信号衰减控制模块,可有效控制读卡的距离,识别距离精度可达1米以内-51 microcontroller-based RF module DSM-301 test program. Distance RFID is widely used in personnel, vehicles, assets intelligent identification, positioning, tracking, monitoring and management. Campus, hospitals, mines, nursing homes, prisons, car parks, logistics, resorts, zoos and other occasions has a mature application. DSM-301 to electronically identify the module in a microwave band 2.4GHz-2.45GHz, built-in antenna, the built-in signal attenuation controller, can effectively read barcode within 1-50 m range. DSM-301 module built-in signal attenuation control module, which can effectively control the distance between the reader, the recognition accuracy of up to 1 meter distance within
Update : 2024-05-19 Size : 40960 Publisher : 吴定位

DL : 0
本科毕设要求参见标准测试模型,已经调试成功.内含m文件,可直接运行,基于掌纹识别的在线身份验证 识别算法本科毕设。- Undergraduate complete set requirements refer to the standard test models, Has been successful debugging. M contains files can be directly run, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity.
Update : 2024-05-19 Size : 4096 Publisher : 王峰书

Forex NightFox EA,做欧磅15M,下载测试的时候,主要根据不同的平台调整GMT时间。-Forex NightFox EA, do the 15 m pounds, download the test of time, mainly adjust GMT time according to different platforms.
Update : 2024-05-19 Size : 446464 Publisher : zhuluo

Forex Knight Rider EA,这个EA是做欧美15M的,测试效果还可以,是剥头皮的。-Forex Knight Rider EA, Europe and the United States is this EA for 15 m, test results can also, is the scalp.
Update : 2024-05-19 Size : 3072 Publisher : zhuluo

DL : 0
Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to answer each of the below questions. (a) Given a positive integer N, check whether it is prime or not. 1-1• Input: N • Output: Prime or Not • For example, Input: 31 • Output: prime (b) Given a positive integer N, find the smallest prime greater than N. • Input: N • Output: M • Example: Input: 25 • Output: 29 (c) For a composite number, N = 221 (13 ×17), Miller-Rabin test outputs N = 221 as ‘prime’ for a = 174. Such a are known as strong liars. Find all other strong liars for the N = 221. Similarly, for a = 137 , it shows that N = 221 is composite. Such a’s are known as strong witness of compositeness. Find other strong witnesses if any.-Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to answer each of the below questions. (a) Given a positive integer N, check whether it is prime or not. 1-1• Input: N • Output: Prime or Not • For example, Input: 31 • Output: prime (b) Given a positive integer N, find the smallest prime greater than N. • Input: N • Output: M • Example: Input: 25 • Output: 29 (c) For a composite number, N = 221 (13 ×17), Miller-Rabin test outputs N = 221 as ‘prime’ for a = 174. Such a are known as strong liars. Find all other strong liars for the N = 221. Similarly, for a = 137 , it shows that N = 221 is composite. Such a’s are known as strong witness of compositeness. Find other strong witnesses if any.
Update : 2024-05-19 Size : 1024 Publisher : jitender grover

DemoCodesOutex.m shows the basic operations of CLBP. please download Outex Database http://www.outex.oulu.fi first and then extract the Outex_TC_00010 to the correct folder. ClassifyOnNN.m computes the classification accuracy clbp.m generates CLBP operator distMATChiSquare.m computes the dissimilarity between training samples and a test sample ReadOutexTxt.m gets picture IDs and class IDs txt for Outex Database-DemoCodesOutex.m shows the basic operations of CLBP. please download Outex Database http://www.outex.oulu.fi first and then extract the Outex_TC_00010 to the correct folder. ClassifyOnNN.m computes the classification accuracy clbp.m generates CLBP operator distMATChiSquare.m computes the dissimilarity between training samples and a test sample ReadOutexTxt.m gets picture IDs and class IDs txt for Outex Database
Update : 2024-05-19 Size : 17408 Publisher : sekhar

本设计主要对4PSK调制方式的信号,利用MATLAB的m文件进行最佳接收机的设计与仿真。对输入的叠加噪声的4PSK调制信号进行接收,利用相关解调器来实现信号解调,及最大似然准则来实现检测器。在相关解调器中,接收信号分别与基函数 和 相乘再积分。在检测器中,利用相位来判断输出,从而最终得到接收的数据。采用随机二进制数通过4PSK调制后叠加高斯白噪声再对设计的接收机进行测试,从测试的结果可看出,在信噪比大于-8dB时,误码率为0,说明该接收机较好的实现了抗噪声性能。-The design of the main 4PSK modulation mode of the signal, the use of MATLAB m file for the best receiver design and simulation. The 4PSK modulated signal of the input superimposed noise is received, and the demodulator is realized by the relevant demodulator, and the maximum likelihood criterion is used to realize the detector. In the associated demodulator, the received signal is multiplied by the basis function and multiplied by the basis function. In the detector, the output is judged by the phase, and finally the received data is obtained. Using the random binary number through 4PSK modulation after the superposition of white noise and then the design of the receiver to test the test results can be seen in the signal to noise ratio greater than-8dB, the bit error rate is 0, indicating that the receiver is better The realization of the anti-noise performance.
Update : 2024-05-19 Size : 21504 Publisher : kangyuxiang

双摆是一种扭力摆,可用于实验测量测试对象的质量惯性矩。典型的应用是测量飞机,特别是小型无人机(UAV)的质量惯性矩。该模型对应于以下文章中讨论的模型: Jardin,M.,Mueller,E.,“Optimized Measurements of Unmanned Air Vehicle Mass Moment of Inertia with a Bifilar Pendulum”,Journal of Aircraft,Vol。46,No. 3,May-June 2009,pp。763-775。 本文还在2007年的AIAA GNC会议上提出: Jardin,M.,Mueller,E.,“Optimized Measurements of UAV Mass Moment of Inertia with a Bifilar Pendulum”,AIAA-2007-6822,AIAA GNC Conference,Hilton Head ,SC,2007年8月20 - 23日。-The bifilar pendulum is a torsional pendulum that can be used to experimentally measure the mass moment of inertia of a test object. A typical application is to measure mass moment of inertia of aircraft, especially small unmanned air vehicles (UAV). This model corresponds to the one discussed in the following article: Jardin, M., Mueller, E., Optimized Measurements of Unmanned Air Vehicle Mass Moment of Inertia with a Bifilar Pendulum, Journal of Aircraft, Vol. 46, No. 3, May-June 2009, pp. 763-775. This paper was also presented at the AIAA GNC Conference in 2007: Jardin, M., Mueller, E., Optimized Measurements of UAV Mass Moment of Inertia with a Bifilar Pendulum, AIAA-2007-6822, AIAA GNC Conference, Hilton Head, SC, Aug. 20-23, 2007.
Update : 2024-05-19 Size : 3040256 Publisher : 叹稀奇

DL : 0
粒子群算法(pso)标准测试函数验证程序,在一个m文件中包括了目前文献-Particle swarm optimization (pso) validation procedures, standard test functions in a m documents including the current literature
Update : 2024-05-19 Size : 3072 Publisher : QR!129

DL : 0
粒子群算法(pso)标准测试函数验证程序,在一个m文件中包括了目前文献-Particle swarm optimization (pso) validation procedures, standard test functions in a m documents including the current literature
Update : 2024-05-19 Size : 3072 Publisher : nhz@493900
« 1 2 ... 28 29 30 31 32 3334 35 36 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.