搜索结果
找到约 110 项符合
modify 的查询结果
按分类筛选
- 全部分类
- 其他 (10)
- matlab例程 (9)
- Java编程 (6)
- 其他行业 (5)
- 压缩解压 (4)
- 其他嵌入式/单片机内容 (4)
- Linux/Unix编程 (4)
- 单片机开发 (4)
- 软件设计/软件工程 (4)
- 嵌入式/单片机编程 (3)
- 其他数据库 (3)
- 汇编语言 (3)
- VHDL/FPGA/Verilog (3)
- 其他书籍 (3)
- 微处理器开发 (3)
- 文章/文档 (3)
- 单片机编程 (2)
- 通讯编程文档 (2)
- 数学计算 (2)
- SQL Server (2)
- 加密解密 (2)
- 手机短信编程 (2)
- 书籍 (2)
- 教程资料 (1)
- 可编程逻辑 (1)
- 系统设计方案 (1)
- 交通/航空行业 (1)
- 游戏 (1)
- 电子书籍 (1)
- DSP编程 (1)
- 技术管理 (1)
- 网络 (1)
- uCOS (1)
- Windows CE (1)
- VC书籍 (1)
- 人工智能/神经网络 (1)
- 嵌入式Linux (1)
- 通讯/手机编程 (1)
- 数据结构 (1)
- 数值算法/人工智能 (1)
- 软件工程 (1)
- 编辑器/阅读器 (1)
- FlashMX/Flex源码 (1)
- 中间件编程 (1)
- USB编程 (1)
- Jsp/Servlet (1)
- 技术资料 (1)
- VIP专区 (1)
微处理器开发 The GRLIB IP Library is an integrated set of reusable IP cores, designed for system-on-chip (SOC) de
The GRLIB IP Library is an integrated set of reusable IP cores, designed for system-on-chip (SOC) development. The IP cores are centered around the common on-chip bus, and use a coherent method for simulation and synthesis. The library is vendor independent, with support for different CAD tools and ...
交通/航空行业 公交查询生成系统 Find.exe可以查询指定站点间的转站方案(可实现无限转)
公交查询生成系统
Find.exe可以查询指定站点间的转站方案(可实现无限转),输出结果以转站次数最少为最优 Modify.exe可以完成数据库的增、删、改。
游戏 MantisChess -- A Chinese Chess Program Copyright (C) Chen Chengtao, China This program is f
MantisChess -- A Chinese Chess Program
Copyright (C) Chen Chengtao, China
This program is free software you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation either version 2
of the License, or (at your option) ...
VHDL/FPGA/Verilog -- Title : Barrel Shifter (Pure combinational) -- This VHDL design file is an open design you can r
-- Title : Barrel Shifter (Pure combinational)
-- This VHDL design file is an open design you can redistribute it and/or
-- modify it and/or implement it after contacting the author
-- You can check the draft license at
其他嵌入式/单片机内容 header file of the specific codes for LPC2100 target boards ** Every project should include a
header file of the specific codes for LPC2100 target boards
** Every project should include a copy of this file, user may modify it as ne
其他嵌入式/单片机内容 header file of the specific codes for LPC2100 target boards Every project should include a copy of
header file of the specific codes for LPC2100 target boards
Every project should include a copy of this file, user may modify it as ne
通讯编程文档 pb datawindow 技巧 例子: 使DataWindow列只能追加不能修改 如何使DataWindow中的数据只能追加新记录而不能修改
pb datawindow 技巧
例子:
使DataWindow列只能追加不能修改
如何使DataWindow中的数据只能追加新记录而不能修改,利用 Column 的 Protect 属性可以很方便的做到这一点,方法如下:
将每一列的 Protect 属性设置为:
If( IsRowNew(), 0, 1) )
在 PowerScript 中可以动态修改 Protect 属性:
dw_1.Modify("column_name_h ...
压缩解压 ZIP压缩、解压缩算法库
ZIP压缩、解压缩算法库,完全C++实现,支持多种平台。下面是英文描述:
This library adds zip compression and decompression functionality to your program, allowing you to create and modify ZIP files in the compatible way with WinZip, PKZIP and other popular archivers.
Its easy and practical interface mak ...
DSP编程 2005 Center for Biological & Computational Learning at MIT and MIT All rights reserved. Permissio
2005
Center for Biological & Computational Learning at MIT and MIT
All rights reserved.
Permission to copy and modify this data, software, and its documentation only
for internal research use in your organization is hereby granted, provided
that this notice is retained thereon and on all copies. Th ...
其他数据库 This application uses OleDb as a backhand communicator with the file to allow the user to : select,
This application uses OleDb as a backhand communicator with the file to allow the user to : select, delete, insert and modify the database and then save all the changes to the original file.