Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - test.m
Search - test.m - List
DL : 0
描述   某公司在对应聘者做过一轮笔试之后,从中选出n 人继续进行面试,每位应聘者被分配了一个整数ID。   为公平起见,组织者决定利用会议室外的圆桌,按以下方法“随机”确定面试顺序:第一个到达的应聘者在圆桌周围任意选择一个位置坐下;此后到达的每位应聘者都从前一应聘者出发,沿逆时针方向围圆桌走过m 人(前一应聘者算作走过的第1 人,同一人可能经过多次),并紧邻第m 人右侧就座;所有应聘者到齐后,从最后到达者出发,绕圆桌以顺时针方向为序进行面试。   这里假定应聘者到达的时刻互异,且相对的就坐位置确定后,左、右两人之间总能插入一把椅子。   试编写一个程序,确定面试顺序。 输入   共2行。   第1行包含两个整数, n和m。   第2行包含n个整数,表示先后到达的n个应聘者的ID。 输出   共1行。以空格分隔的n个整数,分别表示顺次进行面试的应聘者的ID。(After a company has done a written test of the candidate, n people are selected to continue the interview. Each candidate is assigned an integer ID. To be fair, the organizers decided to use the round table outside the conference room to "randomly" determine the interview sequence as follows: The first candidate who arrives at a random place around the round table sits down; each candidate arrives thereafter Candidates starting from the round table counterclockwise around m people (the previous candidate counted as walking through the first person, the same person may go through many times), and the m-th right seat; all candidates to Qi, starting from the last arrivals, around the round table in order to conduct an interview in the clockwise direction. Here assume that candidates arrive at different times, and the relative seating position is determined, the left and right can always insert a chair between the two.)
Update : 2024-05-19 Size : 460800 Publisher : 关林

DL : 0
input The input contains a number of test cases. Each test case is composed of multiple lines. The first line is an integer n two (1<=n 100) and m, n said inbound sequence for 1 to n. M indicates that there is then a m line outbound sequence. When n, M is 0, the end of the input is indicated. output For each outbound sequence, a line of YES is exported, otherwise a line of NO is output
Update : 2024-05-19 Size : 1024 Publisher : 天天团

the matlab code for kaerman tracking_Rocket sled contains six files, concluding data.txt, kaerman.m, sanciyangtiao.m, xianshuju.m, miss_1.m, miss_3.m. data.txt is the data of Rocket sled movement. kaerman.m is to test the Kalman tracking algorithm. sanciyangtiao.m is used to fit the missing data. xianshuju.m is plot the the data of Rocket sled movement. miss_1.m is the procedure to track the Rocker sled when one data is missed. miss_3m is the procedure to track the Rocker sled when three data is missed.
Update : 2024-05-19 Size : 6144 Publisher : wmy53530

DL : 0
用 dataset3 作为训练数据,用 dataset4 作为测试数据,采用不同的特征、训练样本数、分类方法进行比较实验,观察、分析实验结果的异同。 训练分类器的方法为最小错误率贝叶斯分类器(假设正态分布,先验概率各 50%)。使用BayesScript.m运行代码。(Using dataset3 as training data, dataset4 is used as test data, and different characteristics, training samples and classification methods are used for comparative experiments, and the similarities and differences of experimental results are observed and analyzed. The method of training classifier is the minimum error rate Bias classifier (assuming normal distribution, the priori probabilities are 50%))
Update : 2024-05-19 Size : 26624 Publisher : 张北岳

corr_signal.m文件可以通过自相关运算,将文件名为test的语音文件的音阶读出。 work1.m是一个GUI函数,图形化界面检测test.wav的音阶。 可用作展示自相关简单应用的过程。(The corr_signal.m file can read the phonetic order of the voice file named test by autocorrelation operation. Work1.m is a GUI function, the graphical interface detects the scale of the test.wav. It can be used as a process to show the simple application of autocorrelation.)
Update : 2024-05-19 Size : 68608 Publisher : 0o羽扇纶巾o0

DL : 0
使用matlab制作泰勒图,所需要的源代码。。。。。。。。。。。。。。。。。。。(This is a test to use the taylordiag.m ploting function. The data file taylordiag_egdata.mat is required together with the function "allstats" and "ptable". Both are available at: http://code.google.com/p/guillaumemaze/)
Update : 2024-05-19 Size : 22528 Publisher : smilelxf

After downloading, extract the file in the folder of your server. Since I'm using XAMPP as my localhost server, I've put the folder in htdocs folder of my XAMPP. Then, you can test whether you have successfully installed codeigniter by typing your app name in your browser. In my case, I named my app as codeigniter_validation so I'm using the below code. localhost/codeigniter_validation
Update : 2024-05-19 Size : 3074048 Publisher : querelajito

Downloading CodeIgniter Ajax File Upload using jQuery Code After downloading, extract the file in the folder of your server. Since I'm using XAMPP as my localhost server, I've put the folder in htdocs folder of my XAMPP. Then, you can test whether you have successfully installed codeigniter by typing your app name in your browser. In my case, I named my app as codeigniter_fileupload_ajax so I'm using the below code. localhost/codeigniter_fileupload_ajax
Update : 2024-05-19 Size : 3110912 Publisher : querelajito

用于正交试验求极差 可做m文件用 只要根据图中输入数字便可生成结果(Use of orthogonal test to find the difference)
Update : 2024-05-19 Size : 3072 Publisher : 王麻子剪刀

Other1
DL : 0
本标准规定了车用低压电线束的要求和试验方法、检验规则,以及标识、包装、运输与贮存和运用。 黄翔东,王兆华. 全相位数字谱分析方法[M].北京: 科学出版社, 2017年1月第1版(ISBN:978-7-03-051090-7) 学术专著源程序(This standard stipulates the requirements and test methods, inspection rules, marking, packaging, transportation, storage and application of low voltage wire bundles for vehicle use. Huang Xiangdong, Wang Zhaohua. All phase digital spectral analysis method [M]. Beijing: Science Press, January 2017 First Edition (ISBN:978-7-03-051090-7) academic monographs program)
Update : 2024-05-19 Size : 121856 Publisher : woain11

Other2
DL : 0
本标准规定了车用低压电线束的要求和试验方法、检验规则,以及标识、包装、运输与贮存和运用。 黄翔东,王兆华. 全相位数字谱分析方法[M].北京: 科学出版社, 2017年1月第2版(ISBN:978-7-03-051090-7) 学术专著源程序(This standard stipulates the requirements and test methods, inspection rules, marking, packaging, transportation, storage and application of low voltage wire bundles for vehicle use. Huang Xiangdong, Wang Zhaohua. All phase digital spectral analysis method [M]. Beijing: Science Press, January 2017 Second Edition (ISBN:978-7-03-051090-7) academic monographs program)
Update : 2024-05-19 Size : 121856 Publisher : woain11

Other3
DL : 0
协同过滤算法,用python检验,可用于推荐系统中的协同过滤推荐算法,进而进行计算模拟G代码和M代码说明代码说明?? G代码代码?? 前面带*号,表示MACH3不支持 G00? ??快速定位??? G01???直线切削?? G02???(Collaborative filtering algorithm, using Python test, but the collaborative filtering algorithm in recommendation system for and simulate the G code and M code code code code G???? in front with *, said MACH3 does not support G00??? Fast??? G01??? Cutting line?? G02???)
Update : 2024-05-19 Size : 38912 Publisher : wangchengxu

Other5
DL : 0
协同过滤算法,用python检验,可用于推荐系统中的协同过滤推荐算法,进而进行计算模拟G代码和M代码说明代温湿度实时监视报警,语音报警,可用于对温湿度敏感地区监视(Collaborative filtering algorithm, using Python test, but the collaborative filtering algorithm in recommendation system for and simulate the G code and M code code code code G???? in front with *, said MACH3 does not support G00??? Fast??? G01??? Cutting line?? G02???)
Update : 2024-05-19 Size : 78848 Publisher : wangchengxu

DL : 0
协同过滤算法,用python检验,可用于推荐系统中的协同过滤推荐算法,进而进行计算模拟G代码和M代码说明代温湿度实时监视报警,语音报警,可用于对温湿度敏感地区监视(Collaborative filtering algorithm, using Python test, but the collaborative filtering algorithm in recommendation system for and simulate the G code and M code code code code G???? in front with *, said MACH3 does not support G00??? Fast??? G01??? Cutting line?? G02???)
Update : 2024-05-19 Size : 78848 Publisher : wangchengxu

DL : 0
协同过滤算法,用python检验,可用于推荐系统中的协同过滤推荐算法,进而进行计算模拟G代码和M代码说明代温湿度实时监视报警,语音报警,可用于对温湿度敏感地区监视(Collaborative filtering algorithm, using Python test, can be applied to collaborative filtering recommendation algorithm in recommender system, and then calculate, simulate G code and M code, explain generation temperature and humidity real-time monitoring alarm, voice alarm, and it can be used for monitoring temperature and humidity sensitive area.)
Update : 2024-05-19 Size : 157696 Publisher : wangchengxu

Other26
DL : 0
协同过滤算法,用python检验,可用于推荐系统中的协同过滤推荐算法,进而进行计算模拟G代码和M代码说明代温湿度实时监视报警,语音报警(Collaborative filtering algorithm, using Python test, can be applied to collaborative filtering recommendation algorithm in recommender system, and then calculate, simulate G code and M code, explain generation temperature and humidity real-time monitoring alarm, voice alarm.)
Update : 2024-05-19 Size : 118784 Publisher : wangchengxu

压缩包内包含两个m文件,一个是直方图均衡化,另一个是频域滤波,即对一幅图像进行低通、高通滤波,并且使用高频强调和直方图均衡相结合的方法增强图像;另外包含了四张测试用的图片。(Compressed packet contains two m files, one is histogram equalization, the other is a low pass filtering in frequency domain, i.e., images of a high pass filter, and methods of using high frequency emphasis and histogram equalization combining image enhancement; also contains four test images.)
Update : 2024-05-19 Size : 97280 Publisher : 彷徨程序员

DL : 0
事件的频率 在一组不变的条件下,重复作n次试验,记m是n次试验中事件A发生的次数。 频率 为 f=m/n(Frequency of events Under a set of constant conditions, the N trial was repeated, and the number of events A occurred in the n test was recorded by M. Frequency is f=m/n)
Update : 2024-05-19 Size : 9216 Publisher : 左手你我

这是一个测试非常抱歉,该死的网站限制字数(this is a test txt. i'm sorry)
Update : 2024-05-19 Size : 1024 Publisher : test1111111111

lbp特征提取的matlab文件说明:一共有三个m文件,一个是lbp.m, 存放主要的lbp算法,一个是getmapping,用以做算法的辅助函数,一个是lbptest.m,存放着测试代码。这三个文件需要放到同一个文件夹,并在文件夹中添加相应的图片,具体的图片名字见lbptest.m的代码,运行lbptest.m可以查看结果。(The matlab file of LBP feature extraction shows that there are three m files, one is lbp.m, the main LBP algorithm is stored, the other is getmapping, used as an auxiliary function of the algorithm, the other is lbptest.m, and the test code is stored. These three files need to be put in the same folder and add the corresponding picture in the folder. The specific picture name is seen in the lbptest.m code, and running lbptest.m can see the results.)
Update : 2024-05-19 Size : 3072 Publisher : csuyuhaitao
« 1 2 ... 30 31 32 33 34 3536 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.