虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

cell-ID

  • Excel 是一个非常优秀的报表制作软件

    Excel 是一个非常优秀的报表制作软件,用VBA可以控制其生成优秀的报表,本文通过添加查询语句的方法,即用Excel中的获取外部数据的功能将数据很快地从一个查询语句中捕获到EXCEL中,比起往每个CELL里写数据的方法提高许多倍。

    标签: Excel 报表 软件

    上传时间: 2013-11-30

    上传用户:yoleeson

  • 如何在 Windows Mobile (WinCE 5.0) 中用Vc++编程查找并连接周围的蓝牙(Bluetooth)设备并实现数据通信。 文章地址:http://www.vckbase.com/

    如何在 Windows Mobile (WinCE 5.0) 中用Vc++编程查找并连接周围的蓝牙(Bluetooth)设备并实现数据通信。 文章地址:http://www.vckbase.com/document/viewdoc/?id=1779 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn

    标签: Bluetooth Windows vckbase Mobile

    上传时间: 2014-01-01

    上传用户:jhksyghr

  • WINCE4.2/5.0下的NAND FLASH驱动,支持K9S1208小页面的512bytes/sector的

    WINCE4.2/5.0下的NAND FLASH驱动,支持K9S1208小页面的512bytes/sector的,K9F1G08大页面的2048bytes/sector,已测试通过,该驱动能检测出那种芯片,自适应的访问相应的芯片,在FMD_Init()时会读取FLASH ID,根据ID来加载相应的访问接口,做到一份代码可以运行在64M,128M的NAND FLASH系统上,另我添加了识别K9F2G08/K9F4G08/K9K8G08和访问,但是因为没有相应的硬件不能得到验证,请有相应硬件的人使用这份驱动源码,告知测试结果,本源码免费使用,各位可自行修改并添加到自己的系统中,有什么bug,也可以联系我。 另外,SJF2440支持烧写1G08/2G08/4G08/8G08我只提供可执行文件,因为我是在三星的源码基础上修改来的,我没有权利发布这个源码,敬请原谅。

    标签: K9S1208 sector WINCE FLASH

    上传时间: 2014-01-09

    上传用户:chenlong

  • 创建MFC,在编辑界面创建所需的控件

    创建MFC,在编辑界面创建所需的控件,并于Properties中将ID,Caption按表填好,给复选和编辑框控件连接变量,对消息处理函数加入指定代码。

    标签: MFC 编辑 控件

    上传时间: 2015-12-16

    上传用户:aysyzxzm

  • 在编辑界面创建所需的控件

    在编辑界面创建所需的控件,并于Properties中将ID,Caption按表填好,给复选和编辑框控件连接变量,对消息处理函数加入指定代码。

    标签: 编辑 控件

    上传时间: 2015-12-16

    上传用户:baiom

  • New users and old of optimization in MATLAB will find useful tips and tricks in this document, as we

    New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cell mode from the editor, or best, publish the file to HTML. Copy and paste also works of course. Some readers may find this tool valuable if only for the function pleas - a partitioned least squares solver based on lsqnonlin. This is a work in progress, as I fully expect to add new topics as I think of them or as suggestions are made. Suggestions for topics I ve missed are welcome, as are corrections of my probable numerous errors. The topics currently covered are listed below

    标签: optimization and document MATLAB

    上传时间: 2015-12-24

    上传用户:佳期如梦

  • 学会对文件的记录锁定

    学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("name", O_RDWR|O_CREAT, 0755) if (fd == -1) return -1 printf("Input your name:") scanf("%s", myrec.name) printf("Inpute your ID :") scanf("%d", &myrec.ID) printf("Input your age :") scanf("%d", &myrec.age) lseek(fd, 0,SEEK_END) lockf(fd, 1, 0) write(fd, (void *)&myrec, sizeof(myrec)) lockf(fd, 0 ,0) return 0 } 执行命令cc lock.c –o lock.out Chmod +x lock.out ./lock.out

    标签: 记录

    上传时间: 2016-01-04

    上传用户:亚亚娟娟123

  • 查找所有的USB设备

    查找所有的USB设备,获得usb控制器信息,端口信息,连接设备信息及U盘描述;查找HID设备,获取U盘名称,产品ID,版本,序列号

    标签: USB 设备

    上传时间: 2013-12-17

    上传用户:xyipie

  • delphi的超级好用的表格控件

    delphi的超级好用的表格控件,有类似cell的功能。

    标签: delphi 超级 表格 控件

    上传时间: 2013-12-25

    上传用户:三人用菜

  • 生成BA 小世界网络java 源程序

    生成BA 小世界网络java 源程序,里面涉及到结点类RipplePeer可以另行自己实现,主要就是几个成员变量id,neighbors数组(与之连接的结点)和degree度数

    标签: java 网络 源程序

    上传时间: 2013-12-21

    上传用户:cazjing