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

Search list

[Mathimatics-Numerical algorithms61185221164200791194591929675

Description: 蚁群算法的matlab源码,该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1
Platform: | Size: 6865 | Author: 王艳艳 | Hits:

[Other resource784

Description: AT89S52单片机的一个2输入4输出跳转程序根据输入的不同做出不同的超做。
Platform: | Size: 1386 | Author: 赵阳 | Hits:

[Other resourceantcolony

Description: 该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1,
Platform: | Size: 6825 | Author: tangkezong | Hits:

[CSharp天气雷达显示控件

Description:

在下经过数月的努力,终于为现役的所有型号的新一代天气雷达极坐标原始数据制作了一个统一的用户接口,在下称之为雷达极坐标数据类动态链接库(Dll),不久前在下已通过网络广为散布了一个测试版(姑且这么叫吧)。她不仅支持Minshida sa/sb、cb、784 sc/cd、3830cc、中国局2.0版等5种雷达基数据文件的处理,而且还支持直接对上述数据文件的两种压缩文件进行处理;也就是说对压缩文件可以直接处理,无需再解压缩;显然这对于存储、读写、传输效率的提高是革命性的;而这却仅仅是这个Dll功能的冰山一角。这个类库几乎涵盖了所有能想到的对新一代天气雷达基数据的操作,她给使用者提供的是极为通俗的、可以用多种语言调用的类方法,她使使用者对雷达基数据的操作不再局限于用什么语言,更重要的是不再需要关心数据是什么雷达的数据,她真正实现了雷达基数据的操作与设备无关!


Platform: | Size: 1290982 | Author: plareny | Hits:

[Mathimatics-Numerical algorithms61185221164200791194591929675

Description: 蚁群算法的matlab源码,该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1-Ant colony algorithm matlab source code, the program attempts to have 31 cities to solve VRP, known optimal solution for the 784.1
Platform: | Size: 6144 | Author: 王艳艳 | Hits:

[SCM784

Description: AT89S52单片机的一个2输入4输出跳转程序根据输入的不同做出不同的超做。-AT89S52 MCU outputs a 2-input 4 Jump program made in accordance with different input to do a different super.
Platform: | Size: 1024 | Author: 赵阳 | Hits:

[DSP programasd7843

Description: 触摸屏驱动芯片AD7843的DSP驱动程序,欢迎下载,谢谢。-Touch screen drive the DSP chip AD7843 driver download welcome, thank you.
Platform: | Size: 35840 | Author: 张辉 | Hits:

[matlabantcolony

Description: 该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1,-The program attempts to have 31 cities to solve VRP, known optimal solution for the 784.1,
Platform: | Size: 6144 | Author: tangkezong | Hits:

[GUI DevelopCINRADPolar

Description: 为现役的所有型号的新一代天气雷达极坐标原始数据制作了一个统一的用户接口.支持Minshida sa/sb、cb、784 sc/cd、3830cc、中国局2.0版等5种雷达基数据文件的处理,而且还支持直接对上述数据文件的两种压缩文件进行处理;也就是说对压缩文件可以直接处理,无需再解压缩.-For active service all models of the new generation of weather radar polar coordinates the raw data produced a unified user interface. Support Minshida sa/sb, cb, 784 sc/cd, 3830cc, China Bureau version 2.0 data, such as five kinds of documents雷达基, but also in support of direct to the above two types of data files to deal with compressed files that is to say on the compressed file can be directly dealt with will no longer need to decompress.
Platform: | Size: 607232 | Author: 刘维成 | Hits:

[Mathimatics-Numerical algorithmsAnt_colony_algorithm_source_code

Description: 蚁群算法源程序.该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1-Ant colony algorithm source code
Platform: | Size: 7168 | Author: bocai | Hits:

[Modem program784

Description: ofdm project simulation using qam 64 for modulation and demodulation
Platform: | Size: 670720 | Author: hazem | Hits:

[VHDL-FPGA-Verilogsong

Description: module song(clk,key,song_out,led) input [7:0] key input clk output song_out output [7:0] led reg song_reg reg [21:0] count reg [19:0] delay reg [7:0] key_reg always @(posedge clk) begin count=count+1 if((count==delay)&(!(delay==20 d65535))) begin count=22 d0 song_reg=!song_reg end end always @(key) begin key_reg=key case(key_reg) 8 b0000_0001: delay=20 d47774 //zhong yin 1 523.3HZ 8 b0000_0010: delay=20 d42568 //zhong yin 2 587.3HZ 8 b0000_0100: delay=20 d37919 //zhong yin 3 659.3HZ 8 b0000_1000: delay=20 d35791 //zhong yin 4 698.5HZ 8 b0001_0000: delay=20 d31888 //zhong yin 5 784HZ 8 b0010_0000: delay=20 d28409 //zhong yin 6 880HZ 8 b0100_0000: delay=20 d25309 //zhong yin 7 987.8HZ 8 b1000_0000: delay=20 d23889 //gao yin 1 1046.5HZ default: delay=20 d65535 endcase end assign song_out=song_reg 文件: song.rar 大小: 357KB 下载: 下载 assign led=key_reg endmodule -module song (clk, key, song_out, led) input [7:0] key input clk output song_out output [7:0] led reg song_reg reg [21:0] count reg [19:0 ] delay reg [7:0] key_reg always @ (posedge clk) begin count = count+1 if ((count == delay )& (!( delay == 20' d65535))) begin count = 22 ' d0 song_reg =! song_reg end end always @ (key) begin key_reg = key case (key_reg) 8' b0000_0001: delay = 20' d47774 // zhong yin 1 523.3HZ 8' b0000_0010: delay = 20' d42568 // zhong yin 2 587.3HZ 8' b0000_0100: delay = 20' d37919 // zhong yin 3 659.3HZ 8' b0000_1000: delay = 20' d35791 // zhong yin 4 698.5HZ 8' b0001_0000: delay = 20' d31888 // zhong yin 5 784HZ 8' b0010_0000: delay = 20' d28409 // zhong yin 6 880HZ 8' b0100_0000: delay = 20' d25309 // zhong yin 7 987.8HZ 8' b1000_0000: delay = 20' d23889 // gao yin 1 1046.5HZ default: delay = 20' d65535 endcase end assign song_out = song_reg file: song.rar Size: 357KB Download: Download
Platform: | Size: 365568 | Author: 罗仲景 | Hits:

[Program doc564-784-fpga-1-develop

Description: 该文档主要针对Verilog语言的快速应用指南,包括语法、综合及硬件方面的应用等内容-The document aimed at the rapid application of Verilog language guide, including grammar, comprehensive and content of the application of hardware
Platform: | Size: 1737728 | Author: qin | Hits:

[Windows Developtsp2matlab

Description: 该程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1,我用该程序只能优化到810左右,应该是陷入局部最优,但我不知问题出在什么地方。请用过蚁群算法的高手指教。 蚁群算法的matlab源码,同时请指出为何不能优化到已知的最好解-The program attempts to have 31 cities of the VRP is solved, the optimal solution is known as 784.1, I use the program can only be optimized to about 810, should fall into local optimum, but I do not know where the problem is. Please teach master ant colony algorithm used. Ant colony matlab source, also please explain why not optimize the best solution to a known
Platform: | Size: 2048 | Author: liyanan | Hits:

[Mathimatics-Numerical algorithms15-4

Description: Example 编译:mpicc mst.c mst 运行:本实例中使用了5个处理器。 mpirun –np 5 mst 运行结果: Input the size of matrix:9 0 4 5 8 6 2 5 7 3 5 0 8 3 1 6 4 9 5 7 2 0 6 4 1 3 8 9 4 5 6 0 5 7 2 1 6 4 5 8 7 0 2 3 4 7 4 1 4 7 5 0 7 8 4 7 8 9 3 2 1 0 6 7 4 2 1 4 3 5 8 0 9 5 3 2 8 9 7 6 2 0 最终输出结果: the MST is: 0 0 0 0 0 2 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 2 0 0 0 0 0 0 0 1 0 0 1 0 0 0 2 0 0 0 2 1 1 0 2 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 2 0 0 0 0 0 0 说明:输出结果为最小生成树的边。 - Example Compile: mpicc mst.c mst Run: The example of the use of the five processors. mpirun-np 5 mst Run Results: Input the size of matrix: 9 045,862,573 508,316,495 720,641,389 456,057,216 458,702,347 414,750,784 789,321,067 421,435,809 532,897,620 The final output: the MST is: 000,002,000 000,011,000 000,001,012 000,000,010 010,002,000 211,020,100 000,001,000 001,100,000 002 million Description: The output for the minimum spanning tree edges.
Platform: | Size: 2048 | Author: aaa | Hits:

[Game Hook CrackChangeKey

Description: 魔兽争霸的改键工具,在win7下亲测可用。键盘456789分别对应小键盘的784512,可以快速的使用物品,另外我本来还想添加自主改建的功能,不过没时间,想要的人自己改改源程序就行。-Warcraft the change key tool in win7 available under pro-test. Corresponding to the keyboard 456 789 784 512 small keyboard, you can quickly use items I had wanted to add another independent function of conversion, but no time, you want to change people change their source code on the line.
Platform: | Size: 3439616 | Author: liuyang | Hits:

[AI-NN-PRAnt-colony-algorithm

Description: 程序试图对具有31个城市的VRP进行求解,已知的最优解为784.1-Program attempts to have 31 cities on the VRP is solved, the known optimal solution for the 784.1
Platform: | Size: 7168 | Author: 赖德川 | Hits:

[Windows DevelopAAnt_colony_an

Description: 蚁群算法源程序.该程序试图对具有31个城市的VRP进行行求解,已知的最优解为784.1,已通过测试。 -Ant colony algorithm source code of the program is trying to line solving the VRP with 31 cities, the known optimal solution of 784.1, has been tested.
Platform: | Size: 7168 | Author: 渗透 | Hits:

[ListView/ListBoxCRealtCopyV

Description: 784厂雷达基数据实时复制,监测体扫状态是否正常或延时以及监测网络连接是否断开。- Real-time replication the radar base data of 784 factory, monitoring the volume scan and web connect situation wether it is time-delay or not.
Platform: | Size: 2318336 | Author: zp | Hits:

[Windows Develop784

Description: 易语言移动手机支付源码,应用程序编程源码,很好的参考资料。-Mobile phone payment easy language source code, application programming source code, a good reference.
Platform: | Size: 512000 | Author: koggxcns | Hits:
« 12 »

CodeBus www.codebus.net