-
判断一个整数N 是不是回文数(10 进
制和2 进制都要是回文):例如1,3,5 都
满足条件。...
判断一个整数N 是不是回文数(10 进
制和2 进制都要是回文):例如1,3,5 都
满足条件。-Determine an integer number N is not a palindrome (10 M and 2 M to be the palindrome): for example, have to meet conditions 1,3,5.
- 2022-01-21 04:12:05下载
- 积分:1
-
这是一个医院管理系统的日常管理的医院。
这是一个医院管理系统,用于医院的日常管理,也可下载学习-This is a hospital management system for the daily management of the hospital can also download the learning
- 2022-08-11 01:21:32下载
- 积分:1
-
a look at the software source code, I write their own beauty, but it is not very...
一个看密码的软件源码,我自已写的啦,却不是很好看呀。你就将就吧。-a look at the software source code, I write their own beauty, but it is not very good at it. You will be on it.
- 2023-01-28 21:25:03下载
- 积分:1
-
石源代码教程,如果客户端提供的服务工具,可以在A源代码中获取源代码..
石器源代码编译教程,如果拿到石器服务端源码不知所措,那就用上它咯!-Stone source code tutorial, if the client service tools to get source code at a loss, then use it pyronaridine!
- 2023-03-31 15:55:08下载
- 积分:1
-
服务器与客户端 简单的服务器模式 聊天室
服务器与客户端 简单的服务器模式 聊天室-Server and simple client server model chat room
- 2023-08-30 19:55:03下载
- 积分:1
-
一个文件搜索的例子,值得参考
一个文件搜索的例子,值得参考-Example of a file search, it is also useful
- 2022-01-28 22:48:56下载
- 积分:1
-
PJSIP测试程序,学习PJSIP的好资料,一定会对你有所帮助
PJSIP测试程序,学习PJSIP的好资料,一定会对你有所帮助-PJSIP test procedures, learning PJSIP good information, we will help you
- 2022-02-03 16:58:15下载
- 积分:1
-
基于wince5.0下的,PXA270的GPIO中断驱动源码,任意一个GPIO都可以作为一个外部中断。...
基于wince5.0下的,PXA270的GPIO中断驱动源码,任意一个GPIO都可以作为一个外部中断。-Based on wince5.0 under, PXA270 drive the GPIO interrupt source, any one of GPIO can be used as an external interrupt.
- 2022-06-14 03:51:01下载
- 积分:1
-
对基本的vc程序控制的研究比较,与大家分享,好…
学习VC控件的比较基础的程序,与大家分享,适合初学者-Comparison of VC control study of the basic procedures, to share with you, suitable for beginners
- 2022-06-01 09:12:58下载
- 积分:1
-
计算机组成原理中的构建CPU
将一个现有的16位带流水的CPU改造成8位带流水CPU,可以增加功能,但不能减少原系统功能。 阅读源代码,源代码主要包括9个实体文件: (A)CPUEntity(完整的CPU) (B)ExEntity(指令执行模块) (C)Addr_muxEntity(地址选择模块) (D)ForwardingEntity(旁路处理模块) (E)HazardDetectEntity(结构相关处理模块) (F)IDEntity(指令译码模块) (G)IFEntity(取指模块) (H)MemAccessEntity(访存模块) (I)unitPack(常量定义文件) 其中(I)是辅助文件,(
- 2022-08-19 22:13:27下载
- 积分:1