登录
首页 » Windows_Unix » GR

GR

于 2012-06-17 发布 文件大小:8KB
0 184
下载积分: 1 下载次数: 0

代码说明:

说明:  在设计高频板是,干扰是一个不容忽视的问题。解决他吧(In the design of high-frequency board, interference is a problem can not be ignored. Solve him)

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

发表评论

0 个回复

  • 314
    有一存储很多商品数据(每件商品的属性先后包括:品名、规格、单价(有小数位)、数量,数据的最长长度分别为20、10、6、5,在文件中以空格为分隔,每个商品的数据占一行)的文本文件,从键盘输入某种商品的品名,要求在文件中查找有无相应品名商品(可能有多条记录或没有),若有则在屏幕上显示出相应的商品的品名、规格、数量、单价(显示时,品名、规格、数量、单价之间使用逗号(,)作分隔,单价显示时只显示2位小数),若无则显示没有相应品名的商品。 (There are a lot of goods stored data (each item has the attributes include: name, size, price (with decimal places), quantity, the maximum length of the data were 20,10,6,5, a space in the file is separated The data for each item per line) text file, input from the keyboard of a commodity name, asked whether the corresponding file for the product name (may be multiple records or did not), if it is displayed on the screen of the corresponding product name, size, quantity, unit price (display, name, size, quantity, unit price between a comma (,) as a separator, price display shows only two decimal places), if not then show no corresponding product name .)
    2013-05-28 21:05:51下载
    积分:1
  • C#分割大文件为小文件,同时实现将 已分割的小文件合并
    分割大文件为小文件,同时实现将 已分割的小文件合并
    2013-01-22下载
    积分:1
  • 最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线搜索局域网上所有的工作组、主机、打印机、共享文...
    最好的局域网搜索软件,支持同时搜索共享文件、FTP、HTTP资源。 1.方便快捷地搜索、浏览局域网资源。多线程搜索局域网上所有的工作组、主机、打印机、共享文件、FTP文件、WEB服务器。 2.可以按照网上邻居、工作组或者按照IP地址段自动搜索所有共享/FTP的mp3、电影或自定义搜索的文件; 3.内置nbtstat,能快速查找某一IP网段内的所有主机,并根据IP地址得到对方主机的主机名、工作组名、用户名、MAC地址,速度极快。能将扫描和搜索的结果保存成文本文件或excel电子表格文件。 4.能对某一地址范围的主机进行ping,端口扫描操作,找出所有的WEB服务器,FTP服务器等。能向某一主机发送消息。 5.局域网机器间拷贝文件时,提供文件和目录的断点续传的功能。同时支持FTP下载的断点续传。 6.采用类似资源管理器的界面,操作十分方便。绿色软件,开放源代码。 -err
    2022-05-28 07:58:56下载
    积分:1
  • PostgreSQL9.4.4-CN-v1.0
    《PostgreSQL9.4.4中文手册》是在《PostgreSQL9.3.1中文手册》 1 的基础上翻译而成,山东瀚高的韩悦悦和另一名同事完成了绝大部分的翻译工作。详细请参考PostgreSQL9.4中文手册的翻译 2 。 如果发现中文手册中的问题请向Github源码仓库 3 或PostgreSQL中文手册翻译小组QQ群(309292849)反馈,也可直接向Github源码仓库提交PR。(The "PostgreSQL9.4.4 Chinese handbook" was translated on the basis of "PostgreSQL9.3.1 Chinese handbook" 1, and Han Yueyue and other colleagues in Shandong completed most of the translation work. For details, please refer to the translation of PostgreSQL9.4 Chinese manual 2. If you find problems in the Chinese manual, please return to Github source warehouse 3 or PostgreSQL Chinese manual translation group QQ group (309292849), or you can submit PR directly to the Github source repository.)
    2017-08-23 14:40:11下载
    积分:1
  • 38110
    无线网卡连接源码例程,程序调用API函数实现无线网卡的断开连接。(Wireless LAN connection code samples , the program calls API functions to disconnect the wireless network card .)
    2016-05-05 12:52:24下载
    积分:1
  • HEU_KMS_Activator_v2.4
    合并果子,压缩是一种有效的减小数据量的方法,目前已经被广泛应用于各种类型的信息系统之中。 一种压缩文本文件的方法如下: 1. 原始文本文件中的非字母的字符,直接拷贝到压缩文件中; 2. 原始文件中的词(全部由字母组成),如果是第一次出现,则将该词加入到一个词的列表中,并拷贝到压缩文件中;否则该词不拷贝到压缩文件中,而是将该词在词的列表中的位置拷贝到压缩文件中。 3. 词的列表的起始位置为 1 。 词的定义为文本中由大小写字母组成的最大序列。大写字母和小写字母认为是不同的字母,即 abc 和 Abc 是不同的词。词的例子如下: * x-ray 包括两个词 x 和 ray * mary s 包括两个词 mary 和 s * a c-Dec 包括三个词 a 和 c 和 Dec 编写一个程序,输入为一组字符串,输出为压缩后的文本。(Fruit combined compression is an effective method for reducing the amount of data, has been widely applied to various types of information into the system. A method of compressing a text file is as follows: 1 original text file non-alphabetic characters, copy directly to the compressed file 2 words in the original document (all composed of letters), if it is the first time, then. The word is added to a word list, and copied to the compressed file otherwise the term is not copied to the compressed file, but the position of the word in the list of words copied to the archive. 3 the starting position is a list of words. The maximum term is defined by a sequence of text consisting of uppercase and lowercase letters. Uppercase and lowercase letters are considered different letters, ie abc and Abc are different words. Examples of the word as follows:* x-ray consists of two words x and ray* mary' s, including two words mary and s* a c-Dec consists of three words a and c and Dec to write )
    2013-12-02 17:28:34下载
    积分:1
  • Can complete a basic web browser HTTP protocol like students to master knowledge...
    可以完成基本的网页浏览似的学生掌握HTTP协议的相关知识,加深对客户/服务器的工作模式的认识,并进一步锻炼学生的网络软件编程能力和解决实际问题的能力。-Can complete a basic web browser HTTP protocol like students to master knowledge, deepen their understanding of client/server mode of understanding and to further our students the capacity and network software programming to solve practical problems.
    2022-07-11 13:21:02下载
    积分:1
  • ruyking__specializations
    停止等待试验的源代码,用VB实现,里面有一个现成的实现工程(Stop waiting for the test source code, using VB to achieve, there is a ready-made the implementation of the project)
    2017-06-16 21:41:43下载
    积分:1
  • 粒子群算法求解机器人路径规划
    说明:  单机器人路径规划仿真,基于栅格地图模型,采用粒子群算法进行路径规划。(Single robot path planning simulation, based on grid map model, using particle swarm algorithm for path planning)
    2020-04-25 21:18:21下载
    积分:1
  • ListDemo
    CListCtrl控件的一个例子,教你学会控件的使用方法,如何设置等基础技巧,例子运行效果请看截图,其它的就不多说了,有需要的就下载源码吧,VC6.0可直接编译。(CListCtrl control an example to teach you how to control the use of methods, how to set up basic skills such as, for example, run effect see screenshot, the other is not to say, there is a need to download the source code it, VC6.0 compiled directly.)
    2013-04-16 19:04:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载