-
In The Art of Project Management, you ll learn from a veteran manager of softwar...
In The Art of Project Management, you ll learn from a veteran manager of software and web development how to plan, manage and lead projects. This personal account of hard lessons learned over a decade of work in the industry distills complex concepts and challenges into practical nuggets of useful advice. Inspiring, funny, honest, and compelling, this is the book you and your team need to have within arms reach. It will serve you well with your current work, and on future projects to come.
- 2022-07-18 07:55:20下载
- 积分:1
-
AVR单片机WinAVR WAV
这是一个简单的SD音频播放器,只有一个8针微控制器。ATtinyX5系列(25/45/85)8针AVR微控制器有两个250kHz载波的快速PWM输出
- 2022-02-25 10:27:49下载
- 积分:1
-
这是一个加壳程序的C/C++源码,对TLS处理较好,外壳引导部分不是用asm实现的,直接用C。...
这是一个加壳程序的C/C++源码,对TLS处理较好,外壳引导部分不是用asm实现的,直接用C。-This is a shell in C/C source code, the right TLS processing better, shell is not used to guide some asm achieve, and the direct use of C.
- 2022-07-08 19:38:25下载
- 积分:1
-
该函数用来更新RTC中的时间,它仅有一个参数nowtime,是以秒数表示的当前时间。...
该函数用来更新RTC中的时间,它仅有一个参数nowtime,是以秒数表示的当前时间。-This function is used to renew the RTC time.There is just a parameter nowtime,the current time denoted by seconds
- 2022-07-24 14:28:42下载
- 积分:1
-
写出来的旅馆管理系统虽然还很粗糙,也不是很稳定,但是它也算是我学了这么久计算机一点小小的成就吧,也许显得有点可笑,但是偶尔得看到它也能让自己感到有一点点的满足,...
写出来的旅馆管理系统虽然还很粗糙,也不是很稳定,但是它也算是我学了这么久计算机一点小小的成就吧,也许显得有点可笑,但是偶尔得看到它也能让自己感到有一点点的满足,并不是什么都没学到,把它贴在这也是希望能有高手可以给我指点啊-Written by the hotel management system, although very rough, not very stable, but it can also be considered for such a long time I studied computer achieved a little bit, maybe it sounds a bit ridiculous, but occasionally get to see it they can feel a little bit of satisfaction, is not nothing to learn, it is also posted on the hope that you can give me advice ah
- 2023-04-22 12:30:04下载
- 积分:1
-
获取系统硬件信息,内存使用状况,process进程列表
void ExeCPUID(DWORD veax) //初始化CPU信息
{
__asm
{
mov eax,veax
cpuid
mov deax,eax
mov debx,ebx
mov decx,ecx
mov dedx,edx
}
}
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-23 22:54:57下载
- 积分:1
-
一组实现拖放操作的控件,支持所有windows下的拖放操作,包括文件,文本,URL,图片的拖放.全部源代码,强力推荐。...
一组实现拖放操作的控件,支持所有windows下的拖放操作,包括文件,文本,URL,图片的拖放.全部源代码,强力推荐。-achieve a group of drag and drop controls, and support all windows of drag-and-drop operations, including documents, text, URL, drag and drop the photos. Full source code, strongly recommended.
- 2022-11-15 04:15:03下载
- 积分:1
-
二维码标签生成器,具有多个功能
二维码标签生成器,具有多个功能,基于VC++6.0设计,可以调整二维码的版本,尺寸,掩码,可以在二维码标签中加入图标,图标大小不可调节,纠错率可调。。
- 2023-03-17 22:00:08下载
- 积分:1
-
infix notation to postfix notation converter
- 2022-05-07 01:53:23下载
- 积分:1
-
generate the gaussian noise
generate the gaussian noise
- 2022-12-19 07:55:02下载
- 积分:1