登录
首页 » Windows开发 » vc高级编程技巧与实例,学习VC编程的可以参考一下,分享

vc高级编程技巧与实例,学习VC编程的可以参考一下,分享

于 2022-01-25 发布 文件大小:8.71 MB
0 228
下载积分: 2 下载次数: 1

代码说明:

vc高级编程技巧与实例,学习VC编程的可以参考一下,分享-vc high-level programming techniques and examples, learning VC programming reference sharing

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

发表评论

0 个回复

  • 利用VC调用matlab命令进行编程控制的源码.对于vc复合matlab编程意义很大...
    利用VC调用matlab命令进行编程控制的源码.对于vc复合matlab编程意义很大-VC orders call Matlab programming control of the source. For vc composite Matlab programming of great significance
    2022-05-15 21:47:25下载
    积分:1
  • 模仿dos下的dir命令,自己实现显示。利用 tc2.0实现。
    模仿dos下的dir命令,自己实现显示。利用 tc2.0实现。-imitate the dir order to achieve their own shows. Use tc2.0 achieve.
    2022-12-01 20:40:02下载
    积分:1
  • 题目要求:读入两个小于100的正整数A和B,计算A+B。 需要注意的是:A和B的每一位数字由对应的英文单词给出。 输入格式:测试输入包含若干测试用例,每...
    题目要求:读入两个小于100的正整数A和B,计算A+B。 需要注意的是:A和B的每一位数字由对应的英文单词给出。 输入格式:测试输入包含若干测试用例,每个测试用例占一行,格式为"A + B =",相邻两字符串有一个空格间隔。当A和B同时为0时输入结束,相应的结果不要输出。 输出格式:对每个测试用例输出1行,即A+B的值。 输入样例: one + two = three four + five six = zero seven + eight nine = zero + zero = 输出样例: 3 90 96-Title request: read two positive integer less than 100 of the A and B, calculate A+ B. It should be noted that: A and B each of the figures by the corresponding English words are given. Input format: test input contains a number of test cases, test cases for each line, the format for the " A+ B =" , a string of adjacent spaces in the two intervals. When A and B at the same time 0:00 to the end of input, not output the results of the corresponding. Output Format: For each test case output a line, that is, the value of A+ B. Input sample: one+ two = three four+ five six = zero seven+ eight nine = zero+ zero = output sample: 39,096
    2022-05-18 03:32:14下载
    积分:1
  • 学生管理系统
    使用c++操作sql sever2000设计学生管理系统 本系统管理员用户名为:tsoft,密码为:111。配置ODBC运行本实例需要配置用户DSN,在ODBC数据源管理器中配置用户DSN连接指定的SQL Server数据库。 附加SQL Server 2000数据库(1)将database文件夹中的两个文件拷贝到SQL Server 2000安装路径下的Data文件夹中。(2)打开SQL Server 2000中的“企业管理器”,然后展开本地服务器,在“数据库”数据项上单击鼠标右键,在弹出的快捷菜单中选择“所有任务”/“附加数据库”菜单项。(3)将弹出“附加数据库”对话框,在该对话框中单击“”按钮,选择所要附加数据库的.mdf文件,单击“确定”按钮,即可完成数据库的附加操作。
    2022-04-28 23:39:26下载
    积分:1
  • 图书管理系统
    此资源对图书管理有了一个很基本也比较清晰的系统使用,主要是连接数据库和struts配置文件。实现了对数据库的增添查改,主要是对图书和借书的操作,各级之间非常清晰,里面也有各种源文件包括数据库文件,可以运用MySQL或者SQL sever。
    2022-02-01 02:57:34下载
    积分:1
  • 简单的鼠标移动、按键响应例子
    简单的获取鼠标移动,响应键盘按键的输入,适合初学者。高手勿笑。
    2023-02-28 04:10:04下载
    积分:1
  • 鼠标画图 要求:1、左键按下去始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。 2、右键单击后在该点会画一个大小随机的圆;中键按下...
    鼠标画图 要求:1、左键按下去开始画线,抬起后结束画线;左键双击后在该点会画一个大小随机的四边形。 2、右键单击后在该点会画一个大小随机的圆;中键按下后会在屏幕上输出一行“用鼠标画图的实验”字符,颜色和字体可以自定义。 3、所有数据的存储要定义在文档类中,而且之前所有的图形都可以回显。不要求对程序生成的图形进行文件保存 -Mouse drawing requirements: 1, left it to start by drawing a line, raised his paintings after the end of line left double-click in the point size will draw a random quadrilateral. 2, right-click in the point will draw a circle the size of random in key press will be output on the screen and his " experiments with the mouse to draw" characters, colors and fonts can be customized. 3, all data storage to the definition of class in the document, but before all of the graphics can be a significant return. Does not require the program to generate the graphics file
    2023-06-19 01:45:04下载
    积分:1
  • 《C语言课程设计案例精编》源代码 对c语言课设很有实用价值。比如菜单构建、鼠标调用、键盘中断、数据结构与算法。...
    《C语言课程设计案例精编》源代码 对c语言课设很有实用价值。比如菜单构建、鼠标调用、键盘中断、数据结构与算法。- C Language Course Design Case series refined the source code c language courses based on very practical value. Such as menu building, called the mouse, keyboard interrupt, data structures and algorithms.
    2022-11-07 10:05:03下载
    积分:1
  • 读写卡动态链接库封装
    应用背景应用于模块化程序开发,主要是适应软件功能模块化,内部包括数据导出execl表格和XML读写功能,sql数据库的底层读写功能。关键技术sql数据库操作,excel导出,xml文档快速读写等等
    2022-04-09 12:39:34下载
    积分:1
  • Sample application
    简单VB.Net版压缩文件中引入了应用程序。这将使我清楚地了解如何创建项目文件和加载表单。简单的点击按钮和工具栏非常方便。
    2022-02-13 08:54:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载