搜索资源列表
肖天华数据结构大作业
- 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more docume
windowce
- 北大window ce开发的讲学课件。内容包括整个系统开的步骤。-North window ce lectures courseware development. Include steps to open the entire system.
1
- 破解EXCEL数据保护密码 方法: 1\打开文件 2\工具---宏----录制新宏---输入名字如:aa 3\停止录制(这样得到一个空宏) 4\工具---宏----宏,选aa,点编辑按钮 5\删除窗口中的所有字符(只有几个),替换为下面的内容:(复制吧) 6\关闭编辑窗口 7\工具---宏-----宏,选AllInternalPasswords,运行,确定两次,等2分钟,再确定.OK,没有密码了!!内容如下:-EXCEL crack password data protection method
Set-as-home-page-code.doc
- 设为首页代码: 设为首页,离开时自动提示设为首页,打开页面时自动弹出窗口询问是否设为首页,鼠标指向时提示设为首页,关闭当前窗口的功能-Make home code: Homepage Make home leave automatically prompt pop-up window to open automatically when the page is set to prompt Set Home Home, mouse point to close the current window
Open-MPI--User-Manual_DOC-00153_A00
- MPI tutorial for all plattform Linux Unix amd window
CC2530_SPI
- 现有STC12C5616和CC2530两个单片机。需要两个单片机SPI通信(5616为master,2530为slaver)-Run on arm platform, linux, using qt software development, can accept serial data, and open the window curves method using real-time display. Procedures used in serial port as well as qt
DS18B20wenducaiji
- DS18B20实现温度采集,主控芯片为CC2530,也可用于Z-Stack无线通信中。-Run on arm platform, linux, using qt software development, can accept serial data, and open the window curves method using real-time display. Procedures used in serial port as well as qt graphical interface
Pop-Under-a-Open-In-New-TabWindow
- Pop under and open in new window
VB_min_ie
- 程序主要功能: 1.自动将浏览过的网页地址添加到地址栏列表框中 2.按下 Alt 键在页面中单击,可将鼠标处的网页元素、鼠标位置等信息复制到剪贴板中。 3.在“转到”按钮上单击鼠标左键:跳转到指定网站。 单击右键:显示或隐藏内嵌网页列表 4.单击内嵌网页列表某条目,可用新窗口打开这个内嵌网页。 5.单击窗口下面的状态栏文字上单击,可切换信息显示方式:详细信息或简单信息。-Program main functions: 1 pages viewed auto
ST7511
- MONO_TFT液晶驱动例程,非常适合于初次接触MONO_TFT调试者下载使用-initialization, write data, open the window, gray level test ........
shfmi3
- 可以多開很多遊戲WINDOW -You can open up a lot of games you can open up a lot of games WINDOW WINDOW
Datagridvie
- 打开窗口不重复,将DataGridView中修改的更新到数据库-Open the window does not repeat,Update the update to the in DataGridView
Python数据分析基础教程:NumPy学习指南(第2版)
- 本书是 NumPy 的入门教程, 主要介绍 NumPy 以及相关的 Python 科学计算库, 如 SciPy 和 Matplotlib。 本书内容涵盖 NumPy 安装、 数组对象、 常用函数、 矩阵运算、 线性代数、 金融函数、 窗函数、 质量控制、Matplotlib 绘图、 SciPy 简介以及 Pygame 等内容, 涉及面较广。 另外, Ivan Idris 针对每个知识点给出了简短而明晰的示例, 并为大部分示例给出了实用场景(如股票数据分析), 在帮助初学者入门的同时, 提高了本