-
报警程序比较简单,中午和下午提醒一点。
闹钟程序,比较简单,中午和下午各提醒一次,时间请有需要者自行在程序里改-alarm procedures are relatively simple, at noon and in the afternoon to remind a time please those who need to change the program
- 2022-02-06 05:25:46下载
- 积分:1
-
一个C++的垃圾收集框架
一个C++的垃圾收集框架-a framework for the collection of garbage
- 2022-12-18 14:10:02下载
- 积分:1
-
最小二乘法C语言源码,便于移植在嵌入式系统
最小二乘法C语言源码,便于移植在嵌入式系统-source code using language c of least square method
- 2022-09-27 09:30:02下载
- 积分:1
-
颜色模式下雾中茶壶
颜色模式下雾中茶壶-color mode teapot Mist
- 2022-01-26 05:51:47下载
- 积分:1
-
实现线性表的源程序
实现线性表的源程序-Linear List of the source
- 2023-03-23 16:25:03下载
- 积分:1
-
2款用C++ 和 MFC 做的工具 一个通讯录和一个计算器
2款用C++ 和 MFC 做的工具 一个通讯录和一个计算器-2, with C++ and MFC do tools for an address book and a calculator
- 2022-04-27 02:03:03下载
- 积分:1
-
本压缩包里 有两个程序一个是vc++和arm的c语言在ads中开发。功能主要是串口发送命令个arm,然后arm响应命令,然后执行操作。对初学arm和vc的人很有...
本压缩包里 有两个程序一个是vc++和arm的c语言在ads中开发。功能主要是串口发送命令个arm,然后arm响应命令,然后执行操作。对初学arm和vc的人很有帮助-The compression bag has two procedures one is vc++ And arm of the c language developed in the ads. Function is mainly to send the serial order of arm, and then arm in response to command, and then perform operations. Arm of the beginner and those who vc helpful
- 2022-01-23 10:26:38下载
- 积分:1
-
vc6.0下的控制台程序,学生考试查询系统,初次进入设置管理员账号。同学课程设计作品。...
vc6.0下的控制台程序,学生考试查询系统,初次进入设置管理员账号。同学课程设计作品。-vc6.0 console under the procedures, examination of referral systems, the initial entry to set up an administrator account. Students design courses.
- 2023-01-08 05:35:03下载
- 积分:1
-
与平台无关的图像库
与平台无关的图像库-platform-independent image library
- 2022-10-31 16:45:03下载
- 积分:1
-
应用MMX和SSE优化的内存复制
对于一般情况,VC自带的memcpy效率一般。但在处理大块内存和大内存运算上,效率就不高了。实际上CPU的扩展指令集MMX、SSE及后期64位和128位指令可以简单改善内存操作。不过也有一些限制,由于要考虑CPU指令序列前后,否则优化效果不明显。这是一个使用MMX/SSE的简单优化例子。
- 2022-06-30 20:03:01下载
- 积分:1