位图可以节省内存资源,而C语言又是高效的编程语言
2019-12-21 20:12:38 3KB C语言
1
一个用C语言写的svm代码,可以在vs环境下使用
2019-12-21 20:12:14 521KB c ,svm
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
c语言写的搜索引擎,完整版,想学的人可以下来看看,呵呆。。。
2019-12-21 20:08:20 114KB C 搜索 引擎
1
根据每一行的字符串长度进行排序,长度相同的根据字符串优先级进行排序
2019-12-21 20:06:06 68KB 字符串排序
1
c语言写的多协议多服务并发的服务器,主要用到多线程socket编程
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