-
Ezusb
C:CypressUSBExamplesFX2重要的实验程序cypress官方提供模版ezusb(C: CypressUSBExamplesFX2 important experimental procedures cypress official template ezusb)
- 2007-08-27 18:03:58下载
- 积分:1
-
cwp
地震波正演和显示模块,来源于SU,作了修改,可以不依赖于SU的头文件和库,可以独立编译运行。(Seismic waves forward and display module, from the SU, has been modified, you can not depend on the SU s headers and libraries, the compiler can be run independently.)
- 2007-11-15 07:43:34下载
- 积分:1
-
贪吃蛇
这是以前写的C++版贪吃蛇游戏,也是我学C++时的课程设计题目。通过这个游戏的开发,使我对编程有了更大的兴趣,也对自己逐渐有了信心。
贪吃蛇游戏的设计思路如下:
1)用二维数组来存储显示面板,即有蛇的地方用1表示,没有的地方用0表示,最后据此来绘制图。
2)用时间函数来控制小蛇的移动速度,如每个1秒或500ms等,可以用此来设置等级。
3)贪吃蛇所有的轨迹都是其蛇头走过的轨迹,所以只要记录蛇头的位置,其后的节点都跟随他。
4)用二维数组来记录蛇的所有节点。
- 2022-03-25 04:23:49下载
- 积分:1
-
voronoi3
voronoi图的Fortune算法源码,visual c++(Fortune s algorithm source code of voronoi diagram with visual c++)
- 2021-01-29 17:48:39下载
- 积分:1
-
h2
将天骄2服务端的加密文本文件与生成的软件放在同一目录下,点击批量转换,
完成后会在同目录下生成一个名为temp的文件夹,其中存放的就是转换后的文件.
因为加密和解密的规则完全相同,所以加密过程和解密过程相同,
也就是说如果原来的文件存放的是原文,转换后就会生成密文,如果原来是密文,转换后生成原文.
适用于天骄2,凤舞天骄的所有版本服务端.(The the Tianjiao 2 server encrypted text file in the same directory with the generated software, click on the batch conversion finished, it will generate a folder named temp in the same directory, which store the converted file encryption and decryption rules are identical, so the encryption and decryption process is the same, that is to say if the original file is stored in the original conversion will generate the ciphertext, if the original ciphertext, conversion generated text. apply to tianjiao, all of Fung Mo tianjiao, the version of the server.)
- 2013-04-27 11:47:04下载
- 积分:1
-
中缀转后缀
这中缀转后缀转换程序已经编写的基于栈的实现的概念
- 2022-12-24 07:55:03下载
- 积分:1
-
LEACH_Matlab_Code
matlab,V c++,代码实现,可以实现leach路由算法(use it in V c++)
- 2012-04-27 11:35:41下载
- 积分:1
-
arrangement
假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。)
对于给定的k 个待安排的活动,编程计算使用最少会场的时间表。
(Suppose you want to arrange a number of activities in the hall more than enough, and want to use as little as possible venue. Design an effective greedy algorithm arrangements. (This problem is actually well-known graph coloring problem. If each activity as a vertex map, with the side connected between incompatible activities. Makes coloring adjacent vertices with minimum number of different colors, corresponding to looking The minimum number of venue.)
K to be arranged for a given activity, calculated using a minimum of venue programming schedule.)
- 2014-10-22 11:00:45下载
- 积分:1
-
baw
json c 0,9 Source code and documentation()
- 2018-03-18 09:13:24下载
- 积分:1
-
多目标
基于遗传算法的多目标优化算法,都是基于pareto最优解讨论的多目标优化,遗传算法已经做过笔记,下面介绍pareto(帕累托)最优解的相关概念。本文是基于参考文献做的读书笔记。
- 2022-04-21 11:28:02下载
- 积分:1