-
This book is for professional programmers over the years I have done C++ curricu...
这本书是为专业程序员多年来我做的C++课程下的一个自然产物。我发现,大多数学生经过一周的强化训练,可以适应语言的基本结构,但他们将基础设施有效地混合使用,我真的不乐观。所以我开始尝试组织一些简短、清晰、容易记住的指导方针,作为C++高效使用程序开发的过程。有经验的C++程序员几乎总是遵循,或者几乎肯定必须避免一些东西。
- 2022-03-16 01:28:34下载
- 积分:1
-
记事本的源码,实现记事本基本功能,有一定的收藏价值
记事本的源码,实现记事本基本功能,有一定的收藏价值-source of the notebook, the notebook achieving basic functions of a certain value to the collection
- 2022-01-27 15:53:06下载
- 积分:1
-
这是一个简单的练习打字的游戏,开始弹出的对话框设置的速度是程序中定时器的大小,不是真实速度...
这是一个简单的练习打字的游戏,开始弹出的对话框设置的速度是程序中定时器的大小,不是真实速度-This is a simple practice typing games, started pop-up dialog box set the pace of proceedings timer is the size, speed is not true
- 2023-06-07 20:40:03下载
- 积分:1
-
类似vc6的集成开发环境的源代码,编辑器,编译器,调试器,自动代码生成技术,完整的,包括CJlibrary
类似vc6的集成开发环境的源代码,编辑器,编译器,调试器,自动代码生成技术,完整的,包括CJlibrary- Similar vc6 integrated development environment source code,
editor, compiler, debugger, automatic code production technology,
complete, including CJlibrary
- 2022-04-20 21:07:18下载
- 积分:1
-
二轮车模拟
资源描述
利用python程序,开发模拟出一个二轮车,可通过指令对其进行控制,移动,对位置路线记录。
- 2022-08-08 13:19:30下载
- 积分:1
-
钟表的程序,可以改变颜色,有兴趣的朋友可以看看。
钟表的程序,可以改变颜色,有兴趣的朋友可以看看。-Watches the process, can change the color of friends who are interested can look at.
- 2022-04-29 05:22:58下载
- 积分:1
-
为什么窗户没有关上窗户?
Why won t A Note close when Windows does?
When Windows closes it sends a message to all programs that they should close. A Note receives this message and starts to upload the notes to the server. Sometimes the server has a lot of other traffic and therefore is a bit slow to respond to A Note. Therefore, Windows displays the dialog box A Note is not responding . Most of the time, the server will answer A Note, the program will close and so will Windows. If the A Note is not responding time-out message, you can press cancel now . The notes have already been uploaded and saved to disk.
- 2022-02-07 06:07:36下载
- 积分:1
-
MiNiGUI按键图片与背景图片
/* ** $Id: bmpbkgnd.c 759 2009-09-21 05:22:47Z dongjunjie $**** Listing 5.2**** bmpbkgnd.c: Sample program for MiniGUI Programming Guide** Create a dialog box filling background with bitmap.**** Copyright (C) 2003 ~ 2007 Feynman Software.**** License: GPL*/#include"include.h"/*************************************///打开GPIO 口的返回值int fd;//等待重新发送标志int pir_send = 0;int lock = 1;int wait = 0;int wait_flag = 3;extern int human_flag;extern int timing;extern int human;extern int light;extern int prompt;/*************************************/#ifdef _LANG_ZHCN#include "bmpbkgnd_res_cn.h"#elif defined _LANG_ZHTW#include "bmpbkgnd_res_tw.h"#else#include "bmpbkgnd_res_en.
- 2022-02-04 05:45:32下载
- 积分:1
-
buttons with pictures of the examples, can bring with delphi programming like th...
带图片的按钮的例子,能带来跟delphi编程等一样的按钮效果-buttons with pictures of the examples, can bring with delphi programming like the button effect
- 2023-03-31 09:30:04下载
- 积分:1
-
点菜系统源代码
程序介绍:主要功能 系统管理 前台管理 后台管理系统管理 用户登录及修改前台管理 餐桌状态 更换餐桌 结账 合并结账等后台管理 配菜系统 厨房做菜 库存管理 添加菜单 菜信息技术WebService .Net Framework Compact编程数据库开发工具VS2005Oracle 10G 数据库(这里给出SQL脚本 DataBak文件夹中,里面用到了存储过程,游标等大多部的技术,可以参考)提示:版权所有*严禁商业使用创建Orac
- 2022-07-26 06:13:47下载
- 积分:1