搜索资源列表
LPC2200
- 这是一个本人编写修改的一个汇编ARM启动代码其中有一部分是用C写的,主要是针对飞利浦的LPC系列CPU-This is a change I prepared a compilation of ARM boot code are partly written in C, is mainly directed against Philips LPC series CPU
挖雷原代码
- 一个挖雷的小程序,为了以后改方便,我把整个算法写成的一个类,用类中的方法去设置雷的数据结构,成功就抛出异常,呵呵。-mine dug a small procedure, in order to facilitate future change, I put the whole algorithm written in a category, use category approach to the minefield of data
listen_demo
- 基于创建原始套接字,修改I/0选项实现的一个IP包捕获的应用程序-on creating original socket, change I / 0 option of achieving an IP packet capture applications
num2eng_Code
- 【软件简介】 1、本软件能将千万位以下的数值翻译为英文金额表达。因英语金额表达方式多种,本软件只根据目前外资公司商务英语惯用方式自动生成英文金额(如有需要变更,可以联系我)。 2、只需输入阿拉伯数字就自动化翻译为英文表达方式,一键复制,随处可贴。 3、新版本在优化了界面的同时改进了部分语法错误,增加了监视剪切板自动输入功能,还增加了计算器及记事本工具。 4、1.1.18新增了定时功能、o
小区管理系统
- 需要在.net环境下运行需要安装框架,没有解压密码,用户可以任意更改。不需要对本人负责。可执行文件在bin目录下 -need. Net operating environment need to install the fr a mework, not extracting passwords, users can arbitrarily change. I do not need to charge. Bin executable f
dynamyip
- 动态改变IP地址 本人的IP地址时常变动,所以就写下这个小程序自娱。 由于是刚刚学习VC,所以很多VC相关的小问题却发现不好解决。比如界面刷新问题比如程序中的《确定》按纽,非的激活一下才可以显示出来,而IP控件就更过分了,必须每个字段都点一下才能刷新。-dynamic IP addresses, I change the IP addresses change frequently, so we wrote this small pro
小区管理系统
- 需要在.net环境下运行需要安装框架,没有解压密码,用户可以任意更改。不需要对本人负责。可执行文件在bin目录下 -need. Net operating environment need to install the fr a mework, not extracting passwords, users can arbitrarily change. I do not need to charge. Bin executable f
LPC2200
- 这是一个本人编写修改的一个汇编ARM启动代码其中有一部分是用C写的,主要是针对飞利浦的LPC系列CPU-This is a change I prepared a compilation of ARM boot code are partly written in C, is mainly directed against Philips LPC series CPU
i2c111
- 此程序是用IO模拟I2C接口的驱动,大家简单改一下IO宏定义就可以用了-this procedure is used IO simulation I2C interface drives, we change it IO simple macros can be used!
挖雷原代码
- 一个挖雷的小程序,为了以后改方便,我把整个算法写成的一个类,用类中的方法去设置雷的数据结构,成功就抛出异常,呵呵。-mine dug a small procedure, in order to facilitate future change, I put the whole algorithm written in a category, use category approach to the minefield of data
listen_demo
- 基于创建原始套接字,修改I/0选项实现的一个IP包捕获的应用程序-on creating original socket, change I/0 option of achieving an IP packet capture applications
num2eng_Code
- 【软件简介】 1、本软件能将千万位以下的数值翻译为英文金额表达。因英语金额表达方式多种,本软件只根据目前外资公司商务英语惯用方式自动生成英文金额(如有需要变更,可以联系我)。 2、只需输入阿拉伯数字就自动化翻译为英文表达方式,一键复制,随处可贴。 3、新版本在优化了界面的同时改进了部分语法错误,增加了监视剪切板自动输入功能,还增加了计算器及记事本工具。 4、1.1.18新增了定时功能、o
669iap_lib
- P89C669的IAP编程,可用于在线参数更改,远程程序升级等操作。-Detecting IAP program, it can be used to change parameters, remote upgrades and other operations.
uCOS_I2C
- μCOS-II下LPC213x的I2c主模式底层驱动 结合中断方式 根据ATPCS优化原则 减少读写参数 4 原来由邮箱传递更改为查询方式 (个人原创)-μCOS-II under LPC213x the bottom of the I2C master mode interrupt-driven approach combines ATPCS optimization in accordance with the prin
mofanggaoboshuijingbaobiao
- 这是我模仿高波做的简单水晶报表打印,做了一点变动,希望对在学习水晶报表的人有帮助。也是用VB的编程环境中的-This is my imitation of high wave to do a simple crystal report printing, make a little change, I hope to learn Crystal Reports on the people who have helped. Also us
abc
- 上面的程序可以用于,PIC单片机,也可以用于430单片机,而且只要改变一两个数字即可,本人原创.而且在网上还没有发现哪位网友想出这种简单的方法.望版主多加分.放上来的程序都已调试通过,可以直接使用.-Above procedures can be used, PIC microcontroller, can also be used for 430 single-chip, but as long as the two figures
AT45DB161b
- ATMEL at45db161b系列Flash驱动程序,已经全部调试完毕,代码移值只需改IO口即可;-ATMEL at45db161b series Flash driver, they have all been finished debugging, code-shift values can only change I IO
at45db081-020
- at45db081test测试程序,稍作修改,完全可用,已经全部调试完毕,代码移值只需改IO口即可-at45db081test test procedure, with some slight modifications, can be used completely, they have all been finished debugging, code-shift values can only change I IO
Change
- 通用进制转换函数大全!16进制10进制相互转换,2进制变16进制,16变2,10变16,2进制取反,16变ACsII,字符串变UNcode。由本人原来用VB6开发的进制model转换成Vs2005模块,故函数体本身可以在VB6和2005上都可以用!内在本质没有变!上传的为VS2005.net下调试过的源码,可在工程下添加模块,起任意名称,拷贝粘贴文本文件内容,直接引用函数名即可。有问题与本人联系(fudi850@yahoo.com.cn
small-change
- 找零钱动态规划,我想老半天才想出来的,大家可以看看。-Dynamic programming to find small change, I think only waited a long time to come out, we can see.