资源列表
Practice1_14
- 字符串交叉输入,就是将一个字符串交叉的输入到了另一个字符串当中,比如:char a[4]= ABCD char b[4]= abcd 则char c[8]= AaBbCcDd-Cross-string input, is to cross a string input to another string of them, such as: char a [4] = ABCD char b [4] = abcd While char c [8] = AaBbCcDd
printhex16_dec_16
- 8051 Program convert hex number to dec
process
- 进程调度是处理机管理的核心内容。本实训要求用C语言编写和调试一个简单的进程调度程序。通过本实训加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-c language
Program105
- 简单的计算器,适合初学者。适合刚接触C#的大学生。-简单的计算器
project1102
- 这是我们的一次C++作业,主要牵涉到类的应用-This is a C++ jobs, mainly involving the application of class
puzzle100
- 自己实现的迷宫探路的小程序,它是用栈实现的-Pathfinder maze to achieve their own small program, which is achieved using the stack
python-nodel
- 主要是利用python读取商业软件的节点号码,方便用户来进行其他的利用-Basically is to use python read of commercial software node number
qiangfangjiaohui
- 测绘应用的小程序,是利用EXCEL,VBA编写的前方交汇程序,内容比较简单!-Mapping applications, applets, is the use of EXCEL, VBA program written in front of the intersection, the content is relatively simple!
qqchar
- 用于快速切换屏幕两个区域的图像以寻找不同,支持鼠标瞬间转向点击以适应某些游戏程序-For fast switching the screen image of the two regions to find a different, mouse click on an instant shift to adapt to certain games
qs
- 快速排序算法的实现,用C写的,在VC6.0下编译通过-quick sort using c
quantifle
- 实现R语言的求四分位数的程序,里面阐述里其代码的原理-The R language quartile program, which elaborated the principles of the code
Queue101
- 数据结构中队列的函数操作,用 C语言编程,对数据结构学习很有帮助-A function of the queue data structure in operation, with C language programming, data structure learning helpful