topics

全部话题 - 话题: interface
1 2 3 4 5 末页 (共10页)
a****a
发帖数: 5763
1
因势而动
1981年, Jean-Marie Hullot拿到巴黎第十一大学的计算机科学博士资格后,开始了法
国国家信息与自动化研究所(INRIA)的研究生活。
Jean-Marie Hullot的名字似乎不为大众所熟知,但他设计的Interface Builder 却深
入人心,创造了一个个软件神话。
20世纪70年代初,正是面向对象程序设计开始走上历史舞台的时期。许多现代计算机技
术的诞生地Xerox PARC(施乐帕洛阿尔托研究中心)的Alan Kay、Dan Ingalls、Ted
Kaehler 、Adele Goldberg等人,从1969年开始研发一款面向对象的程序语言
Smalltalk,并于1980年正式公布。这是一个完整地实现面向对象范型的编程套件,包
含了一种面向对象的程序设计语言、一种程序设计库和一个应用开发环境(ADE)。
虽然当时的机器跑得巨慢无比,但Smalltalk先进的思想对其他众多的程序设计语言(
Objective-C、Actor、Java和 Ruby)的产生起到了极大的推动作用,对计算机工业界
的发展产生了非常深远的影响。我们将会在今后介绍Obj... 阅读全帖
n*****y
发帖数: 71
2
according to my experience with PIX, you can only do translation from high
security interface to low security interface. Try to do a translation from high to
low, e.g. static (net2, net1) 192.168.2.x 192.168.1.y netmask 255.255.255.0,
if you just want PCs connected to high sec interface to access to the low
sec interface. if you want the whole high sec subnet to be able to access to
the PC in the low sec interface, try to use global + nat command.
if you got any other question, you can try to se
r******e
发帖数: 23
3
来自主题: JobHunting版 - User Interface Software Engineer
Please send your resume to:
r****[email protected]
User Interface Software Engineer
Washington DC metro area
Responsible for design and development of cutting edge user interfaces for
pioneering Intelligence, Surveillance and Reconnaissance (ISR) projects such
as the DARPA ARGUS-IS program. Candidate will work with small teams of
research scientists and software engineers to design and develop both
prototype and high-performance, mission-critical systems using the latest
technologies.
DUTIES & RESPONS... 阅读全帖
L*******s
发帖数: 138
4
来自主题: JobHunting版 - [招聘]UI (User Interface) Engineer
【 以下文字转载自 Virginia 讨论区 】
发信人: Livernois (Livernois), 信区: Virginia
标 题: [招聘]UI (User Interface) Engineer
发信站: BBS 未名空间站 (Wed Jul 4 10:35:04 2012, 美东)
公司帮办H1b和绿卡 请站内信联系
Job Title: Sr UI (User Interface) Engineering
Location: US-VA-Reston or Los Angeles, CA.
We are looking for User Interface Engineers based in Reston, VA OR Los
Angeles, CA. They will be working on a consumer facing site redesign.
Depending on experience they will either be maintaining existing while
refresh is happening or wil... 阅读全帖
y******u
发帖数: 96
5
用的话筒是MXL3000 mic bundle,interface是focusrite scarlitte 2i2。
interface的gain 1连接了话筒,打开了interface自带的48Vphantom power,设置按照
软件指导弄了。不过output没有连接任何东西。不知是否有影响。input
configuration选择的是scarlitte2i2,output configuration选择的是built-in
output,不知是否正确。耳机连在电脑上,不过interface上面,所以Output没有选在
interface。
请教大家帮我看一下是否正确。谢谢!
s********1
发帖数: 581
6
来自主题: BuildingWeb版 - user interface方面好找工作吗?
user interface方面好找工作吗?
本人打算进入computer vision或者computer vision, 没有user interface的设计经验
请问
(1) user interface的课程对于graphics/vision有用吗?
(2) user interface的课程对于找part-time/temperary job有用吗?
user interface 相对于 software engineering(或者software design project)
的课
程,哪个更好找工作??
谢谢!
s********1
发帖数: 581
7
user interface的课程对于graphics/vision有用吗?
本人打算进入computer vision或者computer vision, 没有user interface的设计经验
请问
(1) user interface的课程对于graphics/vision有用吗?
(2) user interface的课程对于找part-time/temperary job有用吗?
user interface 相对于 software engineering(或者software design project)
的课
程,哪个更好找工作??
谢谢!
s********1
发帖数: 581
8
user interface的课程对于graphics/vision有用吗?
本人打算进入computer vision或者computer vision, 没有user interface的设计经验
请问
(1) user interface的课程对于graphics/vision有用吗?
(2) user interface的课程对于找part-time/temperary job有用吗?
user interface 相对于 software engineering(或者software design project)
的课
程,哪个更好找工作??
谢谢!
m**r
发帖数: 13
9
所有interface的varialble应该是public final static
(我记得Thbinking in Java里面应该是这么说的,
而且在下面的例子里面我可以call A.i)
如果一个class implement了一个interface,
interface里面的variable是可以overwrite的,
就象你extends一个super class,可以overwrite super class里面的variable一样.
如果你直接implement那个interface,那么interface里面的variable你就在也没
机会看到了.
下面是个例子,结果是
1
0
public class Test extends B{
private int i = 1;

public int getI() { return i; }

public int getAI() { return super.i; }

public static void m
s***e
发帖数: 122
10
来自主题: Java版 - An interview question.Java interface
just say whatever you know about interface, such as: interface is a keyword
and first-class member in Java; Program to interface not to class; Prefer
interface inheritance to implementation inheritance. In short, interface is
a much better solution than multiple inheritance, Java learned the lesson.
s********1
发帖数: 581
11
user interface的课程对于graphics/vision有用吗?
本人打算进入computer vision或者computer vision, 没有user interface的设计经验
请问
(1) user interface的课程对于graphics/vision有用吗?
(2) user interface的课程对于找part-time/temperary job有用吗?
user interface 相对于 software engineering(或者software design project)
的课
程,哪个更好找工作??
谢谢!
k**********g
发帖数: 989
12

不是拆解,而是让对象按照其特性实现多於一个介面。
For example, if there is a Writeable and Readable interface, then each
implementation X can choose from these combinations:
(1) X implements Writeable
(2) X implements Readable
(3) X implements Writeable, Readable
The main difficulty solved by this design pattern:
In some standard library designs, Writeable must imply Readable, because the
designer has chosen to make Writeable inherit from Readable. This
assumption may fail for some use-cases, for which the standard lib... 阅读全帖
s******a
发帖数: 12
13
来自主题: JobMarket版 - User Interface Design Engineer/ Lead
Title:
User Interface Design Engineer/ Lead
Skills:
UI designer, UX designer, UI engineer, UI developer, User Interface designer
, Web 2.0, Graphics
Description:
Are you a talented, self-motivated and creative individual who is passionate
about creating world class user experiences? Do you have an appetite for
solving complex user interface design challenges in an elegant, aesthetic
and simple manner? If yes, please read on.
We are an early-stage well-funded startup in the NYC area backed by a v... 阅读全帖
h****n
发帖数: 298
14
来自主题: JobMarket版 - UI (User Interface) Designer
关键字: UI (User Interface) Designer
发信站: BBS 未名空间站 (Tue May 8 14:02:23 2012, 美东)
UI (User Interface) Designer
- Advanced visual design skill, fresh&clean style, with an eye for
innovation
- Strong understanding of usability, and user-centered design
- Ability to work in a fast paced and changing environment
- Experience in creating wireframes, phototype, Information-architecture, to
the final visual design
- Experience with visualizing large amount of data and information
- Strong communication s... 阅读全帖
f********a
发帖数: 1109
15
【 以下文字转载自 WaterWorld 讨论区 】
发信人: withourcar (注意不是老id"没有车"), 信区: WaterWorld
标 题: 微软永远不懂什么叫user interface (转载)
发信站: BBS 未名空间站 (Sun Sep 16 15:36:06 2012, 美东)
发信人: withourcar (注意不是老id"没有车"), 信区: Seattle
标 题: 微软永远不懂什么叫user interface
发信站: BBS 未名空间站 (Sun Sep 16 15:34:20 2012, 美东)
微软当年的成功,还有见天apple的成功充分证明。 软件企业牛不牛逼,和软件一点关
系没有。 99%拼user interface。 google是个例外。
当年微软之所以爆发了,就是因为windows把命令行变成了可视化。 但是,仍然有很大
门槛挡在人们面前。 我们小时候都叫“学电脑”, 学什吗? 学键盘,学鼠标,学
word, 学excel。
今天apple之所以爆发,就是因为apple把windows变成了触摸。 你看今天小孩子... 阅读全帖
h****n
发帖数: 298
16
来自主题: Seattle版 - UI (User Interface) Designer
关键字: UI (User Interface) Designer
发信站: BBS 未名空间站 (Tue May 8 14:02:37 2012, 美东)
UI (User Interface) Designer
- Advanced visual design skill, fresh&clean style, with an eye for
innovation
- Strong understanding of usability, and user-centered design
- Ability to work in a fast paced and changing environment
- Experience in creating wireframes, phototype, Information-architecture, to
the final visual design
- Experience with visualizing large amount of data and information
- Strong communication s... 阅读全帖
L*******s
发帖数: 138
17
来自主题: Virginia版 - [招聘]UI (User Interface) Engineer
公司帮办H1b和绿卡 请站内信联系
Job Title: Sr UI (User Interface) Engineering
Location: US-VA-Reston or Los Angeles, CA.
We are looking for User Interface Engineers based in Reston, VA OR Los
Angeles, CA. They will be working on a consumer facing site redesign.
Depending on experience they will either be maintaining existing while
refresh is happening or will be working on the new architecture.
* Practical knowledge of HTML5, CSS3 and JavaScript
* Ability to write Object Oriented JavaScript
* Practical kno... 阅读全帖
t***u
发帖数: 20182
18
i just got mine. sold out online now.cool stuff.
http://us.blizzard.com/store/details.xml?id=1100000922
Battle.net Neural Interface
Battle.net Neural Interface for use with your World of Warcraft account or
Battle.net account. This product comes with an exclusive in-game pet.
Experience World of Warcraft from a whole new perspective with the
revolutionary Battle.net Neural Interface! Harnessing the power of the human
mind, the Battle.net Neural Interface is a revolutionary new method to
access W
a***e
发帖数: 2427
19
OK老系统是
图像 电脑 -》电视
声音 话筒 -》电脑 -》功放 -》音箱
原来的混响差点,可是还能凑合。可是电脑从xp 换成 windows7 以后就有话筒延迟问
题了
新系统可以是
图像 电脑 -》电视
声音 话筒/电脑 -》mixer -》功放 -》音箱
ps, 这是个很简单的话筒,1/8口的,接mixer 或 interface都没问题。
我就是想知道mixer这块能不能用interface 代替。
录歌现在是laptop+USB mic,我觉得勉强也可以。但是有interface的话也可以把interface拿走
去laptop 用,如果效果会更好的话。
l*******g
发帖数: 4894
20
☆─────────────────────────────────────☆
Andy6431 (Andy6431) 于 (Sat Jun 27 18:41:52 2009, 美东) 提到:
打算买个audio interface,可以直接接电脑上录音 (X3也可以,但是觉得效果太差...
),同时也打算搞个mixer,这样效果器进mixer,mixer接interface,同时mixer接监听
音箱。或者应该是,效果器进interface,interface直接接monitor? 这样就不需要
mixer了? 我希望都是用 S/PDIF 来连接,这样可以免去 D/A A/D转换过程中的音质损
失。
有人知道木?
☆─────────────────────────────────────☆
spinach (菠菜数熟=小南瓜爹) 于 (Sat Jun 27 19:40:46 2009, 美东) 提到:
我直接效果器进声卡line in,没有追求的技术土鳖飘过。。。

..
☆─────────────────────────────────────☆
go
s*******k
发帖数: 20
21
why does C# offer this feature?
For a class implementing a interface, the purpose is to make this class have
both features of the class itself and of the interface it implemnts.
"Explicit interface members" enforces the call from interface's level, why?
why? why?
Thanks for comments.
k**n
发帖数: 3989
22
同事给的代码是这样的
代码:
internal interface IWidgetModelFactory TFactoryResponse, TFactoryDtoRequest, in TFactoryDtoResponse>
{
TFactoryDtoRequest _request { get; set; }
List GetModelData(TFactoryRequest request);
List CreateModel(TFactoryDtoResponse response);
}
GetModelDate 里将TFactoryRequest map为 服务层proxy里的TFactoryDtoRequest, 发
送到服务层并得到TFactoryDtoResponse实例,然后call CreateModel(dto)得到
TFactoryResponse 并返回。
我觉得这个fac... 阅读全帖
j*****o
发帖数: 320
23
Equipment: PIX 515E (3 interfaces, 7.2(1))
Interface 1: net1, 192.168.1.0, security-level 50
Interface 2: net2, 192.168.2.0, security-level 75
Host 1: 192.168.1.11 (nat to an external IP address)
Host 2: 192.168.2.100 (HTTPD)
所有本地的IPTables/TCPWrapper都关掉了。
Cisco ASDM显示:
net1 (2 implict incoming rules)
any Any less secure networks ip permit implicit rule
any any ip deny implicit rule
net2 (2 implict incoming rules)
any Any less secure networks ip permit imp
A******y
发帖数: 14
24
重装了系统(Ubuntu),检查了IP information和cable connection, 但是网络还是连不
上,
sudo /etc/init.d/networking restart 出现下列信息:
SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
eth1: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth1.
现在怀疑是ethernet interface坏了,请问应该怎么检查确认?
e*******s
发帖数: 1979
25
来自主题: Programming版 - 问一个JAVA Interface Design的问题
有两个Interface say, Container, Item,
public interface Item{
...
}
Item_A implements Item;
Item_B extends Item_A;
public interface container{
void addItem(Item i);
}
containerA implements container;
containerB extends containerA;
这里containerB是一个针对ItemB的专属container, 在实现addItem method的时候想对
效率进行优化, 需要用到Item_B专属的一些methods. 现在实现的办法就只有做类型转
换.
有没有更好的实现方法呢. 还是说我的interface design不太好.
Y**G
发帖数: 1089
26
来自主题: Programming版 - 问一个JAVA Interface Design的问题
interface Item;
interface Container {
public void addItem(Item item);
}
interface SpecialItem extends Item;
interface SpecialItemContainer extend Container {
public void addItem(SpecialItem item);
}
class ContainerImpl implements Container;
class ItemImpl implements Item;
class SpecialItemImpl implements SpecialItem;
class SpecialContainerImpl implements SpecialContainer;
s****g
发帖数: 8
27
【 以下文字转载自 Programming 讨论区 】
发信人: szhang (sisi), 信区: Programming
标 题: 求助: 关于用VC做user interface
发信站: BBS 未名空间站 (Thu Dec 13 14:19:26 2007)
我需要做一个User Interface, 这个interface要控制一个相机,控制一个step motor
,还要完成图像采集,显示和存储的功能。 这个相机有SDK,有一个demo的interface.
我是完全从零开始,大家有什么建议马?比如我该如何着手,看那些书之类的?另外这
样的界面用C还是C++比较好啊?
谢谢啦!
s****g
发帖数: 8
28
来自主题: Engineering版 - 求助: 关于用VC做user interface (转载)
【 以下文字转载自 Programming 讨论区 】
发信人: szhang (sisi), 信区: Programming
标 题: 求助: 关于用VC做user interface
发信站: BBS 未名空间站 (Thu Dec 13 14:19:26 2007)
我需要做一个User Interface, 这个interface要控制一个相机,控制一个step motor
,还要完成图像采集,显示和存储的功能。 这个相机有SDK,有一个demo的interface.
我是完全从零开始,大家有什么建议马?比如我该如何着手,看那些书之类的?另外这
样的界面用C还是C++比较好啊?
谢谢啦!
S******y
发帖数: 1123
29
来自主题: Statistics版 - Question on Python Interfaces
What are the differences between Python interfaces and Java interfaces?
In Java, you have to implement an interface...
But I still could not figure out how to use Python interfaces....
thanks.
w********r
发帖数: 14958
30
【 以下文字转载自 Seattle 讨论区 】
发信人: withourcar (注意不是老id"没有车"), 信区: Seattle
标 题: 微软永远不懂什么叫user interface
发信站: BBS 未名空间站 (Sun Sep 16 15:34:20 2012, 美东)
微软当年的成功,还有见天apple的成功充分证明。 软件企业牛不牛逼,和软件一点关
系没有。 99%拼user interface。 google是个例外。
当年微软之所以爆发了,就是因为windows把命令行变成了可视化。 但是,仍然有很大
门槛挡在人们面前。 我们小时候都叫“学电脑”, 学什吗? 学键盘,学鼠标,学
word, 学excel。
今天apple之所以爆发,就是因为apple把windows变成了触摸。 你看今天小孩子要用
各种tablet 还需要“学电脑”吗? 还有键盘,鼠标吗?
微软今天的沉沦归功于2次著名的误判。 错过了搜索引擎,错过了触摸化。
昨天去了一个 microsoft store。 看了一下他家的触摸本。 我擦,要多发杂有多复
杂。 我感慨道,微软必将继... 阅读全帖
c******r
发帖数: 76
31
【 以下文字转载自 EE 讨论区 】
发信人: cclinger (linger), 信区: EE
标 题: 急问一个GPIB/ENET interface的问题
发信站: BBS 未名空间站 (Sat Aug 11 15:34:39 2012, 美东)
原先是用一台MAC desktop连接到的Ethernet device的,后来我们组有一个人想用自己
的笔记本连,他不懂,稀里糊涂改了一些参数
我本来也不懂,这两天研究得略微懂了些,然后现在在我的windows 7的笔记本上能连
接上了,interface test pass!! 可是,连到我们原先的MAC台式机上,interface总是
不行
这是为什么呢? 难道是因为我用windows版本的装机盘在我的本上装了程序,然后连接
了,就相当于类似于router一样的ethernet device设定了windows版本的setup,所以
换mac就不兼容了? 需要用mac版本的程序CD给mac台式机再重新装一次,然后设定
ethernet device configuration?
谢谢
s******s
发帖数: 2721
32
现代汉语”接口“这个词,除了紧接着别人的话题说话这个意思外,还有”interface
“的这个语义。
请教后面这个语义是先在汉语里有,然后翻译的时候被与interface对应起来,
还是当初为了翻译而给这个词新加了interface这个语意,谢谢。
w********r
发帖数: 14958
33
【 以下文字转载自 Seattle 讨论区 】
发信人: withourcar (注意不是老id"没有车"), 信区: Seattle
标 题: 微软永远不懂什么叫user interface
发信站: BBS 未名空间站 (Sun Sep 16 15:34:20 2012, 美东)
微软当年的成功,还有见天apple的成功充分证明。 软件企业牛不牛逼,和软件一点关
系没有。 99%拼user interface。 google是个例外。
当年微软之所以爆发了,就是因为windows把命令行变成了可视化。 但是,仍然有很大
门槛挡在人们面前。 我们小时候都叫“学电脑”, 学什吗? 学键盘,学鼠标,学
word, 学excel。
今天apple之所以爆发,就是因为apple把windows变成了触摸。 你看今天小孩子要用
各种tablet 还需要“学电脑”吗? 还有键盘,鼠标吗?
微软今天的沉沦归功于2次著名的误判。 错过了搜索引擎,错过了触摸化。
昨天去了一个 microsoft store。 看了一下他家的触摸本。 我擦,要多发杂有多复
杂。 我感慨道,微软必将继... 阅读全帖
d*r
发帖数: 238
34
Explicit interface member has two usage:
1. Hide the implementation of interface member
2. Solve ambiguity of inheritance from two interfaces with the same member
name.
i**p
发帖数: 902
35
来自主题: Java版 - Java Interface
As I know, the Java Interface can not be used to define objects. But this
example is from a book.
How can we use an interface DotsChangeListener to define dotsChangeListener?
private DotsChangeListener dotsChangeListener;
/** A list of dots. */
public class Dots {
/** DotChangeListener. */
public interface DotsChangeListener {
/** @param dots the dots that changed. */
void onDotsChange(Dots dots);
}
private final LinkedList dots = new LinkedList();
private final List... 阅读全帖
B*********s
发帖数: 292
36
来自主题: Linux版 - dd-wrt的web interface不见了
我用的是mini+usb版本,接着打印机,工作都很好。前天想把web interface转到HTTPS
上面,把http 80端口留出来。可是选择了之后按apply,就再也连不上web interface
了,用http或者https都说连接不到服务器。路由器的功能都很好,也能telnet上去。
用ps看,没有 httpd -S 了。
应该如何启动web interface呢?执行httpd -S,没有任何反应;ps |grep httpd也是
空的。
重启动过,还是一样。
除了重新灌dd-wrt,还有什么办法?谢谢。
s****g
发帖数: 8
37
来自主题: Programming版 - 求助: 关于用VC做user interface
我需要做一个User Interface, 这个interface要控制一个相机,控制一个step motor
,还要完成图像采集,显示和存储的功能。 这个相机有SDK,有一个demo的interface.
我是完全从零开始,大家有什么建议马?比如我该如何着手,看那些书之类的?另外这
样的界面用C还是C++比较好啊?
谢谢啦!
r****o
发帖数: 1950
38
【 以下文字转载自 JobHunting 讨论区 】
发信人: roufoo (五经勤向窗前读), 信区: JobHunting
标 题: 用C设计Stack的interface,要求支持各种数据类型。
发信站: BBS 未名空间站 (Thu Oct 14 01:37:02 2010, 美东)
【 以下文字转载自 InterviewHackers 俱乐部 】
发信人: roufoo (五经勤向窗前读), 信区: InterviewHackers
标 题: 用C设计Stack的interface,要求支持各种数据类型。
发信站: BBS 未名空间站 (Thu Oct 14 01:36:53 2010, 美东)
用C设计Stack的interface(push, pop, top, ...),要求支持各种数据类型。
C不支持template,那怎么设计比较好呢?
z*******3
发帖数: 13709
39
no
java的各种概念跟你学过的脚本,无论是ruby还是python
都没有必然联系
请你先忘掉这些脚本,因为脚本不是pure oo
而java学习第一步就是建立起对象这个概念
万事万物都是对象,不能脱离于对象而存在
其他语言虽然也有oo,但是不是必需
可以做成fp,module的定义是functions的集合
在java里面没有对应的东西,因为java的基础是对象
而不是functions,functions是对象的一部分
所以不能把functions抽出来做成一个集合
就更谈不上什么functions的集合了
忘掉ruby,不要尝试着去java里面找ruby对应的概念
否则事倍功半
如果你非要说的话,那module是java里面一种特殊的类/class
或者如果你非要纠结的话,那就是都是静态方法的具体实现类
而非interface,interface不能直接用,static方法不存在于interface里面
所以不管怎样解释,都会回到对象和类这个概念上去
很明显,你还没有踏出这一步,这一步是基础,永远都绕不开
必需过,java起步尤其麻烦,要理解的东西很多,远比其他任何一个语言都... 阅读全帖
b***i
发帖数: 3043
40
来自主题: Programming版 - Java abstract vs interface
Java 8 里面加入了default/static的实现,这样abstract和interface就更像了。
我在想,为什么么呢?不是可以用以前的abstract来实现这些吗?比如interface
testa 定义了doit(); doagain();需要实现doagain,好在abstract class impA里面实
现doagain好了。然后继承impA的类都得实现doit();不用实现doagain。
到底什么原因导致Oracle要在interface里面加入default metod?
z*******w
发帖数: 79
41
来自主题: NewBBS版 - suggestions about www interface.
Telnet interface can e-mail an article back, can you add this to the
www interface? I think this is very useful function.
Also, can you add some tips about how to use www interface? Like
personalized favorite board, etc.
g***e
发帖数: 5292
42
我想在 Camry 2009 上装 remote start,在 Bestbuy买了 Viper 的4103vl,
包含 Geek squrd 安装费。BB geek告诉我 Camry 2009上要加装 Remote start,
还要买个 $99 的 Audiovox FLCAN Flash Logic Interface Module.不打折好贵!
Amazon 上只要卖 $69. http://www.amazon.com/Audiovox-FLCAN-Flash-Interface-Module/dp/B002NENP8U/ref=sr_1_1?ie=UTF8&qid=1330655962&sr=8-1
如果让BB装上Viper 4103vl, 我自己买 Audiovox module并安装,自己好弄吗?
多谢!
r****o
发帖数: 1950
43
【 以下文字转载自 InterviewHackers 俱乐部 】
发信人: roufoo (五经勤向窗前读), 信区: InterviewHackers
标 题: 用C设计Stack的interface,要求支持各种数据类型。
发信站: BBS 未名空间站 (Thu Oct 14 01:36:53 2010, 美东)
用C设计Stack的interface(push, pop, top, ...),要求支持各种数据类型。
C不支持template,那怎么设计比较好呢?
S******s
发帖数: 179
44
【 以下文字转载自 JobHunting 讨论区 】
发信人: Sounders (Sounders), 信区: JobHunting
标 题: [Hiring] User Interface Designer/Developer (SEATTLE)
关键字: job,hiring,opening
发信站: BBS 未名空间站 (Wed Jan 20 23:22:27 2010, 美东)
User Interface Designer/Developer
Start up at Downtown Seattle, will sponsor H1B VISA if you are pretty good.
If interested, send me your resume, I can give you a referral if you are
qualified.
email: sounders.mitbbs at gmail.com
Do you like shaking up the status quo? How about shaking up the advertisi
w********r
发帖数: 14958
45
微软当年的成功,还有见天apple的成功充分证明。 软件企业牛不牛逼,和软件一点关
系没有。 99%拼user interface。 google是个例外。
当年微软之所以爆发了,就是因为windows把命令行变成了可视化。 但是,仍然有很大
门槛挡在人们面前。 我们小时候都叫“学电脑”, 学什吗? 学键盘,学鼠标,学
word, 学excel。
今天apple之所以爆发,就是因为apple把windows变成了触摸。 你看今天小孩子要用
各种tablet 还需要“学电脑”吗? 还有键盘,鼠标吗?
微软今天的沉沦归功于2次著名的误判。 错过了搜索引擎,错过了触摸化。
昨天去了一个 microsoft store。 看了一下他家的触摸本。 我擦,要多发杂有多复
杂。 我感慨道,微软必将继续沉沦下去。 功能太多,不得不复杂。 可是他们不知
道99%的功能都没有,这么多的user interface overhead只能吓跑消费者。 microsoft
现在真的一点希望都不给人找到啊。
a*******u
发帖数: 6324
46
这里用声卡代替mixer肯定是可以的。
不过肯定是要走个软件调音台了。
或者说是走个音频软件,然后用里面的调音台。
声音 话筒/电脑 -》mixer -》功放 -》音箱
ps, 这是个很简单的话筒,1/8口的,接mixer 或 interface都没问题。
我就是想知道mixer这块能不能用interface 代替。
q***q
发帖数: 3356
47
来自主题: Music版 - Audio Interface的问题 (转载)
【 以下文字转载自 MusicPlayer 讨论区 】
发信人: qianq (鄙人法号色虚:我爱婵娟~~一直到永远), 信区: MusicPlayer
标 题: Audio Interface的问题
发信站: BBS 未名空间站 (Fri Sep 28 15:14:52 2012, 美东)
最近买了个Native Instruments Komplete Audio 6,结果发现latency太大了,大概有
130ms左右,拨弦的时候滞后的感觉很明显。大家用计算机录音的时候有没有这个问题?
我的连接是
吉他->instrument cable或S/PDIF进KA6-> USB进desktop。用耳机在KA6上听desktop返
回KA6的输出。
另外KA6把我吉他的音色搞差了不少,估计要退货了。有没有好的audio interface推荐
m****7
发帖数: 180
48
来自主题: Music版 - Audio Interface的问题 (转载)
哦,130毫秒那就不用想了。
这就是驱动的问题吧?
1.ASIO驱动不知道有没有加载?如果在DAW里面加载了的话,哪怕是缓冲是1024,
估计也会在30毫秒以内的。
如果现在是windows下面,估计就是啥directX或者MME驱动现在被加载了,所以要换回
来;
要是在MAC里面,就是AU的驱动问题吧?不过估计不是在MAC里面。
2. 要不买这个试试看?
http://www.amazon.com/Focusrite-Scarlett-Interface-Featuring-Pr
Focusrite Scarlett 816 8 in/6 out USB 2.0 Audio Interface Featuring Two
Focusrite Mic Preamps
Price: $213.11 & this item ships for FREE with Super Saver Shipping.
Details

题?
l*****e
发帖数: 6331
49
interface可以音量开小一点,不需要特别大,这样你唱歌声音再大也不会过载,反正
你后期可以把声音调大的。如果interface gain太大,后面录入的声音很容易过载。切
记!
p***c
发帖数: 5202
50
paul老没意见。。。usb interface就是为了方便,然后不容易有环境杂音。。。效果
肯定是仁者见仁智者见智。。。我懒,大多数时候都是guitar pickup进一个line 6
x3live或者类似的usb interface直接录。acoustic或者electric都这样,甚至bass,
也没有bass箱子目前。。。我说话倒装句都是。。。估计精神有问题最近
1 2 3 4 5 末页 (共10页)