本程序使用c语言编写,主要实现最短路径问题的Dijkstra算法。
2019-12-21 22:24:41 1017B Dijkstra 最短路径 邻接矩阵 优化
1
用C语言写的坡度算法 从文件中读取dem等影像开始。一直到用坡度算法将坡度计算出来,
2019-12-21 22:21:16 43KB 坡度
1
井字棋又称一字棋、三字棋.此资源非原创.
2019-12-21 22:20:25 6KB 井字棋
1
用C语言编写的最坏适应算法,大家快下载吧。
2019-12-21 21:04:38 6KB C语言
1
位图可以节省内存资源,而C语言又是高效的编程语言
2019-12-21 20:12:38 3KB C语言
1
用verilog语言写的CPU,支持外部中断与时钟中断,并有中断屏蔽和中断嵌套,提供指令集文档与结构图。其中指令集文档有CPU每一拍控制信号的详细说明。
2019-12-21 20:10:43 35KB verilog 指令集 CPU 中断
1
自己写的俄罗斯方块游戏,用C语言,WIN32框架,学习C语言,游戏编写思路
2019-12-21 20:09:28 1.11MB C语言 游戏 俄罗斯方块 自己写的
1
自己写的Quartus||仿真的秒表,已经验证过了的
2019-12-21 20:04:51 23KB VHDL 秒表
1
用C语言写的串口调试精灵,包括详细的源码,对于想写上位机的很有帮助
2019-12-21 20:04:38 5.52MB 串口调试 C语言 串口 上位机
1
【文件格式是Linux下的gz压缩包,在Windows下可以用WinRAR解压】 本人原创的操作系统上机作业(源代码),自己编写一个简单的Linux下的shell(a simple myshell)!原题见William Stallings写的《Operating Systems - Internals and Design Principles》(操作系统--内核与设计原则): The shell must support the following internal commands: cd - change the current default directory to . If the argument is not present, report the current directory. If the directory does not exist an appropriate error should be reported. This command should also change the PWD environment variable. clr - clear the screen. dir - list the contents of directory environ - list all the environment strings echo - display on the display followed by a new line (multiple spaces/tabs may be reduced to a single space) help - display the user manual using the more filter pause - pause operation of the shell until 'Enter' is pressed quit - quit the shell The shell environment should contain shell=/myshell where /myshell is the full path for the shell executable (not a hardwired path back to your directory, but the one from which it was executed)
1