-
音乐俱乐部系统
APU音乐俱乐部有一个很大的音乐从differentcountries的集合。becomesbigger集合,需要一个系统来管理现有的收集效率。的系统将被用来记录音乐收藏俱乐部的成员能够监控俱乐部musiccollection。有两个用户为系统;俱乐部成员,他们需要登录到系统,以添加、删除、编辑、搜索和查看collections,APU学生能从俱乐部搜索查看可用的音乐收藏
- 2022-08-05 19:54:19下载
- 积分:1
-
VistaSDK note. Rar introduction VISTA Development API
VistaSDK说明.rar 介绍VISTA的开发API-VistaSDK note. Rar introduction VISTA Development API
- 2022-03-13 06:37:33下载
- 积分:1
-
write C code conversion RISC_SPM into hex code, thus enabling RISC_SPM can use c...
C++写的 转换RISC_SPM 代码成hex code,从而使得RISC_SPM可以使用,代码及说明均在压缩包内-write C code conversion RISC_SPM into hex code, thus enabling RISC_SPM can use code and explanations were compressed within
- 2022-08-05 09:39:47下载
- 积分:1
-
USB编程应用
USB编程的简单应用,很好理解~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 2022-01-26 00:59:25下载
- 积分:1
-
xilinx hdl code
xilinx hdl code
- 2022-08-21 05:23:26下载
- 积分:1
-
VHDL 分隔符
VHDL 编程及其联合国 aplicative 临屋区,它执行的内存 ram 32 x 32 在 rom 64 x 48
- 2022-01-21 22:15:34下载
- 积分:1
-
通用人事管理系统,实现公司的职工资料管理,工资发放管理.人事管理...
通用人事管理系统,实现公司的职工资料管理,工资发放管理.人事管理-General personnel management system, information on the company" s staff management, payroll management. Personnel Management
- 2022-02-16 03:59:43下载
- 积分:1
-
PHP Bulk SMS Script.
A Bulk SMS PHP script to send SMS.
PHP Bulk SMS Script.
A Bulk SMS PHP script to send SMS.
- 2023-06-23 14:30:03下载
- 积分:1
-
Qt4连连看
#include "widget.h"
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
- 2023-04-28 14:15:04下载
- 积分:1
-
In some cases you need to display the callstack of the current thread or your ar...
In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads / processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding the implementation details (API) from the class interface
Support of x86, x64 and IA64 architecture
Default output to debugger-output window (but can be customized)
Support of user-provided read-memory-function
Support of the widest range of development-IDEs (VC5-VC8)
Most portable solution to walk the callstack
-In some cases you need to display the callstack of the current thread or your are just interested in the callstack of other threads/processes. Therefore I wrote this project.
The goal for this project was the following:
Simple interface to generate a callstack
C++ based to allow overwrites of several methods
Hiding
- 2022-02-14 18:26:54下载
- 积分:1