资源列表
OutputPrint.rar
- 改造了一下OutputDebugString函数,使其用起来就像printf函数一样实现格式化字符串输出,OutputDebugString function, then transform it to use to achieve the same function as printf format string output
batch_mod35
- 这个代码是根据研究投影的一副图像批量进行重投影-This code is based on the study projected an image batch reprojection
lisa
- 信号交通灯源码,在信号转变时有黄灯闪烁,非常人性化。-read blue yellow
examen1practicossd5
- this financial year 1 optional ssd5 this complete documented (the documentation is in Spanish) and rated 100 has a week to realize the performance and the course is 1-this financial year 1 optional ssd5 this complete documented (the documentation is
MapDemo
- 游戏地图显示的flex代码,主要用来显示游戏地图-flex game map
prototype4
- Implementation queue program
shuchuwanquanshu
- 输入一个范围,输出在这2个树之间的所有的完全数-Input a range, the output of all the perfect numbers between the two integers
timegetter
- 用于获取时间的小程序,需要改变一下再用,里面的函数很短,而且计算机过了零点就不能用了-Applet used to obtain the time, you need to change and then, inside the function is very short, and the computer over the zero point can not be used
te
- 进程调度算法演示,演示了最佳优先级算法。通过此来增加对操作系统的了解-Process scheduling algorithm demo, demo optimal priority algorithm
disanti
- 编写函数,实现:1)删除数组中相同元素;2)按照由小到大排序(除冒泡法)。例如:输入:{1,2,1,-1,0,0} ; 输出:{-1,0,1,2}-Write a function to achieve: 1) to delete an array of the same element 2) according to ascending order (except Bubble Act). For example: Input: {1,2,1,-1,0,0} Output: {-1,0,1
delete-folder-and--file
- 删除指定天数之前的文件夹及文件,递归删除-delete the specified number of days prior to folders and files
CatalanCalculater
- 两种卡特兰斯计算模板,含测试用例!采用动态规划打表的方式进行实现!-Catalan Numbers Calculater