搜索结果
找到约 85 项符合
save 的查询结果
按分类筛选
- 全部分类
- Java编程 (10)
- 其他 (7)
- 汇编语言 (7)
- matlab例程 (4)
- 软件工程 (3)
- VC书籍 (3)
- 单片机开发 (3)
- 编辑器/阅读器 (3)
- 软件下载 (2)
- 电子政务应用 (2)
- SQL Server (2)
- 人工智能/神经网络 (2)
- MySQL数据库 (2)
- 嵌入式/单片机编程 (2)
- 数据库系统 (2)
- 其他行业 (2)
- Linux/Unix编程 (2)
- 源码 (2)
- 技术资料 (2)
- 电源技术 (1)
- 开关电源 (1)
- 开发工具 (1)
- PCB相关 (1)
- 教育系统应用 (1)
- Oracle数据库 (1)
- 驱动编程 (1)
- J2ME (1)
- 其他书籍 (1)
- 系统设计方案 (1)
- 其他数据库 (1)
- 压缩解压 (1)
- 软件设计/软件工程 (1)
- 网络 (1)
- 文章/文档 (1)
- 加密解密 (1)
- Delphi控件源码 (1)
- 磁盘编程 (1)
- 数值算法/人工智能 (1)
- DSP编程 (1)
- 软件 (1)
- 书籍 (1)
- VIP专区 (1)
DSP编程 tms320lf2407a work with at45db161 "trace". buffer 8000 word copy from sram to at45. first page con
tms320lf2407a work with at45db161 "trace".
buffer 8000 word copy from sram to at45.
first page content: num save, to cyclewrite.
function:
read trace to sram, save trace to at45, read status,
and something else
VC书籍 利用宏编译将程序的调试部分与主体部分分隔开
利用宏编译将程序的调试部分与主体部分分隔开,即编译开关DEBUG、MIDEBUG、
TRANSDEBUG、SEARCHDEBUG
*fix bug: cvGeTransform()的内存泄漏问题(调整函数接口,使得内存损耗降为6M)
*加入了保存配准结果的功能(包括保存配准图像,配准数据RegisterLog.txt)
*去掉save菜单,直接加到register选项中,且保存文件名自动随机 ...
matlab例程 详细介绍了在MATLAB环境中
详细介绍了在MATLAB环境中,MAT文件的编辑与读写,通常使用load和save两个命令进行 MAT 文件的读和写
电子政务应用 Help Desk Pro has three different interfaces for all three domains of users, providing them with the
Help Desk Pro has three different interfaces for all three domains of users, providing them with the controls required by them, to save time the application generates reports, which are dynamic as well, taking input from admin and generating results.As for the user account management, the user him/h ...
人工智能/神经网络 This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following s
This routine calls the glpk library to solve a LP/MIP problem. A typical
LP problem has following structure:
[min|max] C x
s.t.
Ax ["="|"<="|">="] b
{x <= UB}
{x >= LB}
The calling syntax is:
[XMIN,FMIN,STATUS,EXTRA]= ...
软件工程 Its very useful ant java developers Create it at the top level of your project directory (New -->
Its very useful ant java developers Create it at the top level of your project directory (New --> File, create as a simplefile) and name it build.xml. Copy and paste the xml text from Figure 3 into your build.xml file and save it.
汇编语言 双击可执行文件wbbjq.exe
双击可执行文件wbbjq.exe,在出现的界面中输入任意文本内容,利用DEL键、
BACKSPACE键、HOME键、END键、上下左右光标键对文本进行全屏幕编辑,
按f1键激活菜单file,下移光标,选择save,输入文件名。也可以选择FILE菜单
的其他菜单项,他们的功能均可实现。按f10激活帮助,按ESC键退出帮助。 ...
数据库系统 redis官方手册翻译
Redis 命令参考
1 Key(键) 1
1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...
源码 运动会源代码
#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 ...
源码 c#简单计算器
// 学生管理.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
#include "resource.h"
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR szTitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; ...