-
函数绘图程序 VB 编写
可以绘制初高中 函数图像 支持颜色,精度修改
鼠标执针定位...
函数绘图程序 VB 编写
可以绘制初高中 函数图像 支持颜色,精度修改
鼠标执针定位-VB function drawing program to prepare middle and high school mapping function can support color images, the accuracy of needle positioning modified mouse bailiff
- 2022-03-13 08:07:27下载
- 积分:1
-
数据结构线性链表课程设计,附有详细课程设计报告。已调试,可以下载。...
数据结构线性链表课程设计,附有详细课程设计报告。已调试,可以下载。-linear list data structure curriculum design, with detailed curriculum design report. Have debugging, can be downloaded.
- 2023-03-03 18:30:03下载
- 积分:1
-
可以查询学生详细信息(学号、姓名、性别、入学时间、出生年月、电话、家庭住址・・・・・・),亦可查询简明信息(只含有姓名和年龄);可增加、删除和浏览学生信息;可按...
可以查询学生详细信息(学号、姓名、性别、入学时间、出生年月、电话、家庭住址・・・・・・),亦可查询简明信息(只含有姓名和年龄);可增加、删除和浏览学生信息;可按“学号”,“姓名”查询;可用菜单实现上述功能。-students can find detailed information (school, name, gender, school, date of birth, telephone, family residence), can also inquire about the concise information (contained only the name and age); increase. View and delete student information; according to "study", "name" inquiries; menu can be used to achieve the above functions.
- 2022-05-29 05:23:36下载
- 积分:1
-
C++实现计算器
C++实现计算器-C achieve calculator
- 2022-08-09 21:20:01下载
- 积分:1
-
二叉排序树的实现与合并
资源描述二叉排序树的实现与合并
- 2022-03-13 18:48:43下载
- 积分:1
-
Sicily 1009梅森素数
One of the world-wide cooperative computing tasks is the "Grand Internet Mersenne Prime Search" -- GIMPS -- striving to find ever-larger prime numbers by examining a particular category of such numbers.
A Mersenne number is defined as a number of the form (2p–1), where p is a prime number -- a number divisible only by one and itself. (A number that can be divided by numbers other than itself and one are called "composite" numbers, and each of these can be uniquely represented by the prime numbers that can be multiplied together to generate the composite number — referred to as its prime factors.)
Initially it looks as though the Mersenne numbers are all primes.
Prime
Corresponding Mersenne Number
2
4–1 = 3 -- prime
3
8–1 = 7
- 2022-03-17 05:46:40下载
- 积分:1
-
achieved through hosting the numerical algorithm (linear equations)
通过托管实现的数值算法(线性方程组)-achieved through hosting the numerical algorithm (linear equations)
- 2022-04-25 04:17:27下载
- 积分:1
-
on SUM_ARRAY Part C code
关于SUM_ARRAY用C编的代码-on SUM_ARRAY Part C code
- 2022-11-27 10:20:03下载
- 积分:1
-
方块填数
本题为6*6的方块由“ABCDEF”6个字符填充,需要满足的条件如下:
1. 所填字母只允许是A,B,C,D,E,F 中的某一个。
(我们只要赋值的时候不赋其它的值,基本这一条就不需要另写一个函数了,
本题我也写了一个,可作参考)
2. 每行的6个小格中,所填写的字母不能重复。(这个我们都懂)
3. 每列的6个小格中,所填写的字母不能重复。(这个我们也懂,只不过是行改成列了)
4. 每个分组(参见图中不同颜色表示)包含的6个小格中,所填写的字母不能重复。
(这个的话我们只要在相同的颜色当中不能填充相同的字母即可)
- 2022-03-06 08:09:52下载
- 积分:1
-
计算器 WINDOWS MFC的计算器 加减乘除都可以,还可以开方
计算器 WINDOWS MFC的计算器 加减乘除都可以,还可以开方-calculators WINDOWS MFC arithmetic calculators can also be prescribing
- 2022-11-22 00:40:03下载
- 积分:1