-
求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法...
求余的逆的算法, 拥有许多其他功能,可以求指数求余,蒙格马利算法-for the inverse algorithm, has many other functions, I seek for index, the Montgomery algorithm, etc.
- 2022-01-28 06:12:41下载
- 积分:1
-
related to the use of controls, for example, want to have like
VC里的相关控件的使用举例,希望有志同道合的朋友们能交流一下。-related to the use of controls, for example, want to have like-minded friends will be able to exchange about.
- 2022-05-22 06:41:51下载
- 积分:1
-
一个背景颜色渐变的文字类
一个背景颜色渐变的文字类--A font class whose background color can be gradually changed.
- 2022-03-19 03:10:48下载
- 积分:1
-
windows窗口下的滚动条制作,界面部分可在工具栏下添加
windows窗口下的滚动条制作,界面部分可在工具栏下添加-windows under the scroll bar window production, the interface part of the toolbar, add
- 2023-07-18 03:55:03下载
- 积分:1
-
有跳动感地显示文字的静态控件
有跳动感地显示文字的静态控件-The static control which can display jumping text
- 2022-08-03 17:14:51下载
- 积分:1
-
用Visual C++编写一个完整的单片空间后方交会程序,通过对提供的试验数据进行计算,输出像片的外方位元素并评定精度...
用Visual C++编写一个完整的单片空间后方交会程序,通过对提供的试验数据进行计算,输出像片的外方位元素并评定精度
- 2022-03-15 19:22:35下载
- 积分:1
-
用VB作的Split控件
用VB作的Split控件-with VB Controls for the Split
- 2022-04-18 15:51:55下载
- 积分:1
-
各种不同的方式显示系统时间,
这仅仅是一个小的程序,熟悉
vc编程过程...
各种不同的方式显示系统时间,
这仅仅是一个小的程序,熟悉
vc编程过程-various ways display system, this is only a small familiar with the procedures vc programming process
- 2023-01-14 22:55:03下载
- 积分:1
-
public class Server extends Thread { Client client int counter public Server(Cli...
public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter >= 10") } public static void main(String[] args) { Client c = new Client() Server s = new Server(c) c.start() s.start() } } class Client extends Thread { Vector queue public Client() { this.queue = new Vector() } public void run() { while (true) { if (! (queue.size() == 0)) { processNextElement() } } } private void processNextElement() { Object next = queue.elementAt(0) queue.removeElementAt(0) System.out.println(next)-public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter lt; 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw new RuntimeException("counter gt;= 10") } p
- 2022-02-21 05:44:37下载
- 积分:1
-
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!
vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
- 2023-07-04 11:30:03下载
- 积分:1