资源列表
4510
- 算法题:2013腾讯编程马拉松初赛第二场(3月22日)小Q系列故事——为什么时光不能倒流 输入首先包含一个整数N,表示有N组测试用例。 接下来的N行表示N个测试用例,每行包括2个时间HH:MM:SS hh:mm:ss HH:MM:SS表示当前的时间,hh:mm:ss表示希望倒退回去的时间。 [Technical Specification] 00<=HH<=11 00<=hh<=99 00<=MM, SS, mm, ss<=59
ZJU-PAT-Data-Structure-Source-code
- 浙江大学Programming Ability Test《数据结构学习与实验指导》实验项目集里面30道题左右的答案。 网址http://pat.zju.edu.cn/ 做PAT里面的题时,我自己写得代码。-Zhejiang University Programming Ability Test " data structure learning and experimental guidance" pilot project set inside 30 question
DSAAIC
- Mark ALLEN Weiss的著名书籍数据结构与算法分析里面的源代码,包括基本的数据结构,如链表、栈、队列、堆、树、AVL树、红黑树、各种排序算法.-Mark ALLEN Weiss' s famous book data structure and algorithm analysis inside the source code, including basic data structures such as linked lists, stacks, queues, heap,
q1-assignment3
- this code is about add two numbers and give output is mathematics format
square-width-and-height
- find the square length and width and apply the formula of geomatry
find-the-height-and-width-of-the-circle
- apply the geometry formula and find the diameter of the cricle
findspeed
- Physics formula of speed and find the speed of car in meter per second
PWM
- 实现单片机PWM的输出控制接口,可用于接口调试等-MCU PWM output control interface, can be used to interface and debugging
fengpeng_string_class-master
- 自己写的string类c++,不是特别全,但能用-Write your own string class c++, is not particularly wide, but can
2
- 实验二、进程控制(15分) 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程
DataStruct
- 数据结构常用算法及所有常用数据结构的C语言实现-DataStruct Algorithm
code
- 用克拉默方法计算方程组,方程组的系数需要在源代码中输入-Cramer calculated using equations,Coefficient equations need to enter in the source code
