I like this function best because it can help you to find more people who you may know.
我最喜欢这个功能,因为它可以帮助你找到更多你可能认识的人。
So that a function can know where its parameters are, parameters are stored from the bottom of memory to the top.
这样,函数就可以知道自己的参数在什么地方,参数是从内存底部向顶部来存储的。
When you set up a simple call to this function with a date that you know will retrieve some events, you get the results shown in Listing 4.
当您使用您知道将检索到一些事件的日期设置对这个函数的一个简单调用时,您将得到如清单4所示的结果。
Your goal is to build a simple controller that will know which model and function to run, and then return a JSON object as a response that is usable on the far end of the transaction.
您的目标是构建这样一个简单的控制器:它知道应该运行哪个模型和函数,然后返回一个JSON对象作为响应,这个响应可用于事务的远端。
This ensures that you get to know if, due to a bug in the code in this function, the conditions that you expect to be true on exit, are not.
如果由于该函数中代码的错误,您期望退出时为真的条件并不为真,那么这些断言能够确保您知道这一点。
However, this will let the linker know additional information about the function, including which TOC it is using, so it can emit the code to swap these around if necessary.
然而,这可以让链接器知道有关函数的其他信息,包括它使用的是哪个TOC,这样如果需要,就可以产生代码来在TOC之间进行切换了。
In this function though, we needed to know a little bit more about the state of the computation.
不过,在这个函数中,我们需要了解关于计算状态的稍多些内容。
So, you know, if you find that the area is too easy, you can integrate any function other than ellipse, if you prefer.
你们都知道,要求这个面积是非常简单的,如果你们想的话,可以积分除了椭圆函数以外的任何函数。
They operate as "black boxes"; external components neither know nor care how they perform their function, merely that they return the expected result.
它们就像“黑匣子”一样运行:外部组件既不知道也不关心它们如何执行它们的功能,而仅仅关心它们是否返回期望的结果。
We mapped our function test scripts to use cases so that we.d immediately know which tests to run when requirements associated with a given use case were modified.
我们映射我们的功能测试脚本到用例上,以便我们可以立即知道当被关联到被给定的用例的需求被修改时哪一个测试应该被运行。
OK, so, now that we know the position of the point as a function of time, we can try to study how it varies in particular things like the speed and acceleration.
好,既然我们已经知道点的位置,它是一个关于时间的函数,我们就能了解,它在诸如速率或加速度的量中是如何变化的。
Like I promised, we're going to be able to derive every thermodynamic quantity if we just know the partition function.
就像我说过的,我就可以计算所有的热力学量,如果我知道了配分函数。
This way, the function being called can know the exact offset of each parameter, no matter how big the parameter list area is.
不管参数列表区域多大,被调用的函数总可以知道每个参数的精确偏移量。
How else are you going to know if your fix for a minor bug broke a major function of the system?
如何才能知道对一个小错误的修正是否破坏了系统的主要功能呢?
They also discovered just how little we know about the function of what is likely to be the most interesting and powerful object in the universe.
他们还发现我们只知道一点点关于什么是宇宙中最有趣,最具威力的功能。
Using a callback function means I don't need to know when the server is finished loading the JSON data.
利用回调函数完全不需要知道服务器什么时候完成JSON数据的加载。
A lot of breathiness, maybe a lot of hyper function…you know something like this, a strained voice.
夹杂了许多呼吸声,可能产生很多新功能……像这种是假声。
Then, of course, there will be maybe quadratic terms that will actually turn that, you know, this won't really say that your function is actually constant.
当然,函数的二阶项,可以看出,实际上发生了变化的,函数并不是真的不变了。
The documentation could go into more detail on some of this; for instance, you might want to know more about the registerListener function, apparently inherited from view_listener_t.
文档可以更加详细地介绍这些问题;举例来说,您可能希望了解有关registerListener函数的更多内容,它显然是从 view_listener_t 继承而来的。
Note the call to the usage function; this lets the user know the correct way to call the utility.
请注意对usage函数的调用;这让用户知道调用实用程序的正确方法。
File doesn't know or care that its receiving its instructions from a jQuery function.
php文件并不知道也不关心它从一个jQuery函数接收指令。
The function also needs to know the text on the current line, which can be retrieved using getline , and is stored in curr_line.
该函数还需要知道当前行上的文本,可以使用getline来获取存储在curr_line中的当前行。
Map and then call filter, Haskell won't know which function to use. Here's how we solve this.
如filter和null,装入Data.Map模块之后再调用filter,haskell就不知道它究竟是哪个函数。
Well, it depends on what you know about the measurements' probability density function (PDF).
它依赖于您对度量值的概率密度函数(probability density function, PDF)的认识。
As an experienced jQuery veteran, you know you should create this setup in your document.ready function, like shown in Listing 4.
作为jQuery老手,您应该知道要在document .ready函数中设置双击,如清单4所示。
If you test this little function, the only way you know that it works is by checking the posts table in the database.
如果要测试这个小函数,惟一的方法是检查数据库中的posts表。
Services provide interfaces that applications can reuse in order to execute some function remotely. For your environment, you need to know
服务提供应用程序可以重用的接口,以便远程执行一些功能。
As the callback function name, instead of a real function name, to let jQuery know that it should generate a function for us.
表示回调函数名,而未使用实际函数名,这是为了告诉jQuery为我们生成一个函数。
Some tests are functional tests; it's not enough to know that a function called memcmp is provided, it has to actually have the correct semantics.
有一些测试是功能测试;它不足以确定是否存在一个名为memcmp的函数,它的语义必须正确。
PHP's array_filter is an example of what is know in functional programming as a higher-order function.
php的array _ filter是函数式编程语言中高阶函数的一个例子。
应用推荐