-
管程的实现,用于线程的通讯
管程的实现,用于线程的通讯-way of the realization of communication for threads
- 2022-07-16 06:29:41下载
- 积分:1
-
介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。...
介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。-Introdce you sth about DLL desigh in VC++. Include static lib、MFC/nonMFC DLL...
- 2022-08-02 18:40:30下载
- 积分:1
-
【程序70】
题目:写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。
1.程序分析:
2.程序源代码:...
【程序70】
题目:写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度。
1.程序分析:
2.程序源代码:-[70] procedures Topic: Writing a function, and the length of a string, in the main function in the input string and output its length. 1. Program analysis: 2. Program source code:
- 2023-05-26 06:30:03下载
- 积分:1
-
ASP基于WEB的学生成绩管理系统
本论文叙述到的学生成绩管理系统是用+ACCESS数据库实现的,具有远程管理、查询的特点。重点介绍了学生成绩管理系统的实现过程:包括系统分析、系统调查、功能设计、数据库设计、系统实现、系统测试和调试等。本系统主要功能有用户管理,成绩管理,总成绩排名,院系管理,班级管理,学生基本信息管理。
- 2022-03-26 18:17:21下载
- 积分:1
-
《面向对象程序设计》第十章的例子的源代码
《面向对象程序设计》第十章的例子的源代码- Object-Oriented Programming Chapter X of the example source code
- 2022-03-25 09:31:08下载
- 积分:1
-
杭州电子科技大学在线系统ACM的1051题另一种方法,用贪心方法解决...
杭州电子科技大学在线系统ACM的1051题另一种方法,用贪心方法解决-Hangzhou University of Electronic Science and Technology of the 1051-line system ACM question another way, the greedy solution
- 2022-11-11 00:45:04下载
- 积分:1
-
avaya交换机TSAPI接口开发Demo
avaya交换机TSAPI接口开发Demo-avaya switch TSAPI Interface Development Demo
- 2023-04-04 20:30:03下载
- 积分:1
-
public class gedebahe { public static void main( String [] args) { for ( ) { int...
public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print("Please input a oushu:") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputLine = in.readLine() a = Integer.valueOf(inputLine).intValue() }catch (Exception exc) { System.out.println("Sorry,please input a number.") return } if (a%2!=0) { System.out.println("Sorry,please input a oushu.") return } for (b=1 b
- 2022-09-15 17:45:03下载
- 积分:1
-
vc环境,模拟速度仪表盘
vc环境,模拟速度仪表盘-vc environment simulation speed dashboard
- 2022-04-02 01:01:59下载
- 积分:1
-
Sierpinski地毯的分形图形,由分形递归算法生成的源程序。
Sierpinski地毯的分形图形,由分形递归算法生成的源程序。-Fractal graph by Sierpinski rug algrithm
- 2022-04-28 08:15:07下载
- 积分:1