登录
首页 » Windows开发 » C函数查询工具,用VC编写,基本上每个函数都有例子。

C函数查询工具,用VC编写,基本上每个函数都有例子。

于 2022-06-17 发布 文件大小:205.46 kB
0 142
下载积分: 2 下载次数: 1

代码说明:

C函数查询工具,用VC编写,基本上每个函数都有例子。-C function query tool, prepared by VC basically have examples for each function.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 该代码是在Turbo c中实现了一个界面化的娱乐小程序,包含了日历、时钟、贪食蛇游戏...
    该代码是在Turbo c中实现了一个界面化的娱乐小程序,包含了日历、时钟、贪食蛇游戏-the code is in Turbo c fulfill the interface of a small entertainment procedures, including a calendar, clock, Tanshichi games and so on. .
    2022-10-02 09:20:03下载
    积分:1
  • 实现基于二叉树表示的算术表达式Expression的操作。 (3) 程序执行的命令为: 1)输入表达式; 2)输出前缀表达式; 3)输出中缀表达式;4)...
    实现基于二叉树表示的算术表达式Expression的操作。 (3) 程序执行的命令为: 1)输入表达式; 2)输出前缀表达式; 3)输出中缀表达式;4)常量合并后表达式;5)赋值后的表达式;6)表达式的复合。 -Binary tree based on the arithmetic expression Expression express operation. (3) procedures for the implementation of the command as follows: 1) input expression 2) expression of the output prefix 3) the output is made up of expressions 4) constant expression after the merger 5) after the assignment expression 6) expression type of composite.
    2022-12-31 20:00:03下载
    积分:1
  • the realization of a simple calculator, with amendments, float calculation funct...
    简单计算器的实现,具有修改、浮点数计算功能等,用语C语言学习。-the realization of a simple calculator, with amendments, float calculation functions, terminology C language learning.
    2022-07-14 10:13:18下载
    积分:1
  • 最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的
    最新的pkcs11 密码令牌接口标准 费了很大的劲才找到的 -Latest PKCS11 password token interface standard costs a lot of劲才found
    2022-03-17 19:36:22下载
    积分:1
  • 修正后版本 遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广...
    修正后版本 遗传算法是基于达尔文进化论的一种智能优化算法,一种可用于复杂系统优化的具有鲁棒性的搜索算法,适用于解决传统方法难以解决的复杂的、非线性问题,可广泛应用于组合优化、离散优化、工程优化等领域。旅行商问题是一种NP难的组合优化问题,具有重要的理论研究价值和实际应用背景。然而,传统遗传算法中存在有不足,需要提出新的改进的遗传算法,并应用于旅行商问题的求解。-Amended version of genetic algorithm based on Darwin" s theory of evolution is an intelligent optimization algorithm, a complex system can be used to optimize the robustness of the search algorithm, the application of traditional methods to solve difficult and complex, nonlinear problems, can be widely used in combinatorial optimization, discrete optimization, engineering, optimization and other fields. Traveling Salesman Problem is a NP hard combinatorial optimization problem, has important theoretical value and practical application of research background. However, the traditional genetic algorithm, there is less than the need to introduce new improved genetic algorithm, and applied for solving the traveling salesman problem.
    2023-06-10 23:05:03下载
    积分:1
  • QT编写的C++贪吃蛇小游戏
    游戏通过按键控制 部分代码: #include "gamewidget.h" #define ROW 13 #define COL 16 #define UP 0 #define DOWN 1 #define LEFT 2 #define RIGHT 3 GameWidget::GameWidget(QWidget *parent) :QWidget(parent) { this->setAutoFillBackground(true);//覆盖 this->resize(480,270); this->setWindowIcon(QIcon("img/icon.jpg")); this->setWindowTitle("贪吃蛇"); QPalette palette; palette.setBrush(QPalette::Background,QBrush((QPixmap)"img/bjt.png")); this->setPalette(palette); //按扭区 leftbtn=new QPushButton(this); leftbtn->setIcon((QIcon)"img/zuo.png"); leftbtn->setIconSize(QSize(40,40)); leftbtn->setGeometry(QRect(340,180,40,40)); leftbtn->setFlat(true); rightbtn=new QPushButton(this); rightbtn->setIcon((QIcon)"img/you.png"); rightbtn->setIconSize(QSize(40,40)); rightbtn->setGeometry(QRect(430,180,40,40)); rightbtn->setFlat(true
    2022-03-21 19:09:00下载
    积分:1
  • 屏幕取词技术内幕资料,帮助了解屏幕取词内幕,优秀的屏幕取词技术...
    屏幕取词技术内幕资料,帮助了解屏幕取词内幕,优秀的屏幕取词技术-Screen technology insider information to help understand the insider Screen, Screen excellent technical
    2023-02-01 07:00:03下载
    积分:1
  • 香农算法,用C编写的.希望对大家有用,
    香农算法,用C编写的.希望对大家有用,-xiangnong
    2022-07-21 09:21:48下载
    积分:1
  • 以VB为Visual Studio 2005 rotatedtext源代码
    用VB编写的Visual Studio 2005的RotatedText源代码
    2023-06-28 04:20:03下载
    积分:1
  • (C语言)十进制转为任意进制
    编程实践,十进制转为任意进制,R是你要转的进制。已过COJ1147。
    2022-03-19 14:42:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载