-
some simple Java source code for all to share, we learn from each other
一些简单的JAVA源码,供大家分享,大家互相学习-some simple Java source code for all to share, we learn from each other
- 2022-09-01 12:05:03下载
- 积分:1
-
C common template library, as detailed in the annex to the Smart.h, test.cpp see...
C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.cpp see examples include : automatic target CAutoPtr support multiple elements, will assign values to completely pass on the right values smartphone left CSmartBuf buffer for the definition of the stack buffer of unknown size, highly efficient and versatile Fast mapping CQuickMap] ring cohort CRingQ
- 2023-09-05 10:35:03下载
- 积分:1
-
这是最新出版的API函数大全,爱好API函数的同志们快来下载吧...
这是最新出版的API函数大全,爱好API函数的同志们快来下载吧-This is the latest edition of API grade, loving API function comrades Come download it
- 2023-08-02 15:15:04下载
- 积分:1
-
程序启动画面示例代码
程序启动画面示例代码-commencement picture sample code
- 2022-06-20 09:38:08下载
- 积分:1
-
<模拟电子时钟的程序>
算法:将当前时间显示到屏幕,当时间发生变化时,清屏,显示新的时间(当有键盘操作时退出程序)。
(显示时间格式...
算法:将当前时间显示到屏幕,当时间发生变化时,清屏,显示新的时间(当有键盘操作时退出程序)。
(显示时间格式:小时:分钟:秒)
-" Analog electronic clock program" algorithm: the current time displayed on the screen, when the time change, clear screen, display the new time (when there is the keyboard operation, exit procedures). (Show Time format: hours: minutes: seconds)
- 2022-03-24 07:12:34下载
- 积分:1
-
I/O reference beginners to practice procedures.
I/O初学者参考,练习程序。-I/O reference beginners to practice procedures.
- 2022-01-31 06:00:42下载
- 积分:1
-
« 问题描述:
给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下。
(1) n∈set(n);
(2) 在n的左边加上一...
« 问题描述:
给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下。
(1) n∈set(n);
(2) 在n的左边加上一个自然数,但该自然数不能超过最近添加的数的一半;
(3) 按此规则进行处理,直到不能再添加自然数为止。
例如,set(6)={6,16,26,126,36,136}。半数集set(6)中有6 个元素。
注意半数集不是多重集。集合中已经有的元素不再添加到集合中。
« 编程任务:
对于给定的自然数n,编程计算半数集set(n)中的元素个数。
« 数据输入:
输入数据由文件名为input.txt的文本文件提供。
每个文件只有1 行,给出整数n。(0
- 2022-02-15 12:30:46下载
- 积分:1
-
vbexploler编辑或反编译VB项目
VBExploler edit or decompile VB project
- 2023-06-01 19:00:03下载
- 积分:1
-
循环链接列表
这是一个简单的代码在 c + + 中的循环链接列表。欢迎下载和使用。非常感谢您的支持。
- 2022-04-30 20:37:54下载
- 积分:1
-
V1.1版修正了二次释放窗口会出错的问题。
运行主程序,先点“开始钩挂”然后在要抓包的游戏或者程序里面按小键盘的星号键呼叫。
然后点“开始”,就可以抓...
V1.1版修正了二次释放窗口会出错的问题。
运行主程序,先点“开始钩挂”然后在要抓包的游戏或者程序里面按小键盘的星号键呼叫。
然后点“开始”,就可以抓包了,点“停止”是停止抓包,回到游戏点“关闭本窗口”,
在在上面的筐筐里面可以写上保存的文件名,一般是TXT文件,要打完整的路径和名字
否则出错,退出前一定要点“释放本窗口”,不然会出错,然后再点“撤消钩挂”。
再有就是有些游戏会无发呼叫本窗口。-V1.1 release of the second revised edition of the window to be wrong problem. Run the main program, the first point
- 2022-09-17 22:30:03下载
- 积分:1