搜索结果
找到约 123 项符合
TRY 的查询结果
按分类筛选
- 全部分类
- Java编程 (15)
- 其他 (12)
- 技术管理 (7)
- Delphi控件源码 (7)
- 其他书籍 (6)
- 技术资料 (5)
- 书籍 (4)
- matlab例程 (4)
- 单片机编程 (3)
- Linux/Unix编程 (3)
- 文章/文档 (3)
- VC书籍 (3)
- 源码 (2)
- 数值算法/人工智能 (2)
- 加密解密 (2)
- 电子书籍 (2)
- Internet/网络编程 (2)
- 编译器/解释器 (2)
- 数学计算 (2)
- 汇编语言 (2)
- 其他行业 (2)
- 系统设计方案 (2)
- SQL Server (2)
- C/C++语言编程 (1)
- 数据库系统 (1)
- 通讯/手机编程 (1)
- 书籍源码 (1)
- 软件工程 (1)
- 开发工具 (1)
- 实用工具 (1)
- 模拟电子 (1)
- 图形图像 (1)
- allegro (1)
- 可编程逻辑 (1)
- 源码/资料 (1)
- 游戏 (1)
- *行业应用 (1)
- Applet (1)
- 文件格式 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- 单片机开发 (1)
- 人工智能/神经网络 (1)
- 嵌入式Linux (1)
- 微处理器开发 (1)
- J2ME (1)
- VHDL/FPGA/Verilog (1)
- 家庭/个人应用 (1)
- Windows Mobile (1)
- 中间件编程 (1)
- JavaScript (1)
- Jsp/Servlet (1)
可编程逻辑 Verilog Coding Style for Efficient Digital Design
 
In this paper, we discuss efficient coding and design styles using verilog. This can beimmensely helpful for any digital designer initiating designs. Here, we address different problems rangingfrom RTL-Gate Level simulation mismatch to race conditions in writing behavioral models. All the ...
数值算法/人工智能 北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the
北京大学ACM比赛题目
Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the ma ...
其他 If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction dis
If you are using Internet Explorer on Windows XP Service Pack 2, there is a security restriction disallowing scripts to run in files opened on your local machine. When you first try to run the examples, you will most likely get a message saying, "To help protect your security, Internet Explorer has ...
其他 Please read this document before attempting to compile and run the libraries and applications! The p
Please read this document before attempting to compile and run the libraries and applications! The projects
must be compiled in a particular order. Standard support questions are about compiler and/or linker errors
that are generated when users try to compile the projects in the wrong order. Other i ...
数学计算 observable distribution grid are investigated. A distribution grid is observable if the state of th
observable distribution grid are investigated. A distribution
grid is observable if the state of the grid can be fully determined.
For the simulations, the modified 34-bus IEEE test feeder is used.
The measurements needed for the state estimation are generated
by the ladder iterative technique. Two ...
Java编程 This Source.zip has three application code folders containing .java and .class files and two .jar fi
This Source.zip has three application code folders containing .java and .class files and two .jar files as follows:
1. desktop-side_JXTA4JMS
2. mobile-side_JXTA4JMS
3. JMS Test Client
4. Listener.jar
5. JMSTestClient.jar
We now explain execution steps, we followed, to run this JXTA4JMS application ...
Internet/网络编程 多线程下载的源代码, 安装及使用须知 1、本程序要求先安装jdk和jCreator和Tomcat。 2、按照本书1.3节中所述安装单机的网络运行环境。
多线程下载的源代码,
安装及使用须知
1、本程序要求先安装jdk和jCreator和Tomcat。
2、按照本书1.3节中所述安装单机的网络运行环境。
3、创建一个名为try.rar的文件,然后将作为目标文件的try.rar放在
第一步设置好的服务器的根目录下,对应的本地物理路径是安装Tomcat的
文件夹下的ROOT目录。然 ...
其他书籍 With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to s
With User Mode Linux you can create virtual Linux machines within a Linux computer and use them to safely test and debug applications, network services, and even kernels. You can try out new distributions, experiment with buggy software, and even test security. Now, for the first time, the creator a ...
SQL Server HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select
HashTable实例
public class HashTable_msg {
public HashTable_msg()
{
String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum"
Hashtable<String,Integer> ht = new Hashtable<String,Integer>() ...
游戏 A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances a
A "code-what"? Unless you have spent some time working in the area of reverse engineering, chances are you have not heard of the term "codecave" before. If you have heard of it, you might not have read a clear definition of it or quite understand what it is or why it is useful. I have even asked sea ...