登录
首页 » .net » 2009年图书:芯片上的网络

2009年图书:芯片上的网络

于 2022-05-28 发布 文件大小:2.18 MB
0 145
下载积分: 2 下载次数: 1

代码说明:

2009年图书:芯片上的网络 - 理论和实践-2009 Books: on-chip networks- theory and practice

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 网地直销软件9.1
    网地直销软件9.1版本说明 声明: 本程序是由广西网地软件开发有限公司(统一社会信用代码91450721MA5KCKMX4F)自主开发,不存在任何侵权问题。免费版可以公布给个人研究使用,运营企业需要上线运行,请联系客服进行版权购买。 9.1版更新内容: 1、增加了操作余额前自动备份数据库,如果操作成功,则自动删除备份的数据库;如果操作有页面错误导致不成功,则会自动恢复到备份的数据库。这样运行过程中,即使是程序错误,也不用担心数据丢失了。 2、增加会员登录首页可以使用微信扫一扫登录,该二维码是跟随上线的网址自动变化,不需要另外更换二维码。 3、增加奖金结算时,统计当期总共有多少个会员可以得到新的奖金功能。 4、修复修改专卖店资料时直接修改了会员资料,而不是单独修改专卖店资料的问题。 5、修改系谱图为点击则出现下层会员,可以无限层展示会员。 6、增加与金额相关用彩色显示,橙色为负数,蓝色为正数,红色加粗为实发金额。 7、修改公告、留言展示页面。 8、修复由用户提交的漏洞。
    2022-08-24 20:39:01下载
    积分:1
  • asp.net程序开发EXT技术,很好的开源开发源码
    asp.net程序开发EXT技术,很好的开源开发源码-asp
    2023-07-16 14:50:04下载
    积分:1
  • Windows 应用程序是靠消息驱动的,在VC中我们通过 Classwizard 可以为某窗口类添加消息处理函数,Classwizard将为你添加消息映射,对于...
    Windows 应用程序是靠消息驱动的,在VC中我们通过 Classwizard 可以为某窗口类添加消息处理函数,Classwizard将为你添加消息映射,对于 Windows 消息,生成的消息处理函数重载了基类的虚拟方法。而在C#中如何处理消息呢?本文针对VS.NET 2003 境下的C#简单地介绍 Windows 消息以及自定义消息的处理方法。 -Windows applications rely on message-driven, in the VC, we can through the ClassWizard to add a certain window message processing function category, Classwizard you will add message map for the Windows message generated by message processing function overloading the base class virtual method . In the C# How to deal with news? In this paper, under the VS.NET 2003 Habitat C# Briefly introduce Windows news, as well as customized news approach.
    2022-05-19 20:52:29下载
    积分:1
  • OurTalk
    C# 一个简单的局域网通信功能 只建议初学者看 没有什么复杂的功能 只实现了简单的 广播功能(C# a simple local area network communication is not only recommended for beginners to see what the complexity of the functions of only a simple radio functions)
    2009-05-14 23:38:33下载
    积分:1
  • 1. The scope of the tool to search for a file
    1.该工具搜索文件范围为本机资源 2.支持多关键字精确、模糊两种查询方式 3.简易文本操作(复制、粘贴、剪切等) 4.单击“查询关键字”显示行号 5.支持给定后缀和无后缀查询(可自行给定后缀) 6.支持精确到文件夹查询 7.不能直接在左侧显示内容的文件可以直接右键打开 8.直接定位文件-1. The scope of the tool to search for a file-based resources 2 machine. Support multi-keyword precise, fuzzy two inquiries 3. Simple text operations (copy, paste, shear, etc.) 4. Click the " search" display line number 5. support for a given query suffix and the suffix (which can be given their own suffix) 6. to support the precise inquiry into the folder 7. can not be directly on the left shows the contents of files can be opened directly Right 8. direct positioning paper
    2022-02-21 07:42:18下载
    积分:1
  • Hough transform, for the image processing, paint edge curve, the specific see ho...
    Hough变换,用于对图像处理,画出曲线边缘,具体参见hough变换-Hough transform, for the image processing, paint edge curve, the specific see hough transform
    2022-05-18 21:04:55下载
    积分:1
  • 此源码是一个教人怎样写类的模板,在类层中实现IDisposable接口,可以确定性的终结对象,协调Dispose()与Finalize()的关系,并能克服类层上...
    此源码是一个教人怎样写类的模板,在类层中实现IDisposable接口,可以确定性的终结对象,协调Dispose()与Finalize()的关系,并能克服类层上多次调用Dispose()方法的问题,且是线程安全的。-This source is a type of teaching people how to write the template, in the category layer realize IDisposable interface, you can target the end of uncertainty, the coordination of Dispose () and Finalize () relationship and overcome the type of layer multiple calls to Dispose ( ) methods, and is thread-safe.
    2023-08-12 19:20:03下载
    积分:1
  • 2008121323980828C.net
    说明:  超级报表模板设计器C#.net源码,,是软件开发人员开发优秀报表的完美解决方案。(Report Template Designer Super C#. Net source code, is the best software developers to develop the perfect solution statements.)
    2008-09-02 11:08:48下载
    积分:1
  • 《visual c++从入门到精通》中的wingreet源码
    《visual c++从入门到精通》中的wingreet源码
    2023-06-10 18:20:02下载
    积分:1
  • c#做的金额大小写转换程序,做财务模块肯定要用到的类,欢迎大家指正!...
    c#做的金额大小写转换程序,做财务模块肯定要用到的类,欢迎大家指正!-c# case amount to do the conversion process, make sure to use the financial module of the category are welcome to correct me everyone!
    2022-07-26 10:36:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载