资源列表
SSA
- 自己编写的Gillespie算法,例子是一个二维的动力系统-an example of Stochastic Simulation
PartsOfExperiment1
- 对线性表的插入、排序、查找和删除进行操作-Linear table insert, sort, find and delete operations
1
- 输入顶点,边数,查询城市最短路径问题,达到求解的地步-Input vertices, number of edges, the query the city shortest path problem, to the point of solving
Goldbach-Guess
- 验证歌德巴赫猜想 puts("=== === === === === === === === === === ") puts("|| This program will verify the Goldbach Guess. ||") puts("|| That is any positive even number can be broken up into ||") puts("|| the sum of two prime numbers. ||") p
7_2_1
- 使用指针操纵数组,求n个元素的整数数组中元素的平均值-The average value of the pointer to manipulate arrays, find n-element integer array elements
sesan
- 通过用类似于阶跃折射率型光纤的理论,计算光子晶体光纤的基模模式折射率和色散。 -By analogy with the theory of step-index fibers, the effective index of the fundamental mode and the dispersion of PCF can be calculated.
cPP_5.12
- 本程序主要完成多用途不同质量单位,长度单位的双向转换功能-This procedure mainly complete multi-purpose different quality unit, the unit length of bidirectional conversion function
1
- 链表 - 建立FIFO表 计算机导论与程序设计课件-Linked list- the establishment of the the FIFO table Introduction to Computer Science program design courseware
taoliao
- 用在AUTO CAD里面直接套料的插件程序-With direct nesting inside AUTO CAD plug-ins
a-questopn
- 公元13世纪上半叶,蒙古军队一路西征杀向欧洲。在进军途中,蒙古骑兵以旗为单位沿一条道路相继开进。为了给后面的队伍指路,每当遇到一个道路分叉处时,就在路旁堆石头堆作路标,堆一堆石头表示直行,堆两堆石头表示右转,堆三堆石头表示左转。试用C语言编写一个程序,计算出通过的路口数目。假设每个相邻路口间路段的长度基本相等且开始的方向向西(以此判断第一个路口,即出发时向哪个方向走),用输出eswn四个字母或其组合来确定最终的地点相对于出发地(即第一个路口)的方位。 输入:只有一行,分别用1、2和3表
24C64
- 基于51单片机的24C64驱动程序,多个扇区的同时操作等功能,将不同的函数进行了封装,可以直接使用-51 singlechip driver based on 24C64, a plurality of sectors and operating functions, the different functions of the package, can be used directly
huffmantree
- 这段编码实现了霍夫曼树的基本编码,可以说是数据结构的一些浅显应用,为以后深入研究打好了基础 -Basically, encoding basic coding Huffman tree, we can say some simple and obvious application of the data structure, lay the foundation for future in-depth study