资源列表
[C#编程] FibonacciHeap
说明:FibonacciHeap是一种优先队列,就平均而言有很好的性能,所以在一些图论算法中可以用来作改进算法的数据结构,尤其是那些稀疏图,总之是很好的工具。下面以设计者的角度简单描述我设计它的过程和思路。-FibonacciHeap is a priority queue, on average, have a good performance, so in a number of graph theory algorithms can b<哈哈哈> 在 2024-12-26 上传 | 大小:4kb | 下载:0
[C#编程] ShannanCode
说明:今天的作业,想到可以直接由浮点数格式中取出尾数得到ShannanCode,麻烦点的地方是需要重新对阶,因为在尾数规格化省掉了一位,最终效率比较高。-Today s operation, I was thinking about floating-point format can be directly removed by the mantissa be ShannanCode, trouble point is the need to<哈哈哈> 在 2024-12-26 上传 | 大小:2kb | 下载:0
[C#编程] xiaoyuandaoyou111
说明:一个校园导游咨询程序,为来访的客人提供各种信息查询服务-A campus tour guide the consultation process, in order to provide visitors a variety of information inquiry service<吴群> 在 2024-12-26 上传 | 大小:2kb | 下载:0
[C#编程] BinaryTree
说明:使用二叉树的常见功能,在图形界面上画出二叉树的结构-The common use of binary tree functions in a graphical interface on the structure of painted tree<陈国富> 在 2024-12-26 上传 | 大小:558kb | 下载:0
[C#编程] ServerStyle
说明:为一C#源码,可以读取ArcEngine库中的符号。-For the C# Source, you can read ArcEngine library symbols.<李向阳> 在 2024-12-26 上传 | 大小:53kb | 下载:0
[C#编程] ProducerandConsumer
说明:在生产者/消费者模型中,生产者Producer负责生产数据,而消费者Consumer负责使用数据。多个生产者线程会在同一时间运行,生产数据,并放到内存中一个共享的区域。期间,多个消费者线程读取内存共享区,消费里面的数据。-In the producer/consumer model, the Producer is responsible for production data producers and consumers Consu<> 在 2024-12-26 上传 | 大小:1kb | 下载:0