搜索结果
找到约 13 项符合
cls 的查询结果
人工智能/神经网络 ID3,数据挖掘 决策书算法 vc中的具体实现 数据挖掘工具 cls算法扩展
ID3,数据挖掘 决策书算法 vc中的具体实现 数据挖掘工具 cls算法扩展
数学计算 Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an
Polynomial fit functions
=== === === ===
RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with th ...
单片机开发 用超级终端通过串口模拟的一个小Shell.已经实现的命令:cls
用超级终端通过串口模拟的一个小Shell.已经实现的命令:cls
操作系统开发 一个nasm写的引导程序,功能混乱的引导程序,已实现命令行界面,实现cls,reboot命令
一个nasm写的引导程序,功能混乱的引导程序,已实现命令行界面,实现cls,reboot命令
其他书籍 C#是一种简单、现代、面向对象和类型安全的编程语言
C#是一种简单、现代、面向对象和类型安全的编程语言,由C和C++发展而来。C#(发音为“C霎普”)牢固地植根于C和C++语言族谱中,并且会很快被C和C++程序员所熟悉。C#的目标在于把Visual Basic的高生产力和C++本身的能力结合起来。 C#作为Microsoft Visual Studio 7.0的一部分提供给用户。除了C#以外,Visual Studio还支持Vis ...
其他 微型操作系统
微型操作系统,想知道操作系统秘密的初学者可以在这起步。 文件列表: 1 micro-os.img 已编好的软盘映象。 2 micro-os_kernel.bin 命令核心二进制代码 3 micro-os_loader.boot 启动二进制代码 4 micro-os_loader.asm micro-os_kernel.asm 源文件 用法:1 编译源文件 2 将loader.boot 用工具写入软盘0道0头1扇区 kernel.bin ...
操作系统开发 int main(int argc,char *argv[]) { char ch while(true) { printf("*************************
int main(int argc,char *argv[])
{
char ch
while(true)
{
printf("*************************************\n")
printf(" 1.Reader Priority\n")
printf(" 2.Writer Priority\n")
printf(" 3.Exit to Windows\n")
printf("*************************************\n")
printf("Enter your choice(1,2, ...
其他书籍 这个是C#的简单帮助文档,CSDN上找到的,有300多人下载过此PDF C#是一种简单、现代、面向对象和类型安全的编程语言
这个是C#的简单帮助文档,CSDN上找到的,有300多人下载过此PDF
C#是一种简单、现代、面向对象和类型安全的编程语言,由 C和C++发展而来。C#(发音为“C
霎普”)牢固地植根于 C和 C++语言族谱中,并且会很快被 C和 C++程序员所熟悉。C#的目标在于把
Visual Basic的高生产力和 C++本身的能力结合起来。
C#作为Microsoft Visua ...
C/C++语言编程 C语言用户注册及登录
#include<stdio.h>
#include<stdlib.h>
#include<conio.h>
#include<string.h>
main(void)
{ &nbsp; char new_name[4], name[4];
&nbsp; &nbsp; int new_sn ,sn;
&nbsp; &nbsp; printf(" &nbsp; &nbsp; &nbsp; &nbsp;【注册】\n\n");
&nbsp; &nbsp; printf("请输入用户名(四位英文字母):");
&nbsp; &nbsp; scanf("%s", ...
源码 运动会源代码
#include&nbsp;<malloc.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdio.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<string.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#define&nbsp;NULL&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp ...