-
RS232
串口通信程序,MSComm方式实现,有参考价值(Serial communication program, MSComm ways, have reference value)
- 2013-11-28 08:45:23下载
- 积分:1
-
简单的小程序
用户下载您上传的代码所支付的积分,将奖励给您。代码质量越高,下载次数越多,您获得的积分奖励也越多,我需要更多的资金,我需要更多的学习
- 2022-06-20 08:06:41下载
- 积分:1
-
demons
demons三维非刚性图像配准,速度很快,基于ITK(demons of 3D non-rigid image registration, very fast, based on ITK)
- 2012-08-18 19:51:17下载
- 积分:1
-
EC2DIY
文件中包含了歌曲名,专集名,歌手名,发行日期等信息.一个合格的播放器是可以将其提 取出来予以显示的.这些信息存在偶们称之为ID3的数据块中.下面贴上ID3的详细说明.
[4t1r.rar] - 用matlab开发的分布MIMO四发一收的仿真
(File contains the song name, album name, artist name, release dates and other information. A qualified player is extracted can be displayed.偶们existence of the information referred to as ID3 data block. Paste below ID3 detailed description. [4t1r.rar]- using matlab to develop the distribution of a closed four MIMO simulation)
- 2009-01-21 15:31:01下载
- 积分:1
-
s5pv210_hardwear_all_in_onePacket
内含基于s5pv210对nandFlash,lcd,rtc,timer,key,adc,pwm,iic,ac97等硬件模块裸机代码,全部裸机功能经过整合成小型裸机程序,具有图形化界面,可通过触摸屏图形界面切换和使用各个模块功能(Containing s5pv210 of nandFlash, LCD, RTC, timer, key, ADC, PWM, IIC and other hardware module bare metal code based on, all bare metal function after integration into small programs, with a graphical interface, through the 7 Inch Touch Screen graphical interface switching and the use of the function of each module)
- 2016-07-16 12:30:55下载
- 积分:1
-
opencvchengxu
特征提取,主要是灰度共生矩阵和不变矩特征提取的程序,openCV下可直接运行(Feature extraction, mainly GLCM and invariant moments feature extraction procedures can be run directly under openCV)
- 2014-11-23 21:03:16下载
- 积分:1
-
暴利小马丁
暴力小马丁,适合小资金,已实盘操作过。回撤不超过20%。(Violent Martin Jr., suitable for small funds, has been operated on a firm basis.)
- 2020-06-17 00:00:01下载
- 积分:1
-
C# 创建反射(控制台程序)
C# 创建反射的一个例子,是一个控制台程序,运行时,请先运行cmd命令,打开命令提示符控制台,然后此Debug中的exe文件拖放至cmd窗口中,按下回画键,即可看到创建反射的过程,基于以下代码来实现:
Console.WriteLine ("
Reflection.MemberInfo");
// 取得 Type 和 MemberInfo.
Type MyType =Type.GetType("System.IO.File");
MemberInfo[] Mymemberinfoarray = MyType.GetMembers();
// 取得并显示 DeclaringType 方法
Console.WriteLine("
有 {0} 个成员在 {1} 中.",
Mymemberinfoarray.Length, MyType.FullName);
Console.WriteLine("{0}.", MyType.FullName);
if (MyType.IsPublic)
{
Console.WriteLine("{0} 是共有的(public).", MyType.FullName);
}
- 2022-05-22 18:36:15下载
- 积分:1
-
经典书籍《C++Builder核心编程》。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!...
经典书籍《C++Builder核心编程》。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-Classic books
- 2022-10-31 10:10:03下载
- 积分:1
-
Asp.net中图片存储数据库以及页面读取显示通用方案-附源码
直接在数据库存储图片对资源图片较多, 图片文件较大 类似银行内部系统中对VIP用户签名就是用签名图片方式存储的 这主要为了安全上考虑,实际需求中使用次数频繁 且常常更新 无疑中这种使数据库中数据显得有些臃肿 数据容量增大,同时也增加了访问数据库服务器的负载,而使用存储图片路径的方式:图片文件放在服务器硬盘上,数据库中只需一个文件路径指向硬盘上图片文件即可 存储方式相比存储字节流要简单容易控制 但是我在网上发现关于这种页面显示的诸多问题如下我说明一下再Asp.net对图片页面显示控制:
- 2013-02-20下载
- 积分:1