-
最小函数依赖
用c语言编辑数据库中的最小函数依赖, 求属性集X(XU)关于U上的函数依赖集F 的闭包XF+
- 2022-04-19 13:20:58下载
- 积分:1
-
works numerical algorithm commonly used language _C
工程常用数值算法_C语言-works numerical algorithm commonly used language _C
- 2023-07-04 18:40:05下载
- 积分:1
-
VC++ 实现逐行读取txt文本文件
VC 实现逐行读取txt文本文件
- 2022-01-25 22:26:03下载
- 积分:1
-
简单的一个计算24点的c语言程序
简单的一个计算24点的c语言程序-a simple calculation of 24 points c Language Program
- 2022-12-19 13:05:03下载
- 积分:1
-
购物商场中模拟排队的程序
购物商场中模拟排队的程序-Program which simulates shopping queues
- 2022-11-15 23:40:02下载
- 积分:1
-
二维码生成
QR generator 生成二维码,非常简单易用,包含一个win 32 console 程序,可以直接生成二维码图片到指定位置
- 2022-03-11 10:46:07下载
- 积分:1
-
花园的代码
定义一个图书类和一个书库类。图书类包括图书编号、书名、作者(只考虑第一作者)、定价等属性;书库类包括一个指向图书链表的头指针以及操作链表的相关函数。这两个类的定义如下:
class Book
{
int BookNumber; //图书编号
char BookName[50]; //书名
char AuthorName[30]; //第一作者姓名
double Price; //定价
Book *next; //
- 2022-06-30 21:50:34下载
- 积分:1
-
Lorenz attractor, Butterfly Effect of Solution
洛伦兹吸引子,蝴蝶效应的解法-Lorenz attractor, Butterfly Effect of Solution
- 2023-07-24 18:10:03下载
- 积分:1
-
anti aliasing c+ code
Line drawing with Anti-aliasingWuLines.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.WuLines.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-22 10:46:50下载
- 积分:1
-
PSO的C语言形式的代码
粒子群算法的C语言形式,为你提供一种将智能算法运用于实际的工程中提供一定的编程思路,让算法不仅限于MATLAB中的仿真测试,让你了解到实际算法的应用。
- 2022-05-16 07:40:50下载
- 积分:1